1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Add textproc/p5-String-Flogger, a string munging Perl module for

loggers.
This commit is contained in:
Anton Berezin 2010-12-03 19:53:54 +00:00
parent eba4de052c
commit a35b82c608
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265637
5 changed files with 41 additions and 0 deletions

View File

@ -637,6 +637,7 @@
SUBDIR += p5-String-CamelCase
SUBDIR += p5-String-Divert
SUBDIR += p5-String-Escape
SUBDIR += p5-String-Flogger
SUBDIR += p5-String-Format
SUBDIR += p5-String-Fraction
SUBDIR += p5-String-Koremutake

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: textproc/p5-String-Flogger
# Date created: 03 December 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= String-Flogger
PORTVERSION= 1.101240
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= String munging for loggers
BUILD_DEPENDS= p5-Params-Util>0:${PORTSDIR}/devel/p5-Params-Util \
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-JSON>0:${PORTSDIR}/converters/p5-JSON
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= String::Flogger.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (String-Flogger-1.101240.tar.gz) = 4d5d26a479b68baa1dd1e1f28f1dc772400ecbe8639d2b8e71f1de2206557229
SIZE (String-Flogger-1.101240.tar.gz) = 10497

View File

@ -0,0 +1,6 @@
String::Flogger::flog() args are mostly just like sprintf arguments, but
non-strings (like references, objects, and undef) are converted to JSON,
and we can defer evaluation of bits of the message so that it won't be
evaluated unless needed.
WWW: http://search.cpan.org/dist/String-Flogger/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/String/Flogger.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Flogger/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Flogger
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
@dirrmtry %%SITE_PERL%%/String