aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Socket6
Commit message (Collapse)AuthorAgeFilesLines
* 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