pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
io-*: add LICENSE, fix HOMEPAGE
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Sat Apr 14 00:17:38 2018 +0900
Changeset: 7b85b6384aecbb3f206552d620b1700fd6f857a1
Modified Files:
io-base/Makefile
io-blowfish/Makefile
io-cgi/Makefile
io-continuedfraction/Makefile
io-distributedobjects/Makefile
io-editline/Makefile
io-fnmatch/Makefile
io-lzo/Makefile
io-md5/Makefile
io-random/Makefile
io-range/Makefile
io-rational/Makefile
io-regex/Makefile
io-securesocket/Makefile
io-sha1/Makefile
io-socket/Makefile
io-sqldatabase/Makefile
io-sqlite3/Makefile
io-syslog/Makefile
io-systemcall/Makefile
io-thread/Makefile
io-user/Makefile
io-vm/Makefile
io-zlib/Makefile
Log Message:
io-*: add LICENSE, fix HOMEPAGE
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b85b6384aecbb3f206552d620b1700fd6f857a1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
io-base/Makefile | 3 ++-
io-blowfish/Makefile | 3 ++-
io-cgi/Makefile | 3 ++-
io-continuedfraction/Makefile | 3 ++-
io-distributedobjects/Makefile | 3 ++-
io-editline/Makefile | 3 ++-
io-fnmatch/Makefile | 3 ++-
io-lzo/Makefile | 3 ++-
io-md5/Makefile | 3 ++-
io-random/Makefile | 3 ++-
io-range/Makefile | 3 ++-
io-rational/Makefile | 3 ++-
io-regex/Makefile | 3 ++-
io-securesocket/Makefile | 3 ++-
io-sha1/Makefile | 3 ++-
io-socket/Makefile | 3 ++-
io-sqldatabase/Makefile | 3 ++-
io-sqlite3/Makefile | 3 ++-
io-syslog/Makefile | 3 ++-
io-systemcall/Makefile | 3 ++-
io-thread/Makefile | 3 ++-
io-user/Makefile | 3 ++-
io-vm/Makefile | 1 +
io-zlib/Makefile | 3 ++-
24 files changed, 47 insertions(+), 23 deletions(-)
diffs:
diff --git a/io-base/Makefile b/io-base/Makefile
old mode 100644
new mode 100755
index 9a14affd92..f54cf66e8c
--- a/io-base/Makefile
+++ b/io-base/Makefile
@@ -7,9 +7,10 @@ META_PACKAGE= # empty
DISTNAME = io-${IO_VERSION}
PKGNAME = io-base-${IO_VERSION}
CATEGORIES = meta-pkgs lang devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= All base Io addons
DEPENDS+= io-vm>=${IO_VERSION}:../../wip/io-vm
diff --git a/io-blowfish/Makefile b/io-blowfish/Makefile
old mode 100644
new mode 100755
index dad4bae640..9d94cd8776
--- a/io-blowfish/Makefile
+++ b/io-blowfish/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-blowfish-${IO_VERSION}
CATEGORIES= security
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Blowfish addon for Io
ADDON_NAME= Blowfish
diff --git a/io-cgi/Makefile b/io-cgi/Makefile
old mode 100644
new mode 100755
index d0ea88d449..9ca5573c16
--- a/io-cgi/Makefile
+++ b/io-cgi/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-cgi-${IO_VERSION}
CATEGORIES= www
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= CGI addon for Io
ADDON_NAME= CGI
diff --git a/io-continuedfraction/Makefile b/io-continuedfraction/Makefile
old mode 100644
new mode 100755
index 97d1432056..5c8df39f35
--- a/io-continuedfraction/Makefile
+++ b/io-continuedfraction/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-continuedfraction-${IO_VERSION}
CATEGORIES= math
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= ContinuedFraction addon for Io
ADDON_NAME= ContinuedFraction
diff --git a/io-distributedobjects/Makefile b/io-distributedobjects/Makefile
old mode 100644
new mode 100755
index d359bb86ce..31c9eed60d
--- a/io-distributedobjects/Makefile
+++ b/io-distributedobjects/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-distributedobjects-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= DistributedObjects addon for Io
ADDON_NAME= DistributedObjects
diff --git a/io-editline/Makefile b/io-editline/Makefile
old mode 100644
new mode 100755
index daced99409..dca72142cb
--- a/io-editline/Makefile
+++ b/io-editline/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-editline-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= EditLine addon for Io
ADDON_NAME= EditLine
diff --git a/io-fnmatch/Makefile b/io-fnmatch/Makefile
old mode 100644
new mode 100755
index e074fad13d..2862d5c3b4
--- a/io-fnmatch/Makefile
+++ b/io-fnmatch/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-fnmatch-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Fnmatch addon for Io
ADDON_NAME= Fnmatch
diff --git a/io-lzo/Makefile b/io-lzo/Makefile
old mode 100644
new mode 100755
index 75232cff05..8b242c8b4d
--- a/io-lzo/Makefile
+++ b/io-lzo/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-lzo-${IO_VERSION}
CATEGORIES= archivers
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= LZO addon for Io
ADDON_NAME= LZO
diff --git a/io-md5/Makefile b/io-md5/Makefile
old mode 100644
new mode 100755
index 097a0720f5..677c5d4145
--- a/io-md5/Makefile
+++ b/io-md5/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-md5-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= MD5 addon for Io
ADDON_NAME= MD5
diff --git a/io-random/Makefile b/io-random/Makefile
old mode 100644
new mode 100755
index c3cc29ba11..81509781f9
--- a/io-random/Makefile
+++ b/io-random/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-random-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Random addon for Io
ADDON_NAME= Random
diff --git a/io-range/Makefile b/io-range/Makefile
old mode 100644
new mode 100755
index 15d49fb607..443f5ce765
--- a/io-range/Makefile
+++ b/io-range/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-range-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Range addon for Io
ADDON_NAME= Range
diff --git a/io-rational/Makefile b/io-rational/Makefile
old mode 100644
new mode 100755
index 11af1a3661..f50ed40082
--- a/io-rational/Makefile
+++ b/io-rational/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-rational-${IO_VERSION}
CATEGORIES= math
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Rational math addon for Io
ADDON_NAME= Rational
diff --git a/io-regex/Makefile b/io-regex/Makefile
old mode 100644
new mode 100755
index 493dee7daa..d9c14d7531
--- a/io-regex/Makefile
+++ b/io-regex/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-regex-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Regex addon for Io
ADDON_NAME= Regex
diff --git a/io-securesocket/Makefile b/io-securesocket/Makefile
old mode 100644
new mode 100755
index 55fc1b7ead..34f1e17916
--- a/io-securesocket/Makefile
+++ b/io-securesocket/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-securesocket-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= SSL socket addon for Io
ADDON_NAME= Socket
diff --git a/io-sha1/Makefile b/io-sha1/Makefile
old mode 100644
new mode 100755
index c448e5b4c5..986b6936e2
--- a/io-sha1/Makefile
+++ b/io-sha1/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-sha1-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= SHA1 addon for Io
ADDON_NAME= SHA1
diff --git a/io-socket/Makefile b/io-socket/Makefile
old mode 100644
new mode 100755
index e6dcefb609..139a81359c
--- a/io-socket/Makefile
+++ b/io-socket/Makefile
@@ -4,9 +4,10 @@
PKGNAME= ${DISTNAME:S/io-/&socket-/}
CATEGORIES= net
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Socket addon for Io
ADDON_NAME= Socket
diff --git a/io-sqldatabase/Makefile b/io-sqldatabase/Makefile
old mode 100644
new mode 100755
index 1973d39ee2..6b1e6fb251
--- a/io-sqldatabase/Makefile
+++ b/io-sqldatabase/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-sqldatabase-${IO_VERSION}
CATEGORIES= databases
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= SqlDatabase addon for Io
ADDON_NAME= SqlDatabase
diff --git a/io-sqlite3/Makefile b/io-sqlite3/Makefile
old mode 100644
new mode 100755
index 3e170ff3c2..d2e599294c
--- a/io-sqlite3/Makefile
+++ b/io-sqlite3/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-sqlite3-${IO_VERSION}
CATEGORIES= databases
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= SQLite3 addon for Io
ADDON_NAME= SQLite3
diff --git a/io-syslog/Makefile b/io-syslog/Makefile
old mode 100644
new mode 100755
index 8fe6c6488e..6c0a2a33d1
--- a/io-syslog/Makefile
+++ b/io-syslog/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-syslog-${IO_VERSION}
CATEGORIES= sysutils
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Syslog addon for Io
ADDON_NAME= Syslog
diff --git a/io-systemcall/Makefile b/io-systemcall/Makefile
old mode 100644
new mode 100755
index 7eb6297842..3deb237b55
--- a/io-systemcall/Makefile
+++ b/io-systemcall/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-systemcall-${IO_VERSION}
CATEGORIES= sysutils
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= SystemCall addon for Io
ADDON_NAME= SystemCall
diff --git a/io-thread/Makefile b/io-thread/Makefile
old mode 100644
new mode 100755
index 5c28b69065..66f2f87e92
--- a/io-thread/Makefile
+++ b/io-thread/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-thread-${IO_VERSION}
CATEGORIES= devel
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Thread addon for Io
ADDON_NAME= Thread
diff --git a/io-user/Makefile b/io-user/Makefile
old mode 100644
new mode 100755
index 5cc9ff1efd..32edea9c13
--- a/io-user/Makefile
+++ b/io-user/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-user-${IO_VERSION}
CATEGORIES= sysutils
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= User addon for Io
ADDON_NAME= User
diff --git a/io-vm/Makefile b/io-vm/Makefile
old mode 100644
new mode 100755
index 5681322afe..dad728b095
--- a/io-vm/Makefile
+++ b/io-vm/Makefile
@@ -4,6 +4,7 @@
PKGNAME= ${DISTNAME:S/io-/&vm-/}
CATEGORIES= lang
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
HOMEPAGE= http://www.iolanguage.com/
diff --git a/io-zlib/Makefile b/io-zlib/Makefile
old mode 100644
new mode 100755
index db89804d88..85e10e2020
--- a/io-zlib/Makefile
+++ b/io-zlib/Makefile
@@ -4,9 +4,10 @@
PKGNAME= io-zlib-${IO_VERSION}
CATEGORIES= archivers
+LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
-HOMEPAGE= www.iolanguage.com
+HOMEPAGE= http://www.iolanguage.com/
COMMENT= Zlib addon for Io
ADDON_NAME= Zlib
Home |
Main Index |
Thread Index |
Old Index