Date: Fri, 9 Jan 2009 13:10:19 GMT From: Murilo Opsfelder <mopsfelder@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130322: [NEW PORT]: devel/p5-List-Uniq: Extract the unique elements of a list Message-ID: <200901091310.n09DAJU2024593@www.freebsd.org> Resent-Message-ID: <200901091320.n09DK3fi006979@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130322 >Category: ports >Synopsis: [NEW PORT]: devel/p5-List-Uniq: Extract the unique elements of a list >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: Fri Jan 09 13:20:02 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 #36 r186861: Wed Jan 7 14:12:27 BRST 2009 root@opsfelderm.bplab.local:/usr/obj/usr/src/sys/PANDA i386 >Description: List::Uniq extracts the unique elements of a list. This is a commonly re-written (or at least re-looked-up) idiom in Perl programs. >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-List-Uniq # ./p5-List-Uniq/pkg-descr # ./p5-List-Uniq/Makefile # ./p5-List-Uniq/pkg-plist # ./p5-List-Uniq/distinfo # echo c - ./p5-List-Uniq mkdir -p ./p5-List-Uniq > /dev/null 2>&1 echo x - ./p5-List-Uniq/pkg-descr sed 's/^X//' >./p5-List-Uniq/pkg-descr << '808c6d218a9a88685af6f6b828f1d99a' XList::Uniq extracts the unique elements of a list. XThis is a commonly re-written (or at least re-looked-up) Xidiom in Perl programs. X XWWW: http://search.cpan.org/dist/List-Uniq/ 808c6d218a9a88685af6f6b828f1d99a echo x - ./p5-List-Uniq/Makefile sed 's/^X//' >./p5-List-Uniq/Makefile << '603f94049453ff6d2e679caa0755f53f' X# New ports collection makefile for: p5-List-Uniq X# Date created: 2009-01-09 X# Whom: Murilo Opsfelder <mopsfelder@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= List-Uniq XPORTVERSION= 0.12 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= mopsfelder@gmail.com XCOMMENT= Extract the unique elements of a list X XPERL_CONFIGURE= yes X XMAN3= List::Uniq.3 X X.include <bsd.port.mk> 603f94049453ff6d2e679caa0755f53f echo x - ./p5-List-Uniq/pkg-plist sed 's/^X//' >./p5-List-Uniq/pkg-plist << '3ee51863bff0d9d53317dc62a6c58e37' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Uniq/.packlist X%%SITE_PERL%%/List/Uniq.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Uniq X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List X@dirrmtry %%SITE_PERL%%/List 3ee51863bff0d9d53317dc62a6c58e37 echo x - ./p5-List-Uniq/distinfo sed 's/^X//' >./p5-List-Uniq/distinfo << '2478d4e225dede11c3da3ef298627e35' XMD5 (List-Uniq-0.12.tar.gz) = afb38a5e514cbcba21c0b5591e6ebc8d XSHA256 (List-Uniq-0.12.tar.gz) = cba510cd1b61a83d636f908e2c9d9333a670aa1ea79ef7dc950f666fca77aaef XSIZE (List-Uniq-0.12.tar.gz) = 4981 2478d4e225dede11c3da3ef298627e35 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901091310.n09DAJU2024593>