summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-01-02 14:13:02 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-01-02 14:13:02 +0000
commit3cb5ec6852d52c5d9318f42069d4f7657bc9e6df (patch)
tree27b4b2a8c6077b21277224fc27fe2f3b5e491be8
parentUpdate to 2.0.9 (diff)
Add license info
Remove md5 sums PR: ports/153589 Submitted by: maintainer (swell.k at gmail.com)
Notes
Notes: svn path=/head/; revision=267282
-rw-r--r--audio/jokosher/Makefile3
-rw-r--r--audio/jokosher/distinfo1
-rw-r--r--audio/libgme/Makefile8
-rw-r--r--audio/libgme/distinfo1
-rw-r--r--multimedia/vdpauinfo/Makefile3
-rw-r--r--multimedia/vdpauinfo/distinfo1
-rw-r--r--net-p2p/amule-devel/Makefile4
-rw-r--r--net-p2p/amule/Makefile4
-rw-r--r--net-p2p/amule/distinfo1
-rw-r--r--www/py-rssdler/Makefile2
-rw-r--r--www/py-rssdler/distinfo1
-rw-r--r--x11/cl-clx/Makefile2
-rw-r--r--x11/cl-clx/distinfo1
13 files changed, 26 insertions, 6 deletions
diff --git a/audio/jokosher/Makefile b/audio/jokosher/Makefile
index f79fc6f4073c..7c8790ed8247 100644
--- a/audio/jokosher/Makefile
+++ b/audio/jokosher/Makefile
@@ -16,6 +16,9 @@ COMMENT= Multi-track non-linear audio editing
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
easy_install:${PORTSDIR}/devel/py-setuptools
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_GNOME= gnomehier
diff --git a/audio/jokosher/distinfo b/audio/jokosher/distinfo
index 71ad1a49d04b..bd9b4840c998 100644
--- a/audio/jokosher/distinfo
+++ b/audio/jokosher/distinfo
@@ -1,3 +1,2 @@
-MD5 (jokosher-0.11.5.tar.gz) = 941b1fac0a93e2963afc192545caf320
SHA256 (jokosher-0.11.5.tar.gz) = 489e0d06c28c3a11b817e7d6e49573ad4942a9cd426ad62dbbf94f3cca03dedb
SIZE (jokosher-0.11.5.tar.gz) = 1265726
diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile
index ae88f830b09b..1116e862c363 100644
--- a/audio/libgme/Makefile
+++ b/audio/libgme/Makefile
@@ -15,9 +15,17 @@ EXTRACT_SUFX= .tbz2
MAINTAINER= swell.k@gmail.com
COMMENT= A collection of video game music emulators
+LICENSE= LGPL21 LGPL3
+LICENSE_COMB= dual
+LICENSE_FILE_LGPL21=${WRKSRC}/license.txt
+
PROJECTHOST= game-music-emu
+USE_DOS2UNIX= yes
USE_BZIP2= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
+# XXX: dialog(1) doesn't like ^M in LICENSE_FILE
+post-extract: patch-dos2unix
+
.include <bsd.port.mk>
diff --git a/audio/libgme/distinfo b/audio/libgme/distinfo
index 9d424ade41ec..3fdf4aa959b4 100644
--- a/audio/libgme/distinfo
+++ b/audio/libgme/distinfo
@@ -1,3 +1,2 @@
-MD5 (game-music-emu-0.5.5.tbz2) = 94459001a763fb76209a550a03b7949e
SHA256 (game-music-emu-0.5.5.tbz2) = ecb3586aac9feff2b3141167835f73da0c997efbdd32e559f99477ad01e19089
SIZE (game-music-emu-0.5.5.tbz2) = 161954
diff --git a/multimedia/vdpauinfo/Makefile b/multimedia/vdpauinfo/Makefile
index 808660385786..035aeb742b69 100644
--- a/multimedia/vdpauinfo/Makefile
+++ b/multimedia/vdpauinfo/Makefile
@@ -17,6 +17,9 @@ LIB_DEPENDS= vdpau.1:${PORTSDIR}/multimedia/libvdpau
GNU_CONFIGURE= yes
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
PLIST_FILES= bin/vdpauinfo
.include <bsd.port.mk>
diff --git a/multimedia/vdpauinfo/distinfo b/multimedia/vdpauinfo/distinfo
index f828d955d9b6..b8a435b1e252 100644
--- a/multimedia/vdpauinfo/distinfo
+++ b/multimedia/vdpauinfo/distinfo
@@ -1,3 +1,2 @@
-MD5 (vdpauinfo-0.0.6.tar.gz) = 513df206613cbd061b6d49cdbfe927ef
SHA256 (vdpauinfo-0.0.6.tar.gz) = 52bb5d817b16984aca2d410584150cd35551bdfd6346688a377d406e25a65454
SIZE (vdpauinfo-0.0.6.tar.gz) = 77375
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index ea46431eb1ec..35489f008990 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -20,6 +20,10 @@ BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textproc/flex \
CONFLICTS= amule-[0-9]*
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING
+
USE_BZIP2= yes
USE_GNOME= pkgconfig
USE_GMAKE= yes
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 2af5fde1e3c0..f118265d71da 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -19,6 +19,10 @@ BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textproc/flex \
CONFLICTS= amule-devel-[0-9]*
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING
+
USE_BZIP2= yes
USE_GNOME= pkgconfig
USE_GMAKE= yes
diff --git a/net-p2p/amule/distinfo b/net-p2p/amule/distinfo
index 33d7c91eee6f..73622a652fbf 100644
--- a/net-p2p/amule/distinfo
+++ b/net-p2p/amule/distinfo
@@ -1,3 +1,2 @@
-MD5 (aMule-2.2.6.tar.bz2) = 530d9b48187e36f78fc21bb19e94326d
SHA256 (aMule-2.2.6.tar.bz2) = 6ce32b5f1d8113a224a8e850639d957656623a04a73fb83d52313c06c3488122
SIZE (aMule-2.2.6.tar.bz2) = 4722143
diff --git a/www/py-rssdler/Makefile b/www/py-rssdler/Makefile
index 29b70f1c62e1..db65a7da5a8a 100644
--- a/www/py-rssdler/Makefile
+++ b/www/py-rssdler/Makefile
@@ -18,6 +18,8 @@ COMMENT= Automatically grab link elements of an RSS feed
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
+LICENSE= GPLv2
+
USE_PYTHON= yes
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
diff --git a/www/py-rssdler/distinfo b/www/py-rssdler/distinfo
index 56a952ea0eb6..cc879e9172ec 100644
--- a/www/py-rssdler/distinfo
+++ b/www/py-rssdler/distinfo
@@ -1,3 +1,2 @@
-MD5 (rssdler-0.4.2.tar.gz) = 2f0aef5611bc1231928b861f717953eb
SHA256 (rssdler-0.4.2.tar.gz) = 96e1fefd1a6a3325aee1778fcf5ca115dcfb924047024f70e1ddd869017829ce
SIZE (rssdler-0.4.2.tar.gz) = 36612
diff --git a/x11/cl-clx/Makefile b/x11/cl-clx/Makefile
index f284326ca61f..2fa63d145ed9 100644
--- a/x11/cl-clx/Makefile
+++ b/x11/cl-clx/Makefile
@@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= swell.k@gmail.com
COMMENT= X11 client library for Common Lisp
+LICENSE= MIT
+
.if !defined(FASL_BUILD)
USE_ASDF= yes
INFO= clx
diff --git a/x11/cl-clx/distinfo b/x11/cl-clx/distinfo
index 12b2fd950d8e..d660b48a2c02 100644
--- a/x11/cl-clx/distinfo
+++ b/x11/cl-clx/distinfo
@@ -1,3 +1,2 @@
-MD5 (clx-0.7.4.tgz) = d18b9fcc3a5d085e1a73c59a6ecc9413
SHA256 (clx-0.7.4.tgz) = 4a80f80255ace26eb8df214957dda3d7b7e51955537405ec893a34b18e569028
SIZE (clx-0.7.4.tgz) = 444490