Yet another whois client.

Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
PR:		ports/20135
This commit is contained in:
Jun Kuriyama 2000-07-27 05:40:55 +00:00
parent 50d3f281ce
commit c331f8e106
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31050
8 changed files with 76 additions and 0 deletions

View file

@ -97,6 +97,7 @@
SUBDIR += isc-dhcp3
SUBDIR += isic
SUBDIR += jabber-transport
SUBDIR += jwhois
SUBDIR += kdenetwork11
SUBDIR += kdenetwork11-i18n
SUBDIR += kdenetwork2

33
net/jwhois/Makefile Normal file
View file

@ -0,0 +1,33 @@
# New ports collection makefile for: jwhois
# Date created: 15 Jul 2000
# Whom: matusita@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= jwhois
PORTVERSION= 2.4.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= jwhois
MAINTAINER= matusita@jp.FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${PREFIX}/var/jwhois
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
INSTALL_TARGET= install-strip
MAN1= jwhois.1
post-install:
${MKDIR} ${PREFIX}/var/jwhois
${CHOWN} :nogroup ${PREFIX}/var/jwhois
${CHMOD} g+w ${PREFIX}/var/jwhois
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/etc
.include <bsd.port.mk>

1
net/jwhois/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (jwhois-2.4.1.tar.gz) = ca4716c2a8eea8d1f11a61d928397637

11
net/jwhois/files/patch-aa Normal file
View file

@ -0,0 +1,11 @@
--- po/Makefile.in.in.dist Sat Nov 27 06:10:41 1999
+++ po/Makefile.in.in Sat Jul 15 22:27:05 2000
@@ -19,7 +19,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
+localedir = @localedir@
gnulocaledir = $(prefix)/share/locale
gettextsrcdir = $(prefix)/share/gettext/po
subdir = po

11
net/jwhois/files/patch-ab Normal file
View file

@ -0,0 +1,11 @@
--- src/cache.c.dist Sun Dec 19 06:46:53 1999
+++ src/cache.c Sat Jul 15 22:52:06 2000
@@ -119,7 +119,7 @@
jconfig_set();
j = jconfig_getone("jwhois", "cachefile");
if (!j)
- cfname = LOCALSTATEDIR "/jwhois.db";
+ cfname = LOCALSTATEDIR "/jwhois";
else
cfname = j->value;

1
net/jwhois/pkg-comment Normal file
View file

@ -0,0 +1 @@
An improved WHOIS client capable of selecting server to query

6
net/jwhois/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
Jwhois is a WHOIS client, with a feature of selecting servers to
query based on a configulation file. Query results are cached to local
databases. If you make a same query later, the results are extracted
from databases; you can get your answer quickly.
WWW: http://www.gnu.org/software/jwhois

12
net/jwhois/pkg-plist Normal file
View file

@ -0,0 +1,12 @@
bin/jwhois
etc/jwhois.conf
@unexec install-info --delete %D/info/jwhois.info %D/info/dir
info/jwhois.info
@exec install-info %D/info/jwhois.info %D/info/dir
share/locale/sv/LC_MESSAGES/jwhois.mo
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/* 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true
@unexec rm -f %D/var/jwhois/jwhois.db 2>/dev/null || true
@unexec rmdir %D/var/jwhois 2>/dev/null || true
@unexec rmdir %D/var 2>/dev/null || true