mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
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
|
@ -386,6 +386,7 @@
|
||||||
SUBDIR += p5-Spreadsheet-WriteExcel
|
SUBDIR += p5-Spreadsheet-WriteExcel
|
||||||
SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
|
SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
|
||||||
SUBDIR += p5-Spreadsheet-WriteExcelXML
|
SUBDIR += p5-Spreadsheet-WriteExcelXML
|
||||||
|
SUBDIR += p5-String-Divert
|
||||||
SUBDIR += p5-String-Format
|
SUBDIR += p5-String-Format
|
||||||
SUBDIR += p5-String-Scanf
|
SUBDIR += p5-String-Scanf
|
||||||
SUBDIR += p5-String-ShellQuote
|
SUBDIR += p5-String-ShellQuote
|
||||||
|
|
28
textproc/p5-String-Divert/Makefile
Normal file
28
textproc/p5-String-Divert/Makefile
Normal 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>
|
3
textproc/p5-String-Divert/distinfo
Normal file
3
textproc/p5-String-Divert/distinfo
Normal 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
|
7
textproc/p5-String-Divert/pkg-descr
Normal file
7
textproc/p5-String-Divert/pkg-descr
Normal 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/
|
6
textproc/p5-String-Divert/pkg-plist
Normal file
6
textproc/p5-String-Divert/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue