summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-05-27 14:34:09 +0000
committerskv <skv@FreeBSD.org>2002-05-27 14:34:09 +0000
commitb18db748f6a76673a0c1b56711baf93c83f627c9 (patch)
treec85be6d9fddf06bdccbcd8ee230842e5d0924421 /mail
parenta6f61b0b24a34f8da5d9dd7706e44757a2bb21f5 (diff)
downloadFreeBSD-ports-b18db748f6a76673a0c1b56711baf93c83f627c9.zip
FreeBSD-ports-b18db748f6a76673a0c1b56711baf93c83f627c9.tar.gz
Add p5-POE-Component-Client-POP3 0.02,
impliment a POP3 client POE component.
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 0000000..b62ad9e
--- /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 0000000..a4ee121
--- /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 0000000..e053ffd
--- /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 0000000..8d46623
--- /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 0000000..eed6aad
--- /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
OpenPOWER on IntegriCloud