summaryrefslogtreecommitdiff
path: root/print/teTeX-share
AgeCommit message (Collapse)AuthorFilesLines
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-05-17Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuringjlam1-10/+16
out the whole command line necessary to extract a .tar.gz file.
2005-05-16Included bsd.prefs.mk to work around an undefined variable (EXTRACT_USING)rillig1-1/+3
in the rest of the Makefile. Fixes PR 30240.
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-7/+4
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-05-16Note that gtar is required by the package.jlam1-2/+6
2005-03-21pull ${PREFIX}/share/texmf/tex/latex/listings/listings.sty fromkei3-5/+18
teTeX-sharesrc package which is missing in original tetex-texmf archive by accident. It fixes 28876, and should do 29514 also. bumped PKGREVISION.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-02-12This package doesn't build anything.minskim1-2/+1
2004-01-29the do-install target uses ${PATCH}, so add USE_GNU_TOOLS+=patch.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24Update teTeX packages to 2.0.2 (really merge teTeX2 into teTeX). The 2.xjmmv7-4780/+7788
branch becomes the default teTeX package.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-02-23make teTeX-share conflict with teTeX2-share.kei1-1/+3
2002-10-31Avoid pax's -z option (Solaris's pax doesn't know it).wiz1-2/+2
2002-10-20Combine pax+rm in one step.wiz1-3/+2
2002-10-20Prefer pax to GNU tar.wiz1-11/+5
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-05-08Overwrite dvipdfm.def file from the distribution with the version wantedmarkd2-2/+134
by the latest dvipdfm. (This version of the file is already included in current teTeX beta distributions). Bump PKGREVISION.
2002-03-14if we depend upon ${PATCH} creating the backup file with a .origlukem1-2/+2
suffix, then use "${_PATCH_BACKUP_ARG} .orig" to ensure that's the case
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
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-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamilykei2-2/+28
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-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 distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
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.wiz2-2/+2
2000-09-03add HOMEPAGEwiz1-1/+2
2000-03-06Correct oversight in last commit:tron2-5/+5
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 bumpinghubertf3-7520/+8760
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 completelytron3-8/+9
instead of trying to work arround them with "preserve" option (which would have required some changes to the install target).
1999-08-12Use "@unexec rmdir %D/share/texmf || true" to remove "share/texmf" to avoidtron1-2/+2
error message on package deinstallation.
1999-08-03Machine independent parts for teTeX 1.0.6:hubertf5-0/+7841
web files, metafont bases, style files, font definitions, localisation, ofm-, ovf-, vf-, pfb- and tfm-files, (meta)font source files, lots of documentation, ...