summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2003-07-25Instantiate template class Vector<size_t> to make the pkg build onkristerw2-1/+16
NetBSD 1.6.1/shark.
2003-07-24Convert to buildlink2 -- fixes PR 22222 from Marko Schuetz, whowiz3-12/+12
also provided the buildlink2ification.
2003-07-24hevea only depends on ocaml to build.jtb1-2/+2
2003-07-24fix previous: pass _BLNK_ICONV_LDFLAGS instead of -liconv so libsablotgrant1-1/+5
can once again find the iconv functions on systems without iconv in libc.
2003-07-22Update to 1.61.3: a bugfix release.jmmv3-7/+22
2003-07-22Move the definition of XMLCATMGR, SGML_DEFAULT_CATALOG and XML_DEFAULT_CATALOGjmmv2-24/+22
variables from the catalogs.mk file to buildlink2.mk. These may be needed in a package that does *not* provide catalog files (i.e., all the functionality in catalogs.mk is not required).
2003-07-22Don't explicitly pull in -liconv -- if we need it, the libiconv buildlink gluejwise1-2/+1
will give it to us, and if we don't this breaks the build.
2003-07-22fix comment.wiz1-2/+2
2003-07-21COMMENT should start with a capital letter.martti49-98/+98
2003-07-19... and bump PKGREVISION to 3. The package will have an extra dependancy onjmmv1-2/+2
systems using gcc from a package.
2003-07-19- Set USE_GCC_SHLIB.jmmv1-3/+4
- Use INSTALL_DATA_DIR instead of MKDIR. - Capitalize comment.
2003-07-19Change address of maintainer per PR 22170.wiz4-8/+8
2003-07-19Skip bogus Objective-C test during configure and make this work on Darwin.rh1-1/+3
2003-07-19Add and enable expatobjcrh1-1/+2
2003-07-19Initial import of expatobjc-1.0, an Objective-C Wrapper for the Expat XMLrh4-0/+45
parsing library.
2003-07-18pass libs in LIBS, not LDFLAGS. link with libstdc++ and libm if gcc,grant1-6/+9
libCrun and libm if SunPro. fixes build with SunPro.
2003-07-18only use libstdc++ and libm if we aren't using sunpro or mipspro.grant1-1/+5
2003-07-17s/netbsd.org/NetBSD.org/grant173-347/+347
2003-07-14Fix build.jmmv2-1/+14
2003-07-13Added REPLACE_PERL to fix incorrect path to perl in aspell-import scriptwulf1-1/+3
2003-07-13PKGREVISION bump for libiconv update.wiz51-73/+102
2003-07-12use TEST_TARGET instead of custom test targetdillo1-5/+2
2003-07-11Update to 1.0.31; add test target.wiz5-23/+24
New since 1.0.30: - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for the debugger (Keith Isdale), output filename limitation, trio.h and triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner), xsltChoose and whitespace (Igor Zlatkovic), stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack), RVT bug introduced in 1.0.30 - avoid generating &quot; (fix in libxml2-2.5.8) - fix 64bit cleaness problem and compilation troubles introduced in 1.0.30 - Windows makefile generation (Igor Zlatkovic) - HP-UX portability fix
2003-07-11Update to 2.5.8; add test target.wiz4-27/+31
Changes since 2.5.7: - bugfixes: XPath, XInclude, file/URI mapping, UTF-16 save (Mark Itzcovitz), UTF-8 checking, URI saving, error printing (William Brack), PI related memleak, compilation without schemas or without xpath (Joerg Schmitz-Linneweber/Garry Pennington), xmlUnlinkNode problem with DTDs, rpm problem on , i86_64, removed a few compilation problems from 2.5.7, xmlIOParseDTD, and xmlSAXParseDTD (Malcolm Tredinnick) - portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry) - William Brack fixed multithreading lock problems - IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro) - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane Bidoul) - A few W3C Schemas Structure improvements - W3C Schemas Datatype improvements (Charlie Bozeman) - Python bindings for thread globals (Stéphane Bidoul), and method/class generator - added --nonet option to xmllint - documentation improvements (John Fleck)
2003-07-09enhancements to gracefully handle packages which require a non-brokengrant1-8/+38
sed, or perhaps GNU sed. packges should define USE_GNU_SED if GNU sed is really required, otherwise we provide ${SED} in the buildlink/bin dir, unless the sed provided on a given platform is known to be severely broken. [one could argue Solaris' xpg4 sed falls in the "broken" category, but for almost all intents and purposes, it is acceptable - define USE_GNU_SED if a package still fails.] XXX IRIX is currently listed in _INCOMPAT_SED - this should be removed if sed on IRIX is known to be good.
2003-07-07The IBM site has long delays that can cause ftp to timeout. Use thejlam1-2/+7
backup FTP repositories (MASTER_SITE_BACKUP) in preference to the IBM one.
2003-07-04Improve COMMENT and DESCR a bit.skrll2-3/+3
2003-07-03Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-03Wildcard dependency.wiz1-2/+2
2003-07-02Do not hardcode /usr/pkg in patch files.jmmv2-4/+4
2003-07-01Pull over some patches from src/ (disabling SGR and a bug fix).wiz7-48/+261
Add mdoc.local from src/gnu/usr.bin/groff/tmac. Convert to USE_NEW_TEXINFO. Bump PKGREVISION.
2003-07-01Update to 2.5.7nb1: Install example files in share/exampleswiz4-12/+12
instead of share/doc/examples. Noted by Kimmo Suominen.
2003-06-29Update to version 1.06.jtb4-32/+66
Many bugfixes and some new features. See CHANGES for the full details.
2003-06-26Add gocr and subtitleripper (hi mrg!).salo1-1/+3
2003-06-25Redo targets the way the hevea makefile expects it by setting TARGET in thejmc1-3/+3
environment. This makes all targets work (where-as before install wouldn't so I'm not sure how this ever functioned..)
2003-06-24remove unneeded parens, quote a literal in .ifgrant1-2/+2
2003-06-23Build with native code compilers on systems where they're available,jtb3-13/+17
which now includes powerpc and sparc. Bump PKGREVISION.
2003-06-23Rename textproc/xerces-p to textproc/p5-XML-Xerces.jlam7-6/+6
2003-06-23Update textproc/xerces-p to 1.7.0.3, and rename package to p5-XML-Xercesjlam3-10/+37
to better match other perl5 module packages. This release mirrors the Xerces-C 1.7.0 releases and implements a DOM API (though that seems to be broken). Also, several major memory leaks were fixed.
2003-06-23Update textproc/xerces-c to 1.7.0.3. This is the last stable releasejlam22-684/+605
in the Xerces-C 1.x line and contains many fixes and improvements over version 1.3.0. Make this package compile with ICU>=2.4.
2003-06-23Update textproc/icu to 2.6. This is a major reference release with newjlam8-221/+81
features and new and modified APIs from version 2.4: * Added support for Unicode 4.0 * Added support for Unicode regular expressions * Enhanced sorting * Added support for international domain names * Added service registration for pluggable ICU modules * Added layout engine API for language-specific glyphs * Separated currencies from locales * Added POSIX-like API for message catalogs * Added new charset converters
2003-06-23new package for "subtitleripper":mrg5-0/+72
This package extracts DVD subtitles from a subtitle stream and converts it to pgm or ppm images or into VobSub format. The main purpose is to provide the required input to OCR software to convert the subtitle images into ASCII text. Please note that the conversion into ASCII is not part of this package but requires an OCR program like gocr.
2003-06-23new package for "gocr":mrg5-0/+50
GOCR is an optical character recognition program, released under the GNU General Public License. It reads images in many formats (pnm, pbm, pgm, ppm, some pcx and tga image files (or PNM from stdin); if PNM-tools installed and running linux-like system you can also use pnm.gz, pnm.bz2, png, jpg, tiff, gif, bmp and others) and outputs a text file. You do not have to train the program or store large font bases. Simply call gocr from the command line and get your results.
2003-06-20Make this silent.jmmv1-3/+1
2003-06-20* Remove some dead, unused logic to handle endianness.jlam1-14/+2
* List convrtrs.txt as a SUPPORT_FILE instead of a CONF_FILE, since the user isn't really expected to edit it.
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc2-4/+4
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-14improve COMMENTgrant1-2/+2
2003-06-14Update gsed to 4.0.7.grant5-51/+65
changes since 3.02: 4.0.7 Changes: This version fixes some rare infinite loops and wrong results that occurred when the s command had a numeric option and the regular expression could match the empty string. 4.0.6 Changes: This release improves portability a lot, and adds a configure-time switch to choose between the included regex matcher and the system matcher (on glibc systems only). 4.0.5 Changes: This release fixes a few portability bugs and improves the quality of the documentation. "a", "i", "l", "L", and "=" now accept address ranges. 4.0.3 Changes: A packaging problem with two missing translation catalogs was fixed. 4.0.2 Changes: This release makes sed able to bootstrap itself on operating systems that cannot run the configure script. 4.0.1 Changes: This release includes translations for over 20 languages, and cleans up the binary and documentation files from references to super-sed. 4.0 Changes: This release has been merged with super-sed and supports all of its features, except for Perl regular expressions. This includes in-place editing, new sed commands, better documentation, and support for changing the case of the characters with the `s' command. The performance and correctness of the regular expression matcher have also been improved.
2003-06-13improvegrant1-1/+8
2003-06-12Sync description with the supported language.seb2-4/+4
Make the comment somewhat more accurate.