diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-01 13:24:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-01 13:24:51 +0800 |
commit | 61c764c108010749e05d16e476965865c4a75aaf (patch) | |
tree | deb464b254cc2d1b4d014833c68de2bb9a90592a /net/rwhoisd | |
parent | 25d21ee49648c8e023355274507ef04a83b7342a (diff) | |
download | freebsd-ports-gnome-61c764c108010749e05d16e476965865c4a75aaf.tar.gz freebsd-ports-gnome-61c764c108010749e05d16e476965865c4a75aaf.tar.zst freebsd-ports-gnome-61c764c108010749e05d16e476965865c4a75aaf.zip |
Bye bye abandonwares (part 4)
2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles
2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles
2011-08-01 korean/elm: Look like an abandonware, no more public distifles
2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles
2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles
2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles
2011-08-01 korean/pinetreefonts: No more public distfile
2011-08-01 mail/bincimap: No more public distfile
2011-08-01 mail/cmail: No more public distfile
2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles
2011-08-01 math/qgfe: Look like an abandonware, no more public distifles
2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles
2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles
2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles
2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
2011-08-01 multimedia/ldvd: Abandonware
2011-08-01 multimedia/linux-divx4linux: No more needed
2011-08-01 multimedia/linux-divx4linux4: No more needed
2011-08-01 multimedia/ogle: Abandonware
2011-08-01 multimedia/ogle-gui: Abandonware
2011-08-01 multimedia/okle: Abandonware
2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles
2011-08-01 net/callgen323: Look like an abandonware, no more public distifles
2011-08-01 net/lyntin: No longer under active development
2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware
2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles
2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles
2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead
2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles
2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles
2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles
2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles
2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles
2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
Diffstat (limited to 'net/rwhoisd')
-rw-r--r-- | net/rwhoisd/Makefile | 68 | ||||
-rw-r--r-- | net/rwhoisd/distinfo | 2 | ||||
-rw-r--r-- | net/rwhoisd/files/rwhoisd.in | 31 | ||||
-rw-r--r-- | net/rwhoisd/pkg-descr | 23 | ||||
-rw-r--r-- | net/rwhoisd/pkg-plist | 67 |
5 files changed, 0 insertions, 191 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile deleted file mode 100644 index cee2ae85c28d..000000000000 --- a/net/rwhoisd/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: rwhoisd -# Date created: May 9th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rwhoisd -PORTVERSION= 1.5.9.6 -PORTREVISION= 1 -CATEGORIES= net ipv6 -MASTER_SITES= http://www.rwhois.net/ftp/ \ - http://www.rwhois.net/ftp/older_releases/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Internic referral whois server - -DEPRECATED= Looks like an abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -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/rwhoisd/distinfo b/net/rwhoisd/distinfo deleted file mode 100644 index 420f2c50c022..000000000000 --- a/net/rwhoisd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rwhoisd-1.5.9.6.tar.gz) = 66793f02bc9370914ca3f579409e8f79b6a394b8a981168ead7b1a6654a83a2a -SIZE (rwhoisd-1.5.9.6.tar.gz) = 491955 diff --git a/net/rwhoisd/files/rwhoisd.in b/net/rwhoisd/files/rwhoisd.in deleted file mode 100644 index 51bb0bdf085d..000000000000 --- a/net/rwhoisd/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. -# - -. /etc/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/rwhoisd/pkg-descr b/net/rwhoisd/pkg-descr deleted file mode 100644 index 18465350eed2..000000000000 --- a/net/rwhoisd/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/rwhoisd/pkg-plist b/net/rwhoisd/pkg-plist deleted file mode 100644 index 1125aa9f123a..000000000000 --- a/net/rwhoisd/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 |