diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-30 16:27:59 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-30 16:27:59 +0000 |
commit | ada7853bdc05833d5b67d01dea539ae76b6bbb62 (patch) | |
tree | d4f81b2c30d8b531c40554f12689a82b4dbaf494 | |
parent | 78b394dc222ecddbc86d8954369d8c974126e8a8 (diff) | |
download | pkgsrc-ada7853bdc05833d5b67d01dea539ae76b6bbb62.tar.gz |
Added LICENSE information.
-rw-r--r-- | devel/exempi/Makefile | 3 | ||||
-rw-r--r-- | devel/gettext-m4/Makefile | 3 | ||||
-rw-r--r-- | devel/gperf/Makefile | 3 | ||||
-rw-r--r-- | devel/libglade/Makefile | 3 | ||||
-rw-r--r-- | devel/py-gobject/Makefile.common | 3 | ||||
-rw-r--r-- | graphics/libexif/Makefile | 3 | ||||
-rw-r--r-- | graphics/librsvg/Makefile | 3 | ||||
-rw-r--r-- | math/lapack/Makefile | 3 | ||||
-rw-r--r-- | math/py-numpy/Makefile | 3 | ||||
-rw-r--r-- | misc/getopt/Makefile | 3 | ||||
-rw-r--r-- | textproc/libcroco/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-libxslt/Makefile | 3 | ||||
-rw-r--r-- | textproc/rarian/Makefile | 3 | ||||
-rw-r--r-- | x11/libunique/Makefile | 3 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 3 | ||||
-rw-r--r-- | x11/py-gtk2/Makefile | 3 | ||||
-rw-r--r-- | x11/py-xcbgen/Makefile | 3 | ||||
-rw-r--r-- | x11/xcb-proto/Makefile | 3 |
18 files changed, 36 insertions, 18 deletions
diff --git a/devel/exempi/Makefile b/devel/exempi/Makefile index 7fad647f9ac..a919c63ca46 100644 --- a/devel/exempi/Makefile +++ b/devel/exempi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/01/08 08:42:41 dsainty Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/30 16:28:01 heinz Exp $ # DISTNAME= exempi-2.0.0 @@ -8,6 +8,7 @@ MASTER_SITES= http://libopenraw.freedesktop.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libopenraw.freedesktop.org/wiki/Exempi COMMENT= XMP library +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile index e523c6d1680..34c12d790ee 100644 --- a/devel/gettext-m4/Makefile +++ b/devel/gettext-m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/03/03 17:45:35 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2010/01/30 16:28:00 heinz Exp $ DISTNAME= gettext-0.14.6 PKGNAME= gettext-m4-0.14.6 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html COMMENT= Autoconf/automake m4 files for GNU NLS library +LICENSE= gnu-gpl-v2 CONFLICTS= gettext<=0.10.35nb1 diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index f62a00001e3..7a3ef030e0d 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/03/20 13:05:32 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2010/01/30 16:28:00 heinz Exp $ DISTNAME= gperf-3.0.4 CATEGORIES= devel @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gperf/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gperf/gperf.html COMMENT= GNU perfect hash function generator +LICENSE= gnu-gpl-v3 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index ff03d26ce14..4accdbcce93 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2009/09/26 22:17:16 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= libglade-2.6.4 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.jamesh.id.au/software/libglade/ COMMENT= Runtime interpreter for GLADE GUI files +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/py-gobject/Makefile.common b/devel/py-gobject/Makefile.common index 0e035209b18..2b0e1562224 100644 --- a/devel/py-gobject/Makefile.common +++ b/devel/py-gobject/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2009/10/21 16:07:29 drochner Exp $ +# $NetBSD: Makefile.common,v 1.15 2010/01/30 16:28:01 heinz Exp $ # # used by devel/py-gobject/Makefile # used by devel/py-gobject-shared/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.20/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pygtk.org/ COMMENT= Python bindings for glib2 gobject +LICENSE= gnu-lgpl-v2.1 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 87f2232e519..451b3dddcaa 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/11/13 12:58:18 adam Exp $ +# $NetBSD: Makefile,v 1.38 2010/01/30 16:28:01 heinz Exp $ DISTNAME= libexif-0.6.19 CATEGORIES= graphics @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://libexif.sourceforge.net/ COMMENT= EXIF file library +LICENSE= gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 2f0f6cbf2fa..2429ae425e3 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/07/22 09:01:33 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2010/01/30 16:28:00 heinz Exp $ DISTNAME= librsvg-2.26.0 CATEGORIES= graphics gnome @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://librsvg.sourceforge.net/ COMMENT= SVG library for GNOME2 +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 524b60f0619..d210764c723 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/12/03 13:06:54 asau Exp $ +# $NetBSD: Makefile,v 1.30 2010/01/30 16:28:00 heinz Exp $ DISTNAME= lapack-lite-3.1.1 PKGNAME= lapack-3.1.1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.netlib.org/lapack/index.html COMMENT= Linear Algebra PACKage +LICENSE= modified-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 8e22214d4e3..e47113b0254 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/01/27 20:48:20 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2010/01/30 16:27:59 heinz Exp $ # DISTNAME= numpy-1.4.0 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://numpy.scipy.org/ COMMENT= Array processing for numbers, strings, records, and objects +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 13fca313e97..71079106cd7 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/01/15 23:59:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= getopt-1.1.4 @@ -8,6 +8,7 @@ MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://software.frodo.looijaard.name/getopt/ COMMENT= Program to help shell scripts parse command-line parameters +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 06da224e8f2..554550f1c47 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2009/02/20 20:02:30 reed Exp $ +# $NetBSD: Makefile,v 1.37 2010/01/30 16:28:01 heinz Exp $ # DISTNAME= libcroco-0.6.2 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freespiders.org/projects/libcroco/ COMMENT= Toolkit to parse and manipulate CSS (Cascading Style Sheets) +LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index d0e25081a9d..e97e8d7b984 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/03/05 18:51:32 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2010/01/30 16:28:00 heinz Exp $ DISTNAME= libxslt-1.1.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://xmlsoft.org/XSLT/ COMMENT= Python wrapper for libxslt +LICENSE= mit # with no-advertising clause PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 9835a8f85ce..7c78471b5e7 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/09/06 15:23:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= rarian-0.8.1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rarian.freedesktop.org/ COMMENT= Documentation metadata library +LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/x11/libunique/Makefile b/x11/libunique/Makefile index 2eb1d790725..ba38154555f 100644 --- a/x11/libunique/Makefile +++ b/x11/libunique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/11/20 11:32:38 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= libunique-1.1.6 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunique/1.1/} MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://live.gnome.org/LibUnique COMMENT= Library for writing single instance applications +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index e6f8dee44f0..9626c4ef523 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/01/27 14:00:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= libxcb-1.5 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= reed@reedmedia.net HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= X protocol C-language Binding +LICENSE= mit # with no-advertising clause BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb1:../../x11/py-xcbgen diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 4f50d151e2d..29a16c1e062 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2009/09/10 19:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2010/01/30 16:27:59 heinz Exp $ # DISTNAME= pygtk-2.16.0 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.pygtk.org/ COMMENT= Python bindings for GTK+2 +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile index a084764ddfc..098a3dbd73b 100644 --- a/x11/py-xcbgen/Makefile +++ b/x11/py-xcbgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/01/27 13:59:46 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/30 16:28:00 heinz Exp $ # DISTNAME= xcb-proto-1.6 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= reed@reedmedia.net HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= XCB protocol descriptions (in XML) +LICENSE= mit # with no-advertising clause DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 91bb2e06058..a708a3b4f35 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/12/15 12:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/30 16:28:01 heinz Exp $ # DISTNAME= xcb-proto-1.6 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= reed@reedmedia.net HOMEPAGE= http://xcb.freedesktop.org/ COMMENT= XCB protocol descriptions (in XML) +LICENSE= mit # with no-advertising clause PKG_DESTDIR_SUPPORT= user-destdir |