Date: 25 Jan 2002 04:48:18 -0000 From: Seamus Venasse <svenasse@polaris.ca> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34254: New port: Easily create TCP/IP clients and servers Message-ID: <20020125044818.20555.qmail@pris.polaris.ca>
next in thread | raw e-mail | index | archive | help
>Number: 34254 >Category: ports >Synopsis: New port: Easily create TCP/IP clients and servers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 24 21:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-EasyTCP # p5-EasyTCP/pkg-plist # p5-EasyTCP/Makefile # p5-EasyTCP/distinfo # p5-EasyTCP/pkg-comment # p5-EasyTCP/pkg-descr # echo c - p5-EasyTCP mkdir -p p5-EasyTCP > /dev/null 2>&1 echo x - p5-EasyTCP/pkg-plist sed 's/^X//' >p5-EasyTCP/pkg-plist << 'END-of-p5-EasyTCP/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Net/EasyTCP.pm Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/callback.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/clients.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/close.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/compression.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/data.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/disconnect.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/encryption.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/mode.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/new.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/receive.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteip.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/remoteport.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/running.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/send.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/serial.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/setcallback.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/socket.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/start.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP/stop.al X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/EasyTCP 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/EasyTCP 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true END-of-p5-EasyTCP/pkg-plist echo x - p5-EasyTCP/Makefile sed 's/^X//' >p5-EasyTCP/Makefile << 'END-of-p5-EasyTCP/Makefile' X# New ports collection makefile for: EasyTCP X# Date created: 24 Jan 2002 X# Whom: Seamus Venasse <svenasse@polaris.ca> X# X# $FreeBSD$ X# X XPORTNAME= EasyTCP XPORTVERSION= 0.08 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/M/MN/MNAGUIB XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable XRUN_DEPENDS= ${BUILD_DEPENDS} X XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} XPERL_CONFIGURE= yes X XMAN3= Net::EasyTCP.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include <bsd.port.mk> END-of-p5-EasyTCP/Makefile echo x - p5-EasyTCP/distinfo sed 's/^X//' >p5-EasyTCP/distinfo << 'END-of-p5-EasyTCP/distinfo' XMD5 (EasyTCP-0.08.tar.gz) = 0f25606b94e6fc11ad43ae9d20cd64dd END-of-p5-EasyTCP/distinfo echo x - p5-EasyTCP/pkg-comment sed 's/^X//' >p5-EasyTCP/pkg-comment << 'END-of-p5-EasyTCP/pkg-comment' XEasily create TCP/IP clients and servers END-of-p5-EasyTCP/pkg-comment echo x - p5-EasyTCP/pkg-descr sed 's/^X//' >p5-EasyTCP/pkg-descr << 'END-of-p5-EasyTCP/pkg-descr' XNet::EasyTCP - Easily create TCP/IP clients and servers X X* One easy module to create both clients and servers X* Object Oriented interface X* Event-based callbacks in server mode X* Internal protocol to take care of all the common transport problems X* Transparent encryption X* Transparent compression X XWWW: http://search.cpan.org/search?dist=EasyTCP X XSeamus Venasse <svenasse@polaris.ca> END-of-p5-EasyTCP/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020125044818.20555.qmail>