Index: head/net/p5-pRPC/Makefile =================================================================== --- head/net/p5-pRPC/Makefile (nonexistent) +++ head/net/p5-pRPC/Makefile (revision 12604) @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-pRPC +# Version required: 0.1005 +# Date Created: Aug 18 1998 +# Whom: Vanilla I. Shu +# +# $Id:$ +# + +DISTNAME= pRPC-modules-0.1005 +PKGNAME= p5-pRPC-modules-0.1005 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= RPC + +MAINTAINER= vanilla@FreeBSD.ORG + +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable + +USE_PERL5= yes + +MAN3= Bundle::pRPC-modules.3 \ + RPC::pClient.3 \ + RPC::pServer.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include Property changes on: head/net/p5-pRPC/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/p5-pRPC/distinfo =================================================================== --- head/net/p5-pRPC/distinfo (nonexistent) +++ head/net/p5-pRPC/distinfo (revision 12604) @@ -0,0 +1 @@ +MD5 (pRPC-modules-0.1005.tar.gz) = 8e5a0c1c8833f424ee3382fdee97bbf5 Property changes on: head/net/p5-pRPC/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/p5-pRPC/pkg-comment =================================================================== --- head/net/p5-pRPC/pkg-comment (nonexistent) +++ head/net/p5-pRPC/pkg-comment (revision 12604) @@ -0,0 +1 @@ +perl module for writing RPC servers and clients. Property changes on: head/net/p5-pRPC/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/p5-pRPC/pkg-descr =================================================================== --- head/net/p5-pRPC/pkg-descr (nonexistent) +++ head/net/p5-pRPC/pkg-descr (revision 12604) @@ -0,0 +1,8 @@ +pRPC-modules (Perl RPC) is a package that simplifies the writing of +Perl based client/server applications. RPC::pServer is the package +used on the server side, and you guess what RPC::pClient is for. +See the RPC::pServer(3) and RPC::pClient(3) manpages for detailed +information. + +-Vanilla +vanilla@FreeBSD.ORG Property changes on: head/net/p5-pRPC/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/p5-pRPC/pkg-plist =================================================================== --- head/net/p5-pRPC/pkg-plist (nonexistent) +++ head/net/p5-pRPC/pkg-plist (revision 12604) @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Bundle/pRPC-modules.pm +lib/perl5/site_perl/%%PERL_VER%%/RPC/pClient.pm +lib/perl5/site_perl/%%PERL_VER%%/RPC/pServer.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/RPC/pServer/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/RPC/pServer Property changes on: head/net/p5-pRPC/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property