summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-01 20:14:33 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-01 20:14:33 +0000
commitff874b3b39d968bc469ba9d7762df8e043756dc1 (patch)
tree181e18a318fe89258c22a7fa83eb1a33240dc721 /news
parentUpgrade the 19991231 release to patchlevel 07. (diff)
p5-NNTPClient implements a client interface to NNTP, enabling
a Perl 5 application to talk to NNTP servers.
Notes
Notes: svn path=/head/; revision=29074
Diffstat (limited to 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/p5-NNTPClient/Makefile27
-rw-r--r--news/p5-NNTPClient/distinfo1
-rw-r--r--news/p5-NNTPClient/pkg-comment1
-rw-r--r--news/p5-NNTPClient/pkg-descr3
-rw-r--r--news/p5-NNTPClient/pkg-plist3
6 files changed, 36 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile
index 9fa41675639e..957ae2db89b2 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -23,6 +23,7 @@
SUBDIR += nntpbtr
SUBDIR += nntpcache
SUBDIR += p5-Gateway
+ SUBDIR += p5-NNTPClient
SUBDIR += p5-News-Article
SUBDIR += p5-News-Newsrc
SUBDIR += pan
diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile
new file mode 100644
index 000000000000..bdd371701af6
--- /dev/null
+++ b/news/p5-NNTPClient/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-NNTPClient
+# Date created: 1st June 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= p5-NNTPClient
+PORTVERSION= 0.36
+CATEGORIES= news perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= News
+DISTNAME= NNTPClient-${PORTVERSION}
+
+MAINTAINER= ade@FreeBSD.org
+
+USE_PERL5= YES
+
+.include <bsd.port.pre.mk>
+
+MAN3= News::NNTPClient.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.post.mk>
diff --git a/news/p5-NNTPClient/distinfo b/news/p5-NNTPClient/distinfo
new file mode 100644
index 000000000000..6430ea6b1a9a
--- /dev/null
+++ b/news/p5-NNTPClient/distinfo
@@ -0,0 +1 @@
+MD5 (NNTPClient-0.36.tar.gz) = eb4db161c6f8a50ae8c4c5ab41abd5b6
diff --git a/news/p5-NNTPClient/pkg-comment b/news/p5-NNTPClient/pkg-comment
new file mode 100644
index 000000000000..966ebd84e7fc
--- /dev/null
+++ b/news/p5-NNTPClient/pkg-comment
@@ -0,0 +1 @@
+Client interface to NNTP (RFC977)
diff --git a/news/p5-NNTPClient/pkg-descr b/news/p5-NNTPClient/pkg-descr
new file mode 100644
index 000000000000..02feb06256b4
--- /dev/null
+++ b/news/p5-NNTPClient/pkg-descr
@@ -0,0 +1,3 @@
+This module implements a client interface to NNTP, enabling a Perl 5
+application to talk to NNTP servers. It uses the OOP (Object Oriented
+Programming) interface introduced with Perl 5.
diff --git a/news/p5-NNTPClient/pkg-plist b/news/p5-NNTPClient/pkg-plist
new file mode 100644
index 000000000000..54f2d925318d
--- /dev/null
+++ b/news/p5-NNTPClient/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/News/NNTPClient.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/NNTPClient/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/NNTPClient