summaryrefslogtreecommitdiff
path: root/print/gimp-print-lib
AgeCommit message (Collapse)AuthorFilesLines
2004-05-05Convert to buildlink3.snj1-21/+0
2004-04-28bl3ifyxtraeme1-3/+3
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
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-11Add lex to USE_GNU_TOOLS instead of checking for existence andreed1-7/+2
using BUILD_DEPENDS.
2004-03-09Remove info files entries from PLIST.seb1-7/+1
2004-03-06Conform to template in revision 1.101 of bsd.buildlink3.mk.jlam1-7/+8
2004-03-02update to 4.2.6drochner4-11/+11
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-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-08Needs a LEX to build.reed1-1/+6
Hopefully later tools.mk will be extended to do this, but for now this works. (It may be a good idea to check if ${LEX} exists too.) This closes my PR #20920.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-04Convert to USE_NEW_TEXINFO.seb2-6/+4
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15Fix dependency problem caused by recent package revision bumping mania.tron1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-07Use texinfo.mk, define TEXINFO_OVERRIDE to YES and fix info filesseb2-4/+6
handling in PLIST.
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep1-14/+14
2003-04-27Lint: PKGLOCALEDIRcjep2-15/+16
2003-04-23update to 4.2.5drochner5-16/+16
changes: -bugfixes -If Foomatic 2.9.x is installed, the Foomatic data will be generated with additional features -automatic paper cutter is now functional on the Epson Stylus Photo 925, 950/960, and 2100/2200 -Quality Improvements on Epson Stylus Photo 950/960/PM-950C and 2100/2200 -i18n
2002-12-10pull in gettext-lib/buildlink2.mk; this fixes the build problemdrochner1-1/+3
for gimp-print-ijs (PR pkg/19323)
2002-11-27update gimp-print to 2.4.2drochner5-19/+28
changes: -support for HP DesignJet large-format plotters -support fot Epson multi-function devices and MJ-930C -manpage improvements -support for transverse versions of the US CAD standard paper sizes -bugfixes
2002-10-24strictly require rev 4.2.3 to avoid mismatchesdrochner1-2/+2
2002-10-22update the gimp-print suite to 4.2.3drochner4-15/+16
changes: -bugfixes -The native CUPS driver now accepts custom paper sizes with printers that permit this (all Epson printers, and most others). -The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1. -A Japanese translation has been added.
2002-09-26update gimp-print to 4.2.2drochner3-8/+11
changes: -many bugfixes -Quad tone grayscale inks, such as the Piezography (TM) inks, are now supported for most Epson Stylus printers. This is not tuned for a particular inkset at this time, so the results will not be of top quality yet. This capability should be considered beta. -Many new Epson Stylus printers are supported. Please see the complete list of printers at the bottom of these release notes. -A new dither algorithm, EvenTone, has been added. This algorithm produces superior results for photographs and other continuous-tone images, but in its current form it may not be as well suited for solid color images and line art. This algorithm should be considered beta. and use buildlink2
2002-09-10Add a buildlink2.mk file for other packages to use.jlam1-0/+19
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-5/+5
have been converted to USE_BUILDLINK2.
2002-06-30Don't enter the non-GIMP subdirectories of src since we configurejlam2-1/+15
gimp-print to not use those bits anyway. This sidesteps that awfulness in src/cups that potentially creates empty directories in /usr, then later removes them if they're empty. Fixes pkg/17244 by douglas@fang.demon.co.uk.
2002-05-03update to 4.2.1:drochner3-19/+23
-bugfixes -translations for Slovak, Greek, and Dutch -quality improvements (for Epson printers)
2002-02-18Include "gettext-lib" glue code to prevent creation of brokentron1-1/+2
"gimpprint-config" script. This should fix PR pkg/15654.
2002-02-17Explicitly disable a few more bits and mark as USE_BUILDLINK_ONLY.jlam1-7/+14
2002-02-15this is the backend part of gimp-print-4.2, a driver library fordrochner6-0/+199
inkjet printers