mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add textproc/p5-Template-Plugin-Lingua-EN-Inflect 0.02, a Perl modules
that interfaces Template Toolkit with Lingua::EN::Inflect.
This commit is contained in:
parent
9a09bf36f9
commit
24f710368c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189303
5 changed files with 47 additions and 0 deletions
|
@ -493,6 +493,7 @@
|
||||||
SUBDIR += p5-TeX-Hyphen
|
SUBDIR += p5-TeX-Hyphen
|
||||||
SUBDIR += p5-Template-Extract
|
SUBDIR += p5-Template-Extract
|
||||||
SUBDIR += p5-Template-Magic
|
SUBDIR += p5-Template-Magic
|
||||||
|
SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect
|
||||||
SUBDIR += p5-Text-ASCIITable
|
SUBDIR += p5-Text-ASCIITable
|
||||||
SUBDIR += p5-Text-Affixes
|
SUBDIR += p5-Text-Affixes
|
||||||
SUBDIR += p5-Text-Aligner
|
SUBDIR += p5-Text-Aligner
|
||||||
|
|
26
textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile
Normal file
26
textproc/p5-Template-Plugin-Lingua-EN-Inflect/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# New ports collection makefile for: textproc/p5-Template-Plugin-Lingua-EN-Inflect
|
||||||
|
# Date created: 05 April 2007
|
||||||
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Template-Plugin-Lingua-EN-Inflect
|
||||||
|
PORTVERSION= 0.02
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Template
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= tobez@FreeBSD.org
|
||||||
|
COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/Lingua/EN/Inflect.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
|
||||||
|
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Template::Plugin::Lingua::EN::Inflect.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
textproc/p5-Template-Plugin-Lingua-EN-Inflect/distinfo
Normal file
3
textproc/p5-Template-Plugin-Lingua-EN-Inflect/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Template-Plugin-Lingua-EN-Inflect-0.02.tar.gz) = 3e1869e383c9a08e86ce982f07de1c20
|
||||||
|
SHA256 (Template-Plugin-Lingua-EN-Inflect-0.02.tar.gz) = 232c23a98837dfc3959a8304a5232343ae3d16723e9a0128eb7410b7d0b3d24f
|
||||||
|
SIZE (Template-Plugin-Lingua-EN-Inflect-0.02.tar.gz) = 4615
|
6
textproc/p5-Template-Plugin-Lingua-EN-Inflect/pkg-descr
Normal file
6
textproc/p5-Template-Plugin-Lingua-EN-Inflect/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
The Lingua::EN::Inflect is an interface of Template Toolkit to Damian
|
||||||
|
Conway's Linua::EN::Inflect Perl module, which provides plural
|
||||||
|
inflections, "a"/"an" selection for English words, and manipulation of
|
||||||
|
numbers as words.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Template-Plugin-Lingua-EN-Inflect/
|
11
textproc/p5-Template-Plugin-Lingua-EN-Inflect/pkg-plist
Normal file
11
textproc/p5-Template-Plugin-Lingua-EN-Inflect/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
%%SITE_PERL%%/Template/Plugin/Lingua/EN/Inflect.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Lingua/EN/Inflect/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Lingua/EN/Inflect
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Lingua/EN
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Lingua
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin
|
||||||
|
@dirrmtry %%SITE_PERL%%/Template/Plugin/Lingua/EN
|
||||||
|
@dirrmtry %%SITE_PERL%%/Template/Plugin/Lingua
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
|
||||||
|
@dirrmtry %%SITE_PERL%%/Template/Plugin
|
||||||
|
@dirrmtry %%SITE_PERL%%/Template
|
Loading…
Add table
Reference in a new issue