aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Socket6
Commit message (Collapse)AuthorAgeFilesLines
* Clean up all commented PORTREVISION and PORTEPOCH linesTobias Kortkamp2021-04-191-1/+1
| | | | | | | | | No revision bump tool that we have cleans them up or deals with them, so we end up with duplicated lines. Instead of implementing that just clean up the 51 ports that do this. PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if you need a reminder or placeholder.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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.29.Hajimu UMEMOTO2018-09-302-4/+4
| | | | Notes: svn path=/head/; revision=480942
* 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
* Updated to 0.28.Hajimu UMEMOTO2016-07-112-3/+4
| | | | | | | No functional change. Notes: svn path=/head/; revision=418380
* Update to 0.27.Hajimu UMEMOTO2016-03-222-3/+3
| | | | Notes: svn path=/head/; revision=411668
* Update to 0.26.Hajimu UMEMOTO2016-03-172-4/+4
| | | | Notes: svn path=/head/; revision=411272
* 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-261-5/+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
* 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
* Update LICENSE.Hajimu UMEMOTO2013-12-301-1/+1
| | | | Notes: svn path=/head/; revision=338129
* Don't install perllocal.pod.Hajimu UMEMOTO2013-12-092-0/+16
| | | | Notes: svn path=/head/; revision=335955
* Update to 0.25.Hajimu UMEMOTO2013-12-082-4/+6
| | | | Notes: svn path=/head/; revision=335915
* Update to 0.24.Hajimu UMEMOTO2013-12-082-3/+3
| | | | Notes: svn path=/head/; revision=335859
* - add LICENCE.Hajimu UMEMOTO2013-10-041-1/+3
| | | | | | | - remove CFLAGS from CONFIGURE_ENV to make portlint happy. Notes: svn path=/head/; revision=329332
* enable stage.Hajimu UMEMOTO2013-10-041-1/+0
| | | | Notes: svn path=/head/; revision=329301
* 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=326522
* Pass CC and CFLAGS to CONFIGURE_ENV to intend to make clang happy.Hajimu UMEMOTO2011-06-211-0/+1
| | | | Notes: svn path=/head/; revision=276004
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 0.23.Hajimu UMEMOTO2008-11-022-4/+4
| | | | Notes: svn path=/head/; revision=222315
* Update to 0.22.Hajimu UMEMOTO2008-08-182-4/+4
| | | | Notes: svn path=/head/; revision=218741
* Update to 0.21.Hajimu UMEMOTO2008-08-172-4/+4
| | | | Notes: svn path=/head/; revision=218693
* - 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 0.20.Hajimu UMEMOTO2008-02-163-25/+4
| | | | Notes: svn path=/head/; revision=207307
* Make it buildable again on 7-current after KAME IPsec removal.Hajimu UMEMOTO2007-07-051-0/+21
| | | | | | | | | | | Since __FreeBSD_version was not bumped at that time, we use nearest version to distinguish it. Since the macros which Socket6 looking for are same with KAME's one, it is enough. PR: ports/114299 Notes: svn path=/head/; revision=195021
* - whitespace fixHajimu UMEMOTO2006-06-132-3/+4
| | | | | | | | | | - a bit more informative comment - standard cpan www string and me in author string Submitted by: sat Notes: svn path=/head/; revision=165319
* add SHA256.Hajimu UMEMOTO2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147591
* Update to 0.19.Hajimu UMEMOTO2005-08-282-3/+3
| | | | Notes: svn path=/head/; revision=140999
* update to 0.18.Hajimu UMEMOTO2005-04-022-3/+3
| | | | Notes: svn path=/head/; revision=132162
* use PLIST_FILES.Hajimu UMEMOTO2005-02-042-5/+6
| | | | Notes: svn path=/head/; revision=128027
* Update to 0.17.Hajimu UMEMOTO2004-03-252-3/+3
| | | | Notes: svn path=/head/; revision=105185
* Update to 0.16.Hajimu UMEMOTO2004-02-212-3/+3
| | | | Notes: svn path=/head/; revision=101576
* SIZEfyHajimu UMEMOTO2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99948
* Update to 0.14.Hajimu UMEMOTO2004-01-052-2/+2
| | | | Notes: svn path=/head/; revision=97322
* Update to 0.13.Hajimu UMEMOTO2004-01-042-2/+2
| | | | Notes: svn path=/head/; revision=97276
* utilize SITE_PERLYing-Chieh Liao2003-10-241-5/+5
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Hajimu UMEMOTO2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75979
* Update to 0.10.Hajimu UMEMOTO2001-05-282-2/+2
| | | | | | | | | It actually changes nothing in FreeBSD. Submitted by: vanilla Notes: svn path=/head/; revision=43209
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+1
| | | | Notes: svn path=/head/; revision=38917
* Update to 0.08.Hajimu UMEMOTO2001-01-262-2/+2
| | | | Notes: svn path=/head/; revision=37607
* Fix pkg/COMMENTHajimu UMEMOTO2000-07-181-1/+1
| | | | | | | | PR: ports/19989 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30776
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-1/+1
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Update to 0.07Hajimu UMEMOTO2000-06-032-2/+2
| | | | Notes: svn path=/head/; revision=29159
* This Perl5 module supports getaddrinfo() and getnameinfo() toHajimu UMEMOTO2000-05-245-0/+36
intend to enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included. Notes: svn path=/head/; revision=28737