Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 18:45:34 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100078: [NEW PORT] devel/p5-Config-INI-Simple: Simple reading and writing from an INI file
Message-ID:  <20060711104534.E971762D@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607111050.k6BAoHQf060964@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <kirsle -at- rainbowboi.com>
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 <kirsle -at- rainbowboi.com>
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 <gslin@gslin.org>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060711104534.E971762D>