summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.64Rong-En Fan2007-07-112-5/+4
| | | | | PR: ports/114415 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Add a patch to ensure we compile against the new Boost-1.34, whileMikhail Teterin2007-07-0610-0/+540
| | | | | | | | 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
* Change the depends from tex to initex to avoid installing it with teTeXJean-Marc Zucconi2007-07-061-2/+3
| | | | (the port is not compatible with teTeX).
* Release to ports@Dmitry Sivachenko2007-07-051-1/+1
|
* Bump PORTREVISION for a few apps due to gnutls update.Tom McLaughlin2007-07-052-2/+2
|
* Add cupsddkMichael Johnson2007-07-045-0/+98
| | | | | | | | 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/
* - Fix the build with modern GCC and unbreak [1]Alexey Dokuchaev2007-07-043-8/+29
| | | | | | | - Teach to respect PREFIX - Consistently spell application name in Makefile and pkg-descr Reported by: pointyhat (logs) [1]
* Mark BROKEN on 7.X: does not compile with GCC 4.2Pav Lucistnik2007-07-041-0/+4
|
* Move a line to creat the install directory to the do-installHiroki Sato2007-07-041-1/+1
| | | | | | target. This fixes installation by a non-root user. Spotted by: mi
* - Mark BROKEN on CURRENT: does not build with GCC 4.2Pav Lucistnik2007-07-031-1/+7
|
* - UnbreakMartin Wilke2007-07-022-18/+4
| | | | | - Fix build after objformat removal - Remove FreeBSD 4.X gruft
* Chase increase of print/pslib shlib version.Martin Wilke2007-07-011-1/+2
| | | | Submitted by: pointyhat via pav
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-2/+2
| | | | bump PORTREVISIONs.
* Reset rainer.alves@gmail.com by request due to current lack of time toMark Linimon2007-06-292-2/+2
| | | | work on FreeBSD.
* - Update to 5.4.4.Marcelo Araujo2007-06-292-4/+4
| | | | Approved by: stas (mentor)
* - Change my mail address to araujo@.Marcelo Araujo2007-06-295-5/+5
| | | | Approved by: stas (mentor)
* - Update to 0.3.0Martin Wilke2007-06-296-48/+16
| | | | | | | | | | | 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)
* - Fix build with gcc4Martin Wilke2007-06-292-6/+16
| | | | | | | - Support USE_BDB PR: 114078 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* fix png problemYing-Chieh Liao2007-06-271-1/+2
| | | | Pointyhat to: myself
* Update to 5.1.3Michael Johnson2007-06-266-6/+514
|
* Update to 5.1.3Michael Johnson2007-06-265-23/+16
|
* Fix some manpages that should have been in MLINKS.Hiroki Sato2007-06-241-4/+6
| | | | Submitted by: brian
* Update to 20070409. Changes include:Hiroki Sato2007-06-234-25/+26
| | | | | | | | | | - 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)
* %%ACROBASE%% and %%ADOBEBASE%% are now handled by acroread ports.Hiroki Sato2007-06-232-9/+2
| | | | Spotted by: pointyhat
* add libharu 2.0.8Ying-Chieh Liao2007-06-155-0/+73
| | | | Haru Free PDF Library
* "make describe" failed in top-level "make index"Andreas Klemm2007-06-132-2/+10
| | | | | | | | 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
* Depend on graphics/tgif port not tgif-nls.Andreas Klemm2007-06-131-2/+2
| | | | | | | Bumped portrevision PR: 113549 Submitted by: Geraud CONTINSOUZAS
* - drop pkg-installDirk Meyer2007-06-123-25/+19
| | | | | | as this cases problems for upgrading users PR: 113613
* - Security update to 1.2.11Dirk Meyer2007-06-113-6/+124
| | | | | | | Security: CVE-2007-0720 http://www.securityfocus.com/bid/23127 Reported by: miwi
* Add port print/a2pdf:Andrew Pantyukhin2007-06-115-0/+40
| | | | | | | | 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>
* - Update to 3.2.5Martin Wilke2007-06-1010-118/+65
| | | | | PR: 111246 Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
* - Add japanese fontMartin Wilke2007-06-092-0/+43
| | | | | | PR: 113474 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer) Thanks to: ume@
* Fix wrong variable names forgotten in the previous commit.Hiroki Sato2007-06-092-8/+8
|
* Use @dirrmtry for Adobe and Adobe/Acrobat7.0 directoriesHiroki Sato2007-06-094-9/+15
| | | | | | | (and use ADOBEBASE and ACROBASE for consistency). PR: ports/112941 Submitted by: edwin
* - fix order for creation for user, groups and dirs.Dirk Meyer2007-06-083-31/+7
| | | | PR: 113473
* - Use bsd.emacs.mkRong-En Fan2007-06-051-3/+4
|
* Fix build when lvga256 or vgalib is enabled.Hiroki Sato2007-06-034-0/+72
| | | | Spotted by: itetcu
* Update to 8.57.Hiroki Sato2007-06-03140-11954/+2494
| | | | | Submitted by: KATO Tsuguru PR: ports/113009
* Add the overlooked gl.mo (localization)Mikhail Teterin2007-06-025-0/+5
| | | | Notified by: kris
* PHP extention to generate postscript by using pslib.Martin Wilke2007-05-294-0/+37
| | | | | | | WWW: http://pecl.php.net/package-info.php?package=ps PR: ports/112968 Submitted by: Alan Garfield <alan at fromorbit.com>
* SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language)Nicola Vitale2007-05-296-0/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Upgrade from 1.4.3 to 1.4.4. Add (optional) support for Aiksaurus.Mikhail Teterin2007-05-2815-45/+345
|
* Allow these ports to be built with GCC 4.2.Alexander Nedotsukov2007-05-281-1/+1
|
* - Update to 2.4.6Martin Wilke2007-05-272-6/+5
| | | | | PR: 112427 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-0/+4
|
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-1/+1
|
* BROKEN: Incomplete pkg-plistKris Kennaway2007-05-251-0/+2
|
* Fix the integer signedness error in freetype2 that is described inJoe Marcus Clarke2007-05-212-1/+33
| | | | | | | | | | http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2754 . PR: 112769 Submitted by: Nick Barkas <snb@threerings.net> Obtained from: Freetype CVS Security: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2754 Approved by: portmgr (implicit)
* - Bump PORTREVISION for xorg72 import (automated tool got confused here)Pav Lucistnik2007-05-2010-10/+5
| | | | | Reported by: netchild Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-19207-283/+198
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.