aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IO-Interface
Commit message (Collapse)AuthorAgeFilesLines
* Fix an incorrect pointer usage and pass the right pointer to freeifaddrs(),Xin LI2012-05-152-0/+28
| | | | | | | | | | | | | | | which would cause a free() inside allocated chunk. Without this change, the class could crash with jemalloc debugging options enabled. The patch have also been submitted to upstream maintainer. Reported by: lev Submitted by: delphij PR: ports/167938 Approved by: perl@ (swills) Notes: svn path=/head/; revision=296694
* - Update to 1.06Sunpoet Po-Chuan Hsieh2011-07-253-5/+4
| | | | | | | | | - Add WWW Changes: http://search.cpan.org/dist/IO-Interface/Changes Notes: svn path=/head/; revision=278268
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 1.05Mathieu Arnold2008-06-122-4/+4
| | | | Notes: svn path=/head/; revision=214707
* - Update to 1.04Cheng-Lung Sung2007-12-302-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/IO-Interface/Changes Notes: svn path=/head/; revision=204696
* 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 1.03Mathieu Arnold2007-01-232-4/+4
| | | | Notes: svn path=/head/; revision=183125
* Update to 1.02. Also assign maintainer to perl@ (not part of the PR).Anton Berezin2006-09-213-7/+15
| | | | | | | | PR: 103445 Submitted by: leeym Notes: svn path=/head/; revision=173506
* 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 to 0.98Erwin Lansing2004-07-022-3/+3
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=112730
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* utilize SITE_PERLYing-Chieh Liao2003-10-242-9/+8
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Updated MAINTAINER to my new committer email address.Anton Berezin2001-06-122-2/+2
| | | | | | | | | Do the same for pkg-descr files. Approved by: markm Notes: svn path=/head/; revision=43917
* Upgrade to version 0.97.Josef Karthauser2001-05-173-26/+2
| | | | | | | Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=42667
* IO::Interface adds object-methods to IO::Socket objects to allowJosef Karthauser2001-04-286-0/+65
them to get and set operational characteristics of network interface cards, such as IP addresses, net masks, and so forth. It is useful for identifying runtime characteristics of cards, such as broadcast addresses, and finding interfaces that satisfy certain criteria, such as the ability to multicast. PR: ports/26876 Notes: svn path=/head/; revision=42007