pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Added missing LICENSE variable.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e61092c3f6bf
branches:  trunk
changeset: 373485:e61092c3f6bf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 03 00:30:31 2018 +0000

description:
Added missing LICENSE variable.

diffstat:

 graphics/artist/Makefile         |  3 ++-
 graphics/blinkentools/Makefile   |  3 ++-
 graphics/cal3d-examples/Makefile |  3 ++-
 graphics/cal3d/Makefile          |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (68 lines):

diff -r 9d659a89e795 -r e61092c3f6bf graphics/artist/Makefile
--- a/graphics/artist/Makefile  Wed Jan 03 00:29:23 2018 +0000
+++ b/graphics/artist/Makefile  Wed Jan 03 00:30:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/02/17 19:18:03 dholland Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/03 00:30:31 rillig Exp $
 
 DISTNAME=      artist-1.2.6
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -9,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.lysator.liu.se/~tab/artist/
 COMMENT=       Elisp drawing package with mouse and keyboard support
+LICENSE=       gnu-gpl-v2
 
 INSTALLATION_DIRS+=    ${DOCDIR} \
                        ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/artist
diff -r 9d659a89e795 -r e61092c3f6bf graphics/blinkentools/Makefile
--- a/graphics/blinkentools/Makefile    Wed Jan 03 00:29:23 2018 +0000
+++ b/graphics/blinkentools/Makefile    Wed Jan 03 00:30:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2017/02/12 06:25:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.41 2018/01/03 00:34:18 rillig Exp $
 #
 
 DISTNAME=              blinkentools-2.2
@@ -9,6 +9,7 @@
 MAINTAINER=            salo%NetBSD.org@localhost
 HOMEPAGE=              http://www.blinkenlights.de/
 COMMENT=               Blinkenlights movies tools collection
+LICENSE=               gnu-gpl-v2
 
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         YES
diff -r 9d659a89e795 -r e61092c3f6bf graphics/cal3d-examples/Makefile
--- a/graphics/cal3d-examples/Makefile  Wed Jan 03 00:29:23 2018 +0000
+++ b/graphics/cal3d-examples/Makefile  Wed Jan 03 00:30:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/04/25 14:23:07 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2018/01/03 00:36:10 rillig Exp $
 #
 
 PKGNAME=               cal3d-examples-${CAL3D_VERSION}
@@ -10,6 +10,7 @@
                        cal3d-${CAL3D_VERSION}${EXTRACT_SUFX}
 
 COMMENT=       Tools and demos for cal3d library
+LICENSE=       gnu-lgpl-v2.1
 
 USE_TOOLS+=            automake pax
 
diff -r 9d659a89e795 -r e61092c3f6bf graphics/cal3d/Makefile
--- a/graphics/cal3d/Makefile   Wed Jan 03 00:29:23 2018 +0000
+++ b/graphics/cal3d/Makefile   Wed Jan 03 00:30:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/04/25 14:23:07 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/03 00:35:24 rillig Exp $
 #
 
 PKGNAME=               cal3d-${CAL3D_VERSION}
@@ -7,6 +7,7 @@
 .include "../../graphics/cal3d/Makefile.common"
 
 COMMENT=       Skeletal based 3d character animation library in C++
+LICENSE=       gnu-lgpl-v2.1
 
 USE_TOOLS+=            automake
 



Home | Main Index | Thread Index | Old Index