summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-01-30Fix broken DEPENDS line noted by PR pkg/29156, Thanks to OBATA Akio whotaca1-2/+2
submit the PR.
2005-01-29Update postgresql-autodoc to 1.24mjl3-7/+8
Add table comments to the Dia output. These are truncated to 45 characters. Fix a bug which resulted in duplicated columns when they were reserved words in postgresql (column named "name"). Correct a number of bugs. Check constraint formatting in 7.4, functions using numeric data type arguments, and others. New Dia style with Zigzag line type. This is a good template for databases with a low number of tables. Correct GraphViz output when database contains tables named after reserved keywords. Permission characters were being picked up when in the users name.
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca2-3/+6
Bump PKG_REVISION.
2005-01-27Accept Python 2.4.schmonz1-2/+2
2005-01-26Update to 1.0.6:jmmv4-19/+27
* fixed crash in add word to dictionary * added more languages * a11y fixes (Eric Zhao) * lots of new translations
2005-01-25Add GCC_REQD for Interix -- it's currently generating broken C++ globaltv1-0/+14
ctors and dtors.
2005-01-23Build Python with thread support by default and turn the existingrecht8-16/+16
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-22The installed bin/xmlto need bin/xsltproc from textproc/libxslt in orderkristerw1-1/+2
to run, so include textproc/libxslt/buildlink3.mk.
2005-01-20Finally, add summarized TODO notes from Jeremy Reed's pkgsrc-wip incarnation.tv1-1/+6
2005-01-20Change HOMEPAGE to the value used in Jeremy Reed's pkgsrc-wip incarnation.tv1-3/+7
Remove .o files before building (...who needs MS-DOS .o's anyway?).
2005-01-20Missed the "common" file on install.tv2-2/+4
2005-01-20+cawftv1-1/+2
2005-01-20cawf 4.10 - from DESCR:tv5-0/+86
Cawf is a C version of awf, Henry Spencer's Amazingly Workable (text) Formatter. (Awf is written in awk and appears in comp.sources.unix, Volume 23, Issue 27.) Cawf and awf provide a usable subset of raw nroff capabilities and the styles of the man(7), me(7) (only cawf supports me(7)), and ms(7) macro sets. Like awf, cawf is completely independent of any licensed Unix source code. In comparison to awf, cawf supports more nroff functions and one more macro set, me(7).
2005-01-19Added gdome2-0.8.1adam1-1/+2
2005-01-19Gnome DOM (Document Object Model) engineadam5-0/+114
2005-01-18nb1: Mainly Interix fix, but to add portability: Kill explicit PATHtv3-5/+34
override, and allow overriding awk implementation with $AWK. Default it to the value of ${AWK} in platform-specific pkgsrc config.
2005-01-18It is not necessary to use gsharutils to extract this; a simple sedtv1-4/+2
expression is good enough to strip out the non-shell header text.
2005-01-18Temporarily mark as NOT_FOR_PLATFORM=Interix due to endless loop in build.tv1-1/+3
2005-01-16update to 2.6.17recht5-14/+16
This release includes a lot of fixes and improvement to existing features plus a few new APIs: * build fixes: - Windows - warnings removal (William Brack) - maintainer-clean dependency(William) - build in a different directory (William) - fixing --with-minimum configure build (William) - BeOS build (Marcin Konicki) - compilation on AIX (Dan McNichol) * bug fixes: - xmlTextReaderHasAttributes (Rob Richards) - xmlCtxtReadFile() to use the catalog(s) - loop on output (William Brack) - XPath memory leak - ID deallocation problem (Steve Shepard) - debugDumpNode crash (William) - warning not using error callback (William) - xmlStopParser bug (William) - UTF-16 with BOM on DTDs (William) - namespace bug on empty elements in push mode (Rob Richards) - line and col computations fixups (Aleksey Sanin) - xmlURIEscape fix (William) - xmlXPathErr on bad range (William) - patterns with too many steps - bug in RNG choice optimization - line number sometimes missing. * improvements: - XSD Schemas (Kasimier Buchcik) - xmlUTF8Strpos speedup (William) - XSD error reports (Kasimier Buchcik) * new APIs: - added xmlDictExists() - GetLineNumber and GetColumnNumber for the xmlReader (Aleksey Sanin) - Dynamic Shared Libraries APIs (mostly Joel Reed) - error extraction API from regexps - new XMLSave option for format (Phil Shafer) * documentation: - site improvement (John Fleck), FAQ entries (William).
2005-01-16Add and enable rubber.cube1-1/+2
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).
2005-01-14Upgrade to 0.3.7.darcy2-7/+7
Major changes since Docutils 0.3.5: A special "line block" syntax useful for addresses, verse, and other cases of significant line breaks has been added (also refer to the reStructuredText Markup Specification). Empty sections are now allowed. A "raw" role has been added. The LaTeX writer now escapes consecutive dashes (like "--" or "---") so that they are no longer transformed by LaTeX to en or em dashes. If you want to write en or em dashes using pure ASCII, please refer to the FAQ entry about non-ASCII characters. A dependency recorder has been added. A directive has been added for compound paragraphs. Many other improvements and bug fixes; see the history file of Docutils 0.3.7 at http://docutils.sourceforge.net/0.3.7/HISTORY.html. Moved maintainership to myself as discussed with minsikkim@.
2005-01-13update to 0.8.4drochner3-11/+10
relevant changes: -extended to expose more expat features: - CurrentLineNumber, CurrentColumnNumber, CurrentByteIndex - symbolic error numbers added in Expat 1.95.7 and 1.95.8 * Added Dublin Core Metadata Initiative (DCMI) namespaces to the xml.ns module. * fix memory leaks in pyexpat * fix line number reporting in SAX
2005-01-09Fix manlifter to correctly import doclifter. While at it also fix manlifterrecht4-6/+59
for Darwin which doesn't have SIGPWR. Now this is fixed manlifter can also be installed. bump PKGREVISION to 1
2005-01-08Require the latest libgnomeui to make this work; otherwise we get linkedjmmv1-2/+4
to libSM without an rpath on the right directory. Bump PKGREVISION to 5.
2005-01-08Remove redundant target.minskim1-4/+1
2005-01-08Add and enable p5-Text-Shellwords.minskim1-1/+2
2005-01-08Import p5-Text-Shellwords from pkgsrc-wip. Packaged by David Price.minskim4-0/+34
Shellwords is a thin wrapper around the shellwords.pl package, which comes preinstalled with Perl. This module imports a single subroutine, shellwords(). The shellwords() routine parses lines of text and returns a set of tokens using the same rules that the Unix shell does for its command-line arguments. Tokens are separated by whitespace, and can be delimited by single or double quotes. The module also respects backslash escapes.
2005-01-06Update to 1.1.5:wiz2-6/+5
Bug fixes and better Mac OSX integration.
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2005-01-06Bump PKGREVISION, because some versions were broken recently during thewiz1-2/+2
perl buildlink change, but now it works again.
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2005-01-03Add another missing dependency (libxml2, for xmllint).wiz1-1/+2
2005-01-03Honor CFLAGS and CXXFLAGS. This makes the package build with pkgviewsminskim2-1/+17
enabled.
2005-01-01Bump PKGREVISION because the previous binary package may contain aminskim1-2/+2
wrong path to the perl executable.
2005-01-01Fails to build site unless align and valign options are on the same line.darcy3-3/+23
Bump PKGREVISION
2005-01-01Update to 0.36.1:wiz2-5/+5
- Bug removed from file misc.c line 788
2004-12-31Remove paths to aspell tools from CONFIGURE_ENV. They are handled byminskim11-44/+11
aspell/buildlink3.mk.
2004-12-31Buildlink tools used by aspell language packages, so that thoseminskim1-1/+3
packages don't have to specify paths explicitly in their Makefile's.
2004-12-30Backout last change because the check in "buildlink3.mk" doesn't worktron2-20/+4
and therefore causes build failures in e.g. the "kdewebdev3" package.
2004-12-30Add DEPENDS on bash -- it is used by xmlto towiz1-1/+2
run its shell scripts, and during the build too.
2004-12-29This package works fine with tk-8.4.8.fredb1-2/+2
2004-12-29update to 1.2.1recht3-9/+7
ChangeLog only list the following changes, but there also seem Cocoa related ones. 2004-06-11 Dom Lachowicz <cinamod@hotmail.com> * Make GTK+ FE use stock icons * Bump version number
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28If the crypto option has not been enabled, don't depend on libgcrypt,xtraeme1-2/+7
make it conditionally.
2004-12-28Add an option to disable the crypto extensions (it's enabled by defaultxtraeme1-2/+13
as before) so users that don't need this, can disable it via PKG_OPTIONS.libxslt=-crypto.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Correct path to DISTFILES.minskim1-2/+2
2004-12-26Add and enable xmlto.wiz1-1/+2
2004-12-26Initial import of xmlto:wiz4-0/+58
xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing.