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:
parent
eba4de052c
commit
a35b82c608
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265637
@ -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
|
||||
|
27
textproc/p5-String-Flogger/Makefile
Normal file
27
textproc/p5-String-Flogger/Makefile
Normal 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>
|
2
textproc/p5-String-Flogger/distinfo
Normal file
2
textproc/p5-String-Flogger/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (String-Flogger-1.101240.tar.gz) = 4d5d26a479b68baa1dd1e1f28f1dc772400ecbe8639d2b8e71f1de2206557229
|
||||
SIZE (String-Flogger-1.101240.tar.gz) = 10497
|
6
textproc/p5-String-Flogger/pkg-descr
Normal file
6
textproc/p5-String-Flogger/pkg-descr
Normal 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/
|
5
textproc/p5-String-Flogger/pkg-plist
Normal file
5
textproc/p5-String-Flogger/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user