Port details |
- p5-Net-EPP-Proxy Proxy server for the EPP protocol
- 0.04_1 net
=0 0.04_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2006-02-19 22:40:57
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 3730) is
an application layer client-server protocol for the provisioning and
management of objects stored in a shared central repository. Specified in
XML, the protocol defines generic object management operations and an
extensible framework that maps protocol operations to objects. As of
writing, its only well-developed application is the provisioning of
Internet domain names, hosts, and related contact details.
RFC 3734 defines a TCP based transport model for EPP, and this module
implements a proxy server for this model. You can use it to construct a
daemon that maintains a single connection to the EPP server that can be
used by many local clients, thereby reducing the overhead for each
transaction.
Net::EPP::Proxy is based on the Net::Server framework and
Net::EPP::Client, which it uses to communicate with the server.
WWW: https://metacpan.org/release/Net-EPP-Proxy
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-EPP-Proxy>0:net/p5-Net-EPP-Proxy
- To install the port:
- cd /usr/ports/net/p5-Net-EPP-Proxy/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-EPP-Proxy
- pkg install p5-Net-EPP-Proxy
- PKGNAME: p5-Net-EPP-Proxy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-EPP-Proxy-0.04.tar.gz) = 3007367958cf59897ef451e25608ebfec28767a90a5e1e398ce662c7aa927816
SIZE (Net-EPP-Proxy-0.04.tar.gz) = 11615
- 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-Digest-SHA1>=0 : security/p5-Digest-SHA1
- p5-IO-Multiplex>=0 : devel/p5-IO-Multiplex
- p5-Net-EPP>=0.03 : net/p5-Net-EPP
- p5-Net-Server>=0 : net/p5-Net-Server
- p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Digest-SHA1>=0 : security/p5-Digest-SHA1
- p5-IO-Multiplex>=0 : devel/p5-IO-Multiplex
- p5-Net-EPP>=0.03 : net/p5-Net-EPP
- p5-Net-Server>=0 : net/p5-Net-Server
- p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-EPP-Proxy
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.04_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.04_1
|
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) |
27 May 2018 20:15:20
0.04_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:44:12
0.04_1
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
0.04_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.04_1
|
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 ) |
05 Nov 2013 16:42:56
0.04
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:10:25
0.04
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
02 Aug 2013 18:52:11
0.04
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
29 Mar 2013 00:44:54
0.04
|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
20 Mar 2011 12:54:45
0.04
|
miwi  |
- Get Rid MD5 support |
10 Jun 2010 05:17:13
0.04
|
pgollucci  |
- Update to 0.04
- Pass to perl@
With Hat: perl@
Changes: http:/search.cpan.org/dist/Net-EPP-Proxy/Changes |
21 Dec 2009 02:19:12
0.03_1
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
18 Dec 2009 04:21:17
0.03_1
|
leeym  |
- simplify dependency
- bump PORTREVISION |
11 Nov 2009 10:10:15
0.03
|
wen  |
- Modify the dependence |
29 Apr 2008 05:27:10
0.03
|
linimon  |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
17 Apr 2008 14:30:31
0.03
|
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) |
08 Sep 2007 01:02:54
0.03
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
14 Jun 2006 18:32:21
0.03
|
aaron  |
- Update from v0.02 to v0.03
Approved by: tobez (implicit) |
10 May 2006 03:15:17
0.02
|
aaron  |
- Update from 0.01 to 0.02
Approved by: tobez (implicit) |
20 Feb 2006 20:50:22
0.01
|
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
19 Feb 2006 22:40:17
0.01
|
aaron  |
Adding port net/p5-Net-EPP-Proxy, a proxy server for the EPP protocol.
Approved by: tobez (implicit) |