summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam24-41/+41
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-4/+24
buildlink2.mk files back into the main trunk.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam48-69/+316
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-22Updated docbook-xml to 4.2martti3-12/+9
Real changes unknown (read ChangeLog and try to figure out those lines...)
2002-08-22Updated docbook to 4.2martti3-5/+33
Real changes unknown (read ChangeLog and try to figure out those lines...)
2002-08-22Updated libxslt to 1.0.19martti4-16/+16
* bug fixes * documentation updates
2002-08-22rename to ${PYPKGPREFIX}-FourSuite-0.12.0a2 and register a CONFLICTdrochner1-3/+4
with the previous PKGNAME
2002-08-22py-4suite -> py-FourSuitedrochner1-2/+2
2002-08-22this was reimported as textproc/py-FourSuitedrochner6-2655/+0
2002-08-22import textproc/py-4suite as textproc/py-FourSuite because the formerdrochner6-0/+2655
name confused "changes2html"
2002-08-22Add and enable p5-XML-Simple.cjep1-1/+2
2002-08-22Initial import of XML::Simple 1.08 into the NetBSD packages collection ascjep4-0/+29
textproc/p5-XML-Simple. This Perl module provides an easy API to read and write XML (especially configuration files).
2002-08-21Update antiword to 0.33.rh6-68/+73
Changes 0.32-0.33 ----------------- Bug fixes: - Bug reported by Yannick PERRET <yperret@bat710.univ-lyon1.fr> fixed Old features: - The -X option is no longer supported. Replace "-X 2" by "-m 8859-2.txt" New features: - A little more accurate font translation - Full support for documents from WinWord 2.0 - Some support for documents from Word-for-DOS and WinWord 1.x - Selective header numbering. - Implementation of stylesheets. - The system-wide directory for the mapping files was changed from "/opt/antiword/share" into "/usr/share/antiword", in accordance with FHS, the file-system hierarchy standard. As suggested by Anand Buddhdev <arb@anand.org> - Antiword now turns white text into light gray text. - Antiword is now closer to "64-bit clean". Based on information supplied by Duncan Haldane <f.duncan.m.haldane@worldnet.att.net>
2002-08-20Updated p5-Text-Substitute to 0.14 from 0.12abs2-5/+5
- Support nested ${loop:xxx} inside ${loop:yyy}
2002-08-20Update to 2.31:wiz2-7/+6
- Ilya Zakharevich <ilya@math.ohio-state.edu> and Dave Mitchell <davem@fdgroup.com> both provided patches to fix problems module had with 5.8.0 - Dave Mitchell also made some UTF-8 related fixes to the test suite.
2002-08-20Comment out HOMEPAGE, since it disappeared.wiz1-2/+2
2002-08-20Update to 1.43:wiz2-5/+5
The ->new method now fails immediately and sets $Text::Template::ERROR if the file that is named by a filename argument does not exist or cannot be opened for some other reason. Formerly, the constructor would succeed and the ->fill_in call would fail.
2002-08-20Update to 0.16.wiz2-5/+5
Changes since 0.14: Fix for nested CHOICEs and tagged CHOICEs in SEQUENCES Fix bug in decode when there are nested CHOICEs Addition of prepare_file and the change prepare to accept a filehandle. Allow '-'s in names and fix an uninit warning in the generated parser Use ::isa to determine if stash argument is a HASH Added x509decode from Norbert Klasen Add support for units with one sinlge, unamed entry eg test ::= INTEGER or list ::= SEQUENCE OF OCTET STRING Be safer in creating BigInt objects Change the encode errors to include the hierarchical name of the element in the ASN.1 which is causing the problem Better error reporting for encoding Add support for RELATIVE-OID Support for nested SEQUENCE/SET OF's And some others.
2002-08-20add 4Suitedrochner1-1/+2
2002-08-20import 4suite, a collection of XML processing tools for Pythondrochner6-0/+2655
(not everything works due to missing thread support)
2002-08-20update to 0.8drochner3-10/+16
relevant changes in this version, compared to 0.7.1: * Python 1.5 is not supported anymore; Python 2.0 or higher is required. * pyexpat now reports skipped entities. * pyexpat now can combine subsequent character data events into a single callback invocation; set the parser's buffer_text attribute to true to enable this feature. * pyexpat can now report namespace prefixes. Set the parser's namespace_prefixes attribute to true to enable this feature. * Various bugs in sgmlop have been fixed. * Various DOM Level 3 symbolic constants have been added; DOMStringSizeErr can now be spelled as DomstringSizeErr again, and ValidationErr has been defined. * Various DOM L1, L2 and L3 features have been added to minidom: userdata, isSupported, getInterface, wholeText, replaceWholeText, Entity, Notation * minidom's .toxml now allows the caller to specify an encoding. * The new module xml.dom.xmlbuilder implements the load part of the DOM L3 Load/Store spec. * The new module xml.dom.expatbuilder allows to create minidom trees more efficiently, by using expat directly (rather than using SAX). This is normally used via xml.dom.xmlbuilder. * Bugs in c14n namespace processing have been fixed. * Minor bugs in xmlproc have been fixed. * xml.sax.expatreader now invokes resolveEntity properly. * The sgmlop SAX driver now invokes skippedEntity. * The xml-howto has been updated. * Bugs in the MSIE, ADR, and NS XBEL parsers have been fixed.
2002-08-20update to 1.95.4drochner4-30/+10
changes since 1.95.2: -Added the XML_ParserReset() API function -Allow xmlwf to read from standard input -Install a man page for xmlwf on Unix systems -bugfixes -unrelated portability enhancements
2002-08-19Add and enable ispell-romanian (hi jim!)wiz1-1/+2
2002-08-19Initial import of ispell-romanian-20020218, a `modest' Romanian spellingjwise4-0/+31
dictionary for ispell, put out by Mihai Budiu at CMU.
2002-08-16Beautify: correct tab-stops.jschauma1-2/+2
2002-08-13Add RCS Id.wiz1-0/+1
2002-08-12Fix pkg/16053.skrll3-4/+15
Remove the --disable-shared option from CONFIGURE_ARGS it doesn't do anything as pkgsrc libtool isn't built this way. We want shared libraries anyway... Use CXX when linking the libraries as we have global contructors that need calling. Problem only visible on a.out platforms.
2002-08-10Update to 0.1.9.1 using patches supplied by MAINTAINER Lubomir Sedlacikjschauma3-34/+38
(salo at Xtrmntr dot org) in PR pkg/17903. changes 0.1.8.1 -> 0.1.9.1: - new words in dictionary - affix cleanups - OSI chars - native Makefile
2002-08-06Note initial import of the rather self-explanatory textproc/aspell-slovak intojschauma6-0/+85
pkgsrc, using files provided by Lubomir Sedlacik <salo at Xtrmntr dot org> in PR pkg/17845. (This time in the right place.)
2002-08-06Add and enable aspell-slovakjschauma1-1/+2
2002-08-06Create and install .pwli list to go into ${PREFIX}/share/pspelljschauma2-2/+9
2002-08-02Remove README.html which should not have been imported, since it isjschauma1-116/+0
not maintained by CVS.
2002-08-02Add and enable aspel-gaeilgejschauma1-1/+2
2002-08-02Initial import of textproc/aspell-gaeilge into pkgsrc as suggested byjschauma6-0/+177
scannell at slu dot edu in PR pkg/17787. As the name suggests, this package provides a gaeilge dictionary for aspell. Package reviewed and approved by wiz.
2002-08-02Sort, and don't try to remove nonexistent ${PREFIX}/doc directory.jlam1-28/+27
2002-08-02Add and enable ispell-slovakjschauma1-1/+2
2002-08-02Initial import of textproc/ispell-slovak into pkgsrc as suggested byjschauma5-0/+49
Lubomir Sedlacik (salo at Xtrmntr dot org) in PR pkg/17802. As the name suggests, this package contains the slovak dictionary for ispell, and can be used by invoking ispell with the '-d slovak' flag.
2002-08-02Add and enable ispell-catalanjschauma1-1/+2
2002-08-02Initial import of textproc/ispell-catalan into pkgsrc, using files providedjschauma5-0/+48
by Julio Merino (jmmv at hispabsd dot org) in PR pkg/17658. (Minor modification by me.) ispell-catalan provides the catalan dictionaries for ispell, and can be used by invoking ispell with the "-d catala" flag. Note that the dictionary is called "catala", while the package is called "catalan" -- apparently, this is correct.
2002-08-01Update textproc/ispell-gaeilge to 2.0 as suggested by scannel at slu dot edujschauma3-28/+23
in PR pkg/17787. No list of changes is available, but the website says that this package now contains around 300,000 words and contains dialect-support as well as improved grammatical correctness.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-11/+16
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-07-30Use ':' instead of '.' as argument separator for chown. Closes pkg/17768wiz1-2/+2
by Valeriy E. Ushakov.
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam7-14/+14
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-27Remove obsolete patch-file.jschauma1-21/+0
2002-07-27symlink deutsch.{hash,aff} to german.{hash,aff} as suggested byjschauma3-10/+18
Marko Schuetz (MarkoSchuetz at web dot de) in PR pkg/17008, so that emacsen find the german dicitionary. Obsolete patches/patch-aa. While we're at it, update to 20011124 with new Homepage and mastersite. Changes since last version: - Conform with new rules (use ispell-deutsch for old rules!) - many new words, esp. imperative and subjunctive forms - new typo file with trap words that should never get into the dict
2002-07-26Update to 0.67mjl2-5/+5
- Only use tput if TERM environment variable is set
2002-07-26Don't @dirrm share/gtk-doc, it's shared with other packages that don'twiz1-2/+2
depend on this one (e.g., devel/atk, devel/pango).
2002-07-25Make this package compile:agc1-1/+5
+ use NetBSD's libtool, rather than the one in the package + add USE_LIBINTL
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam3-6/+6
makes these packages build correctly on Darwin where perl>=5.8.0 is required.