From owner-cvs-ports@FreeBSD.ORG Sat Jun 5 16:15:34 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 EDD8D106566B; Sat, 5 Jun 2010 16:15:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDF5B8FC1C; Sat, 5 Jun 2010 16:15:34 +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 o55GFYwo097095; Sat, 5 Jun 2010 16:15:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o55GFYIJ097094; Sat, 5 Jun 2010 16:15:34 GMT (envelope-from miwi) Message-Id: <201006051615.o55GFYIJ097094@repoman.freebsd.org> From: Martin Wilke Date: Sat, 5 Jun 2010 16:15:34 +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-Wrest 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: Sat, 05 Jun 2010 16:15:35 -0000 miwi 2010-06-05 16:15:34 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Config-Wrest Makefile distinfo pkg-descr pkg-plist Log: This module allows you to read configuration data written in a human-readable and easily-editable text format and access it as a perl data structure. It also allows you to write configuration data from perl back to this format. The data format allows key/value pairs, comments, escaping of unprintable or problematic characters, sensible whitespace handling, support for Unicode data, nested sections, or blocks, of configuration data. WWW: http://search.cpan.org/dist/Config-Wrest/ PR: ports/147283 Submitted by: John Alden + Eric Freeman Revision Changes Path 1.3960 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/p5-Config-Wrest/Makefile (new) 1.1 +3 -0 ports/devel/p5-Config-Wrest/distinfo (new) 1.1 +12 -0 ports/devel/p5-Config-Wrest/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-Config-Wrest/pkg-plist (new)