From af781b619866b47c55e0e2380964883c949ea9a0 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 24 Jan 2001 08:24:02 +0000 Subject: [PATCH] Initial import of News-Newsrc-1.07 This module manages newsrc files. --- news/p5-News-Newsrc/Makefile | 24 ++++++++++++++++++++++++ news/p5-News-Newsrc/files/md5 | 3 +++ news/p5-News-Newsrc/pkg/COMMENT | 1 + news/p5-News-Newsrc/pkg/DESCR | 15 +++++++++++++++ news/p5-News-Newsrc/pkg/PLIST | 3 +++ 5 files changed, 46 insertions(+) create mode 100644 news/p5-News-Newsrc/Makefile create mode 100644 news/p5-News-Newsrc/files/md5 create mode 100644 news/p5-News-Newsrc/pkg/COMMENT create mode 100644 news/p5-News-Newsrc/pkg/DESCR create mode 100644 news/p5-News-Newsrc/pkg/PLIST diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile new file mode 100644 index 00000000000..093bb175a75 --- /dev/null +++ b/news/p5-News-Newsrc/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/01/24 08:24:02 kevlo Exp $ + +DISTNAME= News-Newsrc-1.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= news perl5 +NEED_VERSION= 1.352 + +MAINTAINER= Kevin Lo + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= News + +PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl +BUILD_DEPENDS= ${PERL_MODULES}/Set/IntSpan.pm::math/p5-Set-IntSpan +RUN_DEPENDS ${BUILD_DEPENDS} + +CONFIGURE_STYLE= perl + +.include diff --git a/news/p5-News-Newsrc/files/md5 b/news/p5-News-Newsrc/files/md5 new file mode 100644 index 00000000000..3d3475b1af3 --- /dev/null +++ b/news/p5-News-Newsrc/files/md5 @@ -0,0 +1,3 @@ +MD5 (News-Newsrc-1.07.tar.gz) = 3c583e0540f6d3e8e53704066b3b9e0b +RMD160 (News-Newsrc-1.07.tar.gz) = 257da3944b7c5846f2947f58a9f2699801aca8ff +SHA1 (News-Newsrc-1.07.tar.gz) = a6a6aaff2fe770da2e2b676905939177ddfb2623 diff --git a/news/p5-News-Newsrc/pkg/COMMENT b/news/p5-News-Newsrc/pkg/COMMENT new file mode 100644 index 00000000000..69b2db93079 --- /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 00000000000..549600f5367 --- /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 00000000000..ef80f274c0f --- /dev/null +++ b/news/p5-News-Newsrc/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/24 08:24:02 kevlo Exp $ +libdata/perl5/site_perl/News/Newsrc.pm +man/man3/News::Newsrc.3p