pkgsrc-WIP-changes archive

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

added licenses



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Fri Apr 12 13:23:50 2024 -0400
Changeset:	4151024478ffb1378df34e69e0899688a83b1dfa

Modified Files:
	libcupsfilters/Makefile
	libppd/Makefile

Log Message:
added licenses

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4151024478ffb1378df34e69e0899688a83b1dfa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libcupsfilters/Makefile | 6 +++---
 libppd/Makefile         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/libcupsfilters/Makefile b/libcupsfilters/Makefile
index b91e4eaf3e..d08d0d85f1 100644
--- a/libcupsfilters/Makefile
+++ b/libcupsfilters/Makefile
@@ -6,10 +6,10 @@ CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_GITHUB:=OpenPrinting/}
 GITHUB_RELEASE=	2.0.0
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/OpenPrinting/libcupsfilters/
-COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+COMMENT=	Library for cups-filters
+LICENSE=	apache-2.0
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
diff --git a/libppd/Makefile b/libppd/Makefile
index d1015cfd28..6c21178283 100644
--- a/libppd/Makefile
+++ b/libppd/Makefile
@@ -6,10 +6,10 @@ CATEGORIES=	# TODO: add primary category
 MASTER_SITES=	${MASTER_SITE_GITHUB:=OpenPrinting/}
 GITHUB_RELEASE=	2.0.0
 
-MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	use pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/OpenPrinting/libppd/
-COMMENT=	TODO: Short description of the package
-#LICENSE=	# TODO: (see mk/license.mk)
+COMMENT=	PostScript Printer Descriptions library
+LICENSE=	apache-2.0
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes


Home | Main Index | Thread Index | Old Index