diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-02-19 13:59:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-02-19 13:59:04 +0000 |
commit | d49c5753648020f65b04cd115fa83b41da35e0ff (patch) | |
tree | eb6b75e4e03f3c5ed26e43a996c794d20710543a /net | |
parent | 31302e104350dd387117cafdb7bf77a266ee076a (diff) | |
download | pkgsrc-d49c5753648020f65b04cd115fa83b41da35e0ff.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/djbdns/Makefile | 5 | ||||
-rw-r--r-- | net/ucspi-tcp/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index f6638c8b691..e4442a467cf 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -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}\"" diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index 14b00fe3004..394d9b73f47 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -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 |