[Midnightbsd-cvs] mports: mports/textproc:

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


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


Modified Files:
--------------
    mports/textproc:
        Makefile (r1.89 -> r1.90)

Added Files:
-----------
    mports/textproc/p5-String-Format:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.89
retrieving revision 1.90
diff -L textproc/Makefile -L textproc/Makefile -u -r1.89 -r1.90
--- textproc/Makefile
+++ textproc/Makefile
@@ -64,6 +64,7 @@
     SUBDIR += p5-Pod-Parser
     SUBDIR += p5-Pod-Simple
     SUBDIR += p5-SGMLSpm
+    SUBDIR += p5-String-Format
     SUBDIR += p5-Text-Autoformat
     SUBDIR += p5-Text-Diff
     SUBDIR += p5-Test-Perl-Critic
--- /dev/null
+++ textproc/p5-String-Format/pkg-descr
@@ -0,0 +1,5 @@
+String::Format is a Perl module which gives the user
+sprintf-like string formatting capabilities with arbitrary
+format definitions.
+
+WWW: http://search.cpan.org/dist/String-Format/
--- /dev/null
+++ textproc/p5-String-Format/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/String/Format.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Format/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Format
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String
+ at unexec rmdir %D/%%SITE_PERL%%/String
--- /dev/null
+++ textproc/p5-String-Format/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for:   String::Format
+# Date created:                24 March, 2005
+# Whom:                        Matt Mills <matt_mills at btopenworld.com>
+#
+# $MidnightBSD: mports/textproc/p5-String-Format/Makefile,v 1.1 2008/03/21 20:14:20 laffer1 Exp $
+# $FreeBSD: ports/textproc/p5-String-Format/Makefile,v 1.2 2006/01/23 19:07:01 erwin Exp $
+#
+
+PORTNAME=	String-Format
+PORTVERSION=	1.14
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	String
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl module for sprintf-like string formatting capability
+
+PERL_CONFIGURE=	yes
+
+MAN3=		String::Format.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-String-Format/distinfo
@@ -0,0 +1,3 @@
+MD5 (String-Format-1.14.tar.gz) = 8301545d15baaddfd5e2e4296b48352b
+SHA256 (String-Format-1.14.tar.gz) = 5fd37b87324cbedba2258720f869cef0093518ba614f2e95b0edca57e0797027
+SIZE (String-Format-1.14.tar.gz) = 6441


More information about the Midnightbsd-cvs mailing list