aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-CheckUTF8
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Convert to stagingMathieu Arnold2014-01-242-3/+1
| | | | | | | | | | - Add license - Pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340922
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326949
* - Update to 1.03Frederic Culot2010-12-262-8/+6
| | | | | | | | | | | - Reformat Makefile's header - Take maintainership Changes: http://search.cpan.org/dist/Unicode-CheckUTF8/CHANGES Approved by: sahil@/wen@ (mentors, implicit) Notes: svn path=/head/; revision=266912
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Fix plistAndrew Pantyukhin2006-08-012-0/+3
| | | | | | | | PR: ports/101098 Submitted by: erwin Notes: svn path=/head/; revision=169334
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-2/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* Add port textproc/p5-Unicode-CheckUTF8:Andrew Pantyukhin2006-07-254-0/+41
This is an XS wrapper around some Unicode Consortium code to check if a string is valid UTF-8, revised to conform to what expat/Mozilla think is valid UTF-8, especially with regard to low-ASCII characters. Note that this module has NOTHING to do with Perl's internal UTF8 flag on scalars. This module is for use when you're getting input from users and want to make sure it's valid UTF-8 before continuing. WWW: http://search.cpan.org/dist/Unicode-CheckUTF8/ Notes: svn path=/head/; revision=168762