diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-10-27 20:38:55 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-10-27 20:38:55 +0000 |
commit | b829e890b4908dd742e1773ab7982c436414aa1a (patch) | |
tree | 44bf7fa3d316a502eca69fb002b1a4c78b4eca43 /net | |
parent | 78514932ebe2223d3e9fce4e4dad39af1eac78a6 (diff) | |
download | pkgsrc-b829e890b4908dd742e1773ab7982c436414aa1a.tar.gz |
As threated a while ago on tech-pkg@, remove bind4 from pkgsrc.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind4/DESCR | 7 | ||||
-rw-r--r-- | net/bind4/MESSAGE | 18 | ||||
-rw-r--r-- | net/bind4/Makefile | 34 | ||||
-rw-r--r-- | net/bind4/PLIST | 5 | ||||
-rw-r--r-- | net/bind4/distinfo | 5 |
5 files changed, 0 insertions, 69 deletions
diff --git a/net/bind4/DESCR b/net/bind4/DESCR deleted file mode 100644 index 374022c7899..00000000000 --- a/net/bind4/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -NetBSD 1.4 and above ship with BIND 8, a vastly improved name server -software suite. Unfortunately, some sites cannot run BIND 8 yet due to -various reasons, including the incompatible configuration file. - -This pkg installs the named portion of BIND 4, allowing an administrator to -use a BIND 4 server while retaining the added functionality of the BIND 8 -system tools. diff --git a/net/bind4/MESSAGE b/net/bind4/MESSAGE deleted file mode 100644 index 72262b0eb66..00000000000 --- a/net/bind4/MESSAGE +++ /dev/null @@ -1,18 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:21 wiz Exp $ - -This package installs the BIND version 4 name server into your pkg tree, -NOT into /usr/sbin with your other binaries. PLEASE BE CAREFUL as to -which named you run and which `ndc' script you use to control named. - - The `named' program in this pkg is called `named4'. - The `ndc' script in this pkg is called `ndc4'. - Other BIND programs are not installed; use your system installed tools. - -The use of BIND 4 is not recommended as it is deprecated. BIND 8 is -recommended (pkgsrc/net/bind8, or /usr/sbin/named). -If you intend to stick with BIND 4 instead of upgrading to BIND 8, -you should delete or move out of the way `named' and `ndc' in /usr/sbin -to eliminate confusion. - -=========================================================================== diff --git a/net/bind4/Makefile b/net/bind4/Makefile deleted file mode 100644 index 057c56dcfb1..00000000000 --- a/net/bind4/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.21 2007/01/07 09:14:02 rillig Exp $ -# - -DISTNAME= bind-4.9.11-REL -PKGNAME= bind-4.9.11 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/DEPRECATED/4.9.11/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.isc.org/ -COMMENT= The BIND name server, version 4, as an alternative to BIND 8 - -WRKSRC= ${WRKDIR} - -NOT_FOR_PLATFORM= NetBSD-0.*-* NetBSD-1.[0123]*-* - -INSTALLATION_DIRS= libexec ${PKGMANDIR}/man8 sbin - -post-extract: - @${RM} -f ${WRKSRC}/compat/include/sys/cdefs.h - -do-build: - @cd ${WRKSRC}/res && ${MAKE} CDEBUG="${CFLAGS}" - @cd ${WRKSRC}/named && ${MAKE} CDEBUG="${CFLAGS}" PATH_XFER="${PREFIX}/libexec/named4-xfer" COMPLIB= - cd ${WRKSRC}/named && \ - ${SED} -e 's,/usr/sbin,${PREFIX}/sbin,' -e 's,named ,named4 ,' ndc >ndc4 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/named/named ${PREFIX}/sbin/named4 - ${INSTALL_PROGRAM} ${WRKSRC}/named/named-xfer ${PREFIX}/libexec/named4-xfer - ${INSTALL_SCRIPT} ${WRKSRC}/named/ndc4 ${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/man/named.8 ${PREFIX}/${PKGMANDIR}/man8/named4.8 - -.include "../../mk/bsd.pkg.mk" diff --git a/net/bind4/PLIST b/net/bind4/PLIST deleted file mode 100644 index c1d86f9976d..00000000000 --- a/net/bind4/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:52 zuntum Exp $ -libexec/named4-xfer -man/man8/named4.8 -sbin/named4 -sbin/ndc4 diff --git a/net/bind4/distinfo b/net/bind4/distinfo deleted file mode 100644 index 6bdb43f2a75..00000000000 --- a/net/bind4/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.8 2005/05/25 13:12:48 wiz Exp $ - -SHA1 (bind-4.9.11-REL.tar.gz) = 2387f291cb54a81aa8f92d9c9ec28fe71085a894 -RMD160 (bind-4.9.11-REL.tar.gz) = 79df438da8bf1a846cd8829478356eab63a78dc1 -Size (bind-4.9.11-REL.tar.gz) = 1970685 bytes |