From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 11 10:50:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 235D616A4DF for ; Tue, 11 Jul 2006 10:50:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0E243D58 for ; Tue, 11 Jul 2006 10:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6BAoH7c060970 for ; Tue, 11 Jul 2006 10:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6BAoHQf060964; Tue, 11 Jul 2006 10:50:17 GMT (envelope-from gnats) Resent-Date: Tue, 11 Jul 2006 10:50:17 GMT Resent-Message-Id: <200607111050.k6BAoHQf060964@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5724816A4DA for ; Tue, 11 Jul 2006 10:45:39 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5AC43D49 for ; Tue, 11 Jul 2006 10:45:38 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id E971762D; Tue, 11 Jul 2006 18:45:34 +0800 (CST) Message-Id: <20060711104534.E971762D@netnews.NCTU.edu.tw> Date: Tue, 11 Jul 2006 18:45:34 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100078: [NEW PORT] devel/p5-Config-INI-Simple: Simple reading and writing from an INI file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 10:50:20 -0000 >Number: 100078 >Category: ports >Synopsis: [NEW PORT] devel/p5-Config-INI-Simple: Simple reading and writing from an INI 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 Jul 11 10:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: Config::INI::Simple is for very simplistic reading and writing of INI files. A new object must be created for each INI file (an object keeps all the data read in from an INI which is used on the write method to write to the INI). It also keeps all your comments and original order intact. Author: C. J. Kirsle WWW: http://search.cpan.org/dist/Config-INI-Simple/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Config-INI-Simple-0.01.shar begins here --- # 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-INI-Simple # p5-Config-INI-Simple/pkg-descr # p5-Config-INI-Simple/Makefile # p5-Config-INI-Simple/pkg-plist # p5-Config-INI-Simple/distinfo # echo c - p5-Config-INI-Simple mkdir -p p5-Config-INI-Simple > /dev/null 2>&1 echo x - p5-Config-INI-Simple/pkg-descr sed 's/^X//' >p5-Config-INI-Simple/pkg-descr << 'END-of-p5-Config-INI-Simple/pkg-descr' XConfig::INI::Simple is for very simplistic reading and writing of INI Xfiles. A new object must be created for each INI file (an object keeps Xall the data read in from an INI which is used on the write method to Xwrite to the INI). It also keeps all your comments and original order Xintact. X XAuthor: C. J. Kirsle XWWW: http://search.cpan.org/dist/Config-INI-Simple/ END-of-p5-Config-INI-Simple/pkg-descr echo x - p5-Config-INI-Simple/Makefile sed 's/^X//' >p5-Config-INI-Simple/Makefile << 'END-of-p5-Config-INI-Simple/Makefile' X# New ports collection makefile for: p5-Config-INI-Simple X# Date created: 2006-07-11 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Config-INI-Simple XPORTVERSION= 0.01 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Config XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Simple reading and writing from an INI file X XPERL_CONFIGURE= yes XUSE_ZIP= yes X XMAN3= Config::INI::Simple.3 X X.include END-of-p5-Config-INI-Simple/Makefile echo x - p5-Config-INI-Simple/pkg-plist sed 's/^X//' >p5-Config-INI-Simple/pkg-plist << 'END-of-p5-Config-INI-Simple/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple/.packlist X%%SITE_PERL%%/Config/INI/Simple.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config X@dirrmtry %%SITE_PERL%%/Config/INI X@dirrmtry %%SITE_PERL%%/Config END-of-p5-Config-INI-Simple/pkg-plist echo x - p5-Config-INI-Simple/distinfo sed 's/^X//' >p5-Config-INI-Simple/distinfo << 'END-of-p5-Config-INI-Simple/distinfo' XMD5 (Config-INI-Simple-0.01.zip) = 42747ca2ea05ff5bb41c74bcda9c2476 XSHA256 (Config-INI-Simple-0.01.zip) = da44e32e293cc528f4cb9b39484d2d237980d9af80eb5f9addfc9863fc6adec0 XSIZE (Config-INI-Simple-0.01.zip) = 4930 END-of-p5-Config-INI-Simple/distinfo exit --- p5-Config-INI-Simple-0.01.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: