ports/102256: [NEW PORT] net/p5-RPC-Simple: Perl classes to handle simple asynchronous RPC calls with call-back

Gea-Suan Lin gslin at gslin.org
Sat Aug 19 03:10:13 UTC 2006


>Number:         102256
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-RPC-Simple: Perl classes to handle simple asynchronous RPC calls with call-back
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 19 03:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
This module implements remote procedure call. I've tried to keep
things simple.

So this module should be :
- quite simple to use (thanks to autoload mechanisms)
- lightweight

It sure is not :
- DCE
- CORBA
- bulletproof
- securityproof
- foolproof

But it works. (Although I'm opened to suggestion regarding the
"un-proof" areas)

WWW:	http://search.cpan.org/dist/RPC-Simple/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-RPC-Simple-1.002.shar begins here ---
# 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-RPC-Simple
#	p5-RPC-Simple/pkg-descr
#	p5-RPC-Simple/Makefile
#	p5-RPC-Simple/pkg-plist
#	p5-RPC-Simple/distinfo
#
echo c - p5-RPC-Simple
mkdir -p p5-RPC-Simple > /dev/null 2>&1
echo x - p5-RPC-Simple/pkg-descr
sed 's/^X//' >p5-RPC-Simple/pkg-descr << 'END-of-p5-RPC-Simple/pkg-descr'
XThis module implements remote procedure call. I've tried to keep
Xthings simple.
X
XSo this module should be :
X- quite simple to use (thanks to autoload mechanisms)
X- lightweight
X
XIt sure is not :
X- DCE
X- CORBA
X- bulletproof
X- securityproof
X- foolproof
X
XBut it works. (Although I'm opened to suggestion regarding the
X"un-proof" areas)
X
XWWW:	http://search.cpan.org/dist/RPC-Simple/
END-of-p5-RPC-Simple/pkg-descr
echo x - p5-RPC-Simple/Makefile
sed 's/^X//' >p5-RPC-Simple/Makefile << 'END-of-p5-RPC-Simple/Makefile'
X# New ports collection makefile for:	p5-RPC-Simple
X# Date created:		2006-08-19
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	RPC-Simple
XPORTVERSION=	1.002
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	RPC
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	Perl classes to handle simple asynchronous RPC calls with call-back
X
XPERL_CONFIGURE=	yes
X
XMAN3=		RPC::Simple.3 RPC::Simple::Agent.3 RPC::Simple::AnyLocal.3 \
X		RPC::Simple::AnyRemote.3 RPC::Simple::AnyWhere.3 \
X		RPC::Simple::CallHandler.3 RPC::Simple::Factory.3 \
X		RPC::Simple::ObjectHandler.3 RPC::Simple::Server.3
X
X.include <bsd.port.mk>
END-of-p5-RPC-Simple/Makefile
echo x - p5-RPC-Simple/pkg-plist
sed 's/^X//' >p5-RPC-Simple/pkg-plist << 'END-of-p5-RPC-Simple/pkg-plist'
X at comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple/.packlist
X%%SITE_PERL%%/RPC/Simple.pm
X%%SITE_PERL%%/RPC/Simple/Agent.pm
X%%SITE_PERL%%/RPC/Simple/AnyLocal.pm
X%%SITE_PERL%%/RPC/Simple/AnyRemote.pm
X%%SITE_PERL%%/RPC/Simple/AnyWhere.pm
X%%SITE_PERL%%/RPC/Simple/CallHandler.pm
X%%SITE_PERL%%/RPC/Simple/Factory.pm
X%%SITE_PERL%%/RPC/Simple/ObjectHandler.pm
X%%SITE_PERL%%/RPC/Simple/Server.pm
X at dirrmtry %%SITE_PERL%%/RPC/Simple
X at dirrmtry %%SITE_PERL%%/RPC
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC
END-of-p5-RPC-Simple/pkg-plist
echo x - p5-RPC-Simple/distinfo
sed 's/^X//' >p5-RPC-Simple/distinfo << 'END-of-p5-RPC-Simple/distinfo'
XMD5 (RPC-Simple-1.002.tar.gz) = 115b7c59defc0878d606ceaab3b1c58d
XSHA256 (RPC-Simple-1.002.tar.gz) = 6f282e73a706aecdfe3e09647a083da7cbdc57591535f44ba853f8b83a61d3f9
XSIZE (RPC-Simple-1.002.tar.gz) = 19064
END-of-p5-RPC-Simple/distinfo
exit
--- p5-RPC-Simple-1.002.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list