- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes
Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.
PR: ports/99624 [1]
ports/99460 [2] ports/99745 [3]
ports/99798 [4] ports/101175 [5]
ports/100865 [6]
ports/99791 [7]
ports/99786 [8]
ports/99707 [9]
Submitted by: Marcin Wisnicki [1]
Nicolas Blais [2],Osamu Hasegawa [3]
Tsurutani Naoki [4], Dominic Fandrey [5]
Stanislav Sedov [6]
Leif Pedersen [7]
Harald Schmalzbauer [8]
Jonathan Fosburgh [9]
Rewiev by: many with no objections
Approved by: maintainer timeout
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes
Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.
PR: ports/99624 [1]
ports/99460 [2] ports/99745 [3]
ports/99798 [4] ports/101175 [5]
ports/100865 [6]
ports/99791 [7]
ports/99786 [8]
ports/99707 [9]
Submitted by: Marcin Wisnicki [1]
Nicolas Blais [2],Osamu Hasegawa [3]
Tsurutani Naoki [4], Dominic Fandrey [5]
Stanislav Sedov [6]
Leif Pedersen [7]
Harald Schmalzbauer [8]
Jonathan Fosburgh [9]
Rewiev by: many with no objections
Approved by: maintainer timeout
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
New features: can play audio files.
lpd then acts like a jukebox.
Remote Audio printing/playing is at experimental stage (untested).
Theoretically it should be possible that multiple print clients
feed the central print server with sound card with audio files.
The only port that has direct dependency on this port is chinese/CJK,
but due to other dependencies, print/freetype is listed in CJK's
dependcies list. Thus, no need to bump CJK's PORTREVISION in this case.
PR: 99628
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by: delphij (mentor)
linked to a couple of its libraries.
PR: 97259
Submitted by: Stefan Thurner <thurners@nicsys.de>
Approved by: maintainer timeout (>6 weeks)
arved (mentor)
This is the CM-Super package; it contains Type 1 fonts convered from
METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH
fonts (Computer Modern font families). All European and Cyrillic
writings are covered.
In order to ensure CUPS-PDF is running with the required root privileges
make 'root' the owner of the cups-pdf backend and set the file permissions of
the backend to 0700 (root only).
PR: ports/99498
Submitted by: maintainer
- The new function `TeX-doc' provides easy access to documentation about
commands and packages or information related to TeX and friends in
general. It is accessible with the key binding `C-c ?' or the `Find
Documentation...' entry in the mode menus.
- You can now get rid of generated intermediate and output files by
means of the new `Clean' and `Clean All' entries in `TeX-command-list'
accessible with `C-c C-c' or the Command menu.
- Support for forward search with PDF files was added. That means you
can jump to a place in the output file corresponding to the position
in the source file. Currently this only works if you use the pdfsync
LaTeX package and xpdf as your PDF viewer. The accuracy is in the
range of +/-1 page.
- Adding support for this feature required the default value of the
variable `TeX-output-view-style' to be changed. Please make sure you
either remove any customizations overriding the new default or
incorporate the changes into your customizations if you want to use
this feature.
- The error parsing of AUCTeX as well as preview-latex now deals with
-file-line-error type messages from newer web2c versions (earlier
versions would omit the traditional error context, which will not
work).
- The LaTeX tool bar is now enabled by default.
- A problem in preview-latex in connection with XyMTeX has been fixed.
IMPORTANT: Many of the new features in the 11.x series rely on special
properties in the variable `TeX-command-list' and will not work if you
customized this variable for a pre-11.5x release of AUCTeX. If this
is the case for you, please re-initialize the variable by erasing the
customization, thereby setting the variable to the new default, and
re-adding your changes afterwards.
Judging by ports/97782, I think print/cups-lpr was supposed to be
completely removed, but I'll let ahze decide that.
INDEX broken by: recent commits to print/cups and print/cups-base