diff options
author | mph <mph@FreeBSD.org> | 1998-05-04 22:56:33 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-04 22:56:33 +0800 |
commit | 201bc04271a7bd40ab54c09d06e66f152bd228f6 (patch) | |
tree | a3be1858f22700f08f6f1036360018032efd7b4c /news | |
parent | 11e07ced102046a32c523710531da78402e4bb08 (diff) | |
download | freebsd-ports-gnome-201bc04271a7bd40ab54c09d06e66f152bd228f6.tar.gz freebsd-ports-gnome-201bc04271a7bd40ab54c09d06e66f152bd228f6.tar.zst freebsd-ports-gnome-201bc04271a7bd40ab54c09d06e66f152bd228f6.zip |
Import of p5-News-Article, a Perl 5 module for dealing with
news articles (surprise, surprise).
PR: 6500
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-News-Article/Makefile | 30 | ||||
-rw-r--r-- | news/p5-News-Article/distinfo | 1 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-comment | 1 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-descr | 3 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-plist | 10 |
5 files changed, 45 insertions, 0 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile new file mode 100644 index 000000000000..635d20e22824 --- /dev/null +++ b/news/p5-News-Article/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-News-Article +# Version required: 1.14 +# Date created: January 2, 1998 +# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# +# $Id$ +# + +DISTNAME= News-Article-1.14 +PKGNAME= p5-News-Article-1.14 +CATEGORIES= news perl5 +MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ \ + http://www.erlenstar.demon.co.uk/perl/ + +MAINTAINER= croyle@gelemna.ft-wayne.in.us + +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ + ${PREFIX}/lib/perl5/site_perl/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ + ${PREFIX}/lib/perl5/site_perl/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign + +USE_PERL5= yes + +MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ + News::FormReply.3 +MANPREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/news/p5-News-Article/distinfo b/news/p5-News-Article/distinfo new file mode 100644 index 000000000000..f3c4847ed0cd --- /dev/null +++ b/news/p5-News-Article/distinfo @@ -0,0 +1 @@ +MD5 (News-Article-1.14.tar.gz) = 84cf2f3b3dc952baa11a0d44c620a0b5 diff --git a/news/p5-News-Article/pkg-comment b/news/p5-News-Article/pkg-comment new file mode 100644 index 000000000000..e557cf67a8e5 --- /dev/null +++ b/news/p5-News-Article/pkg-comment @@ -0,0 +1 @@ +Object for handling Usenet articles in mail or news form. diff --git a/news/p5-News-Article/pkg-descr b/news/p5-News-Article/pkg-descr new file mode 100644 index 000000000000..24b38be068c3 --- /dev/null +++ b/news/p5-News-Article/pkg-descr @@ -0,0 +1,3 @@ +This module allows for creating articles from scratch, or reading them +from various data sources; various header manipulations, and posting +via NNTP or mailing via a sendmail-workalike. diff --git a/news/p5-News-Article/pkg-plist b/news/p5-News-Article/pkg-plist new file mode 100644 index 000000000000..27b321b3521e --- /dev/null +++ b/news/p5-News-Article/pkg-plist @@ -0,0 +1,10 @@ +lib/perl5/man/man3/News::Article.3.gz +lib/perl5/man/man3/News::AutoReply.3.gz +lib/perl5/man/man3/News::FormArticle.3.gz +lib/perl5/man/man3/News::FormReply.3.gz +lib/perl5/site_perl/News/Article.pm +lib/perl5/site_perl/News/AutoReply.pm +lib/perl5/site_perl/News/FormArticle.pm +lib/perl5/site_perl/News/FormReply.pm +lib/perl5/site_perl/i386-freebsd/auto/News/Article/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/News/Article |