summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04+ ocaml-text.wiz1-1/+2
2012-06-04Initial import of ocaml-text, packaged by Jaap Boender.wiz4-0/+71
OCaml-Text is an OCaml library for dealing with Unicode.
2012-06-04+ ocaml-tyxml.wiz1-1/+2
2012-06-04Initial import of ocaml-tyxml, packaged by Jaap Boender in PR 45546:wiz5-0/+129
TyXML is an OCaml library that allows you to build XML trees whose validity is insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG (partial).
2012-06-03Update to 2.8.0:wiz13-866/+43
2.8.0: May 23 2012 Features: - add lzma compression support (Anders F Bjorklund) Documentation: xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä), Update README.tests (Daniel Veillard), URI handling code is not OOM resilient (Daniel Veillard), Fix an error in comment (Daniel Veillard), Fixed bug #617016 (Daniel Mustieles), Fixed two typos in the README document (Daniel Neel), add generated html files (Anders F Bjorklund), Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard), Improve documentation a bit (Daniel Veillard), Updated URL for lxml python bindings (Daniel Veillard) Portability: Restore code for Windows compilation (Daniel Veillard), Remove git error message during configure (Christian Dywan), xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer), remove a bashism in confgure.in (John Hein), undef ERROR if already defined (Patrick R. Gansterer), Fix library problems with mingw-w64 (Michael Cronenworth), fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards), prefer native threads on win32 (Sam Thursfield), Allow to compile with Visual Studio 2010 (Thomas Lemm), Fix mingw's snprintf configure check (Andoni Morales), fixed a 64bit big endian issue (Marcus Meissner), Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard), Fix windows build from lzma addition (Rob Richards), autogen: Only check for libtoolize (Colin Walters), Fix the Windows build files (Patrick von Reth), 634846 Remove a linking option breaking Windows VC10 (Daniel Veillard), 599241 fix an initialization problem on Win64 (Andrew W. Nosenko), fix win build (Rob Richards) Bug fixes: Part for rand_r checking missing (Daniel Veillard), Cleanup on randomization (Daniel Veillard), Fix undefined reference in python module (Pacho Ramos), Fix a race in xmlNewInputStream (Daniel Veillard), Fix weird streaming RelaxNG errors (Noam), Fix various bugs in new code raised by the API checking (Daniel Veillard), Fix various problems with "make dist" (Daniel Veillard), Fix a memory leak in the xzlib code (Daniel Veillard), HTML parser error with <noscript> in the <head> (Denis Pauk), XSD: optional element in complex type extension (Remi Gacogne), Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard), Fix a wrong return value in previous patch (Daniel Veillard), Fix an uninitialized variable use (Daniel Veillard), Fix a compilation problem with --minimum (Brandon Slack), Remove redundant and ungarded include of resolv.h (Daniel Veillard), xinclude with parse="text" does not use the entity loader (Shaun McCance), Allow to parse 1 byte HTML files (Denis Pauk), Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder), Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li), Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott), xmlParseNodeInContext problems with an empty document (Tim Elliott), HTML element position is not detected propperly (Pavel Andrejs), Fix an off by one pointer access (Jüri Aedla), Try to fix a problem with entities in SAX mode (Daniel Veillard), Fix a crash with xmllint --path on empty results (Daniel Veillard), Fixed bug #667946 (Daniel Mustieles), Fix a logic error in Schemas Component Constraints (Ryan Sleevi), Fix a wrong enum type use in Schemas Types (Nico Weber), Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard), Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard), fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan), fix a pair of possible out of array char references (Daniel Veillard), Fix an allocation error when copying entities (Daniel Veillard), Make sure the parser returns when getting a Stop order (Chris Evans), Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng), Fix a schema type duration comparison overflow (Daniel Veillard), Fix an unimplemented part in RNG value validation (Daniel Veillard), Fix missing error status in XPath evaluation (Daniel Veillard), Hardening of XPath evaluation (Daniel Veillard), Fix an off by one error in encoding (Daniel Veillard), Fix RELAX NG include bug #655288 (Shaun McCance), Fix XSD validation bug #630130 (Toyoda Eizi), Fix some potential problems on reallocation failures (Chris Evans), __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin), __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin), Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards), Small fix for previous commit (Daniel Veillard), Fix a potential freeing error in XPath (Daniel Veillard), Fix a potential memory access error (Daniel Veillard), Reactivate the shared library versionning script (Daniel Veillard) Improvements: use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov), New symbols added for the next release (Daniel Veillard), xmlTextReader bails too quickly on error (Andy Lutomirski), Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin), Use buffers when constructing string node lists. (Conrad Irwin), Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk), wrong message for double hyp"whereis" command to xmllint shell (Ryan), Improve xmllint shell (Ryan), add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky), Add --system support to autogen.sh (Daniel Veillard), Add hash randomization to hash and dict structures (Daniel Veillard), included xzlib in dist (Anders F Bjorklund), move xz/lzma helpers to separate included files (Anders F Bjorklund), add generated devhelp files (Anders F Bjorklund), add XML_WITH_LZMA to api (Anders F Bjorklund), autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters), Improve the error report on undefined REFs (Daniel Veillard), Add exception for new W3C PI xml-model (Daniel Veillard), Add options to ignore the internal encoding (Daniel Veillard), testapi: use the right type for the check (Stefan Kost), various: handle return values of write calls (Stefan Kost), testWriter: xmlTextWriterWriteFormatElement wants an int instead of a long int (Stefan Kost), runxmlconf: update to latest testsuite version (Stefan Kost), configure: add -Wno-long-long to CFLAGS (Stefan Kost), configure: support silent automake rules if possible (Stefan Kost), xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost), __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin), __xmlRaiseError: do cheap code check early (Dmitry V. Levin) Cleanups: Cleanups before 2.8.0-rc2 (Daniel Veillard), Avoid an extra operation (Daniel Veillard), Remove vestigial de-ANSI-fication support. (Javier Jardón), autogen.sh: Fix typo (Javier Jardón), Do not use unsigned but unsigned int (Daniel Veillard), Remove two references to u_short (Daniel Veillard), Fix -Wempty-body warning from clang (Nico Weber), Cleanups of lzma support (Daniel Veillard), Augment the list of ignored files (Daniel Veillard), python: remove unused variable (Stefan Kost), python: flag two unused args (Stefan Kost), configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost), xpath: remove unused variable (Stefan Kost)
2012-06-03Update to 3.3.1: fixes a broken pkgconfig file.wiz2-6/+6
2012-06-02Update ruby-stringex to 1.4.0.taca2-6/+6
Changes are unavailable.
2012-06-02Update ruby-rdtool to 0.6.34.taca3-7/+12
= CHANGES :0.6.34 * Add LGPL-2.1 for setup.rb * Add rd2html-ext-lib from rubikitch. Thanks!!
2012-06-02Update ruby-nokogiri to 1.5.3.taca3-8/+14
== 1.5.3 / 2012-06-01 * Features * Support for "prefixless" CSS selectors ~, > and + like jQuery supports. #621, #623. (Thanks, David Lee!) * Attempting to improve installation on homebrew 0.9 (with regards to iconv). Isn't package management convenient? * Bugfixes * Custom xpath functions with empty nodeset arguments cause a segfault. #634. * Nokogiri::XML::Node#css now works for XML documents with default namespaces when the rule contains attribute selector without namespace. * Fixed marshalling bugs around how arguments are passed to (and returned from) XSLT custom xpath functions. #640. * Nokogiri::XML::Reader#outer_xml is broken in JRuby #617 * Nokogiri::XML::Attribute on JRuby returns a nil namespace #647 * Nokogiri::XML::Node#namespace= cannot set a namespace without a prefix on JRuby #648 * [JRuby] 1.9 mode causes dead lock while running rake #571 * HTML::Document#meta_encoding does not raise exception on docs with malformed content-type. #655 * Fixing segfault related to unsupported encodings in in-context parsing on 1.8.7. #643 * [JRuby] Concurrency issue in XPath parsing. #682
2012-06-02Update ruby-multi_json to 1.3.6.taca2-6/+6
Changes are unavailable.
2012-06-02Update ruby-kramdown to 0.13.6.taca2-6/+6
commit 40e6cde2d3e1a4f9f6bc14a243b22b4ae3311ca2 Author: Thomas Leitner <t_leitner@gmx.at> Date: Wed May 9 19:53:47 2012 +0200 Updated release notes and version number doc/news/release_0_13_6.page doc/sidebar.template lib/kramdown/version.rb man/man1/kramdown.1.erb commit 7f66dca331f78d84ef22c489c755360b304cb41f Author: Thomas Leitner <t_leitner@gmx.at> Date: Tue May 8 21:20:46 2012 +0200 Fixed bug RF#29557: Parsing fails with lists with empty list item If a list item is completely empty, it needs to be handled specially, which is done now. lib/kramdown/converter/kramdown.rb lib/kramdown/parser/kramdown/list.rb test/testcases/block/08_list/special_cases.html test/testcases/block/08_list/special_cases.text commit ac00ea8ea590ece6c7a6c53b30920114f349b79b Author: Thomas Leitner <t_leitner@gmx.at> Date: Tue May 8 20:02:43 2012 +0200 Fixed problem with CDATA section in non-XHTML pages The HTML parser does not parse CDATA in script tags and therefore the CDATA tags were displayed in MathJax output. By commenting out the CDATA tags (with LaTeX comment syntax) we avoid this problem. lib/kramdown/converter/html.rb lib/kramdown/parser/html.rb test/testcases/block/15_math/normal.html
2012-06-02Update ruby-haml to 3.1.6.taca3-7/+10
Changes are unavailable.
2012-06-02Update ruby-fastercsv to 1.5.5.taca3-10/+9
= Change Log Below is a complete listing of changes for each revision of FasterCSV. == 1.5.5 * Removed setup.rb due to licensing concerns. * Updated and clarified Copyright notices. * Improved stray quoting error message (patch by Edvard Majakari). * Improved line ending detection algorithm (patch by Alexey Smolianinov).
2012-06-02Update ruby-json and ruby-json-pure to 1.7.3.taca6-16/+20
2012-05-12 (1.7.3) * Work around Rubinius encoding issues using iconv for conversion instead. 2012-05-11 (1.7.2) * Fix some encoding issues, that cause problems for the pure and the extension variant in jruby 1.9 mode. 2012-04-28 (1.7.1) * Some small fixes for building
2012-06-01Add symlinks in gnu/man/man1/cheusov2-6/+13
++pkgrevision
2012-06-01Add symlink gnu/man/man1/sedcheusov2-5/+8
++pkgrevision
2012-06-01* Version 1.1.2 - May 2012, by Martin von Gagerngdt2-7/+6
* Backport gnulib change to deal with removal of gets function. This is a build-time-only fix. (Mentioned in Fedora bug #821791) * Version 1.1.1 - May 2012, by Martin von Gagern * Added Serbian translation. * Updated Danish and Vietnamese translations. * Work around a bug in the formatting of the man page. (Debian bug #669340)
2012-05-31Bypass a troff check in configure to stop introducing an unneededfhajny4-36/+48
g-prefix on SunOS, brings PLIST consistency across operating systems.
2012-05-30+ py-Unidecode.wiz1-1/+2
2012-05-30Initial import of py-Unidecode-0.04.9:wiz4-0/+603
It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligeble (a popular example of this is when making an URL slug from an article title). Note that this module generally produces better results than simply stripping accents from characters (which can be done in Python with built-in functions). It is based on hand-tuned character mappings that for example also contain ASCII approximations for symbols and non-Latin alphabets. This is a Python port of Text::Unidecode Perl module by Sean M. Burke.
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-21/+10
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov2-16/+21
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2012-05-29Update to 3.3.0, ok ftigeot@wiz3-8/+10
Mon Jan 09 2012 Caolán McNamara (caolanm@redhat.com) * merge in changes from Giulio Paci <giuliopaci@gmail.com> * bump soname for abi changes
2012-05-29Update to 0.9.29:wiz3-7/+10
2012-05-13 Rasqal Version 0.9.29 Released Supports all of SPARQL 1.0 by passing 100% of the approved tests Added support for XSD date Made XSD dateTime and XSD date equality and comparison work Make limit and offset check work properly in a subquery Correctly handle errors during aggregation expressions evaluation Fix blank node generation when made in a CONSTRUCT to match SPARQL Added SPARQL 1.1 draft UUID() and STRUUID() support Requires Raptor 2.0.7+ RDQL support will be removed in the next release (0.9.30) Made other fixes and improvements including fixing reported issues: 0000493, 0000494 0000504
2012-05-29Update groonga to 2.0.3.obache3-14/+111
Release 2.0.3 - 2012/05/29 -------------------------- Improvements ^^^^^^^^^^^^ * [doc] Added about release procedure. * Removed restriction that the max number of opened files is 4096. * [experimental] Added table plugin. * [doc] Added more descriptions about :doc:`/commmands/select` command. * [doc] Made execution example copy & paste friendly. * [windows] Supported build with Visual Studio 2010 Express and CMake. See :doc:`/install/windows` about details. * [doc][solaris] Added a document about building on Solaris. See :doc:`/install/solaris` about details. * [doc][yum] Updated epel-release package version. [Reported by IWAI, Masaharu] * [doc][cenos6] Disabled Repoforge for Munin for CentOS 6. [Reported by IWAI, Masaharu] * Started distributing source archive in zip format. * [munin] groonga_dist Munin plugin supported an object that has separated files. * Started using Travis CI. * [yum] Changed RPM package name that provides yum repository from groonga-repository to groonga-release to follow RPM package name convension such as centos-release and fedora-release. Fixes ^^^^^ * [doc] Fixed a command to update yum repository. [Suggested by IWAI, Masaharu] * [deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol. * Fixed broken ERROR tag in XML response. [#1363] [GitHub#13] [Patch by IWAI, Masaharu] * Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin(). * Fixed a bug that ``&!`` set operation doesn't work with grouped expression. [#1372] * Fixed a bug that a record key registered via index source isn't normalized.
2012-05-26Update to 5.1.2. From the changelog:schmonz2-6/+6
* Minor changes to the documentation * Strip potentially dangerous ENTITY declarations in encoded feeds * feedparser will now try to continue parsing despite compression errors * Fix issue 321 a little more (the initial fix missed a code path) * Issue 337 (`_parse_date_rfc822()` returns None on single-digit days) * Issue 343 (add magnet links to the ACCEPTABLE_URI_SCHEMES) * Issue 344 (handle deflated data with no headers nor checksums) * Issue 347 (support `itunes:image` elements with a `url` attribute) * Fix mistakes, typos, and bugs in the unit test code * Fix crash in Python 2.4 and 2.5 if the feed has a UTF_32 byte order mark * Replace the RFC822 date parser for more extensibility * Issue 304 (handle RFC822 dates with timezones like GMT+00:00) * Issue 309 (itunes:keywords should be split by commas, not whitespace) * Issue 310 (pubDate should map to `published`, not `updated`) * Issue 313 (include the compression test files in MANIFEST.in) * Issue 314 (far-flung RFC822 dates don't throw OverflowError on x64) * Issue 315 (HTTP server for unit tests runs on 0.0.0.0) * Issue 321 (malformed URIs can cause ValueError to be thrown) * Issue 322 (HTTP redirect to HTTP 304 causes SAXParseException) * Issue 323 (installing chardet causes 11 unit test failures) * Issue 325 (map `description_detail` to `summary_detail`) * Issue 326 (Unicode filename causes UnicodeEncodeError if locale is ASCII) * Issue 327 (handle RFC822 dates with extraneous commas) * Issue 328 (temporarily map `updated` to `published` due to issue 310) * Issue 329 (escape backslashes in Windows path in docs/introduction.rst) * Issue 331 (don't escape backslashes that are in raw strings in the docs)
2012-05-24fix for CVS-2012-1152 taken fromspz3-2/+47
https://rt.cpan.org/Ticket/Attachment/920541/477607/YAML-LibYAML-0.35-format-err or.patch
2012-05-23Fix linking of btparse library into xscode objectmarkd3-2/+19
Bump PKGREVISION
2012-05-21Add fix for http://secunia.com/advisories/49177/ from repository.taca3-6/+35
Bump PKGREVISION.
2012-05-21textproc/aspell-portuguese: Update to version 20070510.0marino4-46/+13
Due to unicode in one of the PLIST files, the package failed during packaging due to a libarchive translation error on DragonFly. Apparently Linux suffers from this as well. The last update was 9 years ago. Updating to current version fixes the problem for DragonFly. Linux restriction removed under the assumption that it also works now.
2012-05-21textproc/aspell-romanian: Update to version 3.3.2marino4-39/+13
Due to unicode in one of the PLIST files, the package failed during packaging due to a libarchive translation error on DragonFly. Apparently Linux suffers from this as well. The last update was 9 years ago. Updating to current version fixes the problem for DragonFly. Linux restriction removed under the assumption that it also works now.
2012-05-21textproc/aspell-spanish: Update to version 1.11.2marino4-38/+11
Due to unicode in one of the PLIST files, the package failed during packaging due to a libarchive translation error on DragonFly. Apparently Linux suffers from this as well. The last update was 9 years ago. Updating to current version fixes the problem for DragonFly. Linux restriction removed under the assumption that it also works now.
2012-05-21textproc/FlightCrew: Fix bad patch applicationmarino1-1/+2
The FlightCrew files all use DOS line endings. The patches all use unix line endings. All source files have to have the line endings converted before applying a patch to them. The last patch added 2012-01-16 to fix build with Boost wasn't applied to a converted source file and thus the package failed in the patch phase.
2012-05-17canonicalize MASTER_SITES and HOMEPAGE url.obache1-3/+3
2012-05-17Add missing dependency. Not make-jobs safe.wiz1-1/+5
Bump PKGREVISION.
2012-05-17add and enable p5-Unicode-LineBreakjnemeth1-1/+2
2012-05-16Initial import of textproc/p5-Unicode-LineBreak 2012.02bouyer3-0/+34
Three main modules and some supporting program files are contained. For more details read following POD documentations: Text::LineFold - Line Folding for Plain Text Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm
2012-05-14Fix PKGNAME.fhajny1-1/+2
2012-05-12fix PLIST issue caused by CVS directorycheusov1-2/+3
2012-05-12Fix in colorit_funcs (use ${var:=val} for initializing variables)cheusov1-14/+14
2012-05-12Patch for textproc/coloritcheusov3-2/+50
2012-05-12+coloritcheusov1-1/+2
2012-05-12colorit is a simple utility for colorizing input textscheusov22-0/+600
2012-05-12Add CONFLICTS with new man-pages package. For details, seewiz1-1/+3
man-pages/Makefile.
2012-05-09Changes:rhaen2-7/+6
1.57 17 Dec 2011 [FIXES] - Test for undef streams instead of truth, to allow streams like '' or '0' Thanks to Thorsten Schwander for the patch - Failed to parse PDF 1.5 cross reference streams where a 1024-byte boundary happened to fall between "endstream" and "endobj" do to a logic error. Thanks to Thorsten Schwander for the report and fix suggestion 1.56 13 Dec 2011 [FIXES] - Workaround for corrupt PDFs that have 'n' records in their index that point to byte zero of the file. Silently treat those as 'f' records. Yet another case of Acrobat supporting broken PDFs, so the rest of us have to support them too... Thanks to Mark Hunnibell for a sample PDF that demonstrated the problem
2012-05-08Avoid C99/XOPEN_SOURCE confusion. Fixes build on SunOS.hans3-2/+24
2012-05-07Set BUILDLINK_API_DEPENDS correctly (with +=, not ?=)dholland2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland13-26/+26
It turns out there were a lot of these.
2012-05-05Fix build of py26-expat against expat-2.0. Bump revision.joerg1-2/+2
2012-05-05Doesn't work with python25. (uses byte-string literals, needs >= 26)dholland1-1/+3