aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Socket/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.013sunpoet2013-10-291-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.012sunpoet2013-09-071-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.011sunpoet2013-08-061-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.010sunpoet2013-07-101-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.009sunpoet2013-01-311-2/+2
| | | | | | | - Add LICENSE - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.007sunpoet2012-12-241-2/+2
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.006sunpoet2012-08-201-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.005sunpoet2012-08-191-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.002sunpoet2012-06-061-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.001sunpoet2012-03-281-2/+2
| | | | | Changes: http://search.cpan.org/dist/Socket/Changes Feature safe: yes
* - Update to 2.000sunpoet2012-03-121-2/+2
| | | | | Changes: http://search.cpan.org/dist/Socket/Changes Feature safe: yes
* - Update to 1.99sunpoet2012-02-221-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 1.98sunpoet2012-02-181-2/+2
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Re-add p5-Socket 1.97sunpoet2012-01-241-0/+2
| | | | | | | | | Socket is a low-level module used by, among other things, the IO::Socket family of modules. The following examples demonstrate some low-level uses but a practical program would likely use the higher-level API provided by IO::Socket or similar instead. WWW: http://search.cpan.org/dist/Socket/
* This is the old version of Socket, that is available inside perl, so, the portgarga2008-09-251-3/+0
| | | | | | | | isn't needed here, i've added it by mistake. Now it's time to clean this removing the port. Discussed with: tobez
* This module is just a translation of the C socket.h file. Unlike the oldgarga2008-05-301-0/+3
mechanism of requiring a translated socket.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more likely chance of getting the numbers right. This includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc. WWW: http://search.cpan.org/dist/Socket/ PR: ports/124132 Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com>