diff options
author | garga <garga@FreeBSD.org> | 2006-06-28 02:17:49 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-28 02:17:49 +0800 |
commit | d12ef9023bac569b4a7a1758b40ac05d8ae3a22b (patch) | |
tree | 14dd3e0c702f240361071d10462583094168d167 /net | |
parent | 49ce3340227b3afca291fcd8449e672b5770b6bf (diff) | |
download | freebsd-ports-gnome-d12ef9023bac569b4a7a1758b40ac05d8ae3a22b.tar.gz freebsd-ports-gnome-d12ef9023bac569b4a7a1758b40ac05d8ae3a22b.tar.zst freebsd-ports-gnome-d12ef9023bac569b4a7a1758b40ac05d8ae3a22b.zip |
Move net/rwhois -> net/rwhoisd, an accurate name for the port/package
PR: ports/99306
Submitted by: Jo Rhett <jrhett@svcolo.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/rwhois/Makefile | 66 | ||||
-rw-r--r-- | net/rwhois/distinfo | 3 | ||||
-rw-r--r-- | net/rwhois/files/rwhoisd.in | 31 | ||||
-rw-r--r-- | net/rwhois/pkg-descr | 23 | ||||
-rw-r--r-- | net/rwhois/pkg-plist | 67 | ||||
-rw-r--r-- | net/rwhoisd/Makefile | 4 |
7 files changed, 3 insertions, 193 deletions
diff --git a/net/Makefile b/net/Makefile index 1fd675d0065f..0515c05f9d4c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -651,7 +651,7 @@ SUBDIR += ruby-tcpsocketpipe SUBDIR += ruby-tserver SUBDIR += rude - SUBDIR += rwhois + SUBDIR += rwhoisd SUBDIR += samba SUBDIR += samba-libsmbclient SUBDIR += samba-nmblookup diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile deleted file mode 100644 index 11dd846e0415..000000000000 --- a/net/rwhois/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: rwhois -# Date created: May 9th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rwhois -PORTVERSION= 1.5.9.6 -PORTREVISION= 1 -CATEGORIES= net ipv6 -MASTER_SITES= http://www.rwhois.net/ftp/ \ - http://www.rwhois.net/ftp/older_releases/ -DISTNAME= ${PORTNAME}d-${PORTVERSION} - -MAINTAINER= garga@FreeBSD.org -COMMENT= The Internic referral whois server - -OPTIONS= IPV6 "Enable IPV6 support" On \ - LARGEFILE "Enable largefile support (> 2Gb)" Off - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -USE_RC_SUBR= rwhoisd - -BINOWN= bin -BINGRP= bin - -MAN8= rwhois_indexer.8 rwhoisd.8 - -PORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \ - operations_guide.txt rfc2167.txt security.html security.txt - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_IPV6) -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -.if defined(WITH_LARGEFILE) -CONFIGURE_ARGS+= --enable-largefile -.endif - -post-patch: - @${REINPLACE_CMD} -e 's,rwhoisd/samples,rwhoisd,' \ - ${WRKSRC}/sample.data/Makefile.in - @${REINPLACE_CMD} -e 's,userid: rwhoisd,userid: nobody,' \ - -e 's,pid-file: rwhoisd.pid,pid-file: /var/run/rwhoisd/rwhoisd.pid,' \ - ${WRKSRC}/sample.data/rwhoisd.conf - @${REINPLACE_CMD} -E 's,"(.*\.log)","/var/log/rwhoisd/\1",g' \ - ${WRKSRC}/common/conf.h - -post-install: - @${MKDIR} /var/log/rwhoisd /var/run/rwhoisd - @${CHOWN} -R nobody /var/log/rwhoisd /var/run/rwhoisd - ${INSTALL_MAN} ${WRKSRC}/doc/rwhois_indexer.8 ${PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${PREFIX}/man/man8 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} -. endfor -.endif - -.include <bsd.port.post.mk> diff --git a/net/rwhois/distinfo b/net/rwhois/distinfo deleted file mode 100644 index cd67faaf70dc..000000000000 --- a/net/rwhois/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rwhoisd-1.5.9.6.tar.gz) = f18350b71603e9fefa76fc875e3f7544 -SHA256 (rwhoisd-1.5.9.6.tar.gz) = 318eb37c2a742407ec2bc163fdbbc65721e5890a6bce7ee8925885bae240baa4 -SIZE (rwhoisd-1.5.9.6.tar.gz) = 528488 diff --git a/net/rwhois/files/rwhoisd.in b/net/rwhois/files/rwhoisd.in deleted file mode 100644 index 01ea89e25f7c..000000000000 --- a/net/rwhois/files/rwhoisd.in +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -# PROVIDE: rwhoisd -# REQUIRE: LOGIN -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# rwhoisd_enable (bool): Set to NO by default. -# Set it to YES to enable rwhoisd. -# rwhoisd_config (path): Set to %%PREFIX%%/etc/rwhoisd/rwhoisd.conf -# by default. -# - -. %%RC_SUBR%% - -name="rwhoisd" -rcvar=${name}_enable - -command=%%PREFIX%%/sbin/${name} -pidfile=${rwhoisd_pidfile} - -load_rc_config $name - -: ${rwhoisd_enable="NO"} -: ${rwhoisd_config="%%PREFIX%%/etc/rwhoisd/rwhoisd.conf"} -: ${rwhoisd_pidfile="/var/run/${name}/${name}.pid"} - -command_args="-d -c $rwhoisd_config" - -run_rc_command "$1" diff --git a/net/rwhois/pkg-descr b/net/rwhois/pkg-descr deleted file mode 100644 index 18465350eed2..000000000000 --- a/net/rwhois/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -With the exponential growth of the Internet, a central Whois database that -provides host and network information of systems connected to the Internet, -and electronic mail (email) addresses of the users of those systems has -proven to be very inefficient. The sheer size and effort needed to maintain -a centralized database necessitates an alternate, decentralized approach to -storing and retrieving this information. - -RWhois is a Directory Services protocol which extends and enhances the Whois -concept in a hierarchical and scaleable fashion. It focuses on the -distribution of "network objects"--the data representing Internet resources -or people--and uses the inherently hierarchical nature of these network -objects (domain names, Internet Protocol (IP) networks, email addresses) to -more accurately discover the requested information. - -RWhois synthesizes concepts from other, established Internet protocols to -create a more useful way to find resources across the Internet. The RWhois -protocol and architecture derive a great deal of structure from the Domain -Name System (DNS) [RFC 1034] and borrow directory service concepts from -other directory service efforts, primarily [X.500]. The protocol is also -influenced by earlier established Internet protocols, such as the Simple -Mail Transport Protocol (SMTP) [RFC 821] for response codes. - -WWW: http://www.rwhois.net/ diff --git a/net/rwhois/pkg-plist b/net/rwhois/pkg-plist deleted file mode 100644 index 1125aa9f123a..000000000000 --- a/net/rwhois/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/rwhois_deleter -bin/rwhois_indexer -bin/rwhois_repack -sbin/rwhoisd -etc/rwhoisd/a.com/attribute_defs/asn.tmpl -etc/rwhoisd/a.com/attribute_defs/contact.tmpl -etc/rwhoisd/a.com/attribute_defs/domain.tmpl -etc/rwhoisd/a.com/attribute_defs/guardian.tmpl -etc/rwhoisd/a.com/attribute_defs/host.tmpl -etc/rwhoisd/a.com/attribute_defs/org.tmpl -etc/rwhoisd/a.com/attribute_defs/referral.tmpl -etc/rwhoisd/a.com/data/asn/asn.txt -etc/rwhoisd/a.com/data/contact/contact.txt -etc/rwhoisd/a.com/data/domain/domain.txt -etc/rwhoisd/a.com/data/guardian/guardian.txt -etc/rwhoisd/a.com/data/host/host.txt -etc/rwhoisd/a.com/data/org/org.txt -etc/rwhoisd/a.com/data/referral/referral.txt -etc/rwhoisd/a.com/schema -etc/rwhoisd/a.com/soa -etc/rwhoisd/net-10.0.0.0-8/attribute_defs/contact.tmpl -etc/rwhoisd/net-10.0.0.0-8/attribute_defs/guardian.tmpl -etc/rwhoisd/net-10.0.0.0-8/attribute_defs/host.tmpl -etc/rwhoisd/net-10.0.0.0-8/attribute_defs/network.tmpl -etc/rwhoisd/net-10.0.0.0-8/attribute_defs/referral.tmpl -etc/rwhoisd/net-10.0.0.0-8/data/network/network.txt -etc/rwhoisd/net-10.0.0.0-8/data/referral/referral.txt -etc/rwhoisd/net-10.0.0.0-8/schema -etc/rwhoisd/net-10.0.0.0-8/soa -etc/rwhoisd/net-fd00:1234::-32/attribute_defs/host.tmpl -etc/rwhoisd/net-fd00:1234::-32/attribute_defs/referral.tmpl -etc/rwhoisd/net-fd00:1234::-32/attribute_defs/contact.tmpl -etc/rwhoisd/net-fd00:1234::-32/attribute_defs/guardian.tmpl -etc/rwhoisd/net-fd00:1234::-32/attribute_defs/network.tmpl -etc/rwhoisd/net-fd00:1234::-32/data/referral/referral.txt -etc/rwhoisd/net-fd00:1234::-32/data/network/network.txt -etc/rwhoisd/net-fd00:1234::-32/soa -etc/rwhoisd/net-fd00:1234::-32/schema -etc/rwhoisd/rwhoisd.allow -etc/rwhoisd/rwhoisd.auth_area -etc/rwhoisd/rwhoisd.conf -etc/rwhoisd/rwhoisd.deny -etc/rwhoisd/rwhoisd.dir -etc/rwhoisd/rwhoisd.root -etc/rwhoisd/rwhoisd.x.dir -@dirrm etc/rwhoisd/net-10.0.0.0-8/data/referral -@dirrm etc/rwhoisd/net-10.0.0.0-8/data/network -@dirrm etc/rwhoisd/net-10.0.0.0-8/data -@dirrm etc/rwhoisd/net-10.0.0.0-8/attribute_defs -@dirrm etc/rwhoisd/net-10.0.0.0-8 -@dirrm etc/rwhoisd/net-fd00:1234::-32/attribute_defs -@dirrm etc/rwhoisd/net-fd00:1234::-32/data/referral -@dirrm etc/rwhoisd/net-fd00:1234::-32/data/network -@dirrm etc/rwhoisd/net-fd00:1234::-32/data -@dirrm etc/rwhoisd/net-fd00:1234::-32 -@dirrm etc/rwhoisd/a.com/data/referral -@dirrm etc/rwhoisd/a.com/data/org -@dirrm etc/rwhoisd/a.com/data/host -@dirrm etc/rwhoisd/a.com/data/guardian -@dirrm etc/rwhoisd/a.com/data/domain -@dirrm etc/rwhoisd/a.com/data/contact -@dirrm etc/rwhoisd/a.com/data/asn -@dirrm etc/rwhoisd/a.com/data -@dirrm etc/rwhoisd/a.com/attribute_defs -@dirrm etc/rwhoisd/a.com -@dirrmtry etc/rwhoisd -@exec mkdir -p /var/log/rwhoisd /var/run/rwhoisd; chown -R nobody /var/log/rwhoisd /var/run/rwhoisd diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 11dd846e0415..379ef93dc737 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: rwhois +# New ports collection makefile for: rwhoisd # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= rwhois +PORTNAME= rwhoisd PORTVERSION= 1.5.9.6 PORTREVISION= 1 CATEGORIES= net ipv6 |