From owner-cvs-ports@FreeBSD.ORG Thu Jan 28 01:14:10 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3402106566C; Thu, 28 Jan 2010 01:14:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A24488FC0A; Thu, 28 Jan 2010 01:14:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0S1EAQY055935; Thu, 28 Jan 2010 01:14:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0S1EAJq055934; Thu, 28 Jan 2010 01:14:10 GMT (envelope-from miwi) Message-Id: <201001280114.o0S1EAJq055934@repoman.freebsd.org> From: Martin Wilke Date: Thu, 28 Jan 2010 01:14:10 +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-Config-INI-MVP Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2010 01:14:10 -0000 miwi 2010-01-28 01:14:10 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Config-INI-MVP Makefile distinfo pkg-descr pkg-plist Log: The MVP INI file reader reads INI files, but can handle properties with multiple values. The identification of properties that may have multiple entries is done by section, on a plugin basis. following file: WWW: http://search.cpan.org/dist/Config-INI-MVP PR: ports/142055 Submitted by: Andrey Kostenko Revision Changes Path 1.3801 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Config-INI-MVP/Makefile (new) 1.1 +3 -0 ports/devel/p5-Config-INI-MVP/distinfo (new) 1.1 +6 -0 ports/devel/p5-Config-INI-MVP/pkg-descr (new) 1.1 +12 -0 ports/devel/p5-Config-INI-MVP/pkg-plist (new)