summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2008-06-22Update from 1.32 to 1.33. Changes:he2-6/+6
1.33 - June 8, 2008 - Allowed the end-user to customise the _encode() routine in XML::RSS::Private::Output::Base from XML::RSS using the encode_cb key.
2008-06-22Add HOMEPAGE.taca1-1/+2
2008-06-22Update from version 1.15 to 1.22. Changes:he2-11/+9
1.22 ==== - Using Encode module to handle utf encoding and decoding. I cannot just put the socket into utf8 because IO::Socket::SSL does not support binmode. So I'm calling decode_utf8() before returning the Read string, and encode_utf8() before writing the Send string. - Fixed SASL PLAIN authentication. 1.21 ==== - Sigh... Screwed up the CPAN release... again... 1.20 ==== - Ok... dang it. Another minor tweak to fix CPAN. 1.19 ==== - Minor release bug. Forgot to include the prereqs for Authen::SASL and MIME::Base4. 1.18 ==== - Added initial cut at XMPP 1.0 support. - Fixed timeout for Connect(). It was horribly broken and in efficient. Thanks to Jesper Krogh. - Added timeout to socket creation. 1.17 ==== - Added patch to make the Process a little faster by putting the sleeps into the can_read() calls so that you don't have to delay even a few micro seconds when you get new XML. (Evan Prodromou) - Added SRV lookup support for Connect via Net::DNS. - Changed the select calls when blocking to can_read calls so that we can wake up when there is data, and not just after a certain period of time. Thanks to Evan Prodromou. - Interesting bug with Broken Pipes. 1.16 ==== - Upgraded the XPath engine to a more extensible and robust design. - To get tests to work 100% I have to get better determination on the BuildXML functions. So fomr this point on, all attributes are printed in alphabetical order. - Fixed bug in Parser with <![CDATA[...]]> not being supported. - Changed BuildXML for Tree. You have to pass it a ref and not an array. That was to make the rawXML thing work better. - Added the ability to add raw XML at the BuildXML call. - Added remove_cdata method to Node. - Added methods to Node to make calls easier (XPath, GetXML).
2008-06-22Install many more files in this package and make symlinks.reed2-4/+48
I noticed some needs when I was missing pdfxmltex executable and missing xmltex.cfg. (Also inspired by Gentoo and FreeBSD ports for xmltex.) Bump PKGREVISION. Okayed by minskim.
2008-06-21Reduce context in diff to not cover RCS ID. Set USE_BSD_MAKEFILE.joerg3-7/+9
DESTDIR support.
2008-06-21Update to 3.0:wiz2-6/+6
iso-codes 3.0 ------------- Tobias Toedter <toddy@debian.org> Mon, 2 June 2008 [ ISO-639 ] * Update to 2008-04-04 (zxx="No linguistic content; Not applicable") [ ISO-4217 ] * Remove empty numeric_code attributes from XFO and XFU, they are defined as "Nil" in the standard. This requires a change in the DTD for iso_4217.xml, making it backwards incompatible. Thanks to Christian Theune. Closes: alioth#310826 [ ISO-15924 ] * Change alpha4 code for Psalter Pahlavi from Phlv to Phlp. Thanks to Christian Theune. Closes: alioth#310824 [ ISO-3166 translations ] * French by Christian Perrier * Malayalam by Praveen A. (TP) * Russian by Yuri Kozlov * Greek by Alexis Darrasse * Portuguese by Miguel Figueiredo * Irish by Kevin Scannell (TP) * Arabic by Ossama M. Khayat. Closes: #480196 * Hebrew by Lior Kaplan * Albanian by Elian Myftiu. Closes: #480277 * Belarusian by Pavel Piatruk (direct from l10n team) * Japanese by Kenshi Muto * Basque by Piarres Beobide. Closes: #482454 * Czech by Miroslav Kure * Finnish by Tommi Vainikainen (TP) * German by Tobias Toedter * Catalan by Orestes Mas Casals * Traditional Chinese by Tetralet. Closes: #483380 * Gujarati by Kartik Mistry. Closes: #483385 * Esperanto by Joop Eggen * Croatian by Josip Rodin * Malayalam by Praveen (TP) * Dutch by Freek de Kruijf (TP) * Simplified Chinese by LI Daobing (TP) * Italian by Milo Casagrande (TP) [ ISO-3166-2 translations ] * Czech by Miroslav Kure [ ISO-639 translations ] * Czech by Miroslav Kure * French by Christian Perrier * Danish by Frederik 'Freso' S. Olesen (TP) * Thai by Theppitak Karoonboonyanan * Italian by Milo Casagrande (TP) [ ISO-4217 translations ] * Czech by Miroslav Kure * Lituanian by Gintautas Miliauskas (TP) * Italian by Luca Ferretti (TP) [ ISO-15924 translations ] * Dutch by Freek de Kruijf (TP) * Lituanian by Gintautas Miliauskas (TP) * Thai by Theppitak Karoonboonyanan * Italian by Milo Casagrande (TP)
2008-06-20Add DESTDIR support.joerg39-90/+148
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-06-19Supports DESTDIR.joerg1-1/+3
2008-06-19Update to version 0.40.0. Fixes vendor bugs:bjs3-11/+8
#436241, #377573, #489135, #490620, #517559, #508320, #516501, #518257. They've also cleaned up use of sed and no longer distribute intltool-*.in files.
2008-06-19Update to 0.2.9.reed3-7/+14
Now depend on tex-ifxetex (also just packaged) which may be included by default on some TeX-like systems. (I don't used xetex yet. Does pkgsrc have any method for detecting various TeX support is provided versus just having a dependency?) The main changes are: - the XeTeX backend is added to dblatex 0.2.9. - 0.2.8 adds support for xrefstyle and olinking (updated to Docbook 1.72) Complete changelogs at http://sourceforge.net/project/shownotes.php?release_id=556449&group_id=72607 http://sourceforge.net/project/shownotes.php?release_id=602630&group_id=72607
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca5-5/+10
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca7-12/+23
- Make it build with Ruby 1.8.7, too. Bump PKGREVISION.
2008-06-19use vendor_dir with Ruby 1.8.7.taca1-2/+2
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca12-181/+191
Bump PKGREVISION.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca4-11/+14
- And make it build with Ruby 1.8.7, too. Bump PKGREVISION.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca4-39/+42
Bump PKGREVISION.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca4-24/+54
- And make it build with Ruby 1.8.7, too. Bump PKGREVISION.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca4-306/+305
Bump PKGREVISION.
2008-06-15Make sure that meta packages set META_PACKAGE before includingjoerg1-3/+3
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-13Update to 0.7.1.bjs2-6/+6
2008-04-27 -- 0.7.1 * Fixed: Bogus syntax error when parsing URIs with port-like passwords, e.g. "http://user:21@host/" (#1948038) Thanks to Friedrich Delgado Friedrichs for reporting! * Fixed: Parser did not handle trailing slashes correctly in some cases, which also made the structures produced from parsing "http://e.com/" and "http://e.com" indistinguishable. (#1950126) Thanks to Edward Z. Yang for reporting! 2008-04-04 -- 0.7.0 * Added: Dissection and composition of query strings * Added: Documentation improvements (in|out|inout indicators, addition of \since and \see) * Changed: Code::Blocks project files updated from file format version 1.4 to 1.6, which is produced by Code::Blocks 8.02 * Added: Code::Blocks workspace file * Changed: Soname set to 1:5:0 2008-02-25 -- 0.6.4 * Added: Syntax-based normalization can now handle relative URIs, e.g. "../../a/b/.././c" is normalized to "../../a/c" * Fixed: Normalization code could free foreign memory * Fixed: Normalization processed the path segment even when asked not to * Added: MinGW Makefile and related readme Thanks to Michael Anthony Puls II! * Fixed: Documentation bug not requiring enough memory for the output buffer when converting a relative file URI back to a filename * Changed: Soname set to 1:4:0 2008-02-11 -- 0.6.3 * Fixed: Two major crash bugs in normalization code Thanks to Adrian Manrique for the patch! * Added: Brief usage tutorial * Changed: Soname set to 1:3:0 2008-02-08 -- 0.6.2 * Fixed: Freeing a normalized URI like "http://test?" caused a crash. Thanks to Adrian Manrique for reporting! * Fixed: Filename <--> URI string conversion helpers can now handle relative URIs and filenames * Changed: Soname set to 1:2:0 2007-12-23 -- 0.6.1 * Fixed: Percent-encodings in hostnames were not repaired during normalization. Thanks to Adrian Manrique for reporting! * Fixed: Percent-encodings were fixed after dot removal not before during normalization. Thanks to Adrian Manrique for reporting! * Fixed: Include path order bug Thanks to Ed Schouten for reporting this! * Fixed: Shadow builds now possible Thanks to Adeodato Simó for the patch! * Added: Version guards for Autoconf/Automake Thanks to Martin Michlmayr for reporting! * Changed: Soname set to 1:1:0
2008-06-12Add DESTDIR support.joerg142-190/+445
2008-06-10Take MAINTAINERship.gdt1-2/+2
2008-06-10Update to 8.2.6. Significant changes (plus assorted minor changes andgdt4-10/+13
bugfixes); * asciidoc(1) and a2x(1) man pages formatted to conform to man-pages(7) recommendations. * Old code-filter syntax (pre-8.1.0) is no longer recognized so that malformed two-line level 2 titles are no longer confused with code-filter block delimiters.
2008-06-09Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38920.
2008-06-09Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path).markd1-2/+2
2008-06-06Add patch to remove -u argument from cp; -u is not specified by POSIXgdt3-3/+29
and fails on NetBSD.
2008-06-05Re-add $NetBSD$ Id in patches (removed by previous commit).ghen3-3/+7
2008-06-05Update glimpse to 4.18.5. This release fixes compiler warnings, basically.ghen4-41/+12
From Philip Paeps <philip@freebsd.org>.
2008-06-04Stop po4a from writing files with known names into world-writable directories.tonnerre3-3/+25
Fixes CVE-2007-4462.
2008-06-01Update to 2.3. From the changelog:schmonz3-35/+35
- add SKIP_INTERNAL_LINKS (tx Christian Siefkes) - prelim JS support, various fixes, improved performances (tx Johannes Fitz)
2008-06-01Update to 1.0.19. From the changelog:schmonz3-6/+21
- Clean up local stuff for settings. - Do a little cleanup of intialisation (more needed) - Remove copy pasted regexes from Text::MultiMarkdown - Fix bug with line breaks in links - http://bugs.debian.org/459885, thanks to patches and test input / output provided by Adeodato Simó. (See t/37anchormultilinebugs.t) - Incorperated MDTest1.1's tests, and made most of the Text-Markdown and Text-MultiMarkdown tests in MDTest format. - Add and document an accessor for the parsed markdown URLs. - Fix html4tags option in Markdown.pl and MultiMarkdown.pl - Remove auto_install from Makefile.PL, this is a deprecated feature and it shouldn't be being used at all.
2008-05-30Bump PKGREVISION for gtkspell API bump.wiz1-1/+2
2008-05-30Update to 2.0.13:wiz4-20/+34
version 2.0.13 (2008-05-20): * Additional translations (see po/ChangeLog). * Enchant support (support for pspell/aspell dropped) (Dom Lachowicz) version 2.0.12 (2008-05-09): * Make debug, quiet and build_suggestion_menu static in gtkspell.c to prevent exporting them. * One additional translation (see po/ChangeLog). * Move spell-checking library from Libs to Libs.private in gtkspell-2.0.pc * Update autogen.sh to use intltool * Fix warnings with -Wstrict-prototypes by Richard Laager Bump API for dependency changes.
2008-05-30Added devel/p5-Array-RefElem version 1.00abs1-1/+4
Added devel/p5-Cache-FastMmap version 1.26 Added devel/p5-parent version 0.221 Added textproc/p5-Lingua-EN-Inflect-Number version 1.1 Added textproc/p5-Text-SimpleTable version 0.03 Added textproc/p5-YAML-Tiny version 1.32
2008-05-30Import textproc/p5-Lingua-EN-Inflect-Number 1.1abs3-0/+30
This module extends the functionality of Lingua::EN::Inflect with three new functions available for export.
2008-05-30Import textproc/p5-Text-SimpleTable-0.03abs3-0/+27
Simple eyecandy ASCII tables, as seen in Catalyst. WWW: http://search.cpan.org/dist/Text-SimpleTable/
2008-05-30Import textproc/p5-YAML-Tiny-1.32abs3-0/+43
YAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny family of modules is specifically intended to provide an ultralight and zero-dependency alternative to many more-thorough standard modules. This module is primarily for reading human-written files (like simple config files) and generating very simple human-readable files. Note that I said human-readable and not geek-readable. The sort of files that your average manager or secretary should be able to look at and make sense of. YAML::Tiny does not generate comments, it won't necesarily preserve the order of your hashes, and it will normalise if reading in and writing out again. It only supports a very basic subset of the full YAML specification.
2008-05-29update to 2.22.0drochner3-282/+283
this switches to the gnome-2.22 release branch
2008-05-28Updated texproc/p5-YAML-Syck to 1.04abs2-7/+9
[Changes for 1.04 (JSON::Syck 0.29) - 2008-02-17] * The 'Name "YAML::Syck::ImplicitBinary" used only once: possible typo' warnings no longer triggers in Perl 5.10 when running with perl -w. Reported by: Jesse Vincent [Changes for 1.03 (JSON::Syck 0.29) - 2008-02-16] * JSON::Syck: When $JSON::Syck::SingleQuote is false, implicit booleans such as "yes" and "no" should be dumped with double quotes, instead of single quotes (which breaks RFC 4627). Reported by: cho45 [Changes for 1.02 (JSON::Syck 0.28) - 2008-02-16] * JSON::Syck: Colons in single-quoted strings are no longer loaded with an extra space after it. Reported by: Agent Zhang [Changes for 1.01 (JSON::Syck 0.27) - 2008-01-19] * JSON::XS is now promoted prominiently in JSON::Syck's documentation. * Added support for Perl 5.11 and its first-class Regexp objects. Contributed by: Andreas Koenig * Tests no longer fail incorrectly when JSON.pm 2.00+ is installed. Contributed by: Andreas Koenig * Removed the unused Syck bytecode modules (yamlbyte.h and yaml2byte.c) to further reduce our memory footprint. [Changes for 1.00 (JSON::Syck 0.26) - 2007-12-10] * When $YAML::Syck::SingleQuote is set to true, Dump() now emits newlines in strings correctly. (Previously it would emit extra newlines.) [Changes for 0.99 (JSON::Syck 0.26) - 2007-10-23] * TODOify tests as appropriate for Perl 5.005 and Perl 5.6.x. [Changes for 0.98 (JSON::Syck 0.26) - 2007-10-13] * Restore support for Perl 5.005 and earlier. [Changes for 0.97 (JSON::Syck 0.26) - 2007-09-03] * When loading !!perl/code with $YAML::Syck::LoadCode set to false, YAML::Syck now returns a coderef that does nothing (i.e. sub {}), in accordance with YAML.pm's treatment, instead of returning the actual code of the sub as a string. Contributed by: Florian Ragwitz [Changes for 0.96 (JSON::Syck 0.26) - 2007-08-08] * The always-quote rule now applies to all implicit booleans and null values, i.e. strings that match the following regex: /y|Y |n|N |yes|Yes|YES |no|No|NO |true|True|TRUE |false|False|FALSE |on|On|ON |off|Off|OFF |null|Null|NULL |~ /x * Bare literals "Y", "N", "y" and "n" are now recognized as booleans when loading with implicit typing turned on. * Mixed case strings that does not represent implicit boolean values, such as "yES" and "nO", are no longer always-quoted. Contributed by: Malcolm Studd [Changes for 0.95 (JSON::Syck 0.26) - 2007-08-04] * "Yes" and "no" (including all upper/lower case forms) are now always dumped in quoted form to avoid ambiguities when loaded by loaders with ImplicitTyping set to true. Reported by: Malcolm Studd * lib/YAML/Syck.pod is merged back into lib/YAML/Syck.pm. (No functional changes.) [Changes for 0.94 (JSON::Syck 0.26) - 2007-07-10] * Repair broken PAUSE upload, again. (Sigh.) [Changes for 0.93 (JSON::Syck 0.26) - 2007-07-10] * Repair broken PAUSE upload. [Changes for 0.92 (JSON::Syck 0.26) - 2007-07-10] * Allow for LoadFile(*FH) and DumpFile(*FH), in addition to ($fh) and (\*FH). Also, new tests for LoadFile and DumpFile. Contributed by: Adriano Ferreira [Changes for 0.91 (JSON::Syck 0.26) - 2007-06-23] * Corrected loading Regexps with all combinations of quantifiers. Contributed by: Ingy döt Net [Changes for 0.90 (JSON::Syck 0.26) - 2007-06-22] * Regexes are now dump/loaded correctly with modifiers, with a new representation: "--- !!perl/regexp:main (?i-xsm:1)", instead of the old mapping with a REGEXP key. The old form still loads correctly; the new form corresponds to YAML.pm 0.63 and later. Requested by: Ingy döt Net * Loading regexes with modifiers no longer involves an eval"" call. [Changes for 0.88 (JSON::Syck 0.26) - 2007-06-17] * New dependency: Scalar::Util, for LoadFile and DumpFile functions. You can safely do without that module if you do not make use of the two functions. * LoadFile and DumpFile now accept glob values, and reject unopened handles properly instead of silently ignores it. Contributed by: Adriano Ferreira [Changes for 0.87 (JSON::Syck 0.25) - 2007-06-17] * New LoadFile and DumpFile functions for JSON::Syck. * JSON::Syck now actually exports its functions if you ask for it. * LoadFile and DumpFile now accept IO objects in addition to file names. Requested by: Adriano Ferreira [Changes for 0.86 (JSON::Syck 0.24) - 2007-06-16] * Support for dumping and loading regexps created by qr//, including blessed once. Note that loading Regexp values dumped by YAML.pm currently discards modifiers.
2008-05-27Remove setup of environment variables from configure scriptobache6-13/+133
to avoid unwanted detection of pre-installed tools.
2008-05-26Mark some packages as not for bulk building on HPUX.tnn1-1/+3
2008-05-26Yet another tmac PLIST fix.tnn1-2/+2
This whole mess needs to be cleaned up and sanitised.
2008-05-26sync with base pkgdrochner2-6/+6
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg13-39/+52
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg2-2/+4
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-22Remove textproc/p5-String-Random which was a duplicate oftnn5-26/+1
security/p5-String-Random. Merge changes from the textproc one into the security one.
2008-05-22update to libxslt 1.2.4recht3-7/+8
fixes the security issue reported in: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1767 http://secunia.com/advisories/30315/ http://bugzilla.gnome.org/show_bug.cgi?id=527297 1.1.24: May 13 20088: - Documentation: man page fix (Vincent Lefevre). - Bug fixes: pattern bug fix, key initialization problems, exclusion of unknown namespaced element on top of stylesheets, python generator syntactic cleanup (Martin)
2008-05-21Update to 1.4.2:wiz2-7/+7
Bug fixes.
2008-05-20Update to 2.1:wiz3-9/+8
iso-codes 2.1 ------------- Tobias Toedter <toddy@debian.org> Sun, 4 May 2008 [ ISO-3166 ] * Changes from ISO-3166 MA Newsletter VI-2: - MD shortname to "Moldova" - ME full name to "Montenegro" [ ISO-3166-2 ] * Removed extraneous blanks from Malta (MT) entries; unfuzzied the resulting .po deltas. Closes: alioth#310645 [ ISO-639 translations ] * Vietnamese by Clytie Siddall (TP) * Dutch by Freek de Kruijf (TP) * Esperanto by Edmund GRIMLEY EVANS (TP) [ ISO-3166 translations ] * Slovenian by Primož Peterlin (TP) * Hungarian by Gabor Kelemen (TP) * Spanish by Javier Fernández-Sanguino Peña * Lithuanian by Kestutis Biliūnas * Vietnamese by Clytie Siddall * Bulgarian by Damyan Ivanov * Tamil by Tirumurti Vasudevan [ ISO-3166-2 translations ] * Slovenian by Primož Peterlin (TP) * Lithuanian by Kestutis Biliūnas [ ISO-4217 translations ] * Slovenian by Primož Peterlin (TP) * Hungarian by Gabor Kelemen (TP) [ ISO-15924 translations ] * Thai by Theppitak Karoonboonyanan * Slovenian by Primož Peterlin (TP)