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 daemontools? 2007.12.28: I hereby place the daemontools package (in particular, daemontools-0.76.tar.gz, with MD5 checksum 1871af2453d6e464034968a0fbcb2bfc) into the public domain. The package is no longer copyrighted. What are the distribution terms for djbdns? 2007.12.28: I hereby place the djbdns package (in particular, djbdns-1.05.tar.gz, with MD5 checksum 3147c5cd56832aa3b41955c7a51cbeb2) into the public domain. The package is no longer copyrighted. What are the distribution terms for ucspi-tcp? 2007.12.28: I hereby place the ucspi-tcp package (in particular, ucspi-tcp-0.88.tar.gz, with MD5 checksum 39b619147db54687c4a583a7a94c9163) into the public domain. The package is no longer copyrighted. Am I free to modify uncopyrighted packages and distribute modified versions? Yes. But this does not mean that modifications are _encouraged_! And from <URL:http://cr.yp.to/qmail/dist.html>: I hereby place the qmail package (in particular, qmail-1.03.tar.gz, with MD5 checksum 622f65f982e380dbe86e6574f3abcb7c) into the public domain. You are free to modify the package, distribute modified versions, etc. This does not mean that modifications are encouraged! pkgsrc will strive, as it has, to keep modifications to a tasteful minimum. This addresses PR pkg/37964 by Aleksej Saushev.
This commit is contained in:
parent
31302e1043
commit
d49c575364
4 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.55 2007/06/15 18:15:19 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.56 2008/02/19 13:59:05 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netqmail-1.05
|
||||
|
@ -30,8 +30,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
USE_TOOLS+= nroff
|
||||
|
||||
DJB_BUILD_TARGETS= man
|
||||
|
||||
DJB_RESTRICTED= YES
|
||||
DJB_RESTRICTED= no
|
||||
|
||||
MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/alias
|
||||
MAKE_DIRS+= ${PKG_SYSCONFDIR}/control ${PKG_SYSCONFDIR}/users
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.53 2007/01/07 09:14:02 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2008/02/19 13:59:05 schmonz Exp $
|
||||
|
||||
DISTNAME= djbdns-1.05
|
||||
PKGREVISION= 7
|
||||
|
@ -18,7 +18,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
# We change conf-home from the default "/usr/local" and don't
|
||||
# provide compatibility symlinks. We also patch to honor PKG_SYSCONFDIR
|
||||
# and to set reasonable permissions on standard pkgsrc directories.
|
||||
DJB_RESTRICTED= YES
|
||||
# This no longer affects distributability, as djbdns is public domain.
|
||||
DJB_RESTRICTED= no
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/djbdns
|
||||
CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2007/02/02 13:00:36 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2008/02/19 13:59:05 schmonz Exp $
|
||||
|
||||
DISTNAME= ucspi-tcp-0.88
|
||||
PKGREVISION= 2
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Command-line tools for building TCP client-server applications
|
|||
MANPAGES= ${DISTNAME}-man-20020317.tar.gz
|
||||
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
|
||||
|
||||
DJB_RESTRICTED= YES
|
||||
DJB_RESTRICTED= no
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2007/01/07 09:14:11 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2008/02/19 13:59:04 schmonz Exp $
|
||||
|
||||
DISTNAME= daemontools-0.76
|
||||
PKGREVISION= 1
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Service monitoring and logging utilities by djb
|
|||
MANPAGES= ${DISTNAME}-man-20020131.tar.gz
|
||||
SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/
|
||||
|
||||
DJB_RESTRICTED= YES
|
||||
DJB_RESTRICTED= no
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
|
Loading…
Reference in a new issue