| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=328854
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
Notes:
svn path=/head/; revision=325531
|
|
|
|
| |
Notes:
svn path=/head/; revision=325134
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
Notes:
svn path=/head/; revision=320780
|
|
|
|
|
|
|
|
|
| |
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
Notes:
svn path=/head/; revision=311251
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
Notes:
svn path=/head/; revision=305339
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
Notes:
svn path=/head/; revision=292476
|
|
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
|