aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-ToIdentifier-EN
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-4/+2
| | | | Notes: svn path=/head/; revision=328854
* 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
* - Update to 0.11Sunpoet Po-Chuan Hsieh2013-08-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=325531
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 0.10Sunpoet Po-Chuan Hsieh2013-06-132-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=320780
* - Update to 0.09Sunpoet Po-Chuan Hsieh2013-01-302-11/+5
| | | | | | | | | - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=311251
* - Update to 0.08Sunpoet Po-Chuan Hsieh2012-10-062-13/+9
| | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=305339
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+11
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-11/+2
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.07Sunpoet Po-Chuan Hsieh2012-03-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=292476
* - Add p5-String-ToIdentifier-EN 0.06Sunpoet Po-Chuan Hsieh2011-12-054-0/+67
String::ToIdentifier::EN provides a utility method, "to_identifier" for converting an arbitrary string into a readable representation using the ASCII subset of \w for use as an identifier in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier. If you need the full set of \w including Unicode, see the subclass String::ToIdentifier::EN::Unicode. Currently, this process is one way only, and will likely remain this way. The default is to create camelCase identifiers, or you may pass in a separator char of your choice such as _. Binary char groups will be separated by _ even in camelCase identifiers to make them easier to read, e.g.: foo_2_0xFF_Bar. WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/ Feature safe: yes Notes: svn path=/head/; revision=286917