Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -3/+3 | |
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-08 | convert to use tex.buildlink3.mk | tonio | 1 | -2/+2 | |
installs tex files in PKG_TEXMFPREFIX | |||||
2005-10-22 | oups, wrong master_site | tonio | 1 | -2/+2 | |
2005-10-22 | Update print-chktex to 1.6.3 | tonio | 4 | -23/+34 | |
use CONF_FILES for chktexrc | |||||
2005-10-22 | Update MASTER_SITES. From PR 31824 by Zafer Aydogan. | wiz | 1 | -2/+2 | |
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 1 | -3/+2 | |
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. | |||||
2005-06-24 | Change the CONFIGURE_ENV to use the variables users are supposed to set, | kristerw | 1 | -2/+2 | |
rather than the autoconf cache variables. | |||||
2005-06-19 | Prevent paths to the build work directories being included in the package. | kristerw | 1 | -3/+4 | |
Bump PKGREVISION. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-12-24 | Adjust dependancies and bump PKGREVISION due to: | jmmv | 1 | -2/+3 | |
- 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-09-14 | Use my NetBSD.org email address. | recht | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-06 | Initial import of chktex, from Marc Recht via pkgsrc-wip. | wiz | 5 | -0/+55 | |
This program has been written in frustration because some constructs in LaTeX are sometimes non-intuitive, and easy to forget. It is _not_ a replacement for the built-in checker in LaTeX; however it catches some typographic errors LaTeX oversees. In other words, it is Lint for LaTeX. Filters are also provided for checking the LaTeX parts of CWEB documents. |