aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-EPP
Commit message (Collapse)AuthorAgeFilesLines
* Fix and update WWWSunpoet Po-Chuan Hsieh2018-06-041-1/+1
| | | | Notes: svn path=/head/; revision=471661
* Update to 0.22Sunpoet Po-Chuan Hsieh2017-03-093-21/+17
| | | | | | | | | | - Sort *_DEPENDS - Remove WRKSRC - Remove outdated post-extract: - Sort PLIST Notes: svn path=/head/; revision=435771
* - Clean up garbage files and don't stage them, fix stage-qaDmitry Marakasov2016-11-281-0/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=427318
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-9/+9
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 0.21-1Sunpoet Po-Chuan Hsieh2015-10-032-7/+10
| | | | | | | | - Add LICENSE - Add NO_ARCH Notes: svn path=/head/; revision=398513
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Take miwi's old perl ports into perl@'s fold.Mathieu Arnold2014-11-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372712
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* - stage supportAndrej Zverev2014-01-053-45/+42
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338808
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326468
* - Update to 0.19Steve Wills2012-09-222-6/+3
| | | | | | | | PR: ports/171047 Approved by: maintainer timeout (miwi, >3 weeks) Notes: svn path=/head/; revision=304715
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-4/+4
| | | | | | | Approved by: maintainer (miwi@ via IRC) Notes: svn path=/head/; revision=298325
* - Update to 0.18Martin Wilke2011-11-122-3/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285663
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* - Update to 0.16Martin Wilke2011-03-183-16/+20
| | | | Notes: svn path=/head/; revision=271215
* - Update to 0.15Martin Wilke2010-06-052-4/+4
| | | | Notes: svn path=/head/; revision=255811
* - Update to 0.13Wen Heping2009-11-113-11/+95
| | | | Notes: svn path=/head/; revision=244109
* Force Repocopy CommitWen Heping2009-11-111-1/+1
| | | | Notes: svn path=/head/; revision=244101
* - Update to 0.07Martin Wilke2008-04-292-6/+8
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=212223
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212202
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* - Update to v0.06Aaron Dalton2006-07-312-4/+4
| | | | Notes: svn path=/head/; revision=169246
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156536
* Adding port net/p5-Net-EPP-Client, a client library for the TCP transport ↵Aaron Dalton2006-02-194-0/+54
for EPP, the Extensible Provisioning Protocol. Approved by: tobez (implicit) Notes: svn path=/head/; revision=156348