summaryrefslogtreecommitdiff
path: root/print/teTeX-share/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-24Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamilykei1-2/+7
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-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-09-03add HOMEPAGEwiz1-1/+2
2000-03-06Correct oversight in last commit:tron1-3/+3
The version number of the distfile *was* bumped but the old distfile was softlinked to the new one. So this package was updated to version 1.0.2 really.
2000-03-06Aparently the distfile was changed on the master site, without bumpinghubertf1-6/+8
the version number. Changes include more bibtex styles, fonts, HTML documentation, etc.
1999-08-24pkglint: use of DISTFILES with single file discouraged.tron1-3/+2
1999-08-17Avoid conflicts between "teTeX-share" and "teTeX-bin" package completelytron1-2/+3
instead of trying to work arround them with "preserve" option (which would have required some changes to the install target).
1999-08-03Machine independent parts for teTeX 1.0.6:hubertf1-0/+30
web files, metafont bases, style files, font definitions, localisation, ofm-, ovf-, vf-, pfb- and tfm-files, (meta)font source files, lots of documentation, ...