1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Initial import of p5-EasyTCP 0.08

This is an easily create TCP/IP clients and servers.

PR: 34254
Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Kevin Lo 2002-02-15 07:46:51 +00:00
parent da648eea86
commit 707bf718da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54739
6 changed files with 68 additions and 0 deletions

View File

@ -293,6 +293,7 @@
SUBDIR += p0f
SUBDIR += p5-Archie
SUBDIR += p5-Cflow
SUBDIR += p5-EasyTCP
SUBDIR += p5-File-Rsync
SUBDIR += p5-Frontier-RPC
SUBDIR += p5-IC-Radius

26
net/p5-EasyTCP/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: EasyTCP
# Date created: 24 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= EasyTCP
PORTVERSION= 0.08
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MN/MNAGUIB
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= Net::EasyTCP.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

1
net/p5-EasyTCP/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (EasyTCP-0.08.tar.gz) = 0f25606b94e6fc11ad43ae9d20cd64dd

View File

@ -0,0 +1 @@
Easily create TCP/IP clients and servers

12
net/p5-EasyTCP/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
Net::EasyTCP - Easily create TCP/IP clients and servers
* One easy module to create both clients and servers
* Object Oriented interface
* Event-based callbacks in server mode
* Internal protocol to take care of all the common transport problems
* Transparent encryption
* Transparent compression
WWW: http://search.cpan.org/search?dist=EasyTCP
Seamus Venasse <svenasse@polaris.ca>

27
net/p5-EasyTCP/pkg-plist Normal file
View File

@ -0,0 +1,27 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Net/EasyTCP.pm
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/callback.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/clients.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/close.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/compression.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/data.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/disconnect.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/encryption.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/mode.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/new.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/receive.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteip.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteport.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/running.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/send.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/serial.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/setcallback.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/socket.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/start.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/stop.al
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true