From owner-cvs-all@FreeBSD.ORG Fri Aug 26 10:14:26 2011 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 07364106564A; Fri, 26 Aug 2011 10:14:26 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EBA518FC13; Fri, 26 Aug 2011 10:14:25 +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 p7QAEPFs014403; Fri, 26 Aug 2011 10:14:25 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7QAEPWp014402; Fri, 26 Aug 2011 10:14:25 GMT (envelope-from kuriyama) Message-Id: <201108261014.p7QAEPWp014402@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 26 Aug 2011 10:14:25 +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-YAML-AppConfig 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: Fri, 26 Aug 2011 10:14:26 -0000 kuriyama 2011-08-26 10:14:25 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-YAML-AppConfig Makefile distinfo pkg-descr pkg-plist Log: YAML::AppConfig extends the work done in Config::YAML and YAML::ConfigFile to allow more flexiable configuration files. Your configuration is stored in YAML and then parsed and presented to you via YAML::AppConfig. Settings can be referenced using get and set methods and settings can refer to one another by using variables of the form $foo, much in the style of AppConfig. WWW: http://search.cpan.org/dist/YAML-AppConfig/ Revision Changes Path 1.4518 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-YAML-AppConfig/Makefile (new) 1.1 +2 -0 ports/devel/p5-YAML-AppConfig/distinfo (new) 1.1 +9 -0 ports/devel/p5-YAML-AppConfig/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-YAML-AppConfig/pkg-plist (new)