summaryrefslogtreecommitdiffstats
path: root/ftp/p5-POE-Component-Client-FTP
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2002-05-27 15:05:05 +0000
committerskv <skv@FreeBSD.org>2002-05-27 15:05:05 +0000
commitb8b65bfe8361f3c48e5f60d65b566742b73c1e71 (patch)
tree19922a154cad15c28e3f9b1343d3154049eebadb /ftp/p5-POE-Component-Client-FTP
parent5a9d8742ede128a62a1e9b4393b66b8fc1142ec1 (diff)
downloadFreeBSD-ports-b8b65bfe8361f3c48e5f60d65b566742b73c1e71.zip
FreeBSD-ports-b8b65bfe8361f3c48e5f60d65b566742b73c1e71.tar.gz
Add p5-POE-Component-Client-FTP 0.05,
implements an FTP client POE Component.
Diffstat (limited to 'ftp/p5-POE-Component-Client-FTP')
-rw-r--r--ftp/p5-POE-Component-Client-FTP/Makefile33
-rw-r--r--ftp/p5-POE-Component-Client-FTP/distinfo1
-rw-r--r--ftp/p5-POE-Component-Client-FTP/pkg-comment1
-rw-r--r--ftp/p5-POE-Component-Client-FTP/pkg-descr7
-rw-r--r--ftp/p5-POE-Component-Client-FTP/pkg-plist12
5 files changed, 54 insertions, 0 deletions
diff --git a/ftp/p5-POE-Component-Client-FTP/Makefile b/ftp/p5-POE-Component-Client-FTP/Makefile
new file mode 100644
index 0000000..0f8d832
--- /dev/null
+++ b/ftp/p5-POE-Component-Client-FTP/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: POE-Component-Client-FTP
+# Date created: 17 March 2002
+# Whom: Sergey Skvortsov <skv@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= POE-Component-Client-FTP
+PORTVERSION= 0.05
+CATEGORIES= ftp 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::FTP.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/ftp/p5-POE-Component-Client-FTP/distinfo b/ftp/p5-POE-Component-Client-FTP/distinfo
new file mode 100644
index 0000000..64d5c8a
--- /dev/null
+++ b/ftp/p5-POE-Component-Client-FTP/distinfo
@@ -0,0 +1 @@
+MD5 (POE-Component-Client-FTP-0.05.tar.gz) = 4ad9dc1e0d3b6aa502d08ee3d83dbb0e
diff --git a/ftp/p5-POE-Component-Client-FTP/pkg-comment b/ftp/p5-POE-Component-Client-FTP/pkg-comment
new file mode 100644
index 0000000..18cfe7f
--- /dev/null
+++ b/ftp/p5-POE-Component-Client-FTP/pkg-comment
@@ -0,0 +1 @@
+Implements an FTP client POE Component
diff --git a/ftp/p5-POE-Component-Client-FTP/pkg-descr b/ftp/p5-POE-Component-Client-FTP/pkg-descr
new file mode 100644
index 0000000..0b51bcf
--- /dev/null
+++ b/ftp/p5-POE-Component-Client-FTP/pkg-descr
@@ -0,0 +1,7 @@
+POE::Component::Client::FTP is a POE component for interacting with a
+FTP server.
+
+WWW: http://search.cpan.org/search?dist=POE-Component-Client-FTP
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/ftp/p5-POE-Component-Client-FTP/pkg-plist b/ftp/p5-POE-Component-Client-FTP/pkg-plist
new file mode 100644
index 0000000..bf75ff6
--- /dev/null
+++ b/ftp/p5-POE-Component-Client-FTP/pkg-plist
@@ -0,0 +1,12 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/FTP/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/FTP.pm
+%%PORTDOCS%%%%EXAMPLESDIR%%/dotfer.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/sync.pl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/FTP
+@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