aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Socket
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.015Sunpoet Po-Chuan Hsieh2014-08-162-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=365080
* 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 to 2.014Sunpoet Po-Chuan Hsieh2014-06-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=356343
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-271-7/+1
| | | | Notes: svn path=/head/; revision=346405
* - Update to 2.013Sunpoet Po-Chuan Hsieh2013-10-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=331882
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328846
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 2.012Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=326609
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 2.011Sunpoet Po-Chuan Hsieh2013-08-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=324314
* - Update to 2.010Sunpoet Po-Chuan Hsieh2013-07-102-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=322607
* - Update to 2.009Sunpoet Po-Chuan Hsieh2013-01-302-7/+6
| | | | | | | | | | - Add LICENSE - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=311248
* - Update to 2.007Sunpoet Po-Chuan Hsieh2012-12-232-8/+4
| | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=309435
* - Update to 2.006Sunpoet Po-Chuan Hsieh2012-08-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=302812
* - Update to 2.005Sunpoet Po-Chuan Hsieh2012-08-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=302733
* - Update to 2.002Sunpoet Po-Chuan Hsieh2012-06-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=298596
* - Update to 2.001Sunpoet Po-Chuan Hsieh2012-03-282-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Feature safe: yes Notes: svn path=/head/; revision=293910
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-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) Notes: svn path=/head/; revision=293247
* - Update to 2.000Sunpoet Po-Chuan Hsieh2012-03-122-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Feature safe: yes Notes: svn path=/head/; revision=293144
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-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 Notes: svn path=/head/; revision=292977
* - Update to 1.99Sunpoet Po-Chuan Hsieh2012-02-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=292039
* - Update to 1.98Sunpoet Po-Chuan Hsieh2012-02-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=291608
* - Update BUILD_DEPENDSSunpoet Po-Chuan Hsieh2012-01-241-2/+4
| | | | Notes: svn path=/head/; revision=289720
* - Re-add p5-Socket 1.97Sunpoet Po-Chuan Hsieh2012-01-234-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/ Notes: svn path=/head/; revision=289673
* This is the old version of Socket, that is available inside perl, so, the portRenato Botelho2008-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 Notes: svn path=/head/; revision=220756
* This module is just a translation of the C socket.h file. Unlike the oldRenato Botelho2008-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> Notes: svn path=/head/; revision=213939