Port details |
- p5-PlRPC Perl module for writing RPC servers and clients
- 0.2020_2 net =98 0.2020_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- People watching this port, also watch:: p5-Net-Daemon, gmake, libiconv, m4, p5-DBI
- Also Listed In: perl5
- License: not specified in port
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/p5-PlRPC/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-PlRPC
- pkg install p5-PlRPC
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-PlRPC
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (PlRPC-0.2020.tar.gz) = 606b367cc52ea8ab2e93404ddd50ccb65e6e5c42ebd6cf4def71f4edf684506f
SIZE (PlRPC-0.2020.tar.gz) = 18229
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Net-Daemon>=0 : net/p5-Net-Daemon
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Net-Daemon>=0 : net/p5-Net-Daemon
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- net/p5-OurNet-BBS
- for Run
-
- net/p5-OurNet-BBS
Configuration Options:
- No options to configure
- Options name:
- net_p5-PlRPC
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2020_2 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.2020_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2020_2 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.2020_2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.2020_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2020_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.2020_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.2020_1 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
0.2020_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.2020_1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.2020_1 26 Jul 2013 10:46:37 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
0.2020_1 05 Jun 2012 18:34:53 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.2020_1 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.2020_1 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.2020_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.2020_1 03 Feb 2010 08:52:40 |
tobez |
Work around a build problem with perl5.10, bump portrevision.
Approved by: portmgr (pav), implicit |
0.2020 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
0.2020 01 Feb 2009 08:48:08 |
pgollucci |
- Update download locations
restore CPAN subdir
Reported by: -fetch-original pointyhat run |
0.2020 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.2020 11 Jul 2007 06:11:38 |
clsung |
- Update to 0.2020 |
0.2019 03 Jun 2007 13:13:43 |
clsung |
- Update to 0.2019 |
0.2018_1 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.2018_1 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
0.2018_1 26 Jan 2005 03:25:22 |
kuriyama |
- Add a missing file RPC/PlClient/Comm.pm and @dirrm into plist.
- Bump revision to be included in the package.
Reported by: pointyhat via kris |
0.2018 02 Aug 2004 11:21:19 |
mat |
Update to 0.2018 |
0.2017 30 Mar 2004 07:32:10 |
skv |
Updated to 0.2017 |
0.2016 18 Mar 2004 17:40:11 |
vanilla |
reset MAINTAINER bit to ports@
I have no too much time to maintain. |
0.2016 18 Mar 2004 17:35:46 |
vanilla |
Add SIZE.
Submitted by: trevor |
0.2016 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.2016 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.2016 20 Feb 2003 16:33:26 |
sobomax |
Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.
Sponsired by: Porta Software Ltd |
0.2016 26 Oct 2002 14:41:30 |
sobomax |
Add missed RUN_DEPENDS. |
26 Nov 2001 12:12:25 |
vanilla |
Upgrade to 0.2016. |
02 Apr 2001 15:27:03 |
vanilla |
Upgrade to 0.2015 |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
09 Feb 2001 14:30:14 |
vanilla |
Upgrade to latest version. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |