Commit graph

22 commits

Author SHA1 Message Date
Hiroki Sato
fa7bec861d Add $TEXMF/fonts/map// to the tail of updmap(1)'s search path
for *.map files in case no map file is found in
$TEXMF/fonts/map//<dviwarename>//.  While map files should
be separated in this manner to prevent updmap(1) from getting
confused by difference in the file formats between dvips and
dvipdfm, the current chinese/CJK package depends on the obsolete
search path and files in $TEXMF/fonts/map/CJK at this moment.

Rationale: TDS (standard TeX Directory Structure) 1.1[*] specifies
a directory for font map files should be "fonts/map/<syntax>/<package>/..."
and names like "fonts/map/<package>" are discouraged.

Bump PORTREVISION, but there is no visible change for most people.

Spotted by:	rafan
References:	[*] http://tug.org/tds/tds.html
2006-09-09 15:11:51 +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
Marcus Alves Grando
d4a0d8517f - Add patches for security issues
- Bump PORTREVISION

Approved by:	hrs
Obtained from:	gentoo
Security:	CVE-2005-3624, CVE-2005-3625, CVE-2005-3626, CVE-2005-3627,
		http://secunia.com/advisories/18303/
2006-03-27 22:15:50 +00:00
Hiroki Sato
f52abe7582 - Add libxpdf security patches
- Add SHA256 checksums

PR:		ports/90067
Submitted by:	mnag
Security:	CVE-2005-3191, CVE-2005-3192, CVE-2005-3193
2005-12-07 15:00:04 +00:00
Hiroki Sato
e304c3dc20 Build libkpathsea with -fPIC.
Suggested by:	Pascal Hofstee (caelian at gmail dot com)
2005-09-08 19:04:42 +00:00
Hiroki Sato
a2ce8c8377 - Use SUB_FILES and SUB_LIST instead of own sed script.
- Override user-defined TEXINPUTS, TEXMF, TEXMFCNF variables
  during the build.  Add a note to pkg-message that
  setting these variables in a wrong way may prevent
  teTeX from working.
2005-06-09 01:48:38 +00:00
Hiroki Sato
8cfd6cde16 Increase the default hash size. This is required for typesetting
the FreeBSD Handbook with JadeTeX.  Bump PORTREVISION.
2005-02-12 18:51:54 +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
4f387e35ee Fix a buffer overflow which can be triggered by
a large /Encrypt /Length keyLength value.  Bump PORTREVISION.

Obtained from:	ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl3.patch
CVE Name:	CAN-2005-0064
2005-01-21 02:39:55 +00:00
Josef El-Rayes
7afc38b623 Patch vulnerability in imported xpdf code. Bump PORTREVISION.
Approved by:	pav(mentor)
With hat:	secteam

References:	http://www.vuxml.org/freebsd/e3e266e9-5473-11d9-a9e7-0001020eed82.html
2004-12-24 23:07:06 +00:00
Hiroki Sato
6f899cf75b - Remove tetex-modesw dependency.
- Bump PORTREVISION.
2004-12-21 19:40:35 +00:00
Hiroki Sato
55fa155fec - Fix a problem that some characters are not properly rendered
when dvipdfmx is used.

- Bump PORTREVISION.

- Fix dependency[*]

Spotted by:	lesi[*]
2004-12-19 17:39:39 +00:00
Hiroki Sato
d9a5f05c58 Security update to libxpdf.
CVE ID:	CAN-2004-0888
2004-10-29 00:46:43 +00:00
Hiroki Sato
e6f28c081b Add a patch to fix a bug which prevents etex(1) from working. Without
this patch, the following code fragment causes a segmentation fault.

 \toksdef\whatevertoks = 266
 \toksdef\extratoks = 267
 \whatevertoks={junk}
 \everypar{\extratoks=\whatevertoks}
 \immediate\write16{t={\the\toks265}}
 some paragraph\par
 \bye

Approved by:	linimon (mentor)
2004-07-26 13:30:18 +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
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
abcc5675b9 Thomas Esser rerolled tarball with our patch included. 2003-03-01 12:45:42 +00:00
Dmitry Sivachenko
d06eebe0b9 Version 2.0.2 released with minor updates. 2003-03-01 09:27:48 +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
Cy Schubert
ddad8f514c Fix for bison 1.75. 2002-11-06 23:43:22 +00:00