LIB_DEPENDS on img.1, and the Japanese version should RUN_DEPENDS on
${LOCALBASE}/lib/Img1.2/libimg12.so.1 (since it doesn't install
anything in ${LOCALBASE}/lib).
Also, fix path to tkstep.tcl.
Submitted by: bento
LIB_DEPENDS on img.1, and the Japanese version should RUN_DEPENDS on
${LOCALBASE}/lib/Img1.2/libimg12.so.1 (since it doesn't install
anything in ${LOCALBASE}/lib).
Submitted by: bento
Several notes:
o Freetype2 is incompatible at API level with older freetype, therefore
portname will be freetype2-x.x to allow pkg_* tools correctly handle
dependencies (I do not use NO_LATEST_LINK, because it is a production-quality
software, not a beta or such).
o There are no fs namespace conflicts between freetype and freetype2, so they
both could be installed on the same machine w/o any problems.
- This version now depends on Python 2.0, but no longer depends on PyXML (it
uses the xml package in Python 2.0's standard library.)
PR: 22820
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
- "EMBASSY" applications are third party tools which have been adapted to
function as part of EMBOSS, but which are not included with the base EMBOSS
distribution for licensing or other reasons. This new version of the
EMBOSS port now contains the three current EMBASSY applications as well,
and during installation the user is presented with a dialog(1) menu to
PR: 22818
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
- "EMBASSY" applications are third party tools which have been adapted to
function as part of EMBOSS, but which are not included with the base EMBOSS
distribution for licensing or other reasons. This new version of the
EMBOSS port now contains the three current EMBASSY applications as well,
and during installation the user is presented with a dialog(1) menu to
choose which of these should be isntalled.
PR: 22818
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
www.soren.org is the master site for wmtune but contains a broken
and out of date wmtune.diff.gz file.
So by moving www.soren.org to the end of the list we hopefully
will never pick up this broken file.
Also fix a portlint ordering warning
Submitted by: bento
6.2 is missing the following functionality that version 5.9 had:
* Can also read and run MIPS a.out files (when compiled on a MIPS system)
* Includes an optional extension by Anne Rogers and Scott Rosenberg of
Princeton that performs a cycle-by-cycle MIPS simulation that exposes
the hardware pipeline.
PR: 10454,21493