mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189114 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
58e9a05f25
commit
20fe3ee6a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352651
2 changed files with 3 additions and 2 deletions
|
@ -8,9 +8,11 @@ CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= 5u623l20@gmail.com
|
||||||
COMMENT= Remove accents from a string
|
COMMENT= Remove accents from a string
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= iconv perl5
|
USES= iconv perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
CFLAGS+= -DICONV_CONST=const
|
CFLAGS+= -DICONV_CONST=const
|
||||||
|
|
|
@ -3,5 +3,4 @@ converts the input string from the specified charset to UTF-16 and call
|
||||||
unac_string_utf16 to return the unaccented equivalent. The conversion from
|
unac_string_utf16 to return the unaccented equivalent. The conversion from
|
||||||
and to UTF-16 is done with iconv(1).
|
and to UTF-16 is done with iconv(1).
|
||||||
|
|
||||||
Author: Loic Dachary <loic@senga.org>
|
|
||||||
WWW: http://search.cpan.org/dist/Text-Unaccent/
|
WWW: http://search.cpan.org/dist/Text-Unaccent/
|
||||||
|
|
Loading…
Add table
Reference in a new issue