summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2000-07-20Fix by setting TEXFORMATS properly (why did that work before?)hubertf1-4/+5
2000-07-13Be more explicit about where the example config files are copied fromjlam1-3/+5
during installation.
2000-07-12Remove deprecated ghostscript5 packages made obsolete by print/ghostscript.jlam19-821/+0
2000-07-12Update CUPS to 1.1. Remove most of the patches; I worked closely withjlam37-1191/+443
the author to make this package compile more seamlessly on BSD systems, and in particular with the NetBSD pkgsrc software collection. CUPS 1.1 is the newest production (stable) release of CUPS. It provides many new features from the 1.0.x releases, including a new Level 3 PostScript RIP, a new PDF filter, EPSON printer drivers, IPP/1.1 support, banner page support, and LPD client support. Binaries for several platforms are also available. Major changes in v1.1 include: - The text filter now embeds missing fonts. - Integrated Xpdf's pdftops filter into CUPS, which is a lightweight and reliable replacement for Ghostscript's PDF support. - The web administration interface now allows you to set the default banner pages. - Images can now be positioned on the page using the new "position" option. - Updated the serial, parallel, and usb backends to do multiple writes and ignore ioctl() errors as needed; this should fix problems with serial printing on old serial drivers and with the UltraSPARC parallel port driver under Solaris 2.7. - Now propagate LD_LIBRARY_PATH to child processes from cupsd. - Queued remote jobs recreate remote printers as needed when the scheduler is started. - Deleting a printer also purges all jobs on that printer. - Old job and control files that don't belong to a printer are automatically deleted. - cups-lpd now supports options set with lpoptions. - The IPP backend now switches to IPP/1.0 if a 1.1 request fails.
2000-07-11Use X11PREFIX in preference to X11BASE, just in case xpkgwedge isagc3-6/+6
installed.
2000-07-04run 'mktexlsr' when installed via binar pkg - else you can't buildhubertf1-3/+4
things like hugelatex.
2000-07-04Back out previous - we need teTeX-sharehubertf2-5/+2
2000-07-04Don't pull in unneeded stuff - this pkg takes long enough to installhubertf2-2/+5
already. Point at the teTeX-sharesrc pkg in the DESCR file.
2000-07-03Fix problem where transfig places LaTeX text at incorrect positionsitohy2-1/+18
in PS/LaTeX output format. Reported by Jim Bernard in PR #10496.
2000-06-26add & enable hugelatex & jadetexhubertf1-1/+3
2000-06-26TeX macros needed to produce DVI/PDF files from TeX code generatedhubertf6-0/+122
by the jade SGML processor.
2000-06-26LaTeX format files with large limits needed e.g. by jadetexhubertf5-0/+56
to process files converted from SGML.
2000-06-22make it easier for depending pkgs to change the ls-R filehubertf1-3/+3
(if they install/deinstall files, they gotta run mktexlsr in @exec/Makefile and @unexec).
2000-06-22Fix fig2dev Imakefile.itohy1-0/+13
2000-06-22Update to 3.2.3.itohy5-26/+70
Enable I18N.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-35/+23
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-4/+5
2000-06-19change package name to acroread3-3.01 instead of acroread-3.01. This willdmcmahill1-2/+2
allow installation of both acroread 3 and 4 (there are no PLIST conflicts).
2000-06-15adjust DEPENDShubertf1-2/+2
2000-06-08The are no patches left, use a placeholder patch-sum.rh1-2/+5
2000-06-07Make displayed message reflect reality - examples are inwrstuden1-3/+3
share/examples/stylewriter, not share/examples.
2000-06-01Update ggv to 0.95. Changes are tons of bugfixes and lots of interfacerh6-59/+24
improvements.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh5-10/+10
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-31Update gnome-print to 0.20. Changes are bugfixes, compression support, andrh3-6/+8
updated language catalogs.
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-19Update gnome-print to 0.19. Changes include bugfixes and a new testprintrh5-14/+20
function.
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