- Added dvipdfm compatibility mode. This mode is triggered if
dvipdfmx is called as "dvipdfm", and likewise extractbb
as "ebb". (The latter mode was already present.)
- Improved PDF version handling. A "Version" entry in the
document catalog is now honored. Moreover, dvipdfmx accepts to
write PDF 1.7, and extractbb doesn't complain about PDF
versions any more. Encryption keys too long for PDF 1.3 now
lead to an error instead of a silent change of PDF version.
- Bug fix: \special{pdf:bann} ... \special{pdf:eann} (e.g.,
\hyperlink) cause a problem when it was surrounded by the pair
\special{pdf:bcontent} ... \special{\special{pdf:econtent}.
- Removed binary mode option "-b". In ebb, just ignore it.
- xbb: Changed output-to-stdout option to "-O".
- Fixed two problems with removal of PDF destinations: Non-link
annotations produced a warning, and broken links were not
detected if no valid destination existed. Removing unused
destinations is now default behaviour and can be prevented by
using the flag "-C 0x10". Since the feature is still new, this
flag is set in dvipdfmx.cfg.
Approved by: maintainer timeout (1 month)
- Xref and object stream were implemented for PDF v1.5 or higher
to reduce the size of the PDF output (contributed by Matthias
Franz).
- A few bugs were fixed too.
Approved by: matusita (maintainer)
- Use TEXMFDIR instead of TEXMFLOCALDIR because teTeX-3 has
share/texmf-dist for files in the original distribution
and uses share/texmf directory, not share/texmf-local,
for other additional files now.
- Add cid-x.map which has been removed from the original distribution.
Approved by: matusita (maintainer)
is for PK Font Generation bugfix.
To avoid some confusion, use DIST_SUBDIR to separate dvipdfmx distfiles
from others. The distinfo is changed since the directory is changed.
As a result, bump PORTREVISION.
The modified files between old and new are src/pdfximage.c and
src/spc_misc.c -- forget to fix remaining bugs related to MiKTeX
file searching.
Submitted by: hrs
Also this ports now fits to the new teTeX directory layouts that
is introduced very recently.
Submitted by: hrs (also known as the teTeX-related ports maintainer)
including hrs-san (the MAINTAINER of teTeX-related ports), said it's ok
for daily use.
Also update to adopt to recent teTeX-related ports strucute.
PR: 68218
Patch submitted by: hrs
- Vendor-supplied critical bugfix on using TrueType fonts
with Identity-H CMap.
- Handle embedded PS files using "epsbox.sty".
Contents changed so bump PORTREVISION. Also take MAINTAINERship.
Reviewed by: kuriyama
definition from the Makefile.
* Redirect the output of the cp and the mv command in pre-install to
/dev/null so that users don't need to see the error messages.
* Add @exec entries in the pkg-plist which essentially do the same
thing as the cp and mv command in pre-install, except these are
performed only when the target file/directory exists.
* Remove ${WRKSRC}/data/config/dvipdfmx.cfg.orig in post-patch.
Otherwise, @dirrm of share/texmf/dvipdfm/config fails.
* Change the @unexec entries in pkg-plist so that they are executed
only when target file/directory exists.
* Remove entry for bin/dvipdfm-orig from the pkg-plist since this file
does not necessarily exist in every situation.
reviewed by: maintainer
- fetch returned "Moved Temporarily" and failed.
I just added transfered address to MASTER_SITES to cope with it.
PR: ports/45022
Submitted by: maintainer