summaryrefslogtreecommitdiff
path: root/ftp/p5-POE-Component-Client-FTP
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-05-27 15:05:05 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-05-27 15:05:05 +0000
commite49b997184873544ce838f011d89cd5e6ca85117 (patch)
treefafa539c876f1ad8efcce2d14b6ded6cf005a450 /ftp/p5-POE-Component-Client-FTP
parentUpdated to 0.86. (diff)
Add p5-POE-Component-Client-FTP 0.05,
implements an FTP client POE Component.
Notes
Notes: svn path=/head/; revision=60141
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 000000000000..0f8d832ee5e1
--- /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 000000000000..64d5c8ac7e3f
--- /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 000000000000..18cfe7f95b08
--- /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 000000000000..0b51bcfea746
--- /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 000000000000..bf75ff605ca6
--- /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