From owner-cvs-all@FreeBSD.ORG Fri May 30 14:12:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08BCF1065685; Fri, 30 May 2008 14:12:30 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 07C388FC1E; Fri, 30 May 2008 14:12:30 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4UECT1j024609; Fri, 30 May 2008 14:12:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UECTGZ024608; Fri, 30 May 2008 14:12:29 GMT (envelope-from garga) Message-Id: <200805301412.m4UECTGZ024608@repoman.freebsd.org> From: Renato Botelho Date: Fri, 30 May 2008 14:12:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Socket Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:12:30 -0000 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 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)