aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-IPv6Addr
Commit message (Collapse)AuthorAgeFilesLines
* Sort *_DEPENDSSunpoet Po-Chuan Hsieh2020-07-241-3/+4
| | | | Notes: svn path=/head/; revision=543148
* - Update to 1.01Wen Heping2020-07-192-4/+4
| | | | Notes: svn path=/head/; revision=542574
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* - Update to 0.96Wen Heping2018-10-082-5/+6
| | | | | | | | Changes: https://metacpan.org/changes/distribution/Net-IPv6Addr - Add missing DEPENDS Notes: svn path=/head/; revision=481521
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* - Update to 0.93Wen Heping2018-10-052-4/+4
| | | | | | | Changes: https://metacpan.org/changes/release/BKB/Net-IPv6Addr-0.93 Notes: svn path=/head/; revision=481260
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 0.91Sunpoet Po-Chuan Hsieh2017-10-062-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-IPv6Addr/Changes Notes: svn path=/head/; revision=451365
* Update to 0.9Sunpoet Po-Chuan Hsieh2017-10-022-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog Notes: svn path=/head/; revision=451090
* Update to 0.8Sunpoet Po-Chuan Hsieh2017-10-013-5/+5
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog Notes: svn path=/head/; revision=451053
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* - Update to 0.7Wen Heping2017-08-273-4/+5
| | | | | | | changes: http://cpansearch.perl.org/src/BKB/Net-IPv6Addr-0.7/ChangeLog Notes: svn path=/head/; revision=448801
* Update to 0.6Sunpoet Po-Chuan Hsieh2017-08-252-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog Notes: svn path=/head/; revision=448730
* Update to 0.5Sunpoet Po-Chuan Hsieh2017-08-242-6/+7
| | | | | | | | | | - Sort *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-IPv6Addr/ChangeLog Notes: svn path=/head/; revision=448677
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Move p5- ports from ports@ to perl@.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=386075
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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
* Support STAGEDIR.Vanilla I. Shu2013-11-052-4/+2
| | | | Notes: svn path=/head/; revision=332836
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - The URL in pkg-descr are out-dated, so replace it with CPAN site.Steve Wills2013-01-192-6/+5
| | | | | | | | | | - Add LICENSE (ART10 and GPLv1) PR: ports/175363 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=310635
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-071-2/+2
| | | | Notes: svn path=/head/; revision=298675
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-4/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=246327
* - 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
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.Cheng-Lung Sung2006-06-251-1/+0
| | | | | | | | | | - this commit modified ports maintained by ports@ PR: ports/98755 Submitted by: rafan (the fresh committer) Notes: svn path=/head/; revision=166308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* Clean up time for email addresses MIA!Edwin Groothuis2004-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you know new email addresses for the people involved, please send-pr it! <mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550 <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT TO command) <woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found <esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) <crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) <cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) <ports@henrik-motakef.de>: Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found <jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 <jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO command) <koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) <proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1 <proot@iaces.com>... User unknown (in reply to RCPT TO command) <roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO command) <vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) <tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) <zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1 <zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command) Notes: svn path=/head/; revision=120152
* Update to 0.2 after a maintainer timeout.Peter Pentchev2004-06-042-3/+3
| | | | | | | | PR: 58196 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=110808
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-2/+2
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* utilize SITE_PERLYing-Chieh Liao2003-10-242-7/+7
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2001-09-251-1/+1
| | | | Notes: svn path=/head/; revision=48189
* Add p5-Net-IPv6Addr 0.1,Anton Berezin2001-09-225-0/+44
perl extension for manipulating IPv6 addresses. PR: 30558 Submitted by: JJ Behrens <jj@nttmcl.com> Notes: svn path=/head/; revision=48076