aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Socket
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.013sunpoet2013-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Support STAGEDIRsunpoet2013-10-012-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Update to 2.012sunpoet2013-09-072-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
|
* - Update to 2.011sunpoet2013-08-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.010sunpoet2013-07-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.009sunpoet2013-01-312-7/+6
| | | | | | | - Add LICENSE - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.007sunpoet2012-12-242-8/+4
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.006sunpoet2012-08-202-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.005sunpoet2012-08-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.002sunpoet2012-06-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 2.001sunpoet2012-03-282-3/+3
| | | | | Changes: http://search.cpan.org/dist/Socket/Changes Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-0/+4
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Update to 2.000sunpoet2012-03-122-3/+3
| | | | | Changes: http://search.cpan.org/dist/Socket/Changes Feature safe: yes
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-4/+0
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* - Update to 1.99sunpoet2012-02-222-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 1.98sunpoet2012-02-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update BUILD_DEPENDSsunpoet2012-01-241-2/+4
|
* - Re-add p5-Socket 1.97sunpoet2012-01-244-0/+43
| | | | | | | | | 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-254-41/+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-304-0/+41
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>