- Add rewrite rules for http://www.oasis-open.org/docbook/xmlcharent/.
- Fix "xmlcatmgr remove" line in pkg-plist.
- Add $FreeBSD$ line into installed catalog files.
- Take maintainership.
- Bump PORTREVISON.
- Restrict to Perl 5.6+ due to dependency upon p5-Authen-SASL
- Regen 5.00503 patchfile just in case the dependency can be resolved
PR: ports/99134
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
faster than the old way. This lets you check. It might also be useful
to check that your super whizzo XS or Inline::C version is actually
faster.
This module is based on the standard Benchmark module. If you have
lots of timings to compare and you don't want to keep running the same
benchmarks all the time, you can pass in a result object from
Benchmark::timethis() instead of sub routine reference.
Author: Fergal Daly <fergal@esatclear.ie>
WWW: http://search.cpan.org/dist/Test-Benchmark/
PR: ports/100218
Submitted by: Gea-Suan Lin <gslin at gslin.org>
fully conformant to rfc977. In addition the commands XOVER and
AUTHINFO are implemented.
Author: Ulrich Pfeifer <pfeifer@ls6.informatik.uni-dortmund.de>
WWW: http://search.cpan.org/dist/NNML/
PR: ports/100277
Submitted by: Gea-Suan Lin <gslin at gslin.org>
to use Crypt::Rijndael where available. This implementation is really
slow, but I am working on it.
WWW: http://search.cpan.org/dist/Crypt-Rijndael_PP/
PR: ports/100262
Submitted by: Gea-Suan Lin <gslin at gslin.org>
files, the image is very dark green (almost black).
Both problems are caused by hard-coding the channel order and offsets, rather
than using the colour masks in the xwd header.
xv reads the input into a 24-bit internal image, which is then displayed. The
lack of brightness in the 16-bit display is because the colour values are copied
into the low-order bits of the internal pixmap rather than the high order bits.
The green hue is because the green channel has 6 bits, whereas red and blue only
have 5 bits, making the green twice as (relatively) bright.
The new patch solves that problem.
PR: 96971
Submitted by: Peter Jeremy <peterjeremy@optushome.com.au>
Approved by: Miguel Mendez <mmendez@gmail.com> (maintainer)
Major changes include:
- A new JIT compiler for mzscheme.
- The installed port uses a hier(7)-compatible directory
structure under ${PREFIX}.
- ProfessorJ includes a unit-testing mechanism.
- The default exception handler in mzscheme now shows
stack-trace information.
The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
partially boxes in the left hand side of an area of text, such a marking
style might be used to show externally included text or example code.
,----
| The default style looks like this.
`----
A number of functions are provided for quoting a region, a buffer, a
paragraph and a defun. There are also functions for quoting text while
pulling it in, either by inserting the contents of another file or by
yanking text into the current buffer.
WWW: http://www.davep.org/emacs/#boxquote.el
- Unbreak vuln.xml format by adding content to the references section.
- Remove vulnerabilities already documented in
40a0185f-ec32-11da-be02-000c6ec775d9.
- The new MediaWiki branch doesn't support PHP 4 and MySQL 3.23 anymore.
- Please read
http://www.mediawiki.org/wiki/Manual:Upgrading_to_1.7
carefully before updating the port.
PR: ports/99962
Submitted by: maintainer (Gerrit Beine)
of the ares library in the ports tree. The knob defaults to "off" since
it conflicts with curl's IPv6 support - which is now also configurable via
its own knob.
PORTREVISION not bumped since there is no change in the default package
build - if enough people consider asynchronous DNS resolving to be good,
it could become the default, but for the present it is not.