[Midnightbsd-cvs] mports: mports/devel:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 16:35:14 EDT 2008


Log Message:
-----------


Modified Files:
--------------
    mports/devel:
        Makefile (r1.197 -> r1.198)

Added Files:
-----------
    mports/devel/p5-Config-Tiny:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.197
retrieving revision 1.198
diff -L devel/Makefile -L devel/Makefile -u -r1.197 -r1.198
--- devel/Makefile
+++ devel/Makefile
@@ -142,6 +142,7 @@
     SUBDIR += p5-Class-Inspector
     SUBDIR += p5-Class-Trigger
     SUBDIR += p5-Clone
+    SUBDIR += p5-Config-Tiny
     SUBDIR += p5-Data-Dumper
     SUBDIR += p5-Date-Calc
     SUBDIR += p5-Date-Manip
--- /dev/null
+++ devel/p5-Config-Tiny/pkg-descr
@@ -0,0 +1,11 @@
+Config::Tiny is a perl class to read and write .ini style configuration
+files with as little code as possible, reducing load time and memory
+overhead.  Memory usage is normally scoffed at in Perl, but in my
+opinion should be at least kept in mind.
+
+This module is primarily for reading human written files, and anything
+we write shouldn't need to have documentation/comments.  If you need
+something with more power, move up to Config::Simple, Config::General or
+one of the many other Config:: modules.
+
+WWW: http://search.cpan.org/dist/Config-Tiny/
--- /dev/null
+++ devel/p5-Config-Tiny/pkg-plist
@@ -0,0 +1,6 @@
+ at comment $FreeBSD: ports/devel/p5-Config-Tiny/pkg-plist,v 1.3 2006/07/17 00:59:17 clsung Exp $
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Tiny/.packlist
+%%SITE_PERL%%/Config/Tiny.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Tiny
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
+ at dirrmtry %%SITE_PERL%%/Config
--- /dev/null
+++ devel/p5-Config-Tiny/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for:	Config-Tiny
+# Date created:	   11 December 2002
+# Whom:		   Sergey Skvortsov <skv at protey.ru>
+#
+# $MidnightBSD: mports/devel/p5-Config-Tiny/Makefile,v 1.1 2008/03/21 20:35:12 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Config-Tiny/Makefile,v 1.15 2007/12/20 09:49:17 gabor Exp $
+#
+
+PORTNAME=	Config-Tiny
+PORTVERSION=	2.12
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Config
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Read/Write .ini style files with as little code as possible
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Config::Tiny.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Config-Tiny/distinfo
@@ -0,0 +1,3 @@
+MD5 (Config-Tiny-2.12.tar.gz) = 1df5a4ff37cd1d80532ddbe28015d1f0
+SHA256 (Config-Tiny-2.12.tar.gz) = 1a5b7f5e8245a3e7be859df571209353be30abc7292815ee0f459b8dc87cdb5b
+SIZE (Config-Tiny-2.12.tar.gz) = 16072


More information about the Midnightbsd-cvs mailing list