aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
commitc3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch)
treee774af268961483556ceccc49ef1a585f2e45ce0 /news
parentb701e182a654c26eba0d8736d26c90cc1ffc7811 (diff)
downloadports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.tar.gz
ports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.zip
Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles
Notes
Notes: svn path=/head/; revision=283226
Diffstat (limited to 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/p5-Gateway/Makefile36
-rw-r--r--news/p5-Gateway/distinfo2
-rw-r--r--news/p5-Gateway/pkg-descr21
-rw-r--r--news/p5-Gateway/pkg-plist34
5 files changed, 0 insertions, 94 deletions
diff --git a/news/Makefile b/news/Makefile
index 4c322394677c..a0f1c4ad1531 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -63,7 +63,6 @@
SUBDIR += noffle
SUBDIR += nzbget
SUBDIR += nzbperl
- SUBDIR += p5-Gateway
SUBDIR += p5-NNML
SUBDIR += p5-NNTPClient
SUBDIR += p5-News-Article
diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile
deleted file mode 100644
index 6891f1ba8274..000000000000
--- a/news/p5-Gateway/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: p5-Gateway
-# Date created: January 2, 1998
-# Whom: Don Croyle <croyle@gelemna.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Gateway
-PORTVERSION= 0.42
-PORTREVISION= 1
-CATEGORIES= news perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Robomoderation and mail to news gatewaying toolkit
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-BUILD_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article
-RUN_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article
-
-PERL_CONFIGURE= yes
-
-MAN3= News::Gateway.3
-
-post-install:
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${PREFIX} ${EXAMPLESDIR}
-.for file in listgate listgate.m4 listgate.readme raccmod raccpost racrmod
- ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/news/p5-Gateway/distinfo b/news/p5-Gateway/distinfo
deleted file mode 100644
index aa23138e29da..000000000000
--- a/news/p5-Gateway/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Gateway-0.42.tar.gz) = ccc1095246e719937017f8355ab81805e9058e77836cf0af88b6321abb605a50
-SIZE (Gateway-0.42.tar.gz) = 76979
diff --git a/news/p5-Gateway/pkg-descr b/news/p5-Gateway/pkg-descr
deleted file mode 100644
index 585fe6c2fb4f..000000000000
--- a/news/p5-Gateway/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Essentially, robomoderators, moderation support programs, and mail to
-news gateways are all the same thing. They take an incoming message,
-from either an MTA or from a user filtering program like procmail, or
-perhaps even directly from a user's MUA, perform a variety of rewrites
-required to turn an RFC 822 message into an RFC 1036 message, possibly
-perform a variety of checks and additional rewrites suited to the
-particular application, and then hand the message off to a news
-server. News to mail gateways just do exactly the same thing in
-reverse.
-
-This is an attempt to generalize out the framework, so that people
-don't have to keep writing the same code to read e-mail messages, post
-messages, send e-mail messages, and do the common rewrites, and
-instead can concentrate on the *interesting* parts, namely the checks
-and rewrites they need for their specific application. News::Gateway
-is *not* a robomoderator or gateway in and of itself. Rather, it's a
-toolkit for *building* robomoderators and gateways that attempts to
-take care of all of the nitpicking details for you and drastically
-decrease the amount of code you have to write.
-
-WWW: http://search.cpan.org/dist/Gateway
diff --git a/news/p5-Gateway/pkg-plist b/news/p5-Gateway/pkg-plist
deleted file mode 100644
index 58625c907cee..000000000000
--- a/news/p5-Gateway/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-%%SITE_PERL%%/News/Gateway.pm
-%%SITE_PERL%%/News/Gateway.pod
-%%SITE_PERL%%/auto/News/Gateway/anykeyword.al
-%%SITE_PERL%%/auto/News/Gateway/bodyheaders.al
-%%SITE_PERL%%/auto/News/Gateway/cleanbody.al
-%%SITE_PERL%%/auto/News/Gateway/config.al
-%%SITE_PERL%%/auto/News/Gateway/crosspost.al
-%%SITE_PERL%%/auto/News/Gateway/hash.al
-%%SITE_PERL%%/auto/News/Gateway/headers.al
-%%SITE_PERL%%/auto/News/Gateway/keywords.al
-%%SITE_PERL%%/auto/News/Gateway/mail.al
-%%SITE_PERL%%/auto/News/Gateway/mailpath.al
-%%SITE_PERL%%/auto/News/Gateway/mailtonews.al
-%%SITE_PERL%%/auto/News/Gateway/moosesign.al
-%%SITE_PERL%%/auto/News/Gateway/mungeids.al
-%%SITE_PERL%%/auto/News/Gateway/newsgroups.al
-%%SITE_PERL%%/auto/News/Gateway/newstomail.al
-%%SITE_PERL%%/auto/News/Gateway/nobinaries.al
-%%SITE_PERL%%/auto/News/Gateway/post.al
-%%SITE_PERL%%/auto/News/Gateway/previoushop.al
-%%SITE_PERL%%/auto/News/Gateway/whitelist.al
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Gateway/.packlist
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listgate
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listgate.m4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listgate.readme
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/raccmod
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/raccpost
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/racrmod
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Gateway
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News
-@dirrm %%SITE_PERL%%/auto/News/Gateway
-@dirrm %%SITE_PERL%%/auto/News
-@dirrm %%SITE_PERL%%/News