From owner-cvs-ports@FreeBSD.ORG Mon Feb 2 17:23:00 2009 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 631D21065672; Mon, 2 Feb 2009 17:23:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 734B28FC08; Mon, 2 Feb 2009 17:22:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n12HMvk1040667; Mon, 2 Feb 2009 17:22:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n12HMvgj040666; Mon, 2 Feb 2009 17:22:57 GMT (envelope-from garga) Message-Id: <200902021722.n12HMvgj040666@repoman.freebsd.org> From: Renato Botelho Date: Mon, 2 Feb 2009 17:22:57 +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-IniRegEx 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: Mon, 02 Feb 2009 17:23:02 -0000 garga 2009-02-02 17:22:57 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Config-IniRegEx Makefile distinfo pkg-descr pkg-plist Log: Using this module it does the ini configuration file parsing, with an addon facility of regex kind of search. This module aims out doing a regex search for Sections, and Parameters of the Ini configuration file. It does the Perl regex matching, nothing external. So whoever knows the Perl basic regex can use this feature. WWW: http://search.cpan.org/dist/Config-IniRegEx/ PR: ports/131155 Submitted by: Murilo Opsfelder Revision Changes Path 1.3350 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/p5-Config-IniRegEx/Makefile (new) 1.1 +3 -0 ports/devel/p5-Config-IniRegEx/distinfo (new) 1.1 +8 -0 ports/devel/p5-Config-IniRegEx/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Config-IniRegEx/pkg-plist (new)