summaryrefslogtreecommitdiff
path: root/print/teTeX
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-09-21Back out previous and add an empty do-install target...that was the realjlam1-2/+3
reason why we couldn't install.
2002-09-21This package has no WRKSRC, so set it to WRKDIR.jlam1-1/+2
2002-09-21INSTALL file is no more...it repeats the info in teTeX-bin/INSTALL.jlam1-5/+1
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-09-21Remove redundant INSTALL info that is also in teTeX-bin.jlam1-26/+0
2002-03-14Fix up redundant PKGREVISION and "nb1" in PKGNAME.fredb1-4/+4
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".]
2002-01-28move dependency on text2html so that we don't have to recompile thedrochner1-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-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-10-24Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamilykei1-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 distinfoagc1-6/+0
+ 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
2000-09-03add HOMEPAGEwiz1-1/+2
2000-07-04Back out previous - we need teTeX-sharehubertf2-5/+2
2000-07-04Don't pull in unneeded stuff - this pkg takes long enough to installhubertf2-2/+5
already. Point at the teTeX-sharesrc pkg in the DESCR file.
2000-03-09Bump version number of "teTeX" package to 1.0.7 after "teTeX-bin" hastron1-4/+4
been updated.
2000-03-08Use wildcard dependences on "teTeX-sharesrc" package.tron1-2/+2
2000-02-12remove unneeded md5 fileswiz1-1/+0
2000-02-05make pkglint happy; remove obsoleted patch-sums from patch-sumwiz3-12/+8
1999-08-18Execute "${INSTALL_FILE}" in "do-install" target instead of printingtron1-2/+3
a dummy message.
1999-08-18Don't print message twice during installation.tron1-13/+14
1999-08-03why did these not get deleted automatically? :-/hubertf2-23/+0
1999-08-03update to teTeX-1.0.6 (this is a meta pkg, the rest will follow in a minute)hubertf9-4053/+18
1999-08-03New meta-package for teTeX-1.0(.6), that will pull in all the otherhubertf3-9/+6
teTeX-pieces. (Now let's see if I get that import game right...)
1999-07-09Add package patch checksum files.agc1-0/+9
1999-07-08Fix run time library search path.tron1-3/+3
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-04Back out last change.hubertf1-2/+1
Obviously it wasn't the package that installed this file on my system...
1999-03-29add share/texmf/fonts/tfm/jknappen/ec/ecrm1000.tfmhubertf1-1/+2
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-9/+9
1999-02-04Set USE_X11=yes, as this package needs X11 headers and libs to buildagc1-1/+2
xdvi (from Tim Rightnour).
1999-01-03Fix thinko - #if (defined(BSD) && BSD >= 199306) does only work iffrueauf1-5/+5
sys/param.h is included. Check for __NetBSD__ this time to define the unix symbol in every part of the teTeX package.
1998-12-23Define "unix" in kpse-2.6/web2c/lib/texmf.h, pointed out in pr 6507frueauf1-0/+14
by Johnny C. Lam, fixes also pr 6638 by Ignatios Souvatzis.
1998-09-22Remove @exec statement which didn't do the right thing when installingagc1-2/+1
an info file.
1998-08-28fix conflict with getxinfo-3.12 as pointed out by Charles Hannumgarbled2-2/+10
(texi2dvi)
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc7-0/+16
1998-06-22Update package Makefiles for automatic manual page handling.agc1-11/+1
1998-06-14Don't use vendor specific X11 directories (e.g. "/usr/openwin" on Sparcs),tron1-1/+12
should fix PR pkg/5579.
1998-06-01- portlint: fix version numbertron1-6/+9
- fix "make clean" for non "root" users - add dependence on "dialog" package to get interactive version of "texconfig"
1998-06-01Make sure that files created by "texconfig" get deleted.tron1-7/+8
1998-05-22Make this work on 64bit machines; (PR 5449 by Johnny C. Lam <lamj@stat.cmu.edu>)hubertf1-1/+1
1998-05-06Use user defined CFLAGS, based on pr 5255 and fixes it.frueauf2-2/+6
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-3/+2
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-9/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-02Don't install ${PREFIX}/info/README;frueauf1-2/+4
Correct owner:group of ${PREFIX}/info/texfm.
1998-01-24portlint: use our install-infohubertf1-8/+10