- 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>
printers. Below is a non-exhaustive list of currently supported printers. Note
that only SPL2 and SPLc printers are currently supported!
Manufacturer Model State
Xerox Phaser 6100 Works
Samsung CLP-300 Non-working
Samsung CLP-500 Works
Samsung CLP-510 Works
Samsung CLP-600 Non-working
Samsung ML-1510 Works
Samsung ML-1520 Works
Samsung ML-1610 Works
Samsung ML-1710 Works
Samsung ML-1740 Works
Samsung ML-1750 Works
Samsung ML-2010 Works
Samsung ML-2150 Untested
Samsung ML-2250 Works
Samsung ML-2550 Untested
Samsung ML-2571 Works
WWW: http://splix.sourceforge.net/
PR: ports/111034
Submitted by: Tomas Verbaitis <tomasv at megalogika.lt>
Changes include:
- Set WITH_GHOSTSCRIPT_GNU forcibly.
- Use PostScript virtual fonts to handle CJK CID/TT-CID emulated fonts.
CIDFnmap still works but when a font is both in Resource/Font or
Resource/CIDFont and in CIDFnmap, the former entry will be used.
For the actual font mapping, see files in Resource/CIDFont/*.
So, note that you need to remove (or rename) the virtual font if you use
CIDFnmap for the moment. This is still a transitional measure and
more consistent font management thoughout the ports collection should
be added later.
This is just an internal structural change; default font mapping has
not been changed.
- Add Chinese font support to print/gsfonts (but no dependency added).
* There have been problems with the `-without-texmf-dir' option to
`configure' when the value of `-with-kpathsea-sep' was set or
determined for an installation system with a default different
from that of the runtime system. `with-kpathsea-sep' has been
removed; the setting is now usually determined at runtime.
Due to this and other problems, preview-latex in the released
XEmacs package failed under Windows or with anything except recent
21.5 XEmacsen.
* AUCTeX and preview-latex have been changed in order to accommodate
file names containing spaces. preview-latex now tolerates bad
PostScript code polluting the stack (like some Omega fonts).
* `preview.sty' had in some cases failed to emit PostScript header
specials.
* Support for folding of comments was added.
* The `polish' language option of the babel LaTeX package as well as
the polski LaTeX package are now supported. Most notably this
means that AUCTeX will help to insert quotation marks as defined
by polish.sty (`"`..."'') and polski.sty (`,,...''').
* The TeX tool bar is now available and enabled by default in plain
TeX mode.
* Bug fix in the display of math subscripts and superscripts.
* Bug fix `TeX-doc' for Emacs 21.
* There has been quite a number of other bug fixes to various
features and documentation across the board.
- Split up gutenprint
You must upgrade gutenprint with one of the following examples
portmaster -o print/gutenprint-base gutenprint
portmaster -u print/gutenprint
or
portupgrade -o print/gutenprint-base gutenprint
portupgrade -u print/gutenprint
Repocopied by: marcus
- LyX layout removed since it is now part of the LyX
development tree.
- Cleaned up documentation.
- Cleaned up license chaos and removed all possibly
copyrighted material.
- Fixed incorrect subsubsections in vertical navigation bars.
- Fixed problem with overlay specifications in amsmath
environments.
- Fixed superfluous \show in beamerthemeshadow.sty
- Fixed color problem in beamer boxes with rounded corners.
- Fixed problem with frametitle syntax in fragile frames.
- Fixed missing frame subtitles in article mode.
- Added french solution translations (due to Philippe De Sousa).
Version 1.10:
- Renamed \pgf@sys@pdf@mark to \pgfsyspdfmark.
- Fixed the ConTeXt support so that it is usable (which is wasn't).
Version 1.09:
- Added \usepgflibrary and \usetikzlibrary to simplify adding
new libraries.
- Added native ConTeXt support in the form of module
wrappers.
- Added patterns.
- Added crosses snake.
- Added to and edge path operations.
- Added to path library. In particular, this gives decent
curved paths.
- Added tikz automata library.
- Added tikz er diagram library.
- Added tikz Petri net library.
- Added tikz mindmap library.
- Added access to nodes in other pictures (!).
- Added extended baseline setting.
- Added functionality to add new coordinate systems.
- Added polar xy coordinate system.
- Added diamond shape (!).
- Added plot mark phase, repeat and indices.
- Added text height and text depth options.
- Added label and pin options.
- Added automatic node placement (!).
- Added pgfsys-dvi.def for pure dvi mode. Supports only
black and white drawing (not documented and not really usable).
- Added 3d library (not documented and not really usable).
- Cleared up license chaos.
- Reorganized library documentation.
- Removed pgflibraryautomata, use pgflibrarytikzautomata instead.
- Fixed tree level option bug.
- Fixed missing options for coordinates.
- Fixed bug in TikZ parabola code.
- Fixed bug in TikZ snake cycle code.
- Fixed bug with empty list in pgffor
- Fixed bug in code for insertion of dvips header specials.
- Fixed bug in shading code (wrong bigpoint correction).
- Fixed bug #1472666.
- Fixed bug #1473255.
- Fixed bug #1526175.
- Fixed bug #1542512.
- Fixed bug in TikZ transformation code for nested pictures.
- Fixed patch #1443606.
- Fixed path #1526178.
PR: ports/108585
It interfaces with CUPS on the backend and allows the user to configure
double sided printing, active tray, color adjustment, etc. It supports the
command line flags of lpr as well.
You will first need to configure a printer via CUPS to use XPP.
WWW: http://cups.sourceforge.net/xpp/
PR: ports/110780
Submitted by: Nate Lawson <njl at freebsd.org>
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
- Unbreak it
- Make all programs and datadir with cjk- prefix so they do not conflict
with print/lyx. Remove CONFLICTS
PR: ports/109337
Submitted by: Koji Yokota <yokota at res.otaru-uc.ac.jp> (maintainer)