pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/whois3 Initial import of whois3 version 3.2.2 into...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc2960eee52c
branches:  trunk
changeset: 535355:bc2960eee52c
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Nov 15 00:56:21 2007 +0000

description:
Initial import of whois3 version 3.2.2 into The NetBSD
Packages Collection.

This is whois3, a very simple and generic whois client.

This client, unlike the "classic" whois client,
does not check for supported flags at the client side,
except for -h (whois host) and -p (whois port).
The syntax checks for flags are made at the server side.
The default host and port of whois3 is whois.ripe.net
at port 43 (or to be more exact, the tcp port specified
for whois in /etc/services).

Note: This is in fact a "reimport" of an updated version
of package net/ripe-whois which is going to be removed.
Most notable change from the last version of net/ripe-whois
package is the addition of the -4 and -6 switches to select
either IPv4 or IPv6 as transport.

diffstat:

 net/whois3/DESCR            |  13 ++++++++
 net/whois3/Makefile         |  16 ++++++++++
 net/whois3/PLIST            |   6 +++
 net/whois3/distinfo         |   7 ++++
 net/whois3/patches/patch-aa |  12 +++++++
 net/whois3/patches/patch-ab |  68 +++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 122 insertions(+), 0 deletions(-)

diffs (146 lines):

diff -r 755e82a408f4 -r bc2960eee52c net/whois3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/whois3/DESCR  Thu Nov 15 00:56:21 2007 +0000
@@ -0,0 +1,13 @@
+This is whois3, a very simple and generic whois client.
+
+This client, unlike the "classic" whois client,
+does not check for supported flags at the client side,
+except for -h (whois host) and -p (whois port).
+
+The syntax checks for flags are made at the server side.
+
+The default host and port of whois3 is whois.ripe.net
+at port 43 (or to be more exact, the tcp port specified
+for whois in /etc/services).
+
+Try whois3 help.
diff -r 755e82a408f4 -r bc2960eee52c net/whois3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/whois3/Makefile       Thu Nov 15 00:56:21 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/15 00:56:21 seb Exp $
+#
+
+DISTNAME=      whois3-3.2.2
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=whois/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://whois.sourceforge.net/
+COMMENT=       RIPE very simple and generic whois client
+
+GNU_CONFIGURE= YES
+USE_TOOLS+=    perl
+BUILD_DEFS+=   IPV6_READY
+
+.include "../../mk/bsd.pkg.mk"
diff -r 755e82a408f4 -r bc2960eee52c net/whois3/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/whois3/PLIST  Thu Nov 15 00:56:21 2007 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/15 00:56:21 seb Exp $
+bin/whois3
+man/man1/whois3.1
+share/${PKGNAME}/FLAGS.txt
+share/${PKGNAME}/HELP.txt
+@dirrm share/${PKGNAME}
diff -r 755e82a408f4 -r bc2960eee52c net/whois3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/whois3/distinfo       Thu Nov 15 00:56:21 2007 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/15 00:56:21 seb Exp $
+
+SHA1 (whois3-3.2.2.tar.gz) = 165ccd45387ef5505c7c6542f1dca019abbfcaf9
+RMD160 (whois3-3.2.2.tar.gz) = f6a42221f823168060bb732764403b39d52c8a45
+Size (whois3-3.2.2.tar.gz) = 94587 bytes
+SHA1 (patch-aa) = bd2fc58b55b4db8e3cba8a7f5f67d171e88fc52c
+SHA1 (patch-ab) = c4813a5dbb7a1a386ab294bedc02a3dfaa1c9945
diff -r 755e82a408f4 -r bc2960eee52c net/whois3/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/whois3/patches/patch-aa       Thu Nov 15 00:56:21 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/11/15 00:56:21 seb Exp $
+
+--- Makefile.am.orig   2003-07-18 10:03:36.000000000 +0000
++++ Makefile.am
+@@ -1,5 +1,5 @@
+ SUBDIRS = doc
+ 
+-bin_PROGRAMS = whois
++bin_PROGRAMS = whois3
+ 
+-whois_SOURCES = whois3.c
++whois3_SOURCES = whois3.c
diff -r 755e82a408f4 -r bc2960eee52c net/whois3/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/whois3/patches/patch-ab       Thu Nov 15 00:56:21 2007 +0000
@@ -0,0 +1,68 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/11/15 00:56:21 seb Exp $
+
+--- Makefile.in.orig   2007-09-26 10:49:06.000000000 +0000
++++ Makefile.in
+@@ -14,7 +14,7 @@
+ 
+ @SET_MAKE@
+ 
+-SOURCES = $(whois_SOURCES)
++SOURCES = $(whois3_SOURCES)
+ 
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+@@ -36,7 +36,7 @@ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-bin_PROGRAMS = whois$(EXEEXT)
++bin_PROGRAMS = whois3$(EXEEXT)
+ subdir = .
+ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+       $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
+@@ -54,9 +54,9 @@ CONFIG_CLEAN_FILES =
+ am__installdirs = "$(DESTDIR)$(bindir)"
+ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+ PROGRAMS = $(bin_PROGRAMS)
+-am_whois_OBJECTS = whois3.$(OBJEXT)
+-whois_OBJECTS = $(am_whois_OBJECTS)
+-whois_LDADD = $(LDADD)
++am_whois3_OBJECTS = whois3.$(OBJEXT)
++whois3_OBJECTS = $(am_whois3_OBJECTS)
++whois3_LDADD = $(LDADD)
+ DEFAULT_INCLUDES = -I. -I$(srcdir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+@@ -64,8 +64,8 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUD
+       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+-SOURCES = $(whois_SOURCES)
+-DIST_SOURCES = $(whois_SOURCES)
++SOURCES = $(whois3_SOURCES)
++DIST_SOURCES = $(whois3_SOURCES)
+ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+       html-recursive info-recursive install-data-recursive \
+       install-exec-recursive install-info-recursive \
+@@ -163,7 +163,7 @@ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ SUBDIRS = doc
+-whois_SOURCES = whois3.c
++whois3_SOURCES = whois3.c
+ all: all-recursive
+ 
+ .SUFFIXES:
+@@ -224,9 +224,9 @@ uninstall-binPROGRAMS:
+ 
+ clean-binPROGRAMS:
+       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+-whois$(EXEEXT): $(whois_OBJECTS) $(whois_DEPENDENCIES) 
+-      @rm -f whois$(EXEEXT)
+-      $(LINK) $(whois_LDFLAGS) $(whois_OBJECTS) $(whois_LDADD) $(LIBS)
++whois3$(EXEEXT): $(whois3_OBJECTS) $(whois3_DEPENDENCIES) 
++      @rm -f whois3$(EXEEXT)
++      $(LINK) $(whois3_LDFLAGS) $(whois3_OBJECTS) $(whois3_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+       -rm -f *.$(OBJEXT)



Home | Main Index | Thread Index | Old Index