Bug 124132 - [NEW PORT] net/p5-Socket: Load the C socket.h defines and structure manipulators
Summary: [NEW PORT] net/p5-Socket: Load the C socket.h defines and structure manipulators
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-30 14:50 UTC by BluePex Security Solutions
Modified: 2008-05-30 15:20 UTC (History)
0 users

See Also:


Attachments
p5-Socket-1.5.shar (2.29 KB, text/plain)
2008-05-30 14:50 UTC, BluePex Security Solutions
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description BluePex Security Solutions 2008-05-30 14:50:04 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2008-05-30 14:50:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-30 15:12:40 UTC
garga       2008-05-30 14:12:29 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Socket        Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.1997    +1 -0      ports/net/Makefile
  1.1       +24 -0     ports/net/p5-Socket/Makefile (new)
  1.1       +3 -0      ports/net/p5-Socket/distinfo (new)
  1.1       +7 -0      ports/net/p5-Socket/pkg-descr (new)
  1.1       +7 -0      ports/net/p5-Socket/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2008-05-30 15:14:04 UTC
State Changed
From-To: open->closed

New port added. Thanks!