diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-02 09:35:45 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-02 09:35:45 +0800 |
commit | c0def8a527e5afa3c583466eba5effba4ffe989f (patch) | |
tree | f02348dbbf01ebe5ba674c902a9dc50d54dab9bd /dns | |
parent | d0a203c66e3cdf946460a718a34b63a654e8e07e (diff) | |
download | freebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.tar.gz freebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.tar.zst freebsd-ports-gnome-c0def8a527e5afa3c583466eba5effba4ffe989f.zip |
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/domtools/Makefile | 41 | ||||
-rw-r--r-- | dns/domtools/distinfo | 2 | ||||
-rw-r--r-- | dns/domtools/files/patch-aa | 53 | ||||
-rw-r--r-- | dns/domtools/pkg-descr | 12 | ||||
-rw-r--r-- | dns/domtools/pkg-plist | 84 |
6 files changed, 0 insertions, 193 deletions
diff --git a/dns/Makefile b/dns/Makefile index 74f918b8e981..d56da191248c 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -44,7 +44,6 @@ SUBDIR += dnswalk SUBDIR += dnswall SUBDIR += doc - SUBDIR += domtools SUBDIR += drill SUBDIR += dualserver SUBDIR += ez-ipupdate diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile deleted file mode 100644 index 1771e18f1333..000000000000 --- a/dns/domtools/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: domtools -# Date created: 12 Jun 1999 -# Whom: alexp -# -# $FreeBSD$ -# - -PORTNAME= domtools -PORTVERSION= 1.6.0 -CATEGORIES= dns -MASTER_SITES= http://www.domtools.com/pub/ \ - http://freebsd.unixfreunde.de/sources/ \ - http://www.sfr-fresh.com/unix/misc/dns/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Set of utilities for extracting information from DNS records - -BROKEN= does not fetch - -USE_PERL5= YES - -NO_BUILD= YES -WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/ - -MAKE_ENV+= PDEST=${PREFIX} - -# XXX - patches/patch-aa modifies Makefile -# and so does the post-patch target - -post-patch: - - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old - ${SED} -e 's#/usr/bin/perl#${PERL5}#' -e '/^PDEST=/d' \ - < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile - -post-install: - - ${MKDIR} ${PREFIX}/domtools/lib/zonecache - -.include <bsd.port.mk> diff --git a/dns/domtools/distinfo b/dns/domtools/distinfo deleted file mode 100644 index 9f85865098aa..000000000000 --- a/dns/domtools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (domtools1.6.0.tar.gz) = 330bcbe1f9fa7f08edff1c229f7eacdd98605067fe7c06b397622990442f6699 -SIZE (domtools1.6.0.tar.gz) = 76897 diff --git a/dns/domtools/files/patch-aa b/dns/domtools/files/patch-aa deleted file mode 100644 index 90627411667c..000000000000 --- a/dns/domtools/files/patch-aa +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.orig Tue Nov 21 15:24:13 2000 -+++ Makefile Thu Jun 26 17:32:28 2003 -@@ -35,12 +35,12 @@ - # This directory is created, below, if it doesn't exist. - # "bin" will put it in $LDEST/bin. - # "bin/domtools" (my favorite) puts it in $LDEST/bin/domtools. --DOMBIN=bin/domtools -+DOMBIN=domtools/bin - #DOMBIN=bin - - # Library sub-directory under $LDEST where other files such as awk scripts should go. - # This directory is created, below, if it doesn't exist. --DOMLIB=lib/domtools -+DOMLIB=domtools/lib - - # Do you want a world-writable Zone Cache directory, or not? - # Good points: speeds up the axfr tool substantially. -@@ -103,7 +103,7 @@ - #OWNER= pab - - # Group for installing Domtools directories and files. --GROUP= bin -+GROUP= wheel - #GROUP= staff - #GROUP= oper - #GROUP= user -@@ -118,7 +118,7 @@ - # BSD-style installation command that creates missing parent dirs with "-d dir". - # You specify use Gnu Install here if you have it. - # First line is for BSD or SunOS; second is for SysV like Solaris 2. --INSTALL=install -+INSTALL=/usr/bin/install - #INSTALL=/usr/ucb/install - #INSTALL=/usr/local/gnu/bin/install - #INSTALL=/stor/gnu/aix/bin/install -@@ -148,7 +148,7 @@ - # Regardless of the name, it _must_ be a gnu-based awk. - # If you don't have gawk, get it and install it; or hosttbl,networktbl,netmasktbl - # tools won't work right. Gawk is much better than awk or nawk anyway. --GAWKPROG=gawk # many systems -+GAWKPROG=/usr/bin/awk # many systems - #GAWKPROG=awk # BSDI, Linux - #GAWKPROG=/usr/local/bin/awk - -@@ -234,7 +234,7 @@ - # (Very important for BIND 8 users, because zone file format changed) - # No, we don't want the sticky (text) bit set on this directory. - -if test $(ZONECACHEWANTED) -eq 1; then \ -- $(INSTALL) -m 777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ -+ $(INSTALL) -m 1777 $(CHOWNOPT) -g $(GROUP) -d $(PDEST)/$(ZONEDIR); \ - cd $(PDEST)/$(ZONEDIR) && rm -f * > /dev/null 2>&1; \ - fi - for i in $(LIBS); do \ diff --git a/dns/domtools/pkg-descr b/dns/domtools/pkg-descr deleted file mode 100644 index d0688abf734d..000000000000 --- a/dns/domtools/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -'domtools' is a set of DNS information extraction utilities. - -The commands in the 'domtools' package allow you to traverse DNS domain -hierarchies, list all hosts (or subdomains) within a given domain, -convert host name to IP address and vice-versa, convert a normal IP address -to the "in-addr.arpa." format and vice-versa, and more. These commands can be -used manually, or included as building blocks for higher level DNS tools. -They generate output that is easily computer parsable. - -See also the net/dlint port. - -WWW: http://www.domtools.com/dns/domtools.shtml diff --git a/dns/domtools/pkg-plist b/dns/domtools/pkg-plist deleted file mode 100644 index 56c6d066416a..000000000000 --- a/dns/domtools/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -domtools/bin/address -domtools/bin/addr2net -domtools/bin/addr2mask -domtools/bin/axfr -domtools/bin/basedomain -domtools/bin/bits2mask -domtools/bin/check1101 -domtools/bin/digstd -domtools/bin/domsort -domtools/bin/f2iaddr -domtools/bin/geniplist -domtools/bin/gw -domtools/bin/hinfo -domtools/bin/hosts -domtools/bin/hosttbl -domtools/bin/i2faddr -domtools/bin/ipsort -domtools/bin/isequal -domtools/bin/issubdom -domtools/bin/makestatic -domtools/bin/mask2bits -domtools/bin/netkillzeros -domtools/bin/netmask -domtools/bin/network -domtools/bin/netname -domtools/bin/netwithzeros -domtools/bin/nsap -domtools/bin/ns -domtools/bin/nsroot -domtools/bin/ptr -domtools/bin/root -domtools/bin/soa -domtools/bin/subdom -domtools/bin/subdom2 -domtools/bin/subzone -domtools/bin/txt -domtools/bin/type -domtools/bin/zone -domtools/bin/any -domtools/bin/wks -domtools/bin/mx -domtools/bin/networktbl -domtools/bin/netmasktbl -domtools/bin/uinfo -domtools/bin/cachebuild -domtools/bin/loc -domtools/bin/localad -domtools/bin/localdom -domtools/bin/subnetmask -domtools/bin/siteinfo -domtools/bin/srv -domtools/bin/cname -domtools/bin/rndarg -domtools/bin/soalist -domtools/bin/gensubnetlist -domtools/lib/basedomain.awk -domtools/lib/domsort.awk -domtools/lib/f2iaddr.awk -domtools/lib/hosttbl.awk -domtools/lib/i2faddr.awk -domtools/lib/ipsort.awk -domtools/lib/netkillzeros.awk -domtools/lib/netwithzeros.awk -domtools/lib/subdom.awk -domtools/lib/subzone.awk -domtools/lib/type.awk -domtools/lib/hosttbl.footer -domtools/lib/hosttbl.header -domtools/lib/hosttbl.perl -domtools/lib/networktbl.footer -domtools/lib/networktbl.header -domtools/lib/networktbl.awk -domtools/lib/netmasktbl.footer -domtools/lib/netmasktbl.header -domtools/lib/netmasktbl.awk -domtools/lib/README -domtools/lib/MANUAL -domtools/lib/HOWTOUSE -domtools/lib/COPYRIGHT -@exec /bin/mkdir %B/zonecache -@dirrm domtools/bin -@dirrm domtools/lib/zonecache -@dirrm domtools/lib -@dirrm domtools |