diff options
author | steve <steve@FreeBSD.org> | 1998-12-24 06:52:27 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-24 06:52:27 +0000 |
commit | c715e4b29a16160fd512e430ac924c110785f087 (patch) | |
tree | a5fbced661a62c606f1dd03713ff1b436bdfc89c | |
parent | cf92d76351d7a5a08fc93fa4ba8eee68ebc398b3 (diff) | |
download | FreeBSD-ports-c715e4b29a16160fd512e430ac924c110785f087.zip FreeBSD-ports-c715e4b29a16160fd512e430ac924c110785f087.tar.gz |
Initial import of p5-News-Newsrc version 1.06.
A perl module for managing newsrc files.
PR: 7164
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
-rw-r--r-- | news/p5-News-Newsrc/Makefile | 27 | ||||
-rw-r--r-- | news/p5-News-Newsrc/distinfo | 1 | ||||
-rw-r--r-- | news/p5-News-Newsrc/pkg-comment | 1 | ||||
-rw-r--r-- | news/p5-News-Newsrc/pkg-descr | 15 | ||||
-rw-r--r-- | news/p5-News-Newsrc/pkg-plist | 3 |
5 files changed, 47 insertions, 0 deletions
diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile new file mode 100644 index 0000000..36373f8 --- /dev/null +++ b/news/p5-News-Newsrc/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-News-Newsrc +# Version required: 1.05 +# Date created: February 7, 1998 +# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# +# $Id$ +# + +DISTNAME= News-Newsrc-1.06 +PKGNAME= p5-News-Newsrc-1.06 +CATEGORIES= news perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= News + +MAINTAINER= croyle@gelemna.ft-wayne.in.us + +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan + +USE_PERL5= yes + +MAN3= News::Newsrc.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/news/p5-News-Newsrc/distinfo b/news/p5-News-Newsrc/distinfo new file mode 100644 index 0000000..1f270cb --- /dev/null +++ b/news/p5-News-Newsrc/distinfo @@ -0,0 +1 @@ +MD5 (News-Newsrc-1.06.tar.gz) = 3e177501f0a183560fd79c3b31596cd9 diff --git a/news/p5-News-Newsrc/pkg-comment b/news/p5-News-Newsrc/pkg-comment new file mode 100644 index 0000000..f1ab9d7 --- /dev/null +++ b/news/p5-News-Newsrc/pkg-comment @@ -0,0 +1 @@ +Manage newsrc files. diff --git a/news/p5-News-Newsrc/pkg-descr b/news/p5-News-Newsrc/pkg-descr new file mode 100644 index 0000000..549600f --- /dev/null +++ b/news/p5-News-Newsrc/pkg-descr @@ -0,0 +1,15 @@ +News::Newsrc manages newsrc files, of the style + + alt.foo: 1-21,28,31-34 + alt.bar! 3,5,9-2900,2902 + +Methods are provided for +- reading and writing newsrc files +- adding and removing newsgroups +- changing the order of newsgroups +- subscribing and unsubscribing from newsgroups +- testing whether groups exist and are subscribed +- marking and unmarking articles +- testing whether articles are marked +- returning lists of newsgroups +- returning lists of articles diff --git a/news/p5-News-Newsrc/pkg-plist b/news/p5-News-Newsrc/pkg-plist new file mode 100644 index 0000000..812eb19 --- /dev/null +++ b/news/p5-News-Newsrc/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/News/Newsrc.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Newsrc/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/News/Newsrc |