- initial import of POE-Component-Server-FTP 0.06
POE::Component::Server::FTP is an event driven FTP server backed by a virtual filesystem interface as implemented by Filesys::Virtual requested by jolan@
This commit is contained in:
parent
39490d5a85
commit
8575b3e463
26
net/p5-POE-Component-Server-FTP/Makefile
Normal file
26
net/p5-POE-Component-Server-FTP/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 01:37:45 msf Exp $
|
||||
|
||||
COMMENT= 'event-based FTP server on a virtual filesystem'
|
||||
|
||||
DISTNAME= POE-Component-Server-FTP-0.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-IO-stringy \
|
||||
::devel/p5-POE \
|
||||
::sysutils/p5-Filesys-Virtual
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/p5-POE-Component-Server-FTP/distinfo
Normal file
4
net/p5-POE-Component-Server-FTP/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (POE-Component-Server-FTP-0.06.tar.gz) = c4cddf0b0793b6c82ca92a479da15628
|
||||
RMD160 (POE-Component-Server-FTP-0.06.tar.gz) = 1c7e1abbcdbebc0c585c1fca4b7e33336c390826
|
||||
SHA1 (POE-Component-Server-FTP-0.06.tar.gz) = 39f3d12e8158a2e4dac2b6297d743803b85dbb1d
|
||||
SIZE (POE-Component-Server-FTP-0.06.tar.gz) = 19342
|
2
net/p5-POE-Component-Server-FTP/pkg/DESCR
Normal file
2
net/p5-POE-Component-Server-FTP/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
POE::Component::Server::FTP is an event driven FTP server backed by a
|
||||
virtual filesystem interface as implemented by Filesys::Virtual
|
7
net/p5-POE-Component-Server-FTP/pkg/PLIST
Normal file
7
net/p5-POE-Component-Server-FTP/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/24 01:37:45 msf Exp $
|
||||
${P5SITE}/POE/Component/Server/FTP/
|
||||
${P5SITE}/POE/Component/Server/FTP.pm
|
||||
${P5SITE}/POE/Component/Server/FTP/ControlFilter.pm
|
||||
${P5SITE}/POE/Component/Server/FTP/ControlSession.pm
|
||||
${P5SITE}/POE/Component/Server/FTP/DataSession.pm
|
||||
@man man/man3p/POE::Component::Server::FTP.3p
|
Loading…
Reference in New Issue
Block a user