diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-24 06:52:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 06:52:27 +0000 |
commit | 8f40f8bc340bd79eac03a9f816d7bfe99b7ca174 (patch) | |
tree | 56dad0e96c9616d830fae424e169c122cd9f78a6 /news/p5-News-Newsrc | |
parent | 2e82662cecf79a9cbf6a6b4df09c163538f64eb7 (diff) | |
download | ports-8f40f8bc340bd79eac03a9f816d7bfe99b7ca174.tar.gz ports-8f40f8bc340bd79eac03a9f816d7bfe99b7ca174.zip |
Notes
Diffstat (limited to 'news/p5-News-Newsrc')
-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 000000000000..36373f898cb8 --- /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 000000000000..1f270cbc9c3f --- /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 000000000000..f1ab9d730cac --- /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 000000000000..549600f53671 --- /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 000000000000..812eb195e994 --- /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 |