summaryrefslogtreecommitdiff
path: root/textproc/rubber
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-9/+10
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-16Bump PKGREVISION from default python change to 2.7.obache1-2/+2
2012-03-05Reduce rubber's dependencies on TeX.minskim1-4/+4
2012-03-05Update HOMEPAGE.minskim1-2/+2
2010-03-12Enable destdir, and some cleanuptonio5-8/+27
2009-07-13Add the egg-info file to PLIST, as reported in PR pkg/41711tonio2-3/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-06-01add suppport for the "import" latex packagetonio5-13/+75
Fix the behavior of the graphics module with othor packages modifying the TEXINPUTS path
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-04-08Update rubber to 1.1tonio4-38/+12
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* List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-6/+16
* Fix PLIST by adding man page entries. Bump the PKGREVISION to 3.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
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-08Convert ot use tex.buildlink3.mktonio1-3/+3
latex2html installs it's latex files in ${PKG_LOCALTEXMFPREFIX}
2005-10-26Fix pkglint warning (set CONFIGURE_ARGS with +=)tonio1-2/+2
2005-10-17Remove the dependency over gmaketonio3-5/+34
Patch from Matthew Clarke in rubber's darcs archive
2005-07-18Update to rubber 1.0tonio3-93/+80
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-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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-03Depend on teTeX-bin instead of teTeX; remove 24wiz1-3/+4
from supported python versions. From maintainer Antoine Reilles in PR 29873.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
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-16Initial import of rubber, version 0.99.8, into the NetBSD Packagescube5-0/+162
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).