summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2004-03-27Add a message that a Ghostscript package is required if you want torh1-0/+8
convert .fig files to Postscript, PDF, and the like. This is not a dependency, because transfig can be used without Ghostscript as well (eg, to convert to other file formats). Moreover, it is a pre-requisite to Xfig, which doesn't require Ghostscript at all. Closes PR pkg/22959 by Greg A. Woods <woods@planix.com>
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz42-68/+84
Buildlink files: RECOMMENDED version changed to current version.
2004-03-25Update to 7.07:wiz6-20/+11
7.07: Security fix and bug fixes. 7.06: Bug fixes and doc updates. Also new in this release is the 'pngalpha' device which produces png output with a transparent background (page) color so they can be composited against a separate background. The transparency is based only on what parts of the page have been drawn and does not support PDF 1.4 transparent painting. Closes PR 24893.
2004-03-20Switch tcl-pdflib to Tcl 8.4. Bump PKGREVISION.minskim2-11/+12
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam6-23/+12
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Don't use :tl to lowercasify the paper size, so this will work on olderdanw1-4/+8
NetBSD and non-NetBSD platforms
2004-03-16Backout my recent changes because Thomas Klausner and Grant Beattietron2-5/+4
disapprove.
2004-03-16Include "db4" buildlink2 glue code to fix build problems in packagetron1-1/+2
depending on this package.
2004-03-16Include "db4" buildlink2 glue code to fix build problem. Bump packagetron1-3/+3
revision because of this.
2004-03-11Add lex to USE_GNU_TOOLS instead of checking for existence andreed1-7/+2
using BUILD_DEPENDS.
2004-03-11Add kpathsea.buildlink3.mk, which is required by ja-ptex-bin. Reportedminskim2-2/+21
by Kouichirou Hiratsuka in PR pkg/24706.
2004-03-10Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folksjlam3-26/+1
and by pkgsrc folks.
2004-03-10File removed, we are now using buildlink3martti1-26/+0
2004-03-10bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@xtraeme2-3/+29
2004-03-10Updated XFce to 4.0.4martti3-6/+8
* Bug fixes * Translation updates
2004-03-09Remove info files entries from PLIST.seb2-32/+2
2004-03-09Remove info files entries from PLIST.seb1-22/+1
XXX Does not build with gcc3
2004-03-09Remove info files entries from PLIST.seb2-9/+2
2004-03-09Remove info files entries from PLIST.seb1-13/+1
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv3-7/+9
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-06Conform to template in revision 1.101 of bsd.buildlink3.mk.jlam1-7/+8
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam4-34/+34
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05Use buildlink3 framework.tron1-7/+7
2004-03-03Changes 3.00:adam10-45/+69
* New PDF rasterizer ("Splash"). * Added support for PDF 1.5. * Replaced pdftopbm with pdftoppm (which can generate PBM, PGM, and PPM files).
2004-03-02update to 4.2.6drochner20-97/+125
changes: -bugfixes -inproved device support (newer Epson Stylus, Canon S200) -European 10x15 cm and US Engineering C paper sizes -CUPS driver: normal and reversed paper order -quality improvements
2004-03-01add buildlink3.mkrecht1-0/+20
2004-02-27The <cmath> header in NetBSD 1.6 is buggy in that it undefines NULL.kristerw3-1/+40
Include <cmath> before the other headers, to make sure that NULL can be used later in the files.
2004-02-22patch-aa was removedjdolecek1-2/+1
2004-02-22update hpijs package to latest 1.5 versionjdolecek4-20/+297
Full list of changes since previously packaged version 1.3 is available at: http://hpinkjet.sourceforge.net/updates.php Briefly: * many more recent printer models supported * added foomatic PPD files * added 4KB output buffering to improve USB performance * various improvements for DJ3320 and DJ9xx * fixed a Deskjet 5550 problem with odd page duplex jobs * documented new Photo mode for VIP printers with no auto media detection. * added support for custom paper size, removed (now redundant) 3425-COVER paper size * added Printable Area documentation * fixed a Officejet hang problem (ie: Officejet 500/600/700 and PSC 300). Package update submitted in PR pkg/24526 by Paul Shupak Package also updated to do the install step itself, and removed the now unneded patch.
2004-02-20unusedjmmv2-75/+0
2004-02-20Correct HOMEPAGE.minskim1-2/+2
2004-02-19Update to 0.112.1 and bl3ify:jmmv3-37/+15
* Fix build for gtk+ 2.2. (Frederic Crozat) * Fix build for libgnomeprint 2.6. (Martin)
2004-02-19Explicitly list where shared directories are removed.jmmv1-1/+6
2004-02-18bl3ifyjlam1-4/+4
2004-02-18bl3ifyjlam1-6/+6
2004-02-17bl3ify and lose LTCONFIG_OVERRIDE.jlam1-7/+6
2004-02-17bl3ifyjlam1-6/+9
2004-02-17This package uses no compilers.jlam1-1/+3
2004-02-16Sort includes, use pkgsrc intltool and drop dependency on libgnomeprintui.jmmv1-5/+5
Bump PKGREVISION to 2.
2004-02-14Explicitly depend on pkgconfig.minskim1-1/+2
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj3-20/+11
Okayed by wiz.
2004-02-14Whitespace fix.snj1-1/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj3-20/+10
Okayed by wiz.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam16-39/+20
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-9/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-13s/dependant/dependent/snj1-1/+1
2004-02-13s/dependant/dependent/snj1-1/+1
2004-02-13s/independant/independent/snj1-1/+1