summaryrefslogtreecommitdiff
path: root/print/ghostscript-nox11
AgeCommit message (Collapse)AuthorFilesLines
2001-08-29Update driver for Kyocera Prescribe page printers to gdevprsc-0.3.itohy2-5/+5
Add -dSimplex, which explicitly specifies one-side printing.
2001-07-15Rather than messing around with the special happy variables that controlbad3-11/+24
the special happy MAKEOBJDIR behavior, make gs build in ./object instead of ./obj. That's just as effective in not confusing make(1) and prevents the package-links target from creating pkgsrc/print/packages/print and making bogus symlinks in there.
2001-07-14Fix continuation line. Together with last commit, fixes pkg/13362.wiz1-2/+2
2001-07-14Use a shell loop instead of a make .for loop. This avoids using FILEjlam1-4/+4
as a make variable and might fix pkg/13362.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-28Use buildlink.mk files to get dependencies and to find libraries andjlam1-4/+8
headers for png and ja-vflib-lib.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-05-03Cosmetic changes.jlam1-18/+18
2001-05-03Move HTML documentation to ${PREFIX}/share/doc/html/ghostscript.jlam4-47/+51
2001-05-03Directly fetch and extract jpeg sources, rather than the funky reachoverjlam2-13/+14
extraction into the jpeg package's directory. This is less error-prone, and guarantees less random breakage in the ghostscript packages if we modify or upgrade the jpeg package.
2001-05-02Use a common distinfo file between ghostscript and ghostscript-nox11.jlam1-1/+2
2001-05-02Enable gdevmjc. Noted working by MOCHIDA Shuji in pkg/12710.wiz2-3/+7
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-14/+25
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-40/+38
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-03Move ghostscript-fonts from print to fonts.wiz1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+3
2000-10-04Add lbp8, the Canon LBP-8 printer device driver. This was not built beforejlam4-22/+94
because I incorrectly thought it was part of the Canon LIPS III driver code. Many thanks to Jukka Marin <jmarin@pyy.jmp.fi> for pointing this out.
2000-09-04replace leading spaces by tabswiz1-8/+8
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-3/+2
2000-07-26Update gdevprsc (driver for Kyocera Prescribe) to 0.2.1.itohy2-4/+4
Document fix only.
2000-05-28Fix PLIST to also include share/ghostscript/6.01vflib/vflib (hi jlam!);wiz1-1/+21
fixes deinstallation, binary packages and pkg/10181.
2000-05-24Interim fix, to make ghostscript package work.agc1-1/+2
Add a pre-requisite on the fonts/watanabe_vfont package, so that the min font can be found. Addresses PRs 10181 and 10125.
2000-05-08Just fix the comment. Don't mind. :)itohy2-4/+4
I should have corrected this earlier, but I was in ENETUNREACH during holidays.
2000-05-07remove $Id$ from patch. This one's really weird now.wiz2-7/+4
2000-05-07ghostscript-nox11-6.01: Changes from 5.50 include many bug fixes, andjlam32-0/+2057
better support for several color printers. Incorporates the "bonk" color HP printer drivers. Also includes support for the Japanese Vector Font library for JPDF display and for various Japanese printers. Many thanks to itohy@netbsd.org for providing the VFlib patches. Closes PR#9998.