mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
3a6d97b862
commit
5a5ee1e589
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363616
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl classes to handle simple asynchronous RPC calls with call-back
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,18 +1,16 @@
|
||||
This module implements remote procedure call. I've tried to keep
|
||||
things simple.
|
||||
This module implements remote procedure call. I've tried to keep things simple.
|
||||
|
||||
So this module should be :
|
||||
So this module should be:
|
||||
- quite simple to use (thanks to autoload mechanisms)
|
||||
- lightweight
|
||||
|
||||
It sure is not :
|
||||
It sure is not:
|
||||
- DCE
|
||||
- CORBA
|
||||
- bulletproof
|
||||
- securityproof
|
||||
- foolproof
|
||||
|
||||
But it works. (Although I'm opened to suggestion regarding the
|
||||
"un-proof" areas)
|
||||
But it works. (Although I'm opened to suggestion regarding the "un-proof" areas)
|
||||
|
||||
WWW: http://search.cpan.org/dist/RPC-Simple/
|
||||
|
@ -1,4 +1,3 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple/.packlist
|
||||
%%SITE_PERL%%/RPC/Simple.pm
|
||||
%%SITE_PERL%%/RPC/Simple/Agent.pm
|
||||
%%SITE_PERL%%/RPC/Simple/AnyLocal.pm
|
||||
@ -8,6 +7,7 @@
|
||||
%%SITE_PERL%%/RPC/Simple/Factory.pm
|
||||
%%SITE_PERL%%/RPC/Simple/ObjectHandler.pm
|
||||
%%SITE_PERL%%/RPC/Simple/Server.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple/.packlist
|
||||
%%PERL5_MAN3%%/RPC::Simple.3.gz
|
||||
%%PERL5_MAN3%%/RPC::Simple::Agent.3.gz
|
||||
%%PERL5_MAN3%%/RPC::Simple::AnyLocal.3.gz
|
||||
@ -17,7 +17,7 @@
|
||||
%%PERL5_MAN3%%/RPC::Simple::Factory.3.gz
|
||||
%%PERL5_MAN3%%/RPC::Simple::ObjectHandler.3.gz
|
||||
%%PERL5_MAN3%%/RPC::Simple::Server.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/RPC/Simple
|
||||
@dirrmtry %%SITE_PERL%%/RPC
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC
|
||||
@dirrm %%SITE_PERL%%/RPC/Simple
|
||||
@dirrmtry %%SITE_PERL%%/RPC
|
||||
|
Loading…
Reference in New Issue
Block a user