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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cpuburn/Makefile | 43 | ||||
-rw-r--r-- | sysutils/cpuburn/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cpuburn/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/wmbattery/Makefile | 34 | ||||
-rw-r--r-- | sysutils/wmbattery/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wmbattery/files/patch-autoconf::makeinfo.in | 24 | ||||
-rw-r--r-- | sysutils/wmbattery/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/wmbattery/pkg-plist | 20 |
9 files changed, 0 insertions, 143 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9cbc88c6ae25..004c99a5c034 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -126,7 +126,6 @@ SUBDIR += cotty SUBDIR += cpdup SUBDIR += cpu - SUBDIR += cpuburn SUBDIR += cpulimit SUBDIR += cpupowerd SUBDIR += cramfs @@ -948,7 +947,6 @@ SUBDIR += wiimms SUBDIR += wmapm SUBDIR += wmapmload - SUBDIR += wmbattery SUBDIR += wmbluecpu SUBDIR += wmbsdbatt SUBDIR += wmcpuload diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile deleted file mode 100644 index d51afb00794f..000000000000 --- a/sysutils/cpuburn/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: cpuburn -# Date created: Apr 1, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# -# $FreeBSD$ -# - -PORTNAME= cpuburn -PORTVERSION= 1.4 -CATEGORIES= sysutils -MASTER_SITES= http://pages.sbcglobal.net/redelm/ -DISTNAME= cpuburn_${PORTVERSION:S/./_/g} -EXTRACT_SUFX= _tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= CPU/memory stress testing utilities - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-11-01 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -ONLY_FOR_ARCHS= i386 amd64 - -PORTDOCS= README Design -CPUS= BX K6 K7 MMX P5 P6 -PLIST_FILES= ${CPUS:C+^+bin/burn+g} - -do-build: -.for CPU in ${CPUS} - ${CC} -m32 -s -nostdlib -o ${WRKSRC}/burn${CPU} ${WRKSRC}/burn${CPU}.S -.endfor - -do-install: -.for CPU in ${CPUS} - ${INSTALL_PROGRAM} ${WRKSRC}/burn${CPU} ${PREFIX}/bin -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Design ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/sysutils/cpuburn/distinfo b/sysutils/cpuburn/distinfo deleted file mode 100644 index 44b57ecd189b..000000000000 --- a/sysutils/cpuburn/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cpuburn_1_4_tar.gz) = 1b2a1672f455545a28d0f038737e792e8c3b97789f2029f765847fc2a807244a -SIZE (cpuburn_1_4_tar.gz) = 7373 diff --git a/sysutils/cpuburn/pkg-descr b/sysutils/cpuburn/pkg-descr deleted file mode 100644 index 15f45d27edc7..000000000000 --- a/sysutils/cpuburn/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CPUburn contains several utilities for stress testing various x86 -CPUs. To get the most of out of these utilities read the documentation -under share/doc/cpuburn. diff --git a/sysutils/wmbattery/Makefile b/sysutils/wmbattery/Makefile deleted file mode 100644 index e6307b4ce692..000000000000 --- a/sysutils/wmbattery/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: wmbattery -# Date created: 18 Sep 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= wmbattery -PORTVERSION= 1.21 -PORTREVISION= 2 -CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.kitenet.net/programs/wmbattery/old/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Window Maker dockapp that displays info about your battery - -WRKSRC= ${WRKDIR}/${PORTNAME} - -BROKEN= does not fetch - -USE_XORG= xpm -GNU_CONFIGURE= yes -MAN1= wmbattery.1 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/sysutils/wmbattery/distinfo b/sysutils/wmbattery/distinfo deleted file mode 100644 index 2b8ba4b19453..000000000000 --- a/sysutils/wmbattery/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmbattery_1.21.tar.gz) = 7b882e067413710fb1c9ff32deb12376f26e16e3a9bce0dd62b618ffef90dfbf -SIZE (wmbattery_1.21.tar.gz) = 43487 diff --git a/sysutils/wmbattery/files/patch-autoconf::makeinfo.in b/sysutils/wmbattery/files/patch-autoconf::makeinfo.in deleted file mode 100644 index 4a656c9be7b9..000000000000 --- a/sysutils/wmbattery/files/patch-autoconf::makeinfo.in +++ /dev/null @@ -1,24 +0,0 @@ ---- autoconf/makeinfo.in.orig Wed Mar 7 13:04:40 2001 -+++ autoconf/makeinfo.in Tue May 29 14:11:06 2001 -@@ -1,6 +1,6 @@ - bindir=@bindir@ - exec_prefix=@exec_prefix@ --icondir=@datadir@/icons/wmbattery -+icondir=@datadir@/wmbattery/icons - man1dir=@mandir@/man1 - prefix=@prefix@ - srcdir=@srcdir@ -@@ -33,7 +33,7 @@ - install: all - $(INSTALL) -d $(bindir) $(man1dir) $(icondir) - $(INSTALL_PROGRAM) wmbattery $(bindir) -- $(INSTALL_DATA) $(srcdir)/wmbattery.1x $(man1dir)/wmbattery.1x -+ $(INSTALL_DATA) $(srcdir)/wmbattery.1x $(man1dir)/wmbattery.1 - $(INSTALL_DATA) $(srcdir)/*.xpm $(icondir) - - uninstall: -@@ -43,3 +43,4 @@ - $(CC) $(LDFLAGS) $(LIBS) wmbattery.o -o wmbattery - - wmbattery.o: wmbattery.c wmbattery.h -+ $(CC) $(CFLAGS) $(CPPFLAGS) -c $< diff --git a/sysutils/wmbattery/pkg-descr b/sysutils/wmbattery/pkg-descr deleted file mode 100644 index 8d25100bd529..000000000000 --- a/sysutils/wmbattery/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -wmbattery is a redone wmapm, it has some features that people may find -pleasing over wmapm: - -[quoted from wmbattery website:] - o Improved icon layout. I crammed the same information into less space while - making the icon more elegant and visually pleasing (IMHO). - o Easier to drag onto dock. - o Displays 100% when your battery is full (wmapm is limited to 99% maximum). - o It consumes a little less memory. - o Uses only 8 colors. - o You can run in on a different display via -d (broken in wmapm). - -WWW: http://kitenet.net/programs/wmbattery/ diff --git a/sysutils/wmbattery/pkg-plist b/sysutils/wmbattery/pkg-plist deleted file mode 100644 index d1c371f8d882..000000000000 --- a/sysutils/wmbattery/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/wmbattery -%%PORTDOCS%%share/doc/wmbattery/README -%%PORTDOCS%%share/doc/wmbattery/TODO -share/wmbattery/icons/battery_blink.xpm -share/wmbattery/icons/battery_high.xpm -share/wmbattery/icons/battery_low.xpm -share/wmbattery/icons/battery_medium.xpm -share/wmbattery/icons/battery_none.xpm -share/wmbattery/icons/bigfont.xpm -share/wmbattery/icons/charging.xpm -share/wmbattery/icons/dial_bright.xpm -share/wmbattery/icons/dial_dim.xpm -share/wmbattery/icons/face.xpm -share/wmbattery/icons/nocharging.xpm -share/wmbattery/icons/plugged.xpm -share/wmbattery/icons/smallfont.xpm -share/wmbattery/icons/unplugged.xpm -@dirrm share/wmbattery/icons -@dirrm share/wmbattery -%%PORTDOCS%%@dirrm share/doc/wmbattery |