- Update to version 0.9.4
- Remove OpenSSL knob as the port requires it now
- Register CONFLICTS with net-im/simicq and net-im/sim-im-devel
- Update WWW
Repocopied by: marcus
(CVS, Subversion, Perforce, etc) using only the current working
directory (cd). This prevents users from having to set other
environment variables when they switch between areas, and allows
scripts and such inside the directory to be executed without changing
the user's PATH.
WWW: http://search.cpan.org/dist/Dir-Project/
PR: ports/100307
Submitted by: Gea-Suan Lin <gslin at gslin.org>
- 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.