summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
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 " (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.
2003-06-12Update to version 1.7.seb9-323/+33
Changes in version 1.7: * scanner for Ruby programming language (thanks to Noritsugu Nakamura <nnakamur@mxq.mesh.ne.jp>). * fixed explicit rules in Makefiles that generated errors with some versions of non-GNU makes.
2003-06-07s/Webstar/Webster/mason1-1/+1
2003-06-07Truncate COMMENT to under 70 characterscjep1-2/+2
2003-06-05Use MASTER_SITE_DEBIAN.jmmv1-2/+2
2003-06-05sync Solaris PLIST with reality since update to 1.19.grant1-2/+67
2003-06-05despite the fact this does not (yet) build with lang/gcc on Solaris,grant1-1/+2
it does use gcc shlibs, so set USE_GCC_SHLIB.
2003-06-03PKGREVISION++salo1-1/+3
- add missing dependency on p5-DBD-XBase, dbfcstocs now functions properly
2003-06-03Update to 0.26:jmmv4-14/+14
- Handle no translations in get_newest_po_age (Rodney Dawes) - Cleaned up tests and fixed few bugs (Kenneth) - Send error messages to stderr, and fix other similar bugs (bug #105013, Denis Barbier) - handle using a different output file. (James Henstridge) - Correct the invocation of INTLTOOL_MERGE. (bug #106898, Malcolm Tredinnick) - Extract attributes in XML when there are spaces arount the equal sign (Alberto Manuel Brand?o Sim?es) - use iconv -f, instead of iconv --f (bug #105181, Hidetoshi Tajima) - Added variable substitution. (Kenneth) - Added small section for packages not using the aufo* tools (Kenneth) - Call msgmerge with options before non-options to fix potential non-GNU getopt issues. (Gregory Stark, Jordi Mallach) - Make it work when running an UTF-8 locale (Kenneth) - Fix some iconv/charset issues (bug #113121, Morten Welinder)
2003-06-03Change dependency of jakarta-ant into apache-ant, as it's now known.jschauma1-2/+2
All build fine with the new version of ant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma91-182/+182
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-3/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-27use mk/gcc.buildlink2.mkgrant1-2/+2
2003-05-27Update to 1.61.2.wiz3-8/+42
Lots of bug fixes and improvements. o Initial support for timestamp PI. From now you can use <?dbtimestamp format="Y-m-d H:M:S"?> to get current datetime in your document. Added localization support for datetime PI o Added level 6 to test for section depth in section.level template so that section.title.level6.properties will be used for sections that are 6 deep or deeper. This should also cause a h6 to be created in html output. o Don't use SVG graphics if use.svg=0 o Now uses number-and-title-template for sections only if section.autolabel is not zero. o Added missing 'english-language-name' attribute to the l10n element, and the missing 'style' attribute to the template element so the current gentext documents will validate. o Corrected several references to parameter qanda.defaultlabel that were missing the "$". o Now accepts admon.textlabel parameter to turn off Note, Warning, etc. label. o FeatReq #684561: support more XEP metadata o Added hyphenation support. Added support for coref. Added beginpage support. (does nothing; see TDG). o Added support for hyphenation-character, hyphenation-push-character-count, and hyphenation-remain-character-count o Added root.properties, ebnf.assignment, and ebnf.statement.terminator o Support bgcolor PI in table cells; make sure rowsep and colsep don't have any effect on the last row or column o Handle othercredit on titlepage a little better o Applied fix from Jeff Beal that fixed the bug that put secondary page numbers on primary entries. Same with tertiary page numbers on secondary entries. o Added definition of missing variable collection. o Make footnote formatting 'normal' even when it occurs in a context that has special formatting o Added warning when glossary.collection is not blank, but it cannot open the specified file. o Pick up the frame attribute on table and informaltable. o indexdiv/title in non-autogenerated indexes are now picked up. o Removed (unused) component.title.properties o Move IDs from page-sequences down to titlepage blocks o Use proportional-column-width(1) on more tables. Use proportional-column-width() for header/footer tables; suppress relative-align when when using FOP o Check for glossterm.auto.link when linking firstterms; don't output gl. prefix on glossterm links o Generate Part ToCs o Support glossary, bibliography, and index in component ToCs. o Refactored chunking code so that customization of chunk algorithm and chunk elements is more practical o Support textobject/phrase on inlinemediaobject. o Support 'start' PI on ordered lists o Fixed test of $toc PI to turn on qandaset TOC. o Added process.chunk.footnotes to sect2 through 5 to fix bug of missing footnotes when chunk level greater than 1. o Added paramater toc.max.depth which controls maximal depth of ToC as requested by PHP-DOC group.
2003-05-27this uses c++, so set USE_CXX and include gcc/buildlink2.mk.grant1-1/+11
add LIBTOOL_OVERRIDE, libiconv, libstdc++, libm to give this a hope of working on NetBSD and Solaris. bump PKGREVISION.
2003-05-26Fix usage of PKGLOCALEDIR. (I'm sorry that I misread output oftaca1-5/+5
"make print-PLIST".)
2003-05-25Update namazu2 package 2.0.12nb2.taca5-8/+101
- honor PKGLOCALEDIR in PLIST (thanks pkglint(1)) - incorporate some filter processing from namazu's stable branch. filter/pdf.pl:Adapted to xpdf 2.02 filter/mhonarc.pl: Add codeconv::toeuc() after uncommentize().
2003-05-25Bump PKGREVSION after html fixesjmc1-2/+2
2003-05-24Update p5-XML-Simple to 2.07mjl2-5/+7
- added test to catch old versions of Storable which lack locking support - removed new-style loop which broke on 5.005_03 - suppress more uninitialised variable warnings - fixed strict mode requiring ForceArray on output - fixed warnings about uninitialised values - fixed warnings when NormaliseSpace undefined - added support for specifying ForceArray using regular expressions - added check to escape_value to guard against undefined argument - added NoIndent option - integrated a patch + new facility for removing extra levels of indirection (using the new 'GroupTags' option) + new facility for rolling the dreaded 'content' hash up into a scalar if there are no keys left after array folding (using the '-' prefix mode on the ContentKey option) + new facility for doing variable substitution in the XML; variables can be defined in Perl (using the new 'Variables' option) or in the XML document (using the new 'VarAttr' option) - added 'NormaliseSpace' option for tidying up hash keys and other text content if required - option names are now case-insensitive and can include underscores - XMLin() and XMLout() are now aliased to xml_in() and xml_out() when called as methods or imported explicitly - option names passed to XML::Simple->new() are now validated