summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2000-05-10Add ghostscript-x11 to CONFLICTS in case people have already startedjlam1-2/+2
using the (now deprecated) ghostscript-x11 package.
2000-05-10Alter dependencies. Packages needing X11 drivers usejlam6-12/+12
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript and packages needing just any ghostscript binary use DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10Remove ghostscript-x11.jlam1-2/+1
2000-05-10Replace contents with contents of print/ghostscript-x11 to simplify thejlam4-25/+17
package structure and to get dependencies to work correctly.
2000-05-10Merge into print/ghostscript. The complicated dance to support olderjlam3-23/+0
ghostscript packages with current packages didn't work, so simplify the situation.
2000-05-08update to 3.0drochner6-61/+485
too many changes since 2.01 to list here, the most visible for me is that it is libtoolized - see doc/changes.txt for the rest
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-07Correct dependencies to find all applicable versions of ghostscript.jlam6-12/+12
If ghostscript isn't installed, then install ghostscript-x11 as it will always work.
2000-05-07Add and enable ghostscript, ghostscript-fonts, ghostscript-nox11, andjlam1-3/+7
ghostscript-x11. Disable ghostscript5 and ghostscript5-x11.
2000-05-07ghostscript-x11-6.01: this package is a superset of the ghostscript-nox11jlam3-0/+23
package and includes support for outputting to X11 display devices.
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.
2000-05-07ghostscript-fonts-6.0: Postscript fonts for 6.x series of ghostscript.jlam5-0/+217
2000-05-07ghostscript-6.01: this package is an alias for ghostscript-x11 tojlam4-0/+31
facilitate correct dependencies involving older versions of ghostscript for binary packages.
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-16/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02Remove alpha from ONLY_FOR_ARCHS, since software dies of bad system call.pooka1-2/+2
2000-04-29Correct the symlinks to match what the pkg installs.mycroft1-3/+3
2000-04-24override HOME environment variable because 'make install' tries to createdmcmahill1-1/+3
$HOME/.gnome This addresses PR pkg/9956
2000-04-23This wasn't supposed to be here...kim1-24/+0
2000-04-23Add and enable html2ps.kim1-1/+2
2000-04-23The program html2ps converts HTML to PostScript.kim8-0/+194
2000-04-20Backout changes to use gstty and depend on ghostscript*-5.50nb2.jlam2-6/+6
2000-04-20Depend on ghostscript-x11-5.50nb2.jlam1-2/+2
2000-04-20Backout changes to use gstty and depend on ghostscript*-5.50nb2.jlam1-3/+3
2000-04-20Depend on ghostscript-x11-5.50nb2.jlam1-2/+2
2000-04-20Change to a complete, independent installation of ghostscript with `gs'jlam3-12/+4
binary with X11 drivers.
2000-04-20Revert to original ghostscript installation with `gs' binary withoutjlam6-65/+47
X11 drivers.
2000-04-19Quote wildcard arguments to pax so that the presence of matching files innathanw1-2/+2
the current directory doesn't break the command.
2000-04-18-fix the patches to correctly handle other than i386 cases.dmcmahill10-81/+180
-PLIST rework to deal with sparc and alpha in addition to i386. -add specific sparc versions which the required compat_svr4 code -add md5 for the alpha binary. Note that this is still disabled on alpha until someone can test it.
2000-04-16Fix list of devices to include 'hpdj' driver that used to be present inrh1-2/+2
the original 'gs' (and somehow got lost in the transition to 'gstty').
2000-04-16Depend on ghostscript-5.50nb1jlam1-2/+2
2000-04-16Depend on ghostscript-*nb1 since were modified to use gstty/gs.jlam5-10/+10
2000-04-16Add local NetBSD versionjlam1-2/+2
2000-04-16Add local NetBSD version.jlam1-1/+2
2000-04-16Update gnome-print to 0.18. Changes are various interface enhancements andrh5-15/+15
bugfixes.
2000-04-15Remove some ncurses options which are not needed because we build dialog as amycroft1-4/+1
separate pkg.
2000-04-15Fix path name in patch.mycroft2-5/+5
2000-04-15Regen.mycroft1-1/+2
2000-04-15Fix two problems in pdf2dsc.ps:mycroft1-0/+22
* If there is no CropBox for a page, look for a MediaBox instead. * Make sure the PageBoundingBox is always expressed in integral numbers. This allows gv to resize properly when viewing PDF files.
2000-04-15This pkg does not require ncurses directly. Let the dialog dependency handlemycroft1-2/+1
that.
2000-04-15Regen.mycroft1-1/+2
2000-04-15Remove all the terminfo hackery from texconfig. We don't need it, and itmycroft1-0/+90
loses when dialog doesn't use terminfo.
2000-04-10Adapt all the extra ghostscript scripts (pdf2*, gs*) to use gstty.jlam3-3/+19
2000-04-10Back out last change -- revert to using gs instead of gsx11jlam3-29/+1
2000-04-10Adapt to gstty/gsjlam7-49/+27
2000-04-09Install X11 ghostscript binary as gs.jlam2-6/+4
2000-04-09Install non-X11 ghostscript binary as gsttyjlam2-3/+6
2000-04-07Teach xdvi to use gsx11 instead of gs.jlam2-0/+26
2000-04-07Regen.jlam1-1/+3
2000-04-07Update gnome-print to 0.16. Changes are interface enhancements andrh5-30/+16
bugfixes.