mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Text::Unaccent::PurePerl is a module for “unaccenting” characters, i.e.,
removing accents and other diacritic marks from characters. Here, the term unaccenting has a rather loose meaning, since this module does a lot more than just removing accents. WWW: https://metacpan.org/release/Text-Unaccent-PurePerl Sponsored by: Absolight
This commit is contained in:
parent
20c659a698
commit
256a73e1f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436912
5 changed files with 31 additions and 0 deletions
|
@ -962,6 +962,7 @@
|
|||
SUBDIR += p5-Text-Wrapper
|
||||
SUBDIR += p5-Text-Xslate
|
||||
SUBDIR += p5-Text-Xslate-Bridge-TT2Like
|
||||
SUBDIR += p5-Text-Unaccent-PurePerl
|
||||
SUBDIR += p5-Text-vCard
|
||||
SUBDIR += p5-Tiffany
|
||||
SUBDIR += p5-Time-Human
|
||||
|
|
19
textproc/p5-Text-Unaccent-PurePerl/Makefile
Normal file
19
textproc/p5-Text-Unaccent-PurePerl/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Unaccent-PurePerl
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Remove accents from characters
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-Unaccent-PurePerl/distinfo
Normal file
3
textproc/p5-Text-Unaccent-PurePerl/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1490465124
|
||||
SHA256 (Text-Unaccent-PurePerl-0.05.tar.gz) = d22e63726b4164bdf1a3d7f61192d3b8faa61f4e413c4823dbdd672dba068bf2
|
||||
SIZE (Text-Unaccent-PurePerl-0.05.tar.gz) = 74846
|
6
textproc/p5-Text-Unaccent-PurePerl/pkg-descr
Normal file
6
textproc/p5-Text-Unaccent-PurePerl/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Text::Unaccent::PurePerl is a module for “unaccenting” characters, i.e.,
|
||||
removing accents and other diacritic marks from characters. Here, the term
|
||||
unaccenting has a rather loose meaning, since this module does a lot more than
|
||||
just removing accents.
|
||||
|
||||
WWW: https://metacpan.org/release/Text-Unaccent-PurePerl
|
2
textproc/p5-Text-Unaccent-PurePerl/pkg-plist
Normal file
2
textproc/p5-Text-Unaccent-PurePerl/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Text/Unaccent/PurePerl.pm
|
||||
%%PERL5_MAN3%%/Text::Unaccent::PurePerl.3.gz
|
Loading…
Add table
Reference in a new issue