Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-27 | Don't point to documentation that is not installed to list the | reed | 1 | -2/+1 | |
features. (Anyways, it appears this package doesn't install the file.) | |||||
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-20 | Font map handling requires teTeX-bin>=3.0nb4. Specify the dependency | minskim | 1 | -1/+5 | |
in teTeX/module.mk, rather than individual packages. | |||||
2005-11-17 | Grammar fix in comments. | minskim | 1 | -2/+2 | |
2005-11-17 | Replace TEXFONTMAPS with TEX_FONTMAPS for consistency with other TEX_* | minskim | 2 | -7/+7 | |
variables in mk/tex.buildlink3.mk and better readability. | |||||
2005-11-16 | Run updmap at DEINSTALL, rather than POST-DEINSTALL; otherwise, updmap | minskim | 1 | -3/+5 | |
complains when multiple map files are deleted. No functional change to existing packages since none of them install multiple map files. | |||||
2005-11-15 | Teach module.mk how to handle font map files. | minskim | 2 | -3/+18 | |
2005-11-13 | Add module.mk to handle updating the ls-R database of the texmf tree | minskim | 2 | -0/+40 | |
for TeX packages. Thanks to hubertf@ and tonio@ for review. | |||||
2005-11-11 | Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT | tonio | 1 | -3/+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-07-19 | depends should be ../../<category>/<pkg> | grant | 1 | -3/+3 | |
2005-05-14 | This is a meta package and doesn't do any builds, so remove | reed | 1 | -2/+1 | |
USE_X11=yes. I am not bumping PKGREVISION because this really doesn't effect package too much since one of the dependencies does require X anyways. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-06-05 | Add note to DESCRiption saying this is a meta-package. (Okayed by | reed | 2 | -2/+4 | |
maintainer, kei@.) Also added "meta-pkgs" to CATEGORIES as a sub-category. (As asked by maintainer, kei@.) | |||||
2004-04-25 | This does not need buildlink2. Make pkglint happy. | snj | 1 | -4/+4 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -1/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2003-12-24 | Update teTeX packages to 2.0.2 (really merge teTeX2 into teTeX). The 2.x | jmmv | 1 | -7/+8 | |
branch becomes the default teTeX package. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-09-21 | Back out previous and add an empty do-install target...that was the real | jlam | 1 | -2/+3 | |
reason why we couldn't install. | |||||
2002-09-21 | This package has no WRKSRC, so set it to WRKDIR. | jlam | 1 | -1/+2 | |
2002-09-21 | INSTALL file is no more...it repeats the info in teTeX-bin/INSTALL. | jlam | 1 | -5/+1 | |
2002-09-21 | Trivially use buildlink2. | jlam | 1 | -1/+2 | |
2002-09-21 | Remove redundant INSTALL info that is also in teTeX-bin. | jlam | 1 | -26/+0 | |
2002-03-14 | Fix up redundant PKGREVISION and "nb1" in PKGNAME. | fredb | 1 | -4/+4 | |
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -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 | move dependency on text2html so that we don't have to recompile the | drochner | 1 | -1/+2 | |
whole TeX stuff on an unimportant perl PKGREVISION bump just because of a "totally useless" utility which happens to be a perl script | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-10-24 | Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamily | kei | 1 | -4/+4 | |
which doesn't compile recently because of the LaTeX's "Hey, your distribution is too old! Please update it to the latest one!" feature. Quoted from the patch to `latex.ltx'. This is a work around for the '1 year old' error which avoids the format file from being generated correctly. Provided by Naoto Shimazaki. Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src} packages, applying this patch is done by packages' Makefiles on do-install stage. New version numbers after these changes are like below: teTeX: 1.0.7nb1 teTeX-bin: 1.0.7nb1 teTeX-share: 1.0.2nb1 teTeX-sharesrc: 1.0.1nb1 | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -6/+0 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-03 | add HOMEPAGE | wiz | 1 | -1/+2 | |
2000-07-04 | Back out previous - we need teTeX-share | hubertf | 2 | -5/+2 | |
2000-07-04 | Don't pull in unneeded stuff - this pkg takes long enough to install | hubertf | 2 | -2/+5 | |
already. Point at the teTeX-sharesrc pkg in the DESCR file. | |||||
2000-03-09 | Bump version number of "teTeX" package to 1.0.7 after "teTeX-bin" has | tron | 1 | -4/+4 | |
been updated. | |||||
2000-03-08 | Use wildcard dependences on "teTeX-sharesrc" package. | tron | 1 | -2/+2 | |
2000-02-12 | remove unneeded md5 files | wiz | 1 | -1/+0 | |
2000-02-05 | make pkglint happy; remove obsoleted patch-sums from patch-sum | wiz | 3 | -12/+8 | |
1999-08-18 | Execute "${INSTALL_FILE}" in "do-install" target instead of printing | tron | 1 | -2/+3 | |
a dummy message. | |||||
1999-08-18 | Don't print message twice during installation. | tron | 1 | -13/+14 | |
1999-08-03 | why did these not get deleted automatically? :-/ | hubertf | 2 | -23/+0 | |
1999-08-03 | update to teTeX-1.0.6 (this is a meta pkg, the rest will follow in a minute) | hubertf | 9 | -4053/+18 | |
1999-08-03 | New meta-package for teTeX-1.0(.6), that will pull in all the other | hubertf | 3 | -9/+6 | |
teTeX-pieces. (Now let's see if I get that import game right...) | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+9 | |
1999-07-08 | Fix run time library search path. | tron | 1 | -3/+3 | |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -3/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-04-04 | Back out last change. | hubertf | 1 | -2/+1 | |
Obviously it wasn't the package that installed this file on my system... | |||||
1999-03-29 | add share/texmf/fonts/tfm/jknappen/ec/ecrm1000.tfm | hubertf | 1 | -1/+2 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -9/+9 | |
1999-02-04 | Set USE_X11=yes, as this package needs X11 headers and libs to build | agc | 1 | -1/+2 | |
xdvi (from Tim Rightnour). |