aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-ARP
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.11Sunpoet Po-Chuan Hsieh2020-05-082-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-ARP Notes: svn path=/head/; revision=534350
* Update to 1.0.10Sunpoet Po-Chuan Hsieh2020-04-294-26/+5
| | | | | | | | | - Use TEST_DEPENDS for test dependency Changes: https://metacpan.org/changes/distribution/Net-ARP Notes: svn path=/head/; revision=533351
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Cleanup CHMOD after r390893Sunpoet Po-Chuan Hsieh2015-06-291-2/+0
| | | | Notes: svn path=/head/; revision=390915
* - Update to 1.0.9Sunpoet Po-Chuan Hsieh2015-06-133-15/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-ARP/Changes Notes: svn path=/head/; revision=389485
* - Add LICENSESunpoet Po-Chuan Hsieh2015-06-137-19/+29
| | | | | | | | | | | - Strip shared library - Regenerate patch files with makepatch: - Reformat pkg-descr - Bump PORTREVISION for package change - Take maintainership Notes: svn path=/head/; revision=389363
* Reset dhn's portsErwin Lansing2015-06-121-1/+1
| | | | | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr Notes: svn path=/head/; revision=389300
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Support STAGEPhilippe Audeoud2013-12-182-3/+1
| | | | | | | Approved by: dhn@ via private mail Notes: svn path=/head/; revision=336834
* - Update to 1.0.8Dennis Herrmann2013-12-183-6/+4
| | | | Notes: svn path=/head/; revision=336810
* 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-051-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326361
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 1.0.6Dennis Herrmann2009-05-282-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=234713
* - Remove BROKEN message since version 1.0.4 work fine on FreeBSD 8.0Renato Botelho2009-05-071-7/+1
| | | | Notes: svn path=/head/; revision=233377
* - update to 1.0.4Yen-Ming Lee2009-05-054-4/+33
| | | | Notes: svn path=/head/; revision=233250
* Mark BROKEN on 8: does not build after the arp-v2 import.Erwin Lansing2009-01-081-1/+7
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=225509
* - update to 1.0.3Yen-Ming Lee2008-08-102-4/+4
| | | | Notes: svn path=/head/; revision=218317
* - UnbreakPietro Cerutti2008-06-244-14/+28
| | | | | | | - Chase warnings Notes: svn path=/head/; revision=215690
* - Include some ports in perl5 category.Marcelo Araujo2008-05-191-1/+1
| | | | | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr) Notes: svn path=/head/; revision=213332
* - 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
* - Mark BROKEN on amd64: does not compile.Marcelo Araujo2008-01-191-1/+7
| | | | | | | | Reported by: pointyhat via pav Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=205817
* - Update to 1.0.2.Marcelo Araujo2008-01-123-5/+14
| | | | | | | | | | | - Reset maintainership. PR: ports/119382 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=205576
* - Update to 1.0Cheng-Lung Sung2007-02-042-4/+4
| | | | | | | | | PR: ports/108725 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng) Notes: svn path=/head/; revision=184097
* Add p5-Net-ARP 0.8, perl extension for creating ARP packets.Cheng-Lung Sung2006-11-064-0/+40
PR: ports/104994 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=176576