aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-Normalize
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.17Sunpoet Po-Chuan Hsieh2013-10-053-6/+4
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Notes: svn path=/head/; revision=329410
* 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
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 1.16Frederic Culot2012-11-162-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Feature safe: yes Notes: svn path=/head/; revision=307482
* - Update to 1.15Frederic Culot2012-09-262-8/+7
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Notes: svn path=/head/; revision=304912
* - Update to 1.14Sunpoet Po-Chuan Hsieh2012-03-132-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Feature safe: yes Notes: svn path=/head/; revision=293207
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-5/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Update to 1.13.Anton Berezin2011-09-092-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Notes: svn path=/head/; revision=281491
* Update to 1.12Sergey Skvortsov2011-05-252-4/+5
| | | | | | | Changes: http://cpansearch.perl.org/src/SADAHIRO/Unicode-Normalize-1.12-withoutworldwriteables/Changes Notes: svn path=/head/; revision=274610
* - Update to 1.10Steve Wills2011-01-192-3/+3
| | | | | | | | Approved by: wxs@ and pgolluci@ (mentor implicit) Feature safe: yes Notes: svn path=/head/; revision=267967
* DISTFILE in CPAN has changed it's name to ↵Timur I. Bakeyev2010-12-102-4/+4
| | | | | | | Unicode-Normalize-1.07-withoutworldwriteables.tar.gz. Reflect that in the port. Notes: svn path=/head/; revision=265951
* - update to 1.07Yen-Ming Lee2010-09-242-4/+4
| | | | Notes: svn path=/head/; revision=261773
* Update to 1.06.Anton Berezin2010-02-112-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Notes: svn path=/head/; revision=249565
* Update to 1.05.Anton Berezin2009-09-282-5/+5
| | | | | | | | Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Feature safe: yes Notes: svn path=/head/; revision=242196
* Update to 1.04.Anton Berezin2009-09-232-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Unicode-Normalize/Changes Feature safe: yes Notes: svn path=/head/; revision=241985
* Update to 1.03Mathieu Arnold2009-04-072-4/+7
| | | | Notes: svn path=/head/; revision=231825
* - Update to 1.02Martin Wilke2008-04-292-5/+5
| | | | | | | - Pass maintainership to perl Notes: svn path=/head/; revision=212230
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212202
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update from v1.00 to v1.01Aaron Dalton2006-06-142-4/+4
| | | | | | | Approved by: tobez (implicit) Notes: svn path=/head/; revision=165450
* - Updated from v0.32 to v1.00Aaron Dalton2006-05-262-6/+4
| | | | | | | | | | | | | | | | | | Approved by: tobez (implicit) 1.00 Thu May 25 20:35:06 2006 - Pure Perl: compose($not_canonically_reordered) works like that in XSUB, where an intervening character with higher combining class blocks the composition. (This change doesn't affect any normalization forms.) - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then internal subroutine calls are avoided. - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(), isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented. - Tests are more amplified and documentations are more clarified. - Makefile.PL: Change 26295 is incorporated. Notes: svn path=/head/; revision=163534
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Adding port textproc/p5-Unicode-Normalize, implements Unicode normalization ↵Aaron Dalton2006-02-184-0/+44
forms. Committed by: aaron Approved by: tobez (implicit) Notes: svn path=/head/; revision=156270