summaryrefslogtreecommitdiff
path: root/print/gv
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-4/+4
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-15Fix errno.joerg3-1/+29
2005-12-30Modify this pkg so it works with either xaw-xpm or xaw3d. If XAW_TYPE isgarbled1-2/+9
set to "standard" automatically promote it to xaw3d, as the pkg will not work with stock xaw. Change approved by Matthias (maintainer)
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-06-01This package only supports Xaw3d, so include its bl3 filewiz1-4/+2
instead of using the general Xaw framework. tron@ says ok.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-18tron volunteered to maintain this package.wiz1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-01use libnbcompat for missing getopt. Fixes compilation on solaris.dmcmahill1-1/+8
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-24Define ENODATA (if not defined) in patch-ad.reed3-9/+26
Also make it work with older gcc (patch-aa).
2005-02-12Reset maintainer to tech-pkg@.snj1-2/+2
2004-12-30Update to 3.6.1, based on a patch sent by "pancake" in PR pkg/28816. Whilesnj5-34/+30
here, do some sorting and take maintainership. Changes: * configure.ac: Change reference source file on AC_INIT * src/gv_message.h (displayed\n\): Fixed a typo on the help message. * src/gv_misc_res.dat: Changed the Reopen label to Reload for the File menu. * src/Makefile.am ($(srcdir)/gv_intern_res_unix.dat): Fix GV.gsCmdConvPDF in order to work. * src/main.c (main): Process GNU arguments after X initialization * configure.ac: Changed the scratch dir from ~/ to /tmp/
2004-12-08Make this package build on NetBSD 1.6.2.minskim5-2/+71
Patch provided by Bernhard "Burnhard" Riedel in private email. - Remove C99-ism. - Force to use texinfo>=4.2.
2004-12-01Update to 3.6.0, based on patch sent by Stefan Krueger in PR pkg/28502.xtraeme11-306/+25
Changes on this release: o New build system using GNU Autotools. o Documentation is now distributed in the texinfo format. o Some bugs (some of them critical) has been fixed.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-24Make this build and then install under Linux. The generated Makefilereed2-8/+28
had some problems in the developer's own "My personal settings" section which was for Linux only. I made it work and then noticed that the app-defaults was now wrong and so it would not package. So I commented out the entire "My personal settings" section. This won't change for other operating system builds because it was "LinuxArchitecture" only. I didn't bump PKGREVISION because this didn't build (as far as I can tell) in the first place under Linux and didn't package under Linux either. I tested under NetBSD 1.6.2_STABLE also.
2004-04-18Convert to bl3.wiz1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-11-10add Darwin to the list of architectures to not try to override setenv on.danw2-4/+4
2003-09-01Add NetBSD RCS tagscjep1-0/+1
2003-07-29fix some CPP magic (mmm, gcc3.3)mrg2-1/+17
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-17Fix build when using gcc3.jmmv1-1/+3
2003-06-12Make this work on IRIX.jschauma1-1/+8
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-03-31Make this build and install under Linux.jschauma3-6/+25
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