pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail DJB has placed certain of his software in the pub...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/224720f0e410
branches:  trunk
changeset: 543263:224720f0e410
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jun 11 21:06:37 2008 +0000

description:
DJB has placed certain of his software in the public domain. Excerpted
from <URL:http://cr.yp.to/distributors.html>:

  What are the distribution terms for dot-forward?

  2008.06.01: I hereby place the dot-forward package (in particular,
  dot-forward-0.71.tar.gz, with MD5 checksum
  1fefd9760e4706491fb31c7511d69bed) into the public domain. The
  package is no longer copyrighted.

  What are the distribution terms for ezmlm?

  2008.06.01: I hereby place the ezmlm package (in particular,
  ezmlm-0.53.tar.gz, with MD5 checksum 108c632caaa8cdbfd3041e6c449191b2)
  into the public domain. The package is no longer copyrighted.

  What are the distribution terms for fastforward?

  2008.06.01: I hereby place the fastforward package (in particular,
  fastforward-0.51.tar.gz, with MD5 checksum
  6dc619180ba9726380dc1047e45a1d8d) into the public domain. The
  package is no longer copyrighted.

Set DJB_RESTRICTED=no in these packages (and in ezmlm-idx, by
extension). Add commented-out LICENSE=public-domain. As usual,
pkgsrc will strive to keep modifications to a tasteful minimum.

diffstat:

 mail/dot-forward/Makefile |  5 +++--
 mail/ezmlm-idx/Makefile   |  6 +++---
 mail/ezmlm/Makefile       |  7 +++----
 mail/fastforward/Makefile |  5 +++--
 4 files changed, 12 insertions(+), 11 deletions(-)

diffs (105 lines):

diff -r 095a52e4d02d -r 224720f0e410 mail/dot-forward/Makefile
--- a/mail/dot-forward/Makefile Wed Jun 11 19:45:53 2008 +0000
+++ b/mail/dot-forward/Makefile Wed Jun 11 21:06:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/01/05 02:57:10 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/11 21:06:37 schmonz Exp $
 #
 
 DISTNAME=              dot-forward-0.71
@@ -9,6 +9,7 @@
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://cr.yp.to/dot-forward.html
 COMMENT=               Reads sendmail's .forward files under qmail
+#LICENSE=              public-domain
 
 DEPENDS+=              qmail>=1.03nb7:../../mail/qmail
 
@@ -16,7 +17,7 @@
 
 DJB_BUILD_TARGETS=     install instcheck
 
-DJB_RESTRICTED=                YES
+DJB_RESTRICTED=                no
 
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 095a52e4d02d -r 224720f0e410 mail/ezmlm-idx/Makefile
--- a/mail/ezmlm-idx/Makefile   Wed Jun 11 19:45:53 2008 +0000
+++ b/mail/ezmlm-idx/Makefile   Wed Jun 11 21:06:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/03/24 06:29:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.30 2008/06/11 21:06:37 schmonz Exp $
 #
 
 .include "../../mail/ezmlm/Makefile.common"
@@ -10,6 +10,7 @@
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://www.ezmlm.org/
 COMMENT=               Version of ezmlm with enhancements by third parties
+#LICENSE=              public-domain
 
 CONFLICTS=             ezmlm-[0-9]*
 
@@ -18,8 +19,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-# ezmlm-idx is a modification of the ezmlm source.
-DJB_RESTRICTED=                YES
+DJB_RESTRICTED=                no
 
 PKG_SYSCONFSUBDIR=     ezmlm
 CFLAGS+=               -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
diff -r 095a52e4d02d -r 224720f0e410 mail/ezmlm/Makefile
--- a/mail/ezmlm/Makefile       Wed Jun 11 19:45:53 2008 +0000
+++ b/mail/ezmlm/Makefile       Wed Jun 11 21:06:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/01/07 09:13:58 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2008/06/11 21:06:37 schmonz Exp $
 #
 
 .include "../../mail/ezmlm/Makefile.common"
@@ -9,14 +9,13 @@
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://cr.yp.to/ezmlm.html
 COMMENT=               Easy-to-use, high-speed mailing list manager for qmail
+#LICENSE=              public-domain
 
 CONFLICTS=             ezmlm-idx-[0-9]*
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-# We change conf-bin and conf-man from the default "/usr/local"
-# and don't provide compatibility symlinks.
-DJB_RESTRICTED=                YES
+DJB_RESTRICTED=                no
 
 INSTALLATION_DIRS=     bin man ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/cat1 ${PKGMANDIR}/cat5
 
diff -r 095a52e4d02d -r 224720f0e410 mail/fastforward/Makefile
--- a/mail/fastforward/Makefile Wed Jun 11 19:45:53 2008 +0000
+++ b/mail/fastforward/Makefile Wed Jun 11 21:06:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/01/08 18:27:11 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2008/06/11 21:06:37 schmonz Exp $
 #
 
 DISTNAME=              fastforward-0.51
@@ -9,6 +9,7 @@
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://cr.yp.to/fastforward.html
 COMMENT=               Sendmail-style /etc/aliases support for qmail
+#LICENSE=              public-domain
 
 DEPENDS+=              qmail>=1.03nb7:../../mail/qmail
 
@@ -18,7 +19,7 @@
 
 DJB_BUILD_TARGETS=     install instcheck
 
-DJB_RESTRICTED=                YES
+DJB_RESTRICTED=                no
 
 SUBST_FILES.djbware+=  cdb_seek.c
 



Home | Main Index | Thread Index | Old Index