summaryrefslogtreecommitdiff
path: root/print/lgrind
AgeCommit message (Collapse)AuthorFilesLines
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-04-07- Install files into PKG_LOCALTEXMFPREFIX, instead of PKG_TEXMFPREFIX, andminskim6-30/+29
fix manual pages accordingly. - Use teTeX/module.mk to properly update ls-R. - Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert to use tex.buildlink3.mktonio4-19/+24
installs tex files in PKG_TEXMFPREFIX
2005-09-29Change dependancy to teTeX-bin, to avoid problems with teTeX3tonio1-3/+3
bump PKGREVISION
2005-07-18The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+3
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-02-24Add RMD160 digests.agc1-1/+2
2005-01-17Change dependency to use teTeX2 per default instead of the obsolete teTeX1.wiz4-22/+6
While here, replace the INSTALL/DEINSTALL scripts with @exec/@unexec lines. Bump PKGREVISION for dependency change.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+2
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-08-27add Verilog-A definitionsdmcmahill3-10/+58
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".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
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 distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-15add verilog support. tried to contact the last known author/maintainerdmcmahill2-1/+43
for lgrind to feed patch back to, but email bounced.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+2
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-06-15adjust DEPENDShubertf1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-16Use 3 lines of context, but protect the RCS Id in a different way, inagc3-5/+11
patch-aa, and use a pre-patch step in the package Makefile to substitute for RCS keywords. Regenerate patch file checksum.
1999-12-07defuzz. patch-aa contains an RCS Id, so we have to reduce context linesrh2-8/+6
by one (patch blocks are large enough to still provide enough context).
1999-11-27defuzzrh2-6/+7
1999-11-19One character change -- DEPENDS= --> DEPENDS+=jwise1-2/+2
1999-09-28Use a relative path for bsd.pkg.mk instead of relying on the search path.soren1-2/+2
1999-09-09Now that POST-DEINSTALL works (Thanks, Hubert!), rebuild teTeX's ls-Rjwise1-9/+5
database after deinstallation, rather than advising the user to do so.
1999-09-08Add INSTALL and DEINSTALL scripts, to handle the teTeX ls-R database.jwise2-0/+22
Unfortunately, since DEINSTALL gets run before the actual de-installation (if I understand correctly), the DEINSTALL script advises the user to rebuild the database (and explains how) rather than doing it.
1999-09-08Regenerate teTeX ls-R database after installingjwise1-1/+4
1999-08-14update dependenciesdrochner1-2/+2
1999-07-09Add md5 file for the package distfile, and a patch-sum file for the package'sagc2-0/+8
patches.
1999-07-09Add NetBSD RCS Id as a comment.agc1-0/+1
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-06fix teTeX depends versionhubertf1-2/+2
1999-03-10Initial import of lgrind-3.5, a document pretty-printer for LaTeX.jwise7-0/+126