From 1c78a9484e9dcff03fd4e9a013c89b5f093f946c Mon Sep 17 00:00:00 2001 From: mph Date: Mon, 4 May 1998 15:11:40 +0000 Subject: Import of p5-Gateway, a Perl 5 module that provides a framework for Netnews moderation and gateway scripts. PR: 6501 Submitted by: Don Croyle --- news/p5-Gateway/Makefile | 28 ++++++++++++++++++++++++++++ news/p5-Gateway/distinfo | 1 + news/p5-Gateway/pkg-comment | 1 + news/p5-Gateway/pkg-descr | 19 +++++++++++++++++++ news/p5-Gateway/pkg-plist | 24 ++++++++++++++++++++++++ 5 files changed, 73 insertions(+) create mode 100644 news/p5-Gateway/Makefile create mode 100644 news/p5-Gateway/distinfo create mode 100644 news/p5-Gateway/pkg-comment create mode 100644 news/p5-Gateway/pkg-descr create mode 100644 news/p5-Gateway/pkg-plist (limited to 'news/p5-Gateway') diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile new file mode 100644 index 000000000000..999a4e433afe --- /dev/null +++ b/news/p5-Gateway/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Gateway +# Version required: 0.42 +# Date created: January 2, 1998 +# Whom: Don Croyle +# +# $Id$ +# + +DISTNAME= Gateway-0.42 +PKGNAME= p5-Gateway-0.42 +CATEGORIES= news perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= News + +MAINTAINER= croyle@gelemna.ft-wayne.in.us + +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/News/Article.pm:${PORTSDIR}/news/p5-News-Article +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/News/Article.pm:${PORTSDIR}/news/p5-News-Article + +USE_PERL5= yes + +MAN3= News::Gateway.3 +MANPREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include diff --git a/news/p5-Gateway/distinfo b/news/p5-Gateway/distinfo new file mode 100644 index 000000000000..824b0de1960a --- /dev/null +++ b/news/p5-Gateway/distinfo @@ -0,0 +1 @@ +MD5 (Gateway-0.42.tar.gz) = fa623e920b023428f61a2342e27a6431 diff --git a/news/p5-Gateway/pkg-comment b/news/p5-Gateway/pkg-comment new file mode 100644 index 000000000000..5430559bb286 --- /dev/null +++ b/news/p5-Gateway/pkg-comment @@ -0,0 +1 @@ +Robomoderation and mail to news gatewaying toolkit. diff --git a/news/p5-Gateway/pkg-descr b/news/p5-Gateway/pkg-descr new file mode 100644 index 000000000000..b4e363160663 --- /dev/null +++ b/news/p5-Gateway/pkg-descr @@ -0,0 +1,19 @@ +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. diff --git a/news/p5-Gateway/pkg-plist b/news/p5-Gateway/pkg-plist new file mode 100644 index 000000000000..e16656d8abf1 --- /dev/null +++ b/news/p5-Gateway/pkg-plist @@ -0,0 +1,24 @@ +lib/perl5/man/man3/News::Gateway.3.gz +lib/perl5/site_perl/News/Gateway.pm +lib/perl5/site_perl/News/Gateway.pod +lib/perl5/site_perl/auto/News/Gateway/anykeyword.al +lib/perl5/site_perl/auto/News/Gateway/bodyheaders.al +lib/perl5/site_perl/auto/News/Gateway/cleanbody.al +lib/perl5/site_perl/auto/News/Gateway/config.al +lib/perl5/site_perl/auto/News/Gateway/crosspost.al +lib/perl5/site_perl/auto/News/Gateway/hash.al +lib/perl5/site_perl/auto/News/Gateway/headers.al +lib/perl5/site_perl/auto/News/Gateway/keywords.al +lib/perl5/site_perl/auto/News/Gateway/mail.al +lib/perl5/site_perl/auto/News/Gateway/mailpath.al +lib/perl5/site_perl/auto/News/Gateway/mailtonews.al +lib/perl5/site_perl/auto/News/Gateway/moosesign.al +lib/perl5/site_perl/auto/News/Gateway/mungeids.al +lib/perl5/site_perl/auto/News/Gateway/newsgroups.al +lib/perl5/site_perl/auto/News/Gateway/newstomail.al +lib/perl5/site_perl/auto/News/Gateway/nobinaries.al +lib/perl5/site_perl/auto/News/Gateway/post.al +lib/perl5/site_perl/auto/News/Gateway/previoushop.al +lib/perl5/site_perl/auto/News/Gateway/whitelist.al +lib/perl5/site_perl/i386-freebsd/auto/News/Gateway/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/News/Gateway -- cgit