From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 7 17:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE3C1065670 for ; Wed, 7 Jan 2009 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C80198FC1E for ; Wed, 7 Jan 2009 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n07He1u6067678 for ; Wed, 7 Jan 2009 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n07He10K067677; Wed, 7 Jan 2009 17:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 7 Jan 2009 17:40:01 GMT Resent-Message-Id: <200901071740.n07He10K067677@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Murilo Opsfelder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBC631065672 for ; Wed, 7 Jan 2009 17:31:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A8EB28FC19 for ; Wed, 7 Jan 2009 17:31:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n07HVZSB041720 for ; Wed, 7 Jan 2009 17:31:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n07HVZs0041700; Wed, 7 Jan 2009 17:31:35 GMT (envelope-from nobody) Message-Id: <200901071731.n07HVZs0041700@www.freebsd.org> Date: Wed, 7 Jan 2009 17:31:35 GMT From: Murilo Opsfelder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130267: [NEW PORT]: sysutils/p5-Sys-HostIP: A Perl module to get IP address related info X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 17:40:02 -0000 >Number: 130267 >Category: ports >Synopsis: [NEW PORT]: sysutils/p5-Sys-HostIP: A Perl module to get IP address related info >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 07 17:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Murilo Opsfelder >Release: FreeBSD 8.0 i386 >Organization: BluePex Security Solutions >Environment: FreeBSD opsfelderm.bplab.local 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r186566: Mon Dec 29 14:45:53 BRST 2008 root@opsfelderm.bplab.local:/usr/obj/usr/src/sys/PANDA i386 >Description: Sys::HostIP does what it can to determine the IP address of your machine. This module was tested on Irix, OpenBSD, FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./p5-Sys-HostIP # ./p5-Sys-HostIP/pkg-descr # ./p5-Sys-HostIP/Makefile # ./p5-Sys-HostIP/pkg-plist # ./p5-Sys-HostIP/distinfo # echo c - ./p5-Sys-HostIP mkdir -p ./p5-Sys-HostIP > /dev/null 2>&1 echo x - ./p5-Sys-HostIP/pkg-descr sed 's/^X//' >./p5-Sys-HostIP/pkg-descr << '4344a48b0e71170e429f3f2a2862a1cb' XSys::HostIP does what it can to determine the IP address Xof your machine. This module was tested on Irix, OpenBSD, XFreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin. X XWWW: http://search.cpan.org/dist/Sys-HostIP/ 4344a48b0e71170e429f3f2a2862a1cb echo x - ./p5-Sys-HostIP/Makefile sed 's/^X//' >./p5-Sys-HostIP/Makefile << '2f5b2a254897c147af2c6fff024f2585' X# New ports collection makefile for: p5-Sys-HostIP X# Date created: 2009-01-07 X# Whom: Murilo Opsfelder X# X# $FreeBSD$ X# X XPORTNAME= Sys-HostIP XPORTVERSION= 1.3.1 XCATEGORIES= sysutils perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= mopsfelder@gmail.com XCOMMENT= A Perl module to get IP address related info X XPERL_CONFIGURE= yes X XMAN3= Sys::HostIP.3 X X.include 2f5b2a254897c147af2c6fff024f2585 echo x - ./p5-Sys-HostIP/pkg-plist sed 's/^X//' >./p5-Sys-HostIP/pkg-plist << 'cf67da8a4bc08a2348533f505ccd2ea8' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP/.packlist X%%SITE_PERL%%/Sys/HostIP.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys X@dirrmtry %%SITE_PERL%%/Sys cf67da8a4bc08a2348533f505ccd2ea8 echo x - ./p5-Sys-HostIP/distinfo sed 's/^X//' >./p5-Sys-HostIP/distinfo << '55547183bdd3724fb6d02be31e3603c1' XMD5 (Sys-HostIP-1.3.1.tar.gz) = 71793ea0f880b126be92fdaa0ccfef83 XSHA256 (Sys-HostIP-1.3.1.tar.gz) = 9836562145258a8a4851d7e72396f02508f05e2dd799f7bd489d02ace496ef3b XSIZE (Sys-HostIP-1.3.1.tar.gz) = 5282 55547183bdd3724fb6d02be31e3603c1 exit >Release-Note: >Audit-Trail: >Unformatted: