ports/97350: new port devel/p5-Event-RPC
Vivek Khera
vivek at khera.org
Tue May 16 15:50:21 UTC 2006
>Number: 97350
>Category: ports
>Synopsis: new port devel/p5-Event-RPC
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue May 16 15:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Vivek Khera
>Release: FreeBSD 6.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Thu Mar 2 13:53:40 EST 2006 khera at yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64
>Description:
new port devel/p5-Event-RPC
I'm not 100% sure the category as some RPC libraries are in devel and some
are in net. As this allows you to build a server, I'm putting it into devel
with an extra category of net. Feel free to change this as you see fit.
>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-Event-RPC
# p5-Event-RPC/Makefile
# p5-Event-RPC/distinfo
# p5-Event-RPC/pkg-descr
# p5-Event-RPC/pkg-plist
#
echo c - p5-Event-RPC
mkdir -p p5-Event-RPC > /dev/null 2>&1
echo x - p5-Event-RPC/Makefile
sed 's/^X//' >p5-Event-RPC/Makefile << 'END-of-p5-Event-RPC/Makefile'
X# New ports collection makefile for: p5-Event-RPC
X# Date created: Tue May 16 10:45:27 EDT 2006
X# Whom: Vivek Khera <vivek at khera.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= Event-RPC
XPORTVERSION= 0.90
XCATEGORIES= devel net perl5
XMASTER_SITES= ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR= Event
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= vivek at khera.org
XCOMMENT= Event based transparent Client/Server RPC framework
X
XPERL_CONFIGURE= yes
X
XMAN3= Event::RPC.3 \
X Event::RPC::Client.3 \
X Event::RPC::Connection.3 \
X Event::RPC::LogConnection.3 \
X Event::RPC::Logger.3 \
X Event::RPC::Loop.3 \
X Event::RPC::Loop::Event.3 \
X Event::RPC::Loop::Glib.3 \
X Event::RPC::Message.3 \
X Event::RPC::Server.3
X
XOPTIONS= GLIB "Use Glib event handler" off \
X EVENT "Use Event.pm event handler" on \
X SSL "Register dependency to SSL lib" on
X
X.include <bsd.port.pre.mk>
X
XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
X
X.if defined(WITH_EVENT)
XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event
X.endif
X
X.if defined(WITH_GLIB)
XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2
X.endif
X
X.if defined(WITH_SSL)
XUSE_OPENSSL= yes
XBUILD_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
X.endif
X
XRUN_DEPENDS= ${BUILD_DEPENDS}
X
X.include <bsd.port.post.mk>
END-of-p5-Event-RPC/Makefile
echo x - p5-Event-RPC/distinfo
sed 's/^X//' >p5-Event-RPC/distinfo << 'END-of-p5-Event-RPC/distinfo'
XMD5 (Event-RPC-0.90.tar.gz) = ab908f6b359e83fdd2f583a44168aa85
XSHA256 (Event-RPC-0.90.tar.gz) = cf10f54bed7e42cd5e550f0299e73fb6cc9e387d0598ffcd1e2d31fec06e7c38
XSIZE (Event-RPC-0.90.tar.gz) = 32374
END-of-p5-Event-RPC/distinfo
echo x - p5-Event-RPC/pkg-descr
sed 's/^X//' >p5-Event-RPC/pkg-descr << 'END-of-p5-Event-RPC/pkg-descr'
XEvent::RPC supports you in developing Event based networking client/server
Xapplications with transparent object/method access from the client to the
Xserver. Network communication is optionally encrypted using IO::Socket::SSL.
XSeveral event loop managers are supported due to an extensible API. Currently
XEvent and Glib are implemented.
X
XWWW: http://search.cpan.org/dist/Event::RPC/
X
END-of-p5-Event-RPC/pkg-descr
echo x - p5-Event-RPC/pkg-plist
sed 's/^X//' >p5-Event-RPC/pkg-plist << 'END-of-p5-Event-RPC/pkg-plist'
X%%SITE_PERL%%/Event/RPC.pm
X%%SITE_PERL%%/Event/RPC/AuthPasswdHash.pm
X%%SITE_PERL%%/Event/RPC/Client.pm
X%%SITE_PERL%%/Event/RPC/Connection.pm
X%%SITE_PERL%%/Event/RPC/LogConnection.pm
X%%SITE_PERL%%/Event/RPC/Logger.pm
X%%SITE_PERL%%/Event/RPC/Loop.pm
X%%SITE_PERL%%/Event/RPC/Loop/Event.pm
X%%SITE_PERL%%/Event/RPC/Loop/Glib.pm
X%%SITE_PERL%%/Event/RPC/Message.pm
X%%SITE_PERL%%/Event/RPC/Server.pm
X%%SITE_PERL%%/mach/auto/Event/RPC/.packlist
X at dirrm %%SITE_PERL%%/Event/RPC/Loop
X at dirrm %%SITE_PERL%%/Event/RPC
X at dirrmtry %%SITE_PERL%%/Event
END-of-p5-Event-RPC/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list