summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-12-26Add manpages/docbook.xsl to catalog; bump PKGREVISION to 1.wiz2-2/+4
2004-12-25Update to 2.0:wiz2-7/+10
- Added manlifter to the distribution. doclifter no longer strips off file extensions before appending .xml. Major improvement in parsing of displays; C function prototypes are now recognized in them. pkgsrc: manlifter not installed yet, since it only works when run as "./manlifter"
2004-12-25Update to HTML 4.01. Borrow an archive maintained by FreeBSD.uebayasi2-7/+8
2004-12-25Update to 0.32.1; let's hope it doesn't break anything. If it does, we'lljmmv4-23/+10
probably have to resurrect the old xml-i18n-tools package: Version 0.32.1 * Deprecate --pass-through option, default to UTF-8 for anything except RFC822 files -- bug #145017 (Danilo Segan) * Add support for .icon files -- bug #157412 (Takao Fujiwara, Rodney Dawes) Version 0.32 * Check to avoid whining about {arch} and $PACKAGE-$VERSION dist directories when looking for files missing from POTFILES.in -- bug #157278 (Rodney Dawes) * Deprecate AC_PROG_INTLTOOL for IT_PROG_INTLTOOL -- bug #151508 (Rodney Dawes) * Add new INTLTOOL_XML_NOMERGE_RULE for translating XML files without merging the translations back into the output XML file -- bug #155842 (Rodney Dawes) * Fix new Makefile.in.in stuff to work with automake 1.4 -- bug #157298 (Rodney Dawes) * Update I18N-HOWTO for the changes to use our own Makefile.in.in -- bug #79598 (Rodney Dawes) * Allow use of either AM_GNU_GETTEXT or AM_GLIB_GNU_GETTEXT and use our own Makefile.in.in instead of trying to patch one -- bug #144715 (Rodney Dawes) * Handle all supported gettext escape sequences in PO files -- bug #48489 (Danilo Segan) * Fix Scheme string extraction, add support for translators' comments -- bug #137029 (Danilo Segan) * Fix translations of attributes of XML elements -- bug #155843 (Danilo Segan) * Support for translators' comments in Glade files -- bug #155294 (Danilo Segan) * Fix paths and quoting for intltool script variables in intltool.m4 -- bug #154717 (James Henstridge, Rodney Dawes) * Fix merging of xml:space="preserve" tags -- bug #151017 (Danilo Segan). * Look for Q_() keyword as well -- bug #154063 (Danilo Segan).
2004-12-25Set USE_PERL5 to "run" for aspell-import script; perl is also needed during ↵wiz1-1/+2
the build phase.
2004-12-25Update textproc/p5-Filter to 1.30. Changes from version 1.16 are mostlyjlam3-22/+15
just minor bug fixes and updates to work with newer versions of Perl.
2004-12-24Bump PKGREVISION for aspell dependency update.wiz3-5/+6
2004-12-24Update to 0.51.0: changes unknown.wiz4-18/+10