summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2006-03-03Make this build with gcc-4.minskim2-4/+19
2006-03-02Update namazu2 pacakge to 2.0.15.taca12-170/+19
Overview of Changes in Namazu 2.0.15 - Jan. 29, 2006 * The mistake of the document concerning ISO-8859-* is corrected. * RedHat software namazu.spec was taken in. The unnecessary patch was deleted. * Include File::MMagic 1.25. * Support MeCab. * Add -b and --use-mecab options for mknmz. * Add --norc option for mknmz and namazu. * Add --decode-base64 option for mknmz. * Add new filters (Gnumeric, Koffice, Mainman/Pipermail, Zip, Visio). * Add new directives for mknmzrc (MECAB, DENY_DDN). To skip when filename is DDN. * Add sorting function by date of field. * Added new files (nmzcat, nmzegrep). * Adapt new filter programs (wvWare 1.0.3, xlhtml 0.5.1, xpdf 3.01). * For Windows of filter (msword.pl, excel.pl, powerpoint.pl, postscript.pl, etc...). * Ole control filter renewal. * ';' can have been used for the delimiter of QUERY_STRING. * Add the Perl version test program (pltests). * Fix some bugs.
2006-03-01Update to 2.24, providing preliminary support for dt/dd.schmonz2-7/+6
2006-02-26uses both C and C++schwarz2-2/+4
2006-02-26Added a patch that makes "xmlto txt" usable on pkgsrc system, whichrillig3-10/+39
usually don't have binary programs in /usr/bin. While here, fixed all pkglint warnings.
2006-02-26Add buildlink3 file, defaulting to build dependency.wiz1-0/+22
Intended to be used by packages that look for gtk-doc using pkg-config.
2006-02-25Update to 20060131.gdt3-8/+41
Depend on tex, and build and install html documentation. Jan 31, 2006 \fmtname, \fmtversion Jan 30, 2006 \smartdoublequotes: " preceding digit should be `` Jan 29, 2006 \smartdoublequotes, \emailliketext Jan 25, 2006 In {schemedisplay}, allow $$ (i.e., the scheme-math-escape characters used to enclose empty space) to typeset as nothing, just like SLaTeX does. Shriram Krishnamurthi uses this to insert empty space to split symbols in SLaTeX, and wanted tex2page to honor it. (This is a possible kludge, because $...$ enclosing nothing, i.e., $$, is treated as a math-display opener by TeX, and hence fails, possibly correctly so. But it seems OK to make an exception for SLaTeX displays, because there is no tradition of using doubled math-escape characters there to indicate math displays.) Have copyright year-range (displayed by --version argument) use closing year from *tex2page-version* (which my text editor automatically sets on writing the file), instead of it requiring hardwiring by lazy me every time I change tex2page for the first time in a calendar year. Oct 23, 2005 do-includegraphics-web bugfix. Was ignoring \includegraphics calls that didn't have optional arg. Oct 22, 2005 Set/store dimens as scaled points (1pt = 65536sp), not necessarily integral as in TeX, but certainly not as integral pixels! \number\dimenctlseq prints as number of scaled points (cf. \the\dimenctlseq which prints as number of points followed by "pt"). Recognize \hsize as a predefined dimen (with value 6.5in). \epsf[xy]size are dimens. \dimenctlseq=<dimen> should eat any following space.
2006-02-25corrected a typoschwarz1-2/+2
2006-02-23Add and enable p5-XML-Atom-Stream.kleink1-1/+2
2006-02-23Initial import of p5-XML-Atom-Stream 0.02.kleink4-0/+30
XML::Atom::Stream is a consumer of AtomStream.
2006-02-23Add and enable p5-XML-Handler-Trees.kleink1-1/+2
2006-02-23Initial import of p5-XML-Handler-Trees 0.02.kleink4-0/+30
XML::Handler::Trees provides three PerlSAX handler classes for building tree structures. XML::Handler::Tree builds the same type of tree as the "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same type of tree as the "EasyTree" style added to XML::Parser by XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same type of tree as Sean M. Burke's XML::TreeBuilder. These classes make it possible to construct these tree structures from sources other than XML::Parser.
2006-02-23Update the p5-XML-Atom package to version 0.17.kleink2-7/+7
Differences from previous version: 0.17 2006.02.22 * Fixed problem with XML::XPath
2006-02-21Use pkginstall font handling. Bump PKGREVISION.wiz2-12/+7
2006-02-20Remove MANIFEST and README from MANIFEST, to avoid overwritingwiz4-6/+15
python files. Bump PKGREVISION.
2006-02-20Add missing file to PLIST. Bump PKGREVISION.wiz2-5/+4
2006-02-20Fix config file installation to not conflict with pkginstallwiz3-3/+17
framework. Bump PKGREVISION.
2006-02-19made sure -lgen is added when linking on IRIX 5. Required to use dirname().schwarz1-0/+14
2006-02-15Fixed pkglint warnings.rillig1-11/+7
2006-02-15Updated to version 0.07.heinz2-8/+7
Pkgsrc changes: - New prerequisite package p5-Class-ErrorHandler. - Removed dependency on p5-Cryp-DES. Crypt::DES is not used anywhere in the package. Changes since version 0.06: =========================== 0.07 2005.05.25 - Allow passing in Name and Macro parameters on encode and decode, rather than just at initialization. - Use Class::ErrorHandler instead of our own built-in error-handling class. - Switched to using Module::Install in Makefile.PL.
2006-02-13Merge rdversion.mk into buildlink3.mk and obsolete it.taca2-18/+9
2006-02-11Fixed quoting in the sed command.rillig1-5/+5
2006-02-10Fix buildling on Darwin/MacOSXadam3-3/+16
2006-02-10Only allow python 2.3 or 2.4, as older versions cause problems at runtimejmmv2-4/+5
WRT Unicode. Found by jnemeth@. Bump PKGREVISION to 3.
2006-02-07update to 0.34.2drochner2-7/+6
changes: bugfixes
2006-02-07sync with libxmldrochner2-7/+6
2006-02-07"foo=bar break" in a for loop assigns foo only for the duration ofjoerg2-20/+30
break, not in the global scope. This means that the automatic detection of boost::regex isn't caried into global scope, so fix this. No idea how this could have ever worked.
2006-02-07Patch away dead dmalloc libadd as exposed by libtool 1.5.22.joerg2-1/+15
2006-02-06Fix DISTNAME: derive PKGNAME from DISTNAME, to avoid problems with PKGREVISIONtonio1-3/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg200-326/+400
2006-02-04Update PDF-API2 to version 0.51. The API is not backward compatible withben2-8/+7
the previous version of this package. Over the last several years, there have been too many changes and fixes to list here.
2006-02-03Update testproc/p5-Data-FormValidator to 4.12abs2-7/+6
Changes since 3.63 4.12 Thu Jan 5 21:07:50 EST 2006 [INTERNALS] - Fix test suite to pass when CGI::Simple is not installed (Lee Carmichael, Davide Dente) 4.11 Tue Jan 3 18:38:23 EST 2006 [ENHANCEMENTS] - A new constraint for minimum image dimensions was added in Data::FormValidator::Constraints::Upload (Lee Carmichael) [INTERNALS] - refactoring of Upload.pm and t/upload.t (Lee Carmichael) 4.10 Thu Dec 22 19:55:34 EST 2005 [ENHANCEMENTS] - The msgs key can now take a callback, allow users to override how error message generation is done. Some alternative message generate routines will hopefully be published soon. (Cees Hek, Chris Laco and others) - New profile key: untaint_regexp_map (Michael Peters) [BUG FIXES] - bug was fixed for dependent fields that had false values, but were valid (Emanuele Zeppieri) - Failed constraints for multiple fields with the same name no longer return duplicate error messages (Will Hawes) - value of any_errors was wrongly added to msgs even when there are no errors (RT#14942, report and test script by Michael Graham) [INTERNALS] - bump Date::Calc requirement (RT#15715) 4.02 Wed Aug 31 21:22:58 EST 2005 [ENHANCEMENTS] - the use of custom signal handers for "die" has now been localized to avoid interfering with other applications. (Josh Miller). - initial support for qr in constraint_method profile key [BUG FIXES] - Updated ::Constraints example docs to be accurate: recommend :closures, not :all [INTERNALS] - provide a more accurate debugging message for constraint_method_regexp_map 4.01 Sat Aug 20 13:16:47 EST 2005 [ENHANCEMENTS] - get_input_data() now supports the parameters "as_hashref => 1" to return the input data in a uniform way. [INTERNALS] - Constraints may refer to fields that are 'unknown' to Data::FormValidator. These unknown values will remain unfiltered as before. (Michael Peters). - _get_data() was renamed to _get_input_as_hash(). You shouldn't care. 4.00 Sun Aug 14 10:57:25 EST 2005 *** NOTE *** This a major update with a significant code changes. While the test suite indicates we have 100% compatibility with 3.x, you are encouraged to test this release with your own applications before deploying it in a production environment. [ENHANCEMENTS] - The constraints interface has been overhauled to be more intuitive to use with parameterized constraints. This included added new two new profile keys: 'constraint_methods' and 'constraint_method_regexp_map'. All of the old syntax is still supported, but de-emphasized in the documentation. See RELEASE_NOTES for details. - A new method has been added to help building custom constraints: "set_current_constraint_name('foo')" will set the name of a constraint from within itself. An alias named 'name_this()' is provided for brevity. See the section on "Writing your own constraints" in DFV::Constraints for details. - success() method added to Results object. This is an easy way to check that there were no missing or invalid fields. (Michael Peters). - 'separator' was misspelled consistently in the the docs, code and tests. The proper spelling as well as the legacy typo spelling are now supported, although the typo'ed version is no longer documented, except for here. :) Thanks to Terrence Brannon for spotting this. - The 'msgs' hash in the profile is now validated to make sure it includes only valid keys. This should help to spot some errors faster. - ::Constraints::Upload now supports CGI::Simple, thanks to David Emery. - Documentation for required_regexp has been improved. (William McKee) - support for coderefs as default values (Marcello) - Improved field_filters documentation, thanks to Andrew Brosnan. [BUG FIXES] - RT#12220: Canadian Province RE were updated. (Steve Simms). - The preferred MIME type was not being returned by the 'file_format' constraint for file uploads. This would have only affected cases where the mime type sent by the browser differed from the one detected by DFV. Thanks to Randal Schwartz for spotting this. (RT#12744). - Profile re-use when constraint_regexp_map is used is now fixed (Thanks to Cees Hek). - The date_and_time constraint now understands this format: MMDDYYYY. (RT#12111, thanks to JMAY) - This one is worth a brief explanation. When this old syntax was used: my ( $valid, $missing, $invalid, $unknown ) = Data::FormValidator->validate({}, {} ); $invalid would be returned as an empty arrayref if there were no invalids. This return value was undocumented, and was later changed to be 'undef' sometime between 3.50 and 3.70. However, I found that some applications, including Cascade, depended on the undocumented return value (which they shouldn't have). I have now reverted the behavior to returning an empty arrayref in this case, added a test for it, and updated the docs to be explicit about the return value. This will save some people unexpected breakages when upgrading DFV from a very old version with very old applications. Those who use the $results object are unaffected. [INTERALS] - Add many failing TODO tests for built-in filters. See t/filters_builtin.t - A new test was added to check that no warnings are emitted when an untainted constraint returns undef (Michael Peters)
2006-02-03Bump PKGREVISION of these packages which affected (fixed) bytaca1-1/+2
fix of REPLACE_RUBY, the impact was big or small.
2006-02-03Fixed pkglint warnings.rillig1-7/+7
2006-02-02Update textproc/p5-YAML to 0.57 - needed for p5-Catalyst-5.63abs2-7/+7
Changes since 0.39: version: 0.57 date: Wed Feb 1 23:06:25 PST 2006 changes: - Add obligatory '1;' to end of each module. --- version: 0.56 date: Mon Jan 30 10:26:33 PST 2006 change: - Add Module::Install::TestBase support --- version: 0.55 date: Sun Jan 29 19:03:35 PST 2006 change: - Load YAML::Node because Module::Build expects it to be loaded. We can undo this when Module::Build starts loading it for itself. --- version: 0.54 date: Sun Jan 29 17:28:46 PST 2006 change: - Remove dependency on Class::Spiffy (and/or Spiffy). --- version: 0.53 date: Thu Jan 19 06:03:17 PST 2006 change: - Depend on Class::Spiffy instead of Spiffy. No source filtering. --- version: 0.52 date: Wed Jan 18 14:25:24 PST 2006 change: - Error in Spiffy-0.26 causing problems. Require 0.27 --- version: 0.51 date: Sat Jan 14 17:09:09 GMT 2006 change: - Tests pass on win32 and cygwin - Don't gpg sign the distribution tarball --- version: 0.50 date: Sun Dec 25 11:09:18 PST 2005 changes: - Major refactoring of YAML.pm - Completely OO with same old functional UI - Support the $YAML::Stringify option which most be on for objects to get stringified. Otherwise dump the object. - Can dump overloaded objects now. - Completely refactor test suite using Test::Base - Create Test::YAML - Make test framework compatible with YAML::Syck - Test-Base-0.45 - Reviewed all rt bugs. fixed many - Reviewed all emailed bugs. Fixed many. - Helped audrey complete YAML::Syck and worked on interoperability issues - Test well known yaml docs like svk and META.yml - Eliminate unsafe string evals - Can use with autouse. Spiffy-0.25 - Support YAML::Marshall to help classes that want to do their own marshalling - Make objects tags configurable - -M option for ysh to test other implementations like YAML::Syck
2006-01-31Add and enable p5-XML-Atom-SimpleFeed.kleink1-1/+2
2006-01-31Initial import of p5-XML-Atom-SimpleFeed 0.7kleink4-0/+30
This module exists to generate basic Atom syndication feeds. While it does not provide a full, object-oriented interface into all the nooks and crannies of Atom feeds, an Atom parser, or an Atom client API, it should be useful for people who want to generate valid Atom feeds of their content quickly and easily.
2006-01-30Add and enable p5-XML-Atom.kleink1-1/+2
2006-01-30Initial import of p5-XML-Atom 0.16.kleink4-0/+36
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
2006-01-29Prepare some code for an aspell-loadable-filter options,wiz2-4/+29
which is not yet enabled because it currently does not work, but this way it is easier to test.
2006-01-29Update to 1.1, aspell6 version of the dictionary.wiz3-8/+12
Probably other changes too.
2006-01-29Update to 0.2.24, changes undocumented.wiz4-36/+44
2006-01-29Update to 1.4.52. Changes unknown, but since it is a wordlist,wiz4-35/+44
I expect better words :)
2006-01-25Remove some compat hacks from NetBSD's libc which are not necessaryjoerg2-1/+58
and in fact harmful in a standalone binary.
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz59-104/+118
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-24Update to 4.1. From the changelog:schmonz2-6/+6
* removed socket timeout * added support for chardet library
2006-01-23Security fix for CVE-2005-3126:salo3-2/+64
"The kantiword script in antiword allow local users to overwrite arbitrary files via a symlink attack on temporary output and error files." Replace the naive mktemp usage with something that actually works.
2006-01-22The Perl program fo/pdf2index is installed with the correct scriptrillig1-3/+5
interpreter. Removed NO_CONFIGURE, because it conflicts with REPLACE_PERL. Added a runtime dependency on Perl. Bumped PKGREVISION.
2006-01-22Try to fix bulk build failure (which I cannot reproduce).wiz2-4/+12
2006-01-22Update to 2.0.0:wiz3-21/+6
Release 2.0.0 Wed Jan 11 2006 - We no longer use the "check" library for C unit testing; we always use the (partial) internal implementation of the API. - Report XML_NS setting via XML_GetFeatureList(). - Fixed headers for use from C++. - XML_GetCurrentLineNumber() and XML_GetCurrentColumnNumber() now return unsigned integers. - Added XML_LARGE_SIZE switch to enable 64-bit integers for byte indexes and line/column numbers. - Updated to use libtool 1.5.22 (the most recent). - Added support for AmigaOS. - Some mostly minor bug fixes. SF issues include: 1006708, 1021776, 1023646, 1114960, 1156398, 1221160, 1271642.