Date: Tue, 17 Feb 2004 14:39:09 -0600 (CST) From: Jim Pirzyk <pirzyk@uiuc.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62979: New Port: devel/p5-Config-Objective Perl Object config file Message-ID: <200402172039.i1HKd9XK056667@lilo.cso.uiuc.edu> Resent-Message-ID: <200402172040.i1HKeFIt050864@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62979 >Category: ports >Synopsis: New Port: devel/p5-Config-Objective Perl Object config file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 17 12:40:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD lilo.cso.uiuc.edu 4.9-STABLE FreeBSD 4.9-STABLE #9: Thu Feb 5 14:18:38 CST 2004 root@lilo.cso.uiuc.edu:/usr/obj/usr/src/sys/LILO_KERNEL i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Config-Objective # p5-Config-Objective/pkg-plist # p5-Config-Objective/pkg-descr # p5-Config-Objective/distinfo # p5-Config-Objective/Makefile # echo c - p5-Config-Objective mkdir -p p5-Config-Objective > /dev/null 2>&1 echo x - p5-Config-Objective/pkg-plist sed 's/^X//' >p5-Config-Objective/pkg-plist << 'END-of-p5-Config-Objective/pkg-plist' X%%SITE_PERL%%/Config/Objective.pm X%%SITE_PERL%%/Config/Objective/List.pm X%%SITE_PERL%%/Config/Objective/Parser.pm X%%SITE_PERL%%/Config/Objective/Boolean.pm X%%SITE_PERL%%/Config/Objective/Table.pm X%%SITE_PERL%%/Config/Objective/Hash.pm X%%SITE_PERL%%/Config/Objective/Integer.pm X%%SITE_PERL%%/Config/Objective/String.pm X%%SITE_PERL%%/Config/Objective/DataType.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Objective/.packlist X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true END-of-p5-Config-Objective/pkg-plist echo x - p5-Config-Objective/pkg-descr sed 's/^X//' >p5-Config-Objective/pkg-descr << 'END-of-p5-Config-Objective/pkg-descr' XThe Config::Objective module provides a mechanism for parsing config files Xto manipulate configuration data. Unlike most other config file modules, Xwhich represent config data as simple variables, Config::Objective Xrepresents config data as perl objects. This allows for a much more Xflexible configuration language, since new classes can be easily written Xto add methods to the config syntax. END-of-p5-Config-Objective/pkg-descr echo x - p5-Config-Objective/distinfo sed 's/^X//' >p5-Config-Objective/distinfo << 'END-of-p5-Config-Objective/distinfo' XMD5 (Config-Objective-0.9.1.tar.gz) = 3d8542a3fc7deb1f7658ef599a929c4c XSIZE (Config-Objective-0.9.1.tar.gz) = 17633 END-of-p5-Config-Objective/distinfo echo x - p5-Config-Objective/Makefile sed 's/^X//' >p5-Config-Objective/Makefile << 'END-of-p5-Config-Objective/Makefile' X# New ports collection makefile for: Config-Objective X# Date created: Mon Feb 16 15:50:34 CST 2004 X# Whom: Jim Pirzyk <pirzyk@freebsd.org> X# X# $FreeBSD: ports/devel/p5-Config-Objective/Makefile,v 1.00 2004/02/16 15:50:34 pirzyk Exp $ X# X XPORTNAME= Config-Objective XPORTVERSION= 0.9.1 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Config XPKGNAMEPREFIX= p5- X XMAINTAINER= pirzyk@freebsd.org XCOMMENT= Configuration data as perl objects X XBUILD_DEPENDS= ${PORTSDIR}/devel/p5-Parse-Yapp:${PORTSDIR}/devel/p5-ParseLex XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= YES X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Config::Objective::List.3 Config::Objective::Boolean.3 Config::Objective::Table.3 Config::Objective.3 Config::Objective::Hash.3 Config::Objective::Integer.3 Config::Objective::String.3 Config::Objective::DataType.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 XIGNORE= This port requires perl 5.6 or newer X.endif X X.include <bsd.port.post.mk> END-of-p5-Config-Objective/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402172039.i1HKd9XK056667>