diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 15:05:05 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 15:05:05 +0000 |
commit | e49b997184873544ce838f011d89cd5e6ca85117 (patch) | |
tree | fafa539c876f1ad8efcce2d14b6ded6cf005a450 | |
parent | f4598cb2b34361d3f32ac8143e72a82fda37a22a (diff) | |
download | ports-e49b997184873544ce838f011d89cd5e6ca85117.tar.gz ports-e49b997184873544ce838f011d89cd5e6ca85117.zip |
Notes
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/Makefile | 33 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/distinfo | 1 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/pkg-descr | 7 | ||||
-rw-r--r-- | ftp/p5-POE-Component-Client-FTP/pkg-plist | 12 |
6 files changed, 55 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 4030f9d97100..79bcaf4a91a2 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -46,6 +46,7 @@ SUBDIR += oftpd SUBDIR += omi SUBDIR += p5-Net-FTPServer + SUBDIR += p5-POE-Component-Client-FTP SUBDIR += paraget SUBDIR += pavuk SUBDIR += pftpd 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 |