summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-27 14:34:09 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-27 14:34:09 +0000
commit157c3e4cb71cb4169c595257e7dd94918954d1e1 (patch)
treece2e5b842de38d4b52880a82357e1ca23613780b /mail
parentAdd p5-POE-Component-Logger 1.00, a POE logging class. (diff)
Add p5-POE-Component-Client-POP3 0.02,
impliment a POP3 client POE component.
Notes
Notes: svn path=/head/; revision=60133
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-POE-Component-Client-POP3/Makefile33
-rw-r--r--mail/p5-POE-Component-Client-POP3/distinfo1
-rw-r--r--mail/p5-POE-Component-Client-POP3/pkg-comment1
-rw-r--r--mail/p5-POE-Component-Client-POP3/pkg-descr9
-rw-r--r--mail/p5-POE-Component-Client-POP3/pkg-plist12
5 files changed, 56 insertions, 0 deletions
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile
new file mode 100644
index 000000000000..b62ad9e90686
--- /dev/null
+++ b/mail/p5-POE-Component-Client-POP3/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: POE-Component-Client-POP3
+# Date created: 17 March 2002
+# Whom: Sergey Skvortsov <skv@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= POE-Component-Client-POP3
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= POE
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= POE::Component::Client::POP3.3
+
+post-install:
+.ifndef(NOPORTDOCS)
+ @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/p5-POE-Component-Client-POP3/distinfo b/mail/p5-POE-Component-Client-POP3/distinfo
new file mode 100644
index 000000000000..a4ee1217272c
--- /dev/null
+++ b/mail/p5-POE-Component-Client-POP3/distinfo
@@ -0,0 +1 @@
+MD5 (POE-Component-Client-POP3-0.02.tar.gz) = 95728dfddce8af663ea61449beb265f1
diff --git a/mail/p5-POE-Component-Client-POP3/pkg-comment b/mail/p5-POE-Component-Client-POP3/pkg-comment
new file mode 100644
index 000000000000..e053ffd9104e
--- /dev/null
+++ b/mail/p5-POE-Component-Client-POP3/pkg-comment
@@ -0,0 +1 @@
+Impliment a POP3 client POE component
diff --git a/mail/p5-POE-Component-Client-POP3/pkg-descr b/mail/p5-POE-Component-Client-POP3/pkg-descr
new file mode 100644
index 000000000000..8d4662304ba0
--- /dev/null
+++ b/mail/p5-POE-Component-Client-POP3/pkg-descr
@@ -0,0 +1,9 @@
+POE::Component::Client::POP3 is a POE component for interacting with a
+POP3 server. This means it is an event driven way to communicate with a
+server that impliments Post Office Protocol Version 3 see rfc 1939 for
+details on the protocol.
+
+WWW: http://search.cpan.org/search?dist=POE-Component-Client-POP3
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/mail/p5-POE-Component-Client-POP3/pkg-plist b/mail/p5-POE-Component-Client-POP3/pkg-plist
new file mode 100644
index 000000000000..eed6aad99217
--- /dev/null
+++ b/mail/p5-POE-Component-Client-POP3/pkg-plist
@@ -0,0 +1,12 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/POP3.pm
+%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl
+%%PORTDOCS%%%%EXAMPLESDIR%%/term.perl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true