- Added regular polygon and start shapes (by Mark Wibrow).
- Added graphic externalization commands.
- Added barycentric coordinate system.
- Added direct TikZ plotting of function based on math engine.
- Added math documentation into main documentation.
- Added Mark Wibrow's math library.
- Added calendar support.
- Added matrix stuff.
- Added automatic driver selection for xetex.
- Added "growth parent anchor" option.
- Fixed superfluous spaces in quick math parse code
- Fixed superfluous \newboxes in math and image code
- Fixed mth parser to recognize \wd\mybox.
- Fixed wrong \pgfmathsetrandomseed
- Fixed wrong \pgfmathradians@
- Fixed problems with long mantissa and plain tex math code.
- Fixed things so that \setlength works in pictures, once more.
- Fixed selectfont problem in pdfsys-dvipdfm.def
- Fixed problem with lost lastx/lasty in foreach in TikZ.
- Fixed snake+rectangle+transform problem.
- Fixed rectangle+rounded corner problem.
- Fixed postscrip eofill1 problem.
- Fixed amsmath/pgf clash because of wrong definition of \:
- Fixed size of hyperlinks inside nodes.
- Fixed ConTeXt problem in pgfbaseplot.
- Fixed .aux problems in plain and ConTeXt mode. Using .pgf as
extension now.
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
maintaining compatibility with Boost-1.33. Also, when compiling against
1.34, be sure to remove the `-fno-exceptions' flag, because the new
Boost throws in a few places...
Notified by: pav
The CUPS Driver Development Kit (DDK) provides a suite of standard drivers,
a PPD file compiler, and other utilities that can be used to develop printer
drivers for CUPS and other printing environments.
WWW: http://www.cups.org/ddk/
Changelog:
* lots of fixed bugs
* color separation support
* support for different input encodings
* and more
PR: 113987
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
- 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)
since ports configure script adds "-nox11" suffix
even when ${GHOSTSCRIPT_PORT} is already "ghostscript-gpl-nox11".
Submitted by: G. Paul Ziemba <paul@treehouse.napa.ca.us>
Reviewed by: me
a2pdf converts ASCII text to PDF format, with optional line/page
numbering and Perl syntax highlighting.
WWW: http://perl.jonallen.info/projects/a2pdf
Author: Jon Allen <jj@jonallen.info>