Add textproc/p5-String-Divert 0.96, a Perl module that provides a

scalar-like string object that facilitates nested generation of
structured output.
This commit is contained in:
Anton Berezin 2005-11-29 13:27:21 +00:00
parent 8e972237d7
commit c0491943cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149893
5 changed files with 45 additions and 0 deletions

View file

@ -386,6 +386,7 @@
SUBDIR += p5-Spreadsheet-WriteExcel
SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
SUBDIR += p5-Spreadsheet-WriteExcelXML
SUBDIR += p5-String-Divert
SUBDIR += p5-String-Format
SUBDIR += p5-String-Scanf
SUBDIR += p5-String-ShellQuote

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: textproc/p5-String-Divert
# Date created: 29 November 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= String-Divert
PORTVERSION= 0.96
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= String::Divert - String Object supporting Folding and Diversions
PERL_CONFIGURE= yes
MAN3= String::Divert.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (String-Divert-0.96.tar.gz) = c574d757af76d55819d18654d1603b48
SHA256 (String-Divert-0.96.tar.gz) = 07b6520d0516c8594bdbc20357ad4f68bcede1ec4e5105386e0a3437563ebaa3
SIZE (String-Divert-0.96.tar.gz) = 10960

View file

@ -0,0 +1,7 @@
String::Divert is small Perl 5 module providing a scalar-like string
object with some overloaded operators, supporting the concept of Folding
and Diversion. This allows nested generation of structured output. The
idea is to decouple the sequential generation of output from the nested
and non-sequential structure of the output.
WWW: http://search.cpan.org/dist/String-Divert/

View file

@ -0,0 +1,6 @@
%%SITE_PERL%%/String/Divert.pm
%%SITE_PERL%%/String/Divert.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Divert/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Divert 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/String 2>/dev/null || true