Commit graph

19 commits

Author SHA1 Message Date
minskim
4cd37c8b4a Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed
shortly.
2006-08-10 03:21:39 +00:00
tonio
1abb26b19b add suppport for the "import" latex package
Fix the behavior of the graphics module with othor packages modifying the
TEXINPUTS path
2006-06-01 09:09:52 +00:00
minskim
fa5157ed20 Remove references to teTeX1. 2006-05-13 03:44:23 +00:00
tonio
17ec408268 Update rubber to 1.1
Remove patch-ab, as it has been applied upstream (no dependency over gmake)

Version 1.1 (2006-03-17)
* Features
- Support for user-defined conversion rules.
- Support for xindy and sam2p.
- Improved fig2dev support.
- Experimental cache system.
* Bugfixes
- Better parsing of log files.
- Improved error reporting (including for BibTeX and Metapost).
- Better handling of verbatim environments.
- Many other fixes.
2006-04-08 22:55:59 +00:00
jlam
9c1f29e8a6 * List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
* Fix PLIST by adding man page entries.

Bump the PKGREVISION to 3.
2006-04-08 05:12:12 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
tonio
3faa5453a5 Convert ot use tex.buildlink3.mk
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08 20:02:52 +00:00
tonio
6df3bd4382 Fix pkglint warning (set CONFIGURE_ARGS with +=) 2005-10-26 12:59:51 +00:00
tonio
bd48a35ebe Remove the dependency over gmake
Patch from Matthew Clarke in rubber's darcs archive
2005-10-17 17:12:04 +00:00
tonio
b734d96235 Update to rubber 1.0
Change maintainer address to @netbsd.org
Update homepage to avoid redirections

Main changelog entries:
  Version 1.0 (2005-07-11)
  More intelligent graphics conversion rules.
  New command-line options "--inplace" and "--into".
  New command-line option "-W" to report warnings.
  Modules "index" and "verbatim" fixed.
  Fixed path searching in Metapost.
  Fixed paper size handling (in dvips, dvipdfm, ps2pdf).
  Better handling of aux files from \include'd sources.

approved by cube@
2005-07-18 13:46:45 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
5d077b2f76 Depend on teTeX-bin instead of teTeX; remove 24
from supported python versions. From maintainer Antoine Reilles in PR 29873.
2005-04-03 20:39:56 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
cube
6217688722 Initial import of rubber, version 0.99.8, into the NetBSD Packages
Collection, from PR#28920 by Antoine Reilles, with a few minor changes by
myself.

Rubber is a building system for LaTeX documents.

It is based on a routine that runs just as many compilations as necessary.  The
module system provides a great flexibility that virtually allows support for
any package with no user intervention, as well as pre- and post-processing of
the document.  The standard modules currently provide support for bibtex,
dvips, dvipdfm, pdftex, makeindex.  A good number of standard packages are
supported, including graphics/graphicx (with automatic conversion between
various formats and Metapost compilation).
2005-01-16 17:58:01 +00:00