Initial import of News-Newsrc-1.07

This module manages newsrc files.
This commit is contained in:
kevlo 2001-01-24 08:24:02 +00:00
parent ebc520be97
commit af781b6198
5 changed files with 46 additions and 0 deletions

View File

@ -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 <kevlo@openbsd.org>
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 <bsd.port.mk>

View File

@ -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

View File

@ -0,0 +1 @@
manage newsrc files

View File

@ -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

View File

@ -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