aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Packet
Commit message (Collapse)AuthorAgeFilesLines
* 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 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-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380309
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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 staging.Emanuel Haupt2014-02-062-39/+49
| | | | Notes: svn path=/head/; revision=343081
* 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=326506
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 3.27Philippe Audeoud2010-01-293-5/+33
| | | | | | | | | | | - Respect NOPORTEXAMPLES PR: ports/142825 Submitted by: Sofian Brabez <sbrabez gmail.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=248787
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-3/+2
| | | | | | | | | (part 9). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248631
* - Update to 3.26Martin Wilke2009-03-122-4/+4
| | | | | | | | | PR: 131916 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout Notes: svn path=/head/; revision=229943
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 3.25Martin Wilke2007-01-122-4/+4
| | | | | | | | | PR: ports/107783 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=182245
* - Update to 3.24Andrew Pantyukhin2006-12-192-8/+5
| | | | Notes: svn path=/head/; revision=180181
* - Update to 3.22Andrew Pantyukhin2006-11-183-45/+31
| | | | Notes: svn path=/head/; revision=177510
* - Update to 3.20Martin Wilke2006-11-143-5/+20
| | | | | | | | | PR: ports/105481 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=177223
* - amd64 and alpha are now claimed to be supported, but notAndrew Pantyukhin2006-09-291-1/+2
| | | | | | | | | big endian archs just yet Inspired by: kris Notes: svn path=/head/; revision=174097
* - Update to 3.00Andrew Pantyukhin2006-09-284-25/+23
| | | | | | | | | - Minor fixes Approved by: GomoR <netpkt@gomor.org> (maintainer) Notes: svn path=/head/; revision=174030
* - Update to 2.22Erwin Lansing2006-05-223-39/+42
| | | | | | | | | | | - Require perl from ports PR: 97618 Submitted by: Christopher Boumenot <boumenot@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=163123
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* 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
* Update net/p5-Net-Packet to version 2.04Emanuel Haupt2005-10-042-3/+3
| | | | | | | | | | PR: 86819 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer) Approved by: novel (mentor) Notes: svn path=/head/; revision=144159
* search.cpan.org redirect reduction canonicalization project, pass 3:Bill Fenner2005-09-221-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2. Notes: svn path=/head/; revision=143380
* - Add p5-Net-Packet 2.03, a framework to easily send and receive frames fromFlorent Thoumie2005-03-154-0/+108
layer 2 to layer 7. PR: ports/77095 Submitted by: GomoR <gomor@enslaved.homeunix.org> Notes: svn path=/head/; revision=131344