diff options
author | seb <seb@pkgsrc.org> | 2007-11-15 01:06:18 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-11-15 01:06:18 +0000 |
commit | 68a995154e603c0aa27fb79949173769b1b231e4 (patch) | |
tree | 629478e8fafa61a64f7b2edffb8c1a35e897eea6 /net | |
parent | b8215ba5e41d3c73189d643349e54e2a8ac0282c (diff) | |
download | pkgsrc-68a995154e603c0aa27fb79949173769b1b231e4.tar.gz |
Remove package ripe-whois-tools superseded for a long time at least
for the "whois part" by ripe-whois package , now also removed,
and now by the whois3 package.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/ripe-whois-tools/DESCR | 23 | ||||
-rw-r--r-- | net/ripe-whois-tools/Makefile | 20 | ||||
-rw-r--r-- | net/ripe-whois-tools/PLIST | 5 | ||||
-rw-r--r-- | net/ripe-whois-tools/distinfo | 8 | ||||
-rw-r--r-- | net/ripe-whois-tools/patches/patch-aa | 38 | ||||
-rw-r--r-- | net/ripe-whois-tools/patches/patch-ab | 39 | ||||
-rw-r--r-- | net/ripe-whois-tools/patches/patch-ac | 52 |
8 files changed, 1 insertions, 187 deletions
diff --git a/net/Makefile b/net/Makefile index a636fd0e6c6..896f3ac3929 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.692 2007/11/15 01:00:18 seb Exp $ +# $NetBSD: Makefile,v 1.693 2007/11/15 01:06:18 seb Exp $ # COMMENT= Networking tools @@ -401,7 +401,6 @@ SUBDIR+= rbldnsd SUBDIR+= rdesktop SUBDIR+= rdist6 SUBDIR+= rinetd -SUBDIR+= ripe-whois-tools SUBDIR+= rootprobe SUBDIR+= rp-l2tp SUBDIR+= rp-pppoe diff --git a/net/ripe-whois-tools/DESCR b/net/ripe-whois-tools/DESCR deleted file mode 100644 index 2833334fd7e..00000000000 --- a/net/ripe-whois-tools/DESCR +++ /dev/null @@ -1,23 +0,0 @@ -This is a set of C programs to be used in conjunction with the RIPE -database. It contains the following programs: - -- whois - The RIPE version of the whois client program. - This is intended for European users as it will query a RIPE whois - server with extended whois capabilities rather than a standard whois - protocol server. The whois program is fully compatible with the - standard whois protocol and can thus replace your default whois - program. - -- networkupdate - A program that allows updating the RIPE database with the whois - protocol instead of the usual E-mail interface. This program can - usually only be used by the administrators of the whois server itself. - The updating mechanism is too powerfull (for now) to allow the general - public to use this mechanism. The server is protected by means of an - accesslist. - -- cryptpw - Calculate a crypted password with given password and salt. - This password can then be used in the 'auth:' field of maintainer - objects. diff --git a/net/ripe-whois-tools/Makefile b/net/ripe-whois-tools/Makefile deleted file mode 100644 index 1f080e8c5e4..00000000000 --- a/net/ripe-whois-tools/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:24 jlam Exp $ -# - -DISTNAME= ripe-whois-tools-2.4 -CATEGORIES= net -MASTER_SITES= ftp://ftp.ripe.net/tools/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ripe.net/ripencc/pub-services/db/ -COMMENT= RIPE WHOIS client and tools - -WRKSRC= ${WRKDIR} - -LIBS.DragonFly+=-lcrypt -LIBS.NetBSD+= -lcrypt -LIBS.SunOS+= -lnsl -lsocket - -MAKE_ENV+= LIBS=${LIBS:M*:Q} - -.include "../../mk/bsd.pkg.mk" diff --git a/net/ripe-whois-tools/PLIST b/net/ripe-whois-tools/PLIST deleted file mode 100644 index df39eb6a027..00000000000 --- a/net/ripe-whois-tools/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:33 zuntum Exp $ -bin/ripe-whois -bin/ripe-networkupdate -bin/ripe-cryptpw -man/man1/ripe-whois.1 diff --git a/net/ripe-whois-tools/distinfo b/net/ripe-whois-tools/distinfo deleted file mode 100644 index dd7fc8710cb..00000000000 --- a/net/ripe-whois-tools/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:14:03 agc Exp $ - -SHA1 (ripe-whois-tools-2.4.tar.gz) = 0ce107294de244da74efe01928596eaebe090a62 -RMD160 (ripe-whois-tools-2.4.tar.gz) = 5a6d217d4099d10557e761aa4aaef7c2413492f3 -Size (ripe-whois-tools-2.4.tar.gz) = 8613 bytes -SHA1 (patch-aa) = 94508f4e63e941b5078dbdcb9fd79127344c7598 -SHA1 (patch-ab) = 241f9c51ceb834ae90d44b3567dd59116c5696f8 -SHA1 (patch-ac) = 2340f3e8abf02f6ecd3c32e52c076f11fc12773b diff --git a/net/ripe-whois-tools/patches/patch-aa b/net/ripe-whois-tools/patches/patch-aa deleted file mode 100644 index 8053832f704..00000000000 --- a/net/ripe-whois-tools/patches/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2004/01/27 13:40:03 grant Exp $ - ---- Makefile.orig 1998-11-17 03:38:32.000000000 +1100 -+++ Makefile -@@ -19,14 +19,15 @@ - - DEFINES= -DRIPE - PROG= whois cryptpw --DESTDIR= /usr/local/bin --MANDIR= /usr/local/man/man1 --INSTALL= install --# LIBS= -lresolv -+BINDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man/man1 -+INSTALL_PROGRAM= ${BSD_INSTALL_PROGRAM} -+INSTALL_MAN= ${BSD_INSTALL_MAN} -+ - CFLAGS= ${DEFINES} - # - # for BSDI --CC=shlicc2 -Wall -ansi -pedantic -O6 -m486 -+#CC=shlicc2 -Wall -ansi -pedantic -O6 -m486 - # - # for Linux - #CC=gcc -Wall -ansi -pedantic -O6 -m486 -@@ -45,8 +46,10 @@ cryptpw: Makefile cryptpw.c - $(CC) ${CFLAGS} cryptpw.c -o cryptpw ${LIBS} - - install: ${PROG} -- $(INSTALL) -c -s -m 755 ${PROG} networkupdate ${DESTDIR} -- $(INSTALL) -c -m 444 whois.man ${MANDIR}/whois.1 -+ ${INSTALL_PROGRAM} whois ${BINDIR}/ripe-whois -+ ${INSTALL_PROGRAM} cryptpw ${BINDIR}/ripe-cryptpw -+ ${INSTALL_PROGRAM} networkupdate ${BINDIR}/ripe-networkupdate -+ ${INSTALL_MAN} whois.man ${MANDIR}/ripe-whois.1 - - clean: - rm -f whois.o whois cryptpw cryptpw.o networkupdate networkupdate.o core diff --git a/net/ripe-whois-tools/patches/patch-ab b/net/ripe-whois-tools/patches/patch-ab deleted file mode 100644 index 8da4593aa85..00000000000 --- a/net/ripe-whois-tools/patches/patch-ab +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/05/18 11:39:29 rh Exp $ - ---- whois.c.orig Tue Nov 17 12:32:56 1998 -+++ whois.c -@@ -84,11 +84,20 @@ - #include <crypt.h> - #endif /* SYSV */ - -+#ifdef RIPE -+#include <sys/param.h> -+#define NICHOST "whois.ripe.net" -+#else -+#define NICHOST "whois.internic.net" -+#endif -+ - #ifdef __STDC__ - extern int getopt(int argc, char * const *argv, const char *optstring); - extern int kill(pid_t pid, int sig); - extern FILE *fdopen(int fildes, const char *type); -+#ifndef BSD - extern int gethostname(char *name, int namelen); -+#endif - #else /* !__STDC__ */ - extern int gethostname(); - #endif /* __STDC__ */ -@@ -140,13 +149,6 @@ - #define RIPE - #endif /* !RIPE */ - #endif /* TOPDOMAIN || CLEVER */ -- --#ifdef RIPE --#include <sys/param.h> --#define NICHOST "whois.ripe.net" --#else --#define NICHOST "whois.internic.net" --#endif - - void usage() - { diff --git a/net/ripe-whois-tools/patches/patch-ac b/net/ripe-whois-tools/patches/patch-ac deleted file mode 100644 index dca7053f9c4..00000000000 --- a/net/ripe-whois-tools/patches/patch-ac +++ /dev/null @@ -1,52 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/05/18 11:39:29 rh Exp $ - ---- whois.man.orig Tue Nov 17 12:35:51 1998 -+++ whois.man -@@ -1,9 +1,9 @@ --.TH WHOIS 1 "94/09/07" -+.TH RIPE-WHOIS 1 "94/09/07" - .\" RIPE version marten@ripe.net 1.10 94/09/07 - .SH NAME --whois \- TCP/IP Internet directory service, RIPE version -+ripe-whois \- TCP/IP Internet directory service, RIPE version - .SH SYNOPSIS --.B whois -+.B ripe-whois - [ - .B \-aFSrR - ] -@@ -32,12 +32,13 @@ - ] - .I identifier - --.B whois \-t -+.B ripe-whois \-t - .I type --.B whois \-v -+ -+.B ripe-whois \-v - .I type - .SH DESCRIPTION --.B whois -+.B ripe-whois - searches for an object in the RIPE Network Management database. - The key can be either a name (such as "Karrenberg"),a nic-handle - (such as "DK58"), -@@ -120,7 +121,7 @@ - .LP - .SH EXAMPLES - .IP --.B example% whois karrenberg -+.B example% ripe-whois karrenberg - .IP - person: Daniel Karrenberg - .br -@@ -146,7 +147,7 @@ - .br - source: RIPE - .IP --.B example% whois -h whois.ripe.net -r 192.87.45.0/24 -+.B example% ripe-whois -h whois.ripe.net -r 192.87.45.0/24 - .IP - inetnum: 192.87.45.0 - .br |