Hiroki Sato
f4d70d2113
- Fix exit status of updmap when --nomkmap[1].
...
- Fix pkg-plist when WITHOUT_X11[2].
Spotted by: stas[1] and Andy Clayton[2]
PR: ports/140875 [2]
2009-12-16 08:59:02 +00:00
Hiroki Sato
d5f333d66d
- Fix longstanding bugs in updmap(1) which prevent it from
...
working with map files for dvipdfm.
- updmap(1) now supports --progname option.
- Bump PORTREVISION.
2006-06-29 18:46:38 +00:00
Hiroki Sato
8164dfd28f
Add a wrapper script for texdoctk(1).
...
PR: ports/59553
Submitted by: Rong-En Fan (rafan at infor dot org)
2006-05-20 16:40:55 +00:00
Hiroki Sato
d382c39db0
- Fix pkg-plist.
...
- Install ${TEXMFCONFIGDIR}/web2c/updmap.cfg.
- Some style changes.
2005-03-02 17:58:32 +00:00
Hiroki Sato
9927e20bc6
Make sure to rescan the texmf* directories just before
...
regenerating .fmt and .map files. Without this step,
the regeneration during pkg_add could fail under some circumstances.
Reported by: lofi
2005-02-11 15:49:00 +00:00
Hiroki Sato
e38510b0f6
- Generate .fmt and .map files during package install.
...
- Remove old configuration files in the texmf-var directory
which prevent the fmtutil utility from working.
- Bump PORTREVISION.
2005-02-10 17:25:36 +00:00
Hiroki Sato
25aa275d8d
Update to 2.99.13.20040204, a teTeX-3.0 release candidate.
...
A lot of tools and macros has been updated and the share/texmf* directory
structure has been changed as well. The portupgrade utility should work,
but please read http://people.freebsd.org/~hrs/tetex-upgrade.txt before
upgrading.
2005-02-06 13:52:59 +00:00
Hiroki Sato
6f899cf75b
- Remove tetex-modesw dependency.
...
- Bump PORTREVISION.
2004-12-21 19:40:35 +00:00
Hiroki Sato
1823d59a64
print/teTeX restructuring:
...
print/teTeX-base installs binaries in the teTeX distribution. This
is based on the old version of print/teTeX (repo-copy'd).
PR: ports/67452
Approved by: linimon (mentor)
Approved by: demon (print/teTeX maintainer, in concept)
2004-06-18 15:15:32 +00:00
Hiroki Sato
7e1ebefc79
- Add OPTIONS for xdvik, dvipsk, and X11 support
...
- dvipsk is no longer installed by default
- Add dependency: devel/t1lib
- cleanup pkg-plist
Approved by: demon (in concept)
Approved by: linimon (mentor)
2004-05-12 16:34:07 +00:00
Dmitry Sivachenko
620f802c8e
Utilize INFO variable.
2003-08-16 10:01:54 +00:00
Dmitry Sivachenko
8f0f066748
Disable *all* programs that depend on X11 when WITHOUT_X11=yes and
...
X does present on the system.
PR: 50021
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
2003-03-25 09:29:58 +00:00
Dmitry Sivachenko
822f733030
Install listings.sty file which was omitted from texmf tarball by accident.
...
Bump PORTREVISION.
Grab maintainership. (*)
PR: 50131 except (*).
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> (with
modifications).
Approved by: kris
2003-03-20 21:24:54 +00:00
Dmitry Sivachenko
d06eebe0b9
Version 2.0.2 released with minor updates.
2003-03-01 09:27:48 +00:00
Dmitry Sivachenko
fa5c454a49
Add WWW;
...
Use MAN variables and remove man-pages from PLIST;
Sort PLIST;
Do not explicitly add 'strip' target to INSTALL_TARGET, binaries are
now stripped during normal install.
2003-02-20 16:13:22 +00:00
Ying-Chieh Liao
5dcc1f568f
upgrade to 2.0.1
...
PR: 48242
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2003-02-20 15:07:25 +00:00
Ade Lovett
45cbc36f1d
Allow teTeX to be buildable without bringing in X11 (the only casualty
...
being xdvi, for obvious reasons). Only difference from the original patch
is the use of PLIST_SUB instead of duplicating (most of) the pkg-plist.
Switch maintainer to ports@ - current maintainer has been unresponsive to
both the submitter and to myself. doc@ might want to pick up on this one
since it's a critical port for make release.
PR: 34864
Submitted by: Steve Wills <steve@stevenwills.com>
2002-03-11 22:51:18 +00:00
Satoshi Taoka
5d7d820639
(1) /usr/share/info/dir was renamed to dir-tmpl.
...
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.
By (1) and (2), I removed the next line:
[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir
from PLIST or Makefile
CV: ----------------------------------------------------------------------
2000-07-19 14:22:30 +00:00
Thomas Gellekum
0f2cc20578
Install texi2dvi which is required by texi2pdf.
...
PR: 19712
Submitted by: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
2000-07-13 12:53:26 +00:00
Thomas Gellekum
acf6e97dc0
Use texmf-1.0.2 instead of 1.0.1.
2000-02-22 12:22:34 +00:00
Thomas Gellekum
5184ccb517
Upgrade to 1.0.7.
2000-02-21 10:24:09 +00:00
Thomas Gellekum
112e1c9b5a
Upgrade to 1.0.5.
...
Submitted by: Bernd Rosauer <br@netland.inka.de>
Reviewed by: nik
1999-07-06 07:10:10 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Justin M. Seger
0b2bbe06df
Don't install ${PREFIX}/bin/install-info
...
PR: ports/8387
Submitted by: finrod@niobe.ewox.org
1998-12-24 19:11:11 +00:00
Satoshi Asami
d5ed75f74e
Remove manpages. Don't want to step on hoek's toes but I'm going to replace
...
the package on the ftp site and might as well commit this while I'm here.
1998-08-19 07:24:24 +00:00
Thomas Gellekum
cee96e6f46
Save mp (printing utility) if it exists and rename mp (MetaPost) to mpost.
...
PR: 6735
Reviewed by: Bernd Rosauer <br@schiele-ct.de>
1998-05-26 08:01:06 +00:00
Thomas Gellekum
b5bd404dda
Upgrade to use latest distribution. Fix open PRs along the way.
...
PR: 2936 3102 3121
Reviewed by: Satoshi, Bernd Rosauer <br@schiele-ct.de>
1997-08-05 06:56:52 +00:00
David E. O'Brien
af8e8c0179
I... want... my... LaTeX... (in my best falsetto)
1997-04-13 00:33:30 +00:00
Satoshi Asami
93b6ca4509
Compress manpages.
1997-02-06 07:26:12 +00:00
Thomas Gellekum
243949962a
Upgrade to 0.4pl6.
...
Submitted by: Bernd Rosauer <br@schiele-ct.de>
1997-01-31 08:36:59 +00:00
Thomas Gellekum
6f950723af
teTeX now conforms to the FreeBSD tree layout.
...
Submitted by: Bernd Rosauer <br@schiele-ct.de>
1996-12-13 07:21:33 +00:00
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Thomas Gellekum
6eba6a3205
Upgrade to 0.4
1996-09-13 07:50:43 +00:00
Thomas Gellekum
21fbada36d
Upgrade 0.3.3 -> 0.3.4
...
Submitted by: Bernd Rosauer <br@schiele-ct.de>
1996-07-23 12:40:09 +00:00
Satoshi Asami
b3b251c15f
Update to incorporate update-96-05-01.sh from the author and some
...
fixes from the maintainer.
Submitted by: Bernd Rosauer <br@netland.inka.de>
1996-05-13 09:30:45 +00:00
Thomas Gellekum
02e9ad88e7
Import a port of teTeX, _the_ TeX system for UN*X.
...
Submitted by: Bernd Rosauer <br@netland.sub.de>
1996-02-22 10:21:53 +00:00