From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 15 19:00:15 2008 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 E3166106574E for ; Sat, 15 Nov 2008 19:00:15 +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 4D5678FC0A for ; Sat, 15 Nov 2008 19:00:12 +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 mAFJ0Cq6095336 for ; Sat, 15 Nov 2008 19:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAFJ0CgJ095335; Sat, 15 Nov 2008 19:00:12 GMT (envelope-from gnats) Resent-Date: Sat, 15 Nov 2008 19:00:12 GMT Resent-Message-Id: <200811151900.mAFJ0CgJ095335@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, olli hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6D8106567B for ; Sat, 15 Nov 2008 18:53:32 +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 600948FC08 for ; Sat, 15 Nov 2008 18:53:32 +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 mAFIrVAk050102 for ; Sat, 15 Nov 2008 18:53:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mAFIrVBV050101; Sat, 15 Nov 2008 18:53:31 GMT (envelope-from nobody) Message-Id: <200811151853.mAFIrVBV050101@www.freebsd.org> Date: Sat, 15 Nov 2008 18:53:31 GMT From: olli hauer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/128893: [patch] new perl port devel/p5-Sort-Key-IPv4 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: Sat, 15 Nov 2008 19:00:16 -0000 >Number: 128893 >Category: ports >Synopsis: [patch] new perl port devel/p5-Sort-Key-IPv4 >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: Sat Nov 15 19:00:12 UTC 2008 >Closed-Date: >Last-Modified: >Originator: olli hauer >Release: >Organization: >Environment: >Description: I was searching for a perl module that can sort IPv4 addressess and found this one usefull. The attached patch (shar file) includes everything to create the new port. Regards, olli >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-Sort-Key-IPv4/ # p5-Sort-Key-IPv4/Makefile # p5-Sort-Key-IPv4/distinfo # p5-Sort-Key-IPv4/pkg-descr # p5-Sort-Key-IPv4/pkg-plist # echo c - p5-Sort-Key-IPv4/ mkdir -p p5-Sort-Key-IPv4/ > /dev/null 2>&1 echo x - p5-Sort-Key-IPv4/Makefile sed 's/^X//' >p5-Sort-Key-IPv4/Makefile << 'END-of-p5-Sort-Key-IPv4/Makefile' X# New ports collection makefile for: devel/p5-Sort-Key-IPv4 X# Date created: 15 November 2008 X# Whom: X# X# $FreeBSD$ X# X XPORTNAME= Sort-Key-IPv4 XPORTVERSION= 0.01 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= perl@FreeBSD.org XCOMMENT= Perl extension for sorting IPv4 addresses X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sort/Key.pm:${PORTSDIR}/devel/p5-Sort-Key XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= 5.8.0+ X XMAN3= Sort::Key::IPv4.3 X X.include END-of-p5-Sort-Key-IPv4/Makefile echo x - p5-Sort-Key-IPv4/distinfo sed 's/^X//' >p5-Sort-Key-IPv4/distinfo << 'END-of-p5-Sort-Key-IPv4/distinfo' XMD5 (Sort-Key-IPv4-0.01.tar.gz) = c668f00f181982a9564d8a6673eb0953 XSHA256 (Sort-Key-IPv4-0.01.tar.gz) = 83787c1be8751872002c356588b901a2e098f9fe83c9d1e6bdd4cb42a61c4f23 XSIZE (Sort-Key-IPv4-0.01.tar.gz) = 37419 END-of-p5-Sort-Key-IPv4/distinfo echo x - p5-Sort-Key-IPv4/pkg-descr sed 's/^X//' >p5-Sort-Key-IPv4/pkg-descr << 'END-of-p5-Sort-Key-IPv4/pkg-descr' XSort::Key::IPv4 XSorts lists of objects by some property containing an IPv4 address X XWWW: http://search.cpan.org/dist/Sort-Key-IPv4/ END-of-p5-Sort-Key-IPv4/pkg-descr echo x - p5-Sort-Key-IPv4/pkg-plist sed 's/^X//' >p5-Sort-Key-IPv4/pkg-plist << 'END-of-p5-Sort-Key-IPv4/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/Sort/Key/IPv4.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/IPv4.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4/IPv4.so X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key/IPv4 X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort/Key X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sort X@dirrmtry %%SITE_PERL%%/Sort/Key X@dirrmtry %%SITE_PERL%%/Sort END-of-p5-Sort-Key-IPv4/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: