From owner-cvs-all@FreeBSD.ORG Tue Nov 16 03:04:49 2010 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 2136C1065670; Tue, 16 Nov 2010 03:04:49 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 101BA8FC14; Tue, 16 Nov 2010 03:04:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAG34ms3052619; Tue, 16 Nov 2010 03:04:48 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAG34mks052618; Tue, 16 Nov 2010 03:04:48 GMT (envelope-from pgollucci) Message-Id: <201011160304.oAG34mks052618@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Tue, 16 Nov 2010 03:04:48 +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/devel Makefile ports/devel/p5-Array-Unique Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 03:04:49 -0000 pgollucci 2010-11-16 03:04:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Array-Unique Makefile distinfo pkg-descr pkg-plist Log: This package lets you create an array which will allow only one occurrence of any value. In other words no matter how many times you put in 42 it will keep only the first occurrence and the rest will be dropped. You use the module via tie and once you tied your array to this module it will behave correctly. Uniqueness is checked with the 'eq' operator so among other things it is case sensitive. As a side effect the module does not allow undef as a value in the array. WWW: http://search.cpan.org/dist/Array-Unique/ PR: ports/152211 Submitted by: Gea-Suan Lin Revision Changes Path 1.4120 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Array-Unique/Makefile (new) 1.1 +2 -0 ports/devel/p5-Array-Unique/distinfo (new) 1.1 +16 -0 ports/devel/p5-Array-Unique/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Array-Unique/pkg-plist (new)