Commit graph

10 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
cb155bc7cb - Update to 2.001
Changes:	http://search.cpan.org/dist/Socket/Changes
Feature safe:	yes
2012-03-28 04:01:58 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
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)
2012-03-13 16:15:36 +00:00
Sunpoet Po-Chuan Hsieh
5b2c343913 - Update to 2.000
Changes:	http://search.cpan.org/dist/Socket/Changes
Feature safe:	yes
2012-03-12 02:30:30 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, 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
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
45cbc2d015 - Update to 1.99
Changes:	http://search.cpan.org/dist/Socket/Changes
2012-02-22 07:20:25 +00:00
Sunpoet Po-Chuan Hsieh
eeb1ce821b - Update to 1.98
Changes:	http://search.cpan.org/dist/Socket/Changes
2012-02-17 18:11:04 +00:00
Sunpoet Po-Chuan Hsieh
446c40143b - Update BUILD_DEPENDS 2012-01-24 09:15:13 +00:00
Sunpoet Po-Chuan Hsieh
10c1ccb9fe - Re-add p5-Socket 1.97
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/
2012-01-23 18:43:40 +00:00
Renato Botelho
67089a20cc This is the old version of Socket, that is available inside perl, so, the port
isn't needed here, i've added it by mistake.

Now it's time to clean this removing the port.

Discussed with:	tobez
2008-09-25 11:40:49 +00:00
Renato Botelho
e7b7ea1f16 This module is just a translation of the C socket.h file. Unlike the old
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>
2008-05-30 14:12:29 +00:00