- Use INSTALL, DOCSDIR, EXAMPLESDIR macros
- dvipdfmx is RUN_DEPENDS not BUILD_DEPENDS
- Use find's -delete instead of xargs + rm
- Use setenv(1) to set environment variables
This should be already committed last month.
PR: ports/101867
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Forgotten by: rafan
for *.map files in case no map file is found in
$TEXMF/fonts/map//<dviwarename>//. While map files should
be separated in this manner to prevent updmap(1) from getting
confused by difference in the file formats between dvips and
dvipdfm, the current chinese/CJK package depends on the obsolete
search path and files in $TEXMF/fonts/map/CJK at this moment.
Rationale: TDS (standard TeX Directory Structure) 1.1[*] specifies
a directory for font map files should be "fonts/map/<syntax>/<package>/..."
and names like "fonts/map/<package>" are discouraged.
Bump PORTREVISION, but there is no visible change for most people.
Spotted by: rafan
References: [*] http://tug.org/tds/tds.html
Bump PORTREVISION for content changes
- Pet portlint(1)
- Pass maintainership to submitter
PR: ports/102991
Submitted by: Marcus von Appen <mva at sysfault.org>
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
ghost (internal compiler error) on a particular file.
Work is ongoing to submit this to the GCC people, who will, no doubt,
berate us for using an old version of compiler, etc., etc., etc...
- Remove unnecessary RUN_DEPENDS by swap {BUILD,RUN}_DEPENDS
This is due to libtool and gmake.
Bump PORTREVISION for this.
- Use find's ability: -delete
PR: ports/101871
Submitted by: Gea-Suan Lin <gslin at gslin.org>
- 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
Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}.
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu>
Approved by: maintianer (andreas@, implicit - out of touch for the moment)
Submitter of the PR [1] noticed that the port is not completely fixed after
my first commit to it.
PR: ports/94461 [1]
Submitted by: Ron MacNeil <macro@hotmail.com>
High quality drivers for Canon, Epson, Lexmark, and PCL printers
for use with Ghostscript, CUPS, Foomatic, and the Gimp
WWW: http://gimp-print.sourceforge.net
Repocopied by: marcus
been re-rolled to fix a license violation problem.
Note that the cstex stuff (pdfcsplain and pdfcslatex) still
does not work properly and needs to be fixed.
- Now, icm and firware files are downloaded using getweb script
PR: ports/98511
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
1. Update to version 0.9.11, the latest from HP.
2. Add WITH_GUI option so that the port can be built without the
py-qt dependency.
3. Fix incorrect broken for 4.x check.
On my own:
4. Tune up the rc.d startup scripts to look more like the example
in the Porter's Handbook, including removal of the spurious
FreeBSD KEYWORD.
PR: ports/97661
Submitted by: "Anish Mistry" <amistry@am-productions.biz> (maintainer)
As reported by the "Unfetchable distfiles reminder" eMail, the distfile
for print/cups-pdf is not fetchable. The last successful attempt points
back to Wed Apr 5 10:35:47 2006 UTC.
While i'm here,
- update to the latest version
- update MASTER_SITES and WWW line
PR: ports/96908
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer timeout
too bad Donald Knuth doesn't offer awards for portlint
fixing the TeX port... Port maintainer (jmz@FreeBSD.org)
is cc'd.
PR: ports/95838
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor
2300 DL or Konica Minolta magicolor 2430 DL. These printers are often
erroneously referred to as winprinters or GDI printers.
However, Microsoft GDI only mandates the API between an application and the
printer driver, not the protocol on the wire between the printer driver and the
printer. In fact, ZjStream printers are raster printers which happen to use a
very efficient wire protocol which was developed by Zenographics and licensed
by most major printer manufacturers for at least some of their product lines.
ZjStream is just one of many wire protocols that are in use today, such as
Postscript, PCL, Epson, etc.
WWW: http://foo2zjs.rkkda.com/
PR: ports/94592
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
and faxing with HP inkjet and laser based printers in Linux.
The HP driver project provides printing support for nearly
1000 printer models, including Deskjet, Officejet, Photosmart,
PSC (Print Scan Copy), Business Inkjet, LaserJet, and LaserJet MFP.
WWW: http://hplip.sourceforge.net/
PR: ports/96271
Submitted by: Anish Mistry <amistry@am-productions.biz>
graphics. Rather than use a GUI to draw a picture, the picture is
programmed using python and the PyScript objects.
Some of the key features are:
* All scripting is done in python, which is a high level, easy
to learn, well-developed scripting language.
* All the objects can be translated, scaled, rotated, ... in fact
any affine transformation.
* Plain text is automatically kerned.
* You can place arbitrary LaTeX expressions on your figures.
* You can create your own figure objects, and develop a library
of figure primitives.
* Output is publication quality.
Author: Alexei Gilchrist, Paul Cochrane <aalexei@users.sourceforge.net>
WWW: http://pyscript.sourceforge.net/
PR: ports/96482
Submitted by: Nicola Vitale <nivit@email.it>
support CJK PDF builds.
Submitted by: intron <intron at intron ac>
Approved by: Rong-En Fan <rafan at infor org> (maintainer, with changes)
Approved by: clive