notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Net-EPP Client library for the TCP transport for EPP
0.26 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.26Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-11-11 07:23:33
Last Update: 2023-11-02 07:37:43
Commit Hash: 7e47400
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/Net-EPP
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 client for that model. You can establish and manage EPP connections and send and receive responses over this connection. Net::EPP::Client also provides some time-saving features, such as being able to provide request and response frames as Net::EPP::Frame objects.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (90 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Net-EPP-0.26/catalog.mk
  2. /usr/local/share/licenses/p5-Net-EPP-0.26/LICENSE
  3. /usr/local/share/licenses/p5-Net-EPP-0.26/ART10
  4. /usr/local/share/licenses/p5-Net-EPP-0.26/GPLv1+
  5. lib/perl5/site_perl/Net/EPP.pm
  6. lib/perl5/site_perl/Net/EPP/Client.pm
  7. lib/perl5/site_perl/Net/EPP/Frame.pm
  8. lib/perl5/site_perl/Net/EPP/Frame/Command.pm
  9. lib/perl5/site_perl/Net/EPP/Frame/Command/Check.pm
  10. lib/perl5/site_perl/Net/EPP/Frame/Command/Check/Contact.pm
  11. lib/perl5/site_perl/Net/EPP/Frame/Command/Check/Domain.pm
  12. lib/perl5/site_perl/Net/EPP/Frame/Command/Check/Host.pm
  13. lib/perl5/site_perl/Net/EPP/Frame/Command/Create.pm
  14. lib/perl5/site_perl/Net/EPP/Frame/Command/Create/Contact.pm
  15. lib/perl5/site_perl/Net/EPP/Frame/Command/Create/Domain.pm
  16. lib/perl5/site_perl/Net/EPP/Frame/Command/Create/Host.pm
  17. lib/perl5/site_perl/Net/EPP/Frame/Command/Delete.pm
  18. lib/perl5/site_perl/Net/EPP/Frame/Command/Delete/Contact.pm
  19. lib/perl5/site_perl/Net/EPP/Frame/Command/Delete/Domain.pm
  20. lib/perl5/site_perl/Net/EPP/Frame/Command/Delete/Host.pm
  21. lib/perl5/site_perl/Net/EPP/Frame/Command/Info.pm
  22. lib/perl5/site_perl/Net/EPP/Frame/Command/Info/Contact.pm
  23. lib/perl5/site_perl/Net/EPP/Frame/Command/Info/Domain.pm
  24. lib/perl5/site_perl/Net/EPP/Frame/Command/Info/Host.pm
  25. lib/perl5/site_perl/Net/EPP/Frame/Command/Login.pm
  26. lib/perl5/site_perl/Net/EPP/Frame/Command/Logout.pm
  27. lib/perl5/site_perl/Net/EPP/Frame/Command/Poll.pm
  28. lib/perl5/site_perl/Net/EPP/Frame/Command/Poll/Ack.pm
  29. lib/perl5/site_perl/Net/EPP/Frame/Command/Poll/Req.pm
  30. lib/perl5/site_perl/Net/EPP/Frame/Command/Renew.pm
  31. lib/perl5/site_perl/Net/EPP/Frame/Command/Renew/Domain.pm
  32. lib/perl5/site_perl/Net/EPP/Frame/Command/Transfer.pm
  33. lib/perl5/site_perl/Net/EPP/Frame/Command/Transfer/Contact.pm
  34. lib/perl5/site_perl/Net/EPP/Frame/Command/Transfer/Domain.pm
  35. lib/perl5/site_perl/Net/EPP/Frame/Command/Update.pm
  36. lib/perl5/site_perl/Net/EPP/Frame/Command/Update/Contact.pm
  37. lib/perl5/site_perl/Net/EPP/Frame/Command/Update/Domain.pm
  38. lib/perl5/site_perl/Net/EPP/Frame/Command/Update/Host.pm
  39. lib/perl5/site_perl/Net/EPP/Frame/Greeting.pm
  40. lib/perl5/site_perl/Net/EPP/Frame/Hello.pm
  41. lib/perl5/site_perl/Net/EPP/Frame/ObjectSpec.pm
  42. lib/perl5/site_perl/Net/EPP/Frame/Response.pm
  43. lib/perl5/site_perl/Net/EPP/Parser.pm
  44. lib/perl5/site_perl/Net/EPP/Protocol.pm
  45. lib/perl5/site_perl/Net/EPP/ResponseCodes.pm
  46. lib/perl5/site_perl/Net/EPP/Simple.pm
  47. lib/perl5/site_perl/man/man3/Net::EPP.3.gz
  48. lib/perl5/site_perl/man/man3/Net::EPP::Client.3.gz
  49. lib/perl5/site_perl/man/man3/Net::EPP::Frame.3.gz
  50. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command.3.gz
  51. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Check.3.gz
  52. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Check::Contact.3.gz
  53. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Check::Domain.3.gz
  54. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Check::Host.3.gz
  55. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Create.3.gz
  56. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Create::Contact.3.gz
  57. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Create::Domain.3.gz
  58. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Create::Host.3.gz
  59. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Delete.3.gz
  60. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Delete::Contact.3.gz
  61. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Delete::Domain.3.gz
  62. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Delete::Host.3.gz
  63. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Info.3.gz
  64. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Info::Contact.3.gz
  65. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Info::Domain.3.gz
  66. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Info::Host.3.gz
  67. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Login.3.gz
  68. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Logout.3.gz
  69. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Poll.3.gz
  70. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Poll::Ack.3.gz
  71. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Poll::Req.3.gz
  72. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Renew.3.gz
  73. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Renew::Domain.3.gz
  74. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Transfer.3.gz
  75. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Transfer::Contact.3.gz
  76. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Transfer::Domain.3.gz
  77. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Update.3.gz
  78. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Update::Contact.3.gz
  79. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Update::Domain.3.gz
  80. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Command::Update::Host.3.gz
  81. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Greeting.3.gz
  82. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Hello.3.gz
  83. lib/perl5/site_perl/man/man3/Net::EPP::Frame::ObjectSpec.3.gz
  84. lib/perl5/site_perl/man/man3/Net::EPP::Frame::Response.3.gz
  85. lib/perl5/site_perl/man/man3/Net::EPP::Protocol.3.gz
  86. lib/perl5/site_perl/man/man3/Net::EPP::ResponseCodes.3.gz
  87. lib/perl5/site_perl/man/man3/Net::EPP::Simple.3.gz
  88. @owner
  89. @group
  90. @mode
Collapse this list.
Dependency lines:
  • p5-Net-EPP>0:net/p5-Net-EPP
To install the port:
cd /usr/ports/net/p5-Net-EPP/ && make install clean
To add the package, run one of these commands:
  • pkg install net/p5-Net-EPP
  • pkg install p5-Net-EPP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Net-EPP
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1698848870 SHA256 (Net-EPP-0.26.tar.gz) = 687cc48450b8e3418d6c3be7f7480622161669a51485b75061307cef2b325557 SIZE (Net-EPP-0.26.tar.gz) = 34873

Packages (timestamps in pop-ups are UTC):
p5-Net-EPP
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.260.260.220.260.26-0.22-
FreeBSD:13:quarterly0.260.260.250.260.260.260.260.26
FreeBSD:14:latest0.260.260.220.260.260.25-0.25
FreeBSD:14:quarterly0.260.26-0.260.260.260.260.26
FreeBSD:15:latest0.260.26n/a0.26n/a0.260.260.26
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-IO-Socket-SSL>=0 : security/p5-IO-Socket-SSL
  2. p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
  3. perl5>=5.36<5.37 : lang/perl5.36
  4. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. p5-IO-Socket-SSL>=0 : security/p5-IO-Socket-SSL
  2. p5-XML-LibXML>=0 : textproc/p5-XML-LibXML
  3. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Build
  1. net/p5-Net-EPP-Proxy
for Run
  1. net/p5-Net-EPP-Proxy

Configuration Options:
No options to configure
Options name:
net_p5-Net-EPP
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Net/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Net/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Net/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Net/
  7. http://backpan.perl.org/modules/by-module/Net/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Net/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Net/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Net/
  12. https://www.cpan.org/modules/by-module/Net/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.26
02 Nov 2023 07:37:43
commit hash: 7e474008d2032e4190781feb6cfbbf8553b409f9commit hash: 7e474008d2032e4190781feb6cfbbf8553b409f9commit hash: 7e474008d2032e4190781feb6cfbbf8553b409f9commit hash: 7e474008d2032e4190781feb6cfbbf8553b409f9 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/p5-Net-EPP: Update to 0.26

- Update LICENSE

Changes:	https://github.com/gbxyz/perl-net-epp/commits/master
0.25
27 May 2023 23:44:40
commit hash: f65abd23ff38f24eb15b54547a85757e1a5a5ddecommit hash: f65abd23ff38f24eb15b54547a85757e1a5a5ddecommit hash: f65abd23ff38f24eb15b54547a85757e1a5a5ddecommit hash: f65abd23ff38f24eb15b54547a85757e1a5a5dde files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/p5-Net-EPP: Update to 0.25
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.22
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.22
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.22
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.22
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
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.22
04 Jun 2018 18:10:44
Revision:471661Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix and update WWW
0.22
09 Mar 2017 16:12:57
Revision:435771Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.22

- Sort *_DEPENDS
- Remove WRKSRC
- Remove outdated post-extract:
- Sort PLIST
0.21
28 Nov 2016 14:00:31
Revision:427318Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clean up garbage files and don't stage them, fix stage-qa

Approved by:	portmgr blanket
0.21
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
0.21
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.21
03 Oct 2015 17:09:48
Revision:398513Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.21-1
- Add LICENSE
- Add NO_ARCH
0.19_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
0.19
18 Nov 2014 10:38:27
Revision:372712Original commit files touched by this commit
mat search for other commits by this committer
Take miwi's old perl ports into perl@'s fold.

Sponsored by:	Absolight
0.19
18 Nov 2014 09:37:33
Revision:372709Original commit files touched by this commit
bapt search for other commits by this committer
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
0.19
05 Jan 2014 17:43:05
Revision:338808Original commit files touched by this commit
az search for other commits by this committer
- stage support

Approved by:	portmgr (blanket infrastructure)
0.19
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
0.19
06 Sep 2013 07:00:15
Revision:326468Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
0.19
22 Sep 2012 19:42:08
Revision:304715Original commit files touched by this commit
swills search for other commits by this committer
- Update to 0.19

PR:		ports/171047
Approved by:	maintainer timeout (miwi, >3 weeks)
0.18
04 Jun 2012 03:16:02
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by:    maintainer (miwi@ via IRC)
0.18
12 Nov 2011 19:14:49
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.18

Feature safe: yes
0.16
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
0.16
18 Mar 2011 04:09:39
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.16
0.15
05 Jun 2010 17:07:08
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.15
0.13
11 Nov 2009 10:50:18
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.13
0.07
11 Nov 2009 07:23:00
Original commit files touched by this commit
wen search for other commits by this committer
Force Repocopy Commit

Number of commits found: 27