summaryrefslogtreecommitdiff
path: root/print/gv
AgeCommit message (Collapse)AuthorFilesLines
2003-03-03It's IMAKE_MAN_DIR not IMAKE_MAN_PATH. Sheesh.jschauma1-2/+2
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-4/+4
portable. Bump PKGREVISION accordingly.
2002-10-04pull security patch from http://www.epita.fr/~bevand_m/asa/asa-0000,itojun5-3/+99
as suggested in PR18522. bump PKGREVISION to 2.
2002-09-13buildlink1 -> buildlink2jlam1-6/+7
2002-09-13Use ghostscript.mk.jlam1-3/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-28_Always_ set the make environment (${SETENV} ${MAKE_ENV}) and executejlam1-2/+2
${MAKE_PROGRAM} instead of ${MAKE} within ${WRKSRC}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-23Add default XAW_TYPE?=3d to indicate that this package wants at leastjlam1-1/+2
Xaw3d (Xaw-Xpm also works).
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-4/+4
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-2/+3
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-09Add patch supplied by Brook Milligan in pkg/12365 to fix pdf printing.wiz2-8/+17
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-08We have a ${PREFIX}/share/doc/html for HTML documentation, so use it.jlam4-28/+36
2000-05-10Alter dependencies. Packages needing X11 drivers usejlam1-2/+2
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript and packages needing just any ghostscript binary use DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-07Correct dependencies to find all applicable versions of ghostscript.jlam1-2/+2
If ghostscript isn't installed, then install ghostscript-x11 as it will always work.
2000-04-20Depend on ghostscript-x11-5.50nb2.jlam1-2/+2
2000-04-16Depend on ghostscript-*nb1 since were modified to use gstty/gs.jlam1-2/+2
2000-04-10Adapt to gstty/gsjlam2-16/+3
2000-03-24Adapt to use ghostscript-x11.jlam3-7/+20
2000-03-02We already DEPEND on ghostscript, we don't have to write it on thewiz2-14/+1
screen, too.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-26If "${XAW_TYPE}" is set to "standard" depend on "Xaw3d-1.5" manuallytron1-4/+2
instead aborting the build process.
1999-08-26The "gv" package cannot be built with the standard Xaw library.tron1-1/+6
1999-08-25Introduce a USE_XAW definition, which is used in package Makefiles, toagc1-2/+6
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.
1999-07-09Add package patch checksum files.agc1-0/+6
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-5/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1998-12-23Remove a / for optical reasons.frueauf1-4/+4
1998-12-23Don't install an empty manpage, there is one in the package, pointedfrueauf7-40/+34
out in pr 6632 by Johnny C. Lam.
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-2/+2
DEPENDS definition.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc7-0/+15
1998-07-04Update Xaw3d to 1.5.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-06-03Include bsd.prefs.mk, so that variables can be set in /etc/mk.confagc1-1/+3
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-11Name of Master-site changed, reported by ThEP Linux-Administratorhubertf1-2/+2
<admin@ThEP.Physik.Uni-Mainz.DE>.
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-24portlint: remove space at EOLhubertf1-2/+2
1998-01-19Make this package depend on the gs binary installed by theagc1-2/+2
ghostscript5 package as (a) we should be encouraging people to use the packages collection where possible, and (b) it messes up the package depencies if we don't, to the extent that pkg_delete will have problems.
1998-01-15Make gv depend on an executable gs in the $PATH.agc1-1/+2
We need some dependency here, and it's either on ${LOCALBASE}/bin/gs to pick up the ghostscript 5 package's gs binary, or simply gs, to pick up any gs binary in the path. The latter was chosen for the moment.
1997-12-29Fix for NetBSD, by soren@t.dk.hubertf7-5/+55
1997-12-29 PostScript and PDF previewer.hubertf8-0/+95
Taken from FreeBSD.