aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Write
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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
* - state supportAndrej Zverev2014-01-053-10/+7
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338799
* 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
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Over to new volunteer.Mark Linimon2009-08-021-1/+1
| | | | Notes: svn path=/head/; revision=238789
* Reset maintainer per his request in private email.Mark Linimon2009-08-021-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=238756
* - Update to 1.05Philip M. Gollucci2009-07-032-4/+4
| | | | | | | | | PR: ports/135787 Approved by: maintainer timeout (16 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237043
* - Update to 1.04Martin Wilke2009-04-112-4/+4
| | | | | | | | | PR: 133023 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout Notes: svn path=/head/; revision=232101
* - Update to 1.02Gabor Kovesdan2008-02-272-6/+5
| | | | | | | | | | | - Better adjustment of dependencies PR: ports/121023 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=207997
* 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
* - Fix pkg-plistMartin Wilke2007-01-101-1/+1
| | | | | | | | | | - Bump PORTREVISION PR: ports/107768 Submitted by: Christopher Boumenot <boumenot@gmail.com> (maintainer) Notes: svn path=/head/; revision=181996
* - Fix plistAndrew Pantyukhin2007-01-102-2/+3
| | | | | | | | | | - Bump portrevision Reported by: pointyhat via kris Approved by: Christopher Boumenot <boumenot@gmail.com> (maintainer, implicit) Notes: svn path=/head/; revision=181988
* - Update to 1.00Andrew Pantyukhin2006-12-193-22/+24
| | | | | | | Approved by: Christopher Boumenot <boumenot@gmail.com> Notes: svn path=/head/; revision=180179
* Net::Write provides a portable interface to open a network interface, and beErwin Lansing2006-05-184-0/+52
able to write raw data directly to the network. Authors: Patrice Auffret <netpkt@gomor.org> WWW: http://search.cpan.org/dist/Net-Write PR: ports/97427 Submitted by: Christopher Boumenot <boumenot@gmail.com> Notes: svn path=/head/; revision=162729