| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jan 2013 18:14:38
2.009
|
sunpoet  |
- Update to 2.009
- Add LICENSE
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Socket/Changes |
23 Dec 2012 17:46:45
2.007
|
sunpoet  |
- Update to 2.007
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Socket/Changes |
20 Aug 2012 15:51:05
2.006
|
sunpoet  |
- Update to 2.006
Changes: http://search.cpan.org/dist/Socket/Changes |
18 Aug 2012 18:36:54
2.005
|
sunpoet  |
- Update to 2.005
Changes: http://search.cpan.org/dist/Socket/Changes |
06 Jun 2012 15:04:11
2.002
|
sunpoet  |
- Update to 2.002
Changes: http://search.cpan.org/dist/Socket/Changes |
28 Mar 2012 04:01:58
2.001
|
sunpoet  |
- Update to 2.001
Changes: http://search.cpan.org/dist/Socket/Changes
Feature safe: yes |
13 Mar 2012 16:15:36
2.000
|
pgollucci  |
- 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) |
12 Mar 2012 02:30:30
2.000
|
sunpoet  |
- Update to 2.000
Changes: http://search.cpan.org/dist/Socket/Changes
Feature safe: yes |
08 Mar 2012 18:45:38
1.99
|
pgollucci  |
- 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 |
22 Feb 2012 07:20:25
1.99
|
sunpoet  |
- Update to 1.99
Changes: http://search.cpan.org/dist/Socket/Changes |
17 Feb 2012 18:11:04
1.98
|
sunpoet  |
- Update to 1.98
Changes: http://search.cpan.org/dist/Socket/Changes |
24 Jan 2012 09:15:13
1.97
|
sunpoet  |
- Update BUILD_DEPENDS |
23 Jan 2012 18:43:40
1.97
|
sunpoet  |
- 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/ |
25 Sep 2008 11:40:49
1.5
|
garga  |
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 |
30 May 2008 14:12:29
1.5
|
garga  |
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> |