generates various tables and charts describing the project development,
e.g. timeline for the lines of code, contribution of each developer
etc. The current version of StatSVN generates a static suite of
HTML or XDOC documents containing tables and chart images.
WWW: http://www.statsvn.org/
various tables and charts describing the project development, e.g.
timeline for the lines of code, contribution of each developer etc.
The current version of StatCVS generates a static suite of HTML or
XDOC documents containing tables and chart images.
WWW: http://statcvs.sourceforge.net/
has a string value, which is notionally a sequence of Unicode
codepoints, but may be internally encoded in either ISO-8859-1 or
UTF-8. In places, and more so in older versions of Perl, the internal
encoding shows through. To fully understand Perl strings it is
necessary to understand these implementation details.
This module provides functions to classify a string by encoding and to
encode a string in a desired way.
This module is implemented in XS, with a pure Perl backup version for
systems that can't handle XS.
WWW: http://search.cpan.org/dist/Scalar-String/
integer is one of the types of datum that can appear in the numeric
part of a Perl scalar. This module supplies constants describing the
native integer type.
There are actually two native integer representations: signed and
unsigned. Both are handled by this module.
WWW: http://search.cpan.org/dist/Data-Integer
Fix PLIST for both with and without X11.
Fix some configure/build errors with WITH_UNITY option.
Eliminate use of LIB32DIR because no i386 binary is included in the distfile.
PR: ports/132999
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
mdoc-roff documents into a variety of output formats.
WWW: http://mdocml.bsd.lv/
PR: ports/132449
Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com>
- webui: Fix misuse of TRIM function with PostgreSQL (maintianer address wron
with PG)
- Correct a corner case where cleaning up mounts may kill off processes it
shouldn't. This occurs when you are mounting the ports tree mount via nullfs.
This fix requires that sysutils/lsof be installed on the Tinderbox host (new
OPTION).
- bump PORTREVISION