mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Add textproc/p5-Data-Phrasebook-Loader-YAML 0.09, a Perl module
that implements a loader class for phrasebook implementations using YAML (see textproc/p5-Data-Phrasebook).
This commit is contained in:
parent
8dd8e19ea4
commit
283dc769b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253738
@ -426,6 +426,7 @@
|
||||
SUBDIR += p5-Data-FormValidator
|
||||
SUBDIR += p5-Data-FormValidator-Constraints-DateTime
|
||||
SUBDIR += p5-Data-Phrasebook
|
||||
SUBDIR += p5-Data-Phrasebook-Loader-YAML
|
||||
SUBDIR += p5-Data-Report
|
||||
SUBDIR += p5-Data-SpreadPagination
|
||||
SUBDIR += p5-DelimMatch
|
||||
|
26
textproc/p5-Data-Phrasebook-Loader-YAML/Makefile
Normal file
26
textproc/p5-Data-Phrasebook-Loader-YAML/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: textproc/p5-Data-Phrasebook-Loader-YAML
|
||||
# Date created: 05 May 2010
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Phrasebook-Loader-YAML
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Data
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A loader class for phrasebook implementations using YAML
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
||||
${SITE_PERL}/Data/Phrasebook.pm:${PORTSDIR}/textproc/p5-Data-Phrasebook
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Phrasebook::Loader::YAML.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Data-Phrasebook-Loader-YAML/distinfo
Normal file
3
textproc/p5-Data-Phrasebook-Loader-YAML/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Data-Phrasebook-Loader-YAML-0.09.tar.gz) = 74e57c267c2a94fad12c1efce0841ab7
|
||||
SHA256 (Data-Phrasebook-Loader-YAML-0.09.tar.gz) = e59e984a0a23fb6402336b440bba04e89e3d1e72c71cd941f782d8ad8a212c52
|
||||
SIZE (Data-Phrasebook-Loader-YAML-0.09.tar.gz) = 17740
|
9
textproc/p5-Data-Phrasebook-Loader-YAML/pkg-descr
Normal file
9
textproc/p5-Data-Phrasebook-Loader-YAML/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
This class loader implements phrasebook patterns using YAML.
|
||||
|
||||
Phrases can be contained within one or more dictionaries, with each phrase
|
||||
accessible via a unique key. Phrases may contain placeholders, please see
|
||||
Data::Phrasebook for an explanation of how to use these. Groups of phrases are
|
||||
kept in a dictionary. In this implementation a single file is one complete
|
||||
dictionary.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/
|
9
textproc/p5-Data-Phrasebook-Loader-YAML/pkg-plist
Normal file
9
textproc/p5-Data-Phrasebook-Loader-YAML/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Data/Phrasebook/Loader/YAML.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Phrasebook/Loader/YAML/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Phrasebook/Loader/YAML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Phrasebook/Loader
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Phrasebook
|
||||
@dirrmtry %%SITE_PERL%%/Data/Phrasebook/Loader
|
||||
@dirrmtry %%SITE_PERL%%/Data/Phrasebook
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Reference in New Issue
Block a user