sthen 6b56a669de import p5-String-ToIdentifier-EN from Andrew Fresh, ok landry@
This module 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".
2012-04-06 09:27:49 +00:00
2012-04-01 10:50:47 +00:00
2012-04-05 09:12:07 +00:00
2011-12-15 22:26:59 +00:00
2012-04-05 21:02:25 +00:00
2012-04-05 20:36:03 +00:00
2012-04-05 07:44:14 +00:00
2012-03-27 22:04:48 +00:00
2012-04-05 16:26:32 +00:00
2012-04-06 09:06:34 +00:00
2012-02-29 21:09:00 +00:00
2012-03-20 23:47:17 +00:00
2012-04-05 20:36:03 +00:00
2011-09-21 07:49:15 +00:00
2011-09-16 11:13:37 +00:00
2012-04-06 08:16:59 +00:00
2012-03-30 12:31:46 +00:00
2012-03-09 10:57:54 +00:00
2011-11-15 18:33:16 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5).

dpb(1) (manpage under ${PORTSDIR}/man) for bulk builds.

See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/

$OpenBSD: README,v 1.20 2011/11/15 18:33:16 espie Exp $
Description
Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Readme 554 MiB
Languages
Makefile 61%
PHP 18.9%
Perl 6.5%
C 4.6%
HTML 2.3%
Other 6.4%