From ff32110ad1ae4249cafc08e82470e39fcfcfee1d Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 31 Dec 2010 17:35:17 +0000 Subject: Garbage-collect expired ports: 2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared 2010-12-30 devel/php-dbg2: No upstream support 2010-12-30 dns/fourcdns: upstream has disapeared 2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available 2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. 2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010. 2010-12-30 ftp/ftpq: upstream has disapeared 2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream 2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared 2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware 2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware 2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead. 2010-12-31 security/hostsentry: Project is dead. 2010-12-31 sysutils/kcube: Project has vanished 2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974) 2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium 2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium 2010-12-30 x11-clocks/xtu: Looks like abandonware Leave java/tya in for now, as it has outstanding PRs. --- dns/fourcdns/Makefile | 67 -------------------------------------------------- dns/fourcdns/distinfo | 3 --- dns/fourcdns/pkg-descr | 5 ---- dns/fourcdns/pkg-plist | 20 --------------- 4 files changed, 95 deletions(-) delete mode 100644 dns/fourcdns/Makefile delete mode 100644 dns/fourcdns/distinfo delete mode 100644 dns/fourcdns/pkg-descr delete mode 100644 dns/fourcdns/pkg-plist (limited to 'dns/fourcdns') diff --git a/dns/fourcdns/Makefile b/dns/fourcdns/Makefile deleted file mode 100644 index a099e20c42b3..000000000000 --- a/dns/fourcdns/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: fourcdns -# Date created: 01 Jan 2007 -# Whom: Ron Scheckelhoff -# -# $FreeBSD$ -# - -PORTNAME= fourcdns -PORTVERSION= 1.1.0 -CATEGORIES= dns -MASTER_SITES= http://www.fourcalorieservers.com/ports/dns/fourcdns/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple DNS server - -DEPRECATED= upstream has disapeared -EXPIRATION_DATE= 2010-12-30 -BROKEN= does not fetch - -PLIST_FILES= bin/fourcdns - -NO_BUILD= yes -USE_LDCONFIG= yes - -MAN7= fourcdns.7 -PORTDOCS= fourcdns.pdf - -# distfile contains i386 binary -ONLY_FOR_ARCHS= i386 - -EXEFILE= fourcdns6 -MGRGUI= fourcdnsmgr6 -LIBWXBASE= wxversion6/libwx_base-2.6.so.0 -LIBWXBASENET= wxversion6/libwx_base_net-2.6.so.0 -LIBWXBASEXML= wxversion6/libwx_base_xml-2.6.so.0 -LIBWXX11UNIVADV= wxversion6/libwx_x11univ_adv-2.6.so.0 -LIBWXX11UNIVCORE= wxversion6/libwx_x11univ_core-2.6.so.0 -LIBWXX11UNIVHTML= wxversion6/libwx_x11univ_html-2.6.so.0 -LIBWXX11UNIVQA= wxversion6/libwx_x11univ_qa-2.6.so.0 -LIBWXX11UNIVXRC= wxversion6/libwx_x11univ_xrc-2.6.so.0 -LIBWXX11UNIVMED= wxversion6/libwx_x11univ_media-2.6.so.0 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${EXEFILE} ${PREFIX}/bin/fourcdns - ${MKDIR} ${PREFIX}/zerocaloriedns - ${INSTALL_PROGRAM} ${WRKSRC}/${MGRGUI} ${PREFIX}/zerocaloriedns/fourcdnsmgr6 - ${INSTALL_PROGRAM} ${WRKSRC}/${MGRGUI} ${PREFIX}/bin/fourcdnsmgr6 - ${INSTALL_PROGRAM} ${WRKSRC}/${EXEFILE} ${PREFIX}/zerocaloriedns/fourcdns - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXBASE} ${PREFIX}/lib/libwx_base-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXBASENET} ${PREFIX}/lib/libwx_base_net-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXBASEXML} ${PREFIX}/lib/libwx_base_xml-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVADV} ${PREFIX}/lib/libwx_x11univ_adv-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVCORE} ${PREFIX}/lib/libwx_x11univ_core-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVHTML} ${PREFIX}/lib/libwx_x11univ_html-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVQA} ${PREFIX}/lib/libwx_x11univ_qa-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVXRC} ${PREFIX}/lib/libwx_x11univ_xrc-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVMED} ${PREFIX}/lib/libwx_x11univ_media-2.6.so.0 - ${INSTALL_MAN} ${WRKSRC}/fourcdns.7 ${MAN7PREFIX}/man/man7/fourcdns.7 - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/fourcdns.pdf ${DOCSDIR}/fourcdns.pdf - ${INSTALL_DATA} ${WRKSRC}/index.htm ${PREFIX}/zerocaloriedns/index.htm - ${INSTALL_DATA} ${WRKSRC}/zerocaloriedns.set ${PREFIX}/zerocaloriedns/zerocaloriedns.set - ${INSTALL_DATA} ${WRKSRC}/license.txt ${PREFIX}/zerocaloriedns/license.txt - ${INSTALL_DATA} ${WRKSRC}/wxWidgetsNotes.txt ${PREFIX}/zerocaloriedns/wxWidgetsNotes.txt - ${INSTALL_DATA} ${WRKSRC}/wxWidgetsLicense.txt ${PREFIX}/zerocaloriedns/wxWidgetsLicense.txt - -.include diff --git a/dns/fourcdns/distinfo b/dns/fourcdns/distinfo deleted file mode 100644 index 439ecbc2bca9..000000000000 --- a/dns/fourcdns/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fourcdns-1.1.0.tar.gz) = 72dc59e51a9fcf5e5291143f1e99efc0 -SHA256 (fourcdns-1.1.0.tar.gz) = 551b7916e9a425f6706bc627a2bf32eeaeac961f8c1491474fae943631ea1d6c -SIZE (fourcdns-1.1.0.tar.gz) = 6180335 diff --git a/dns/fourcdns/pkg-descr b/dns/fourcdns/pkg-descr deleted file mode 100644 index c5c48bf319af..000000000000 --- a/dns/fourcdns/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Four Calorie DNS Server is a very simple dns server that can power a -single one-ip-address domain. It can handle SOA, NS, MX, A, and PTR -requests. The 1.1.0 version includes a nice X windows GUI for management. - -WWW: http://www.fourcalorieservers.com/ diff --git a/dns/fourcdns/pkg-plist b/dns/fourcdns/pkg-plist deleted file mode 100644 index e53c173a930c..000000000000 --- a/dns/fourcdns/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/fourcdnsmgr6 -lib/libwx_base-2.6.so.0 -lib/libwx_base_net-2.6.so.0 -lib/libwx_base_xml-2.6.so.0 -lib/libwx_x11univ_adv-2.6.so.0 -lib/libwx_x11univ_core-2.6.so.0 -lib/libwx_x11univ_html-2.6.so.0 -lib/libwx_x11univ_media-2.6.so.0 -lib/libwx_x11univ_qa-2.6.so.0 -lib/libwx_x11univ_xrc-2.6.so.0 -%%PORTDOCS%%%%DOCSDIR%%/fourcdns.pdf -zerocaloriedns/fourcdns -zerocaloriedns/fourcdnsmgr6 -zerocaloriedns/index.htm -zerocaloriedns/license.txt -zerocaloriedns/wxWidgetsLicense.txt -zerocaloriedns/wxWidgetsNotes.txt -zerocaloriedns/zerocaloriedns.set -@dirrm zerocaloriedns -%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit