summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2013-01-23Switch EXTRACT_SUFX to .tar.bz2 to conserve bits!adam2-6/+6
2013-01-23Fix COMMENT.wiz1-2/+2
Closes PR 47494 by diro@nixsyspaus.org.
2013-01-23Changes 50.1.2:adam2-7/+7
This is a maintenance release affecting only the Layout Engine ABI. It only incorporates bug 9826 which fixes a regression in ICU4C 50.1.1.
2013-01-23- updated to 3.42rhaen2-7/+6
CHANGES version 3.42 date: 2012-11-06 # minor maintenance release fixed: bug, elements created with XML::Twig::Elt->parse were garbage collected too early, see http://stackoverflow.com/questions/13263193/xmltwig-changes-erased added: some tests version 3.41 date 2012-08-08 # minor maintenance release fixed: META.json generation version 3.40 date: 2012-05-10 # minor maintenance release added: support for alternations ('|') at the top level of handler triggers and navigation you can now have twig_handlers => { 't1|t2' => \&handler } and $elt->children( 't1|t2') added: the discard_all_spaces option that discards more aggressively non-significant white spaces see RT #71164 https://rt.cpan.org/Ticket/Display.html?id=71164 fixed: used $[ instead of $] in 3 tests, see RT#72765 https://rt.cpan.org/Ticket/Display.html?id=72765 reported by Kevin Ryde fixed: did not use Text::Wrap with indented_c see RT #71375 https://rt.cpan.org/Ticket/Display.html?id=71375 reported and patch provided by Martin Strömberg fixed: doc change for XML::Twig::Elt flush, see RT #72279 https://rt.cpan.org/Ticket/Display.html?id=72279 fixed: replaced HTML::TreeBuilder::as_XML with am XML::Twig specific version, to avoid bugs in the original version and improve stability of the output
2013-01-23- updated to 0.80rhaen2-7/+6
ChangeLog: 0.80 Mon 23 Jul 16:23:14 BST 2012 - Automatic absolute links now work when at the very start of some text Fixes bug #27850.
2013-01-23Update to 2.020wen2-7/+7
Upstream changes: 2.020 2013-01-20 - Give a more informative error message when a PDF file using a cross-reference stream is encountered. The Known Issues section of the documentation includes pointers on how to add support in case someone else can get to this before I do. - Text using TrueType fonts is now searchable again. In version 0.61, an undocumented -unicodemap option was added to nearly all of the font resource methods, which only included a ToUnicode CMap if it was set (and it's required in order for PDF readers to be able to identify individual characters if BaseEncoding isn't present, which it isn't for TrueType fonts). I've left the -unicodemap option in place, and it's still undocumented (except here), but it's now on by default. Call $pdf->ttfont($fontfile, -unicodemap => 0) if you want to disable it for performance or file size reasons. - Add a note to the stringify method's documentation saying that it's a destructive operation. - The various filter types have their own classes in the PDF::API2::Basic::PDF::Filter namespace now, rather than having all of the packages in Filter.pm. - To facilitate testing and ensure that identically-generated PDFs have identical output in Perl 5.17.5 or later, PDF dictionary keys are now sorted during output.
2013-01-23Update to 3.27wen2-7/+7
Add LICENSE Upstream changes: 2013-01-22 Jarkko Hietaniemi <jhi@google.com> * Resolve https://rt.cpan.org/Ticket/Display.html?id=69029 Do not die (adist()) on empty pattern string. * Resolve https://rt.cpan.org/Ticket/Display.html?id=36707 Do not die on undefined inputs, just return undef. * Resolve https://rt.cpan.org/Ticket/Display.html?id=82341 Explicitly specify the licensing to be Artistic 2 or LGPL 2. * Modernize all the tests to use Test::More. * Add some tests for UTF-8 inputs. * Mark some stalled/ancient bugs as resolved. * Delete the hopelessly obsolete BUGS file. * Released as 3.27.
2013-01-21Update to 1.14:wiz2-6/+6
enca-1.14 - Allow standard names for belarusian and slovenian languages, thanks to Branislav Geržo for suggestion. - Reset strictness when check buffer less than file size, thanks to Sam Liao. - Fixed typos in man page, thanks to A. Costa.
2013-01-21Update to 1.0.16:wiz3-11/+10
2012-XX-XX Redland Version 1.0.16 Released librdf_model_contains_statement() and librdf_storage_contains_statement() now return 0 for invalid statements Postgres, MySQL and Hashes storage bug fixes. Multiple other API bug fixes Multiple build fixes to help building on Windows. (Daniel Richard G.) Requires [1]Raptor 2.0.7 or newer Fixed Issues: [2]0000443, [3]0000460, [4]0000497, [5]0000518 and [6]0000519
2013-01-19Update py-markdown2 to 2.1.0obache2-7/+6
## python-markdown2 2.1.0 - ["nofollow" extra, issue #74, pull #104] Add `rel="nofollow"` support (mostly by https://github.com/cdman): $ echo '[link](http://example)' | markdown2 -x nofollow <p><a rel="nofollow" href="http://example">link</a></p> Limitation: This *can* add a duplicate 'rel' attribute to raw HTML links in the input.
2013-01-19Update py-xlrd to 0.8.0.obache3-8/+13
0.8.0: This release finally lands the support for both .xls and .xlsx files. Many thanks to John Machin for all his work on making this happen. Opening of .xlsx files is seamless, just use xlrd as you did before and it all should "just work". xlrd 0.8.0 is also the first release that that targets Python 2.6 and 2.7, but no Python 3 just yet. Python 2.5 and below may work but are not supported. If you need to use Python 2.5 or earlier, please stick to xlrd 0.7.x. 0.7.9: This release fixes an annoying merge bug on my part that resulted in a "NameError: global name 'BYTES_X00' is not defined" error where opening certain Excel files. 0.7.8: This release features the following changes: - Compatibility with Python 2.1 and 2.2 is restored. - Fix for github issue #7: assertion error when reading file with xlwt-written bitmap. The assertion is now ignored and a warning logged if verbosity > 0. - superfluous zero bytes at end of xls OBJECT records are now ignored.
2013-01-15If Docbook support is requested and therefore the SAX1 interface, makejoerg2-3/+12
sure to include the corresponding source.
2013-01-14Update to 5.1.3. From the changelog:schmonz2-6/+6
* Consolidated and simplified the character encoding detection code * Issue 346 (the gb2312 encoding isn't always upgraded to gb18030) * Issue 350 (HTTP Last-Modified example is incorrect in documentation) * Issue 352 (importing lxml.etree changes what exceptions libxml2 throws) * Issue 356 (add support for the HTML5 attributes `poster` and `preload`) * Issue 364 (enclosure-sniffing microformat code can throw ValueError) * Issue 373 (support RFC822-ish dates with swapped days and months) * Issue 376 (uppercase 'X' in hex character references cause ValueError) * Issue 382 (don't strip inline user:password credentials from FTP URL's)
2013-01-13+py-cssselectjakllsch1-1/+2
2013-01-13Add py-cssselect.jakllsch4-0/+45
cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document. This module used to live inside of lxml as lxml.cssselect before it was extracted as a stand-alone project.
2013-01-13Add uncrustify.ryoon1-1/+2
2013-01-13Import uncrustify-0.59 as textproc/uncrustify.ryoon4-0/+36
Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA. The goals of this project are simple: Create a highly configurable, easily modifiable source code beautifier.
2013-01-11Add missing string.h. Fix return values. Fix rpath.joerg3-18/+185
2013-01-10Update to 0.94wen2-7/+6
Upstream changes: 0.94 - 2012-12-03, H.Merijn Brand * Guard against beta releases of Encode (Xavier Guimard - RT#81499) * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469) * Tested with perl compiled with clag (also to verify RT#81469) * Fix memory leak reported in RT#81539 (Fix by Tony Cook) 0.93 - 2012-11-19, H.Merijn Brand * Skip Encode related tests on too old Encode * Force old(er) tar format (ustar) - assumes GNU tar on release box 0.92 - 2012-11-12, H.Merijn Brand * Allow bind_columns () for print () * Increase buffer size for print to 64k * Fix RT#80680 - Buffer break halfway UTF8 + tests
2013-01-08Remove expatobjc-license -- same as mit.wiz1-2/+2
Found by gdt.
2013-01-06Simplify MASTER_SITES by staying in the by-module hierarchy askleink1-2/+2
implied by MASTER_SITE_PERL_CPAN, rather than traversing ../by-authors. Fixes a distfile fetch problem experienced by wiz.
2013-01-06Update to 4.2.2:wiz3-7/+9
Sed 4.2.2 * don't misbehave (truncate input) for lines of length 2^31 and longer * fix endless loop on incomplete multibyte sequences * -u also does unbuffered input, rather than unbuffered output only * New command `F' to print current input file name * sed -i, s///w, and the `w' and `W' commands also obey the --binary option (and create CR/LF-terminated files if the option is absent) * --posix fails for scripts (or fragments as passed to the -e option) that end in a backslash, as they are not portable. * New option -z (--null-data) to separate lines by ASCII NUL characters. * \x26 (and similar escaped sequences) produces a literal & in the replacement argument of the s/// command, rather than including the matched text.
2013-01-06Update to 1.13. Set LICENSE. New HOMEPAGE and MASTER_SITES.wiz2-8/+9
enca-1.13 2010-02-09 - Reverse usage of temp file while converting using recode to prevent file truncation (bug #1135). enca-1.12 2009-10-29 - Fixes some minor memory leaks. - Fixes little problems in autoconf scripts. enca-1.11 2009-09-25 - Dropped scanf configure test which is not used at all. - Fixes some wrong format strings. enca-1.10 2009-08-25 + Enca is back alive or at least in maintenance mode. * Enca now lives in git repository, see <http://gitorious.org/enca>. - Add missing charset koi8u to belarussian language. - Fixed some typos in program and documentation.
2013-01-05Update to 1.0001wen2-7/+6
Upstream changes: 1.0001 2012-08-03 13:32 Added docs about encoding entities.
2013-01-05Update to 0.2.1wen2-8/+8
Upstream changes: 0.2.1 2012-12-02 17:44:34 Europe/Oslo Updated all traits to use Moose::Util::meta_attribute_alias() to specify trait aliases. Requires at least Moose 0.89. Fixed bug with duplicate class names being returned by Data::Visitor::Callback when traversing a Moose type constraint on perl 5.17.6. Reported by Andreas J. König. (RT #81519) 0.1.1 2011-10-23 14:56:18 Europe/Oslo Fixed bug with has_xpath_value_map throwing exception if xpath_value query returns empty result set. (RT #71815) Reported by Jeffery M. Thompson. 0.1.0 2011-09-27 14:46:03 Europe/Oslo Added multiple helper/sugar functions. (GitHub #2) Fixed problem with XML::Rabbit::Role::Node->dump_xml() throwing exception because of wide characters in print. 0.0.4 2011-03-22 16:16:02 Europe/Oslo Fixed missing trait imports in XML::Rabbit::Role::Node.
2013-01-05Update to 1.49wen2-7/+7
Upstream changes: 1.49 - April 7, 2011 - Some correctness and Modern Perl changes to the rss2html.pl script (it still appears to be very hairy.) - Add support for parsing rssCloud: - https://rt.cpan.org/Ticket/Display.html?id=67241 - Thanks to STUIFZAND for the patch.
2013-01-05Update to 0.51wen2-9/+8
Upstream changes: 2012-07-10 Dave Cross <dave@dave.org.uk> * Change the User Agent to identify as XML::Feed (SZABGAB) as two sites refused to server the default user agent: http://code.foo.no/feed gave 'Bad Behavior' http://thorsen.pm/atom gave 'Forbidden' 2012-04-10 Jakob Voss <voss@gbv.de> * Add support for RFC 5005 Feed Paging and Archiving in Atom feeds 2012-04-05 Dave Cross <dave@dave.org.uk> * lib/XML/Feed.pm: Remove svn tag. * lib/XML/Feed.pm: Changed contact details from non-working 6A email address. * lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm: Added an image() method to Feed objects. Does something useful for RSS feeds; not for Atom feeds currently. 2012-04-10 Jakob Voss <voss@gbv.de> * Changes, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, t/02-create.t: Add support for RFC 5005 Feed Paging and Archiving in Atom feeds 2012-04-06 Dave Cross <dave@dave.org.uk> * Changes, lib/XML/Feed.pm: Bump version for release. 2012-03-06 Gabor Szabo <szabgab@gmail.com> * lib/XML/Feed.pm, lib/XML/Feed/Entry.pm: add links to the POD 2012-02-19 Gabor Szabo <szabgab@gmail.com> * lib/XML/Feed/Entry/Format/Atom.pm, lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm: split up files to individual packages 2011-12-11 Dave Cross <dave@dave.org.uk> * MANIFEST, lib/XML/Feed/Format/RSS.pm, t/22-bug73160.t, t/samples/rss10-datespaces.xml: Added tests for bug 73160. And code to make them pass. 2011-09-03 Dave Cross <dave@dave.org.uk> * MANIFEST, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, lib/XML/Feed/Format/RSS.pm, t/20-no-enclosures.t, t/21-rss2-permalinks.t, t/samples/rss20-p.xml: Closed a few tickets from the RT queue as an excuse for a new release. Bumped to version 0.46. 2011-07-30 Dave Cross <dave@dave.org.uk> * MANIFEST, MANIFEST.SKIP, lib/XML/Feed.pm, lib/XML/Feed/Format/Atom.pm, t/18-double2.t, t/19-double3.t, t/samples/rss20-double.xml: Another round of changes to fix (and test) https://rt.cpan.org/Public/Bug/Display.html?id=44899
2013-01-05Fix build on OpenBSD/amd64 5.2.ryoon3-7/+28
Add config for OpenBSD.
2013-01-04Changes 50.1.1:adam3-7/+8
* 9306 Layout Engine changes for harfbuzz integration * 9677 Affixes set with e.g. DecimalFormat::setPositivePrefix now ignored for parse * 9714 OS/400 test failures * 9728 Fail building icu4c with mingw-w64 * 9737 Locale::GetDefault() in locid.cpp is not thread-safe * 9771 Updated Currency from/to data (CLDR 5470) * 9748 Visual Studio 2010/2012 issues * 9780 UNUM_PARSE_INT_ONLY no longer handles grouping sep * 9783 New Turkish Lira symbol * 9789 Date format parsing problem with new CLDR data * 9793 Currency data integration issue with CLDR 5470 changes * 9801 UCONFIG_NO_CONVERSION test failure * 9802 No data test failure
2013-01-01allow 2013 in man pagesjnemeth2-5/+4
2012-12-31buildlink with converters/libiconv as same condition of Makefile.obache1-1/+4
fixes buildlink of packages depending on this package for SunOS and Darwin.
2012-12-31require -liconv for the case using libiconv.obache1-1/+2
PR 47180.
2012-12-31Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS.sbd2-4/+4
2012-12-30Update p5-Text-vCard to 2.13:kleink2-6/+6
2.13 Thu 20 Dec 2012 19:34:44 GMT - Under the newer combined RFC6350 - every END:VCARD must be followed by \r\n (including last one)- reported by ysth - Fix for tests, should now work under Perl 5.17.6 - Ron Savage
2012-12-29Remove p5-PDF-API2-Simple as promised/threatened; it is brokendholland4-34/+1
upstream and unmaintained.
2012-12-26Corrected build failure with clang, slightly cleaned up Makefilejaapb3-7/+17
(USE_LANGUAGES, put dependencies in alphabetic order)
2012-12-25Fix implicit int on main; should fix clang build.dholland3-4/+29
2012-12-24Make patches generic to Solaris. If changes are necessary for versionsjperkin4-14/+8
prior to Solaris 11 then we can handle them later.
2012-12-24Fix build on SmartOS.ryoon4-2/+73
If this is irrelevant, please revert them. * Use OS_VARIANT to include db_185.h * Include posix stat function in ifdef to avoid binary change
2012-12-21Chase after that moving target known lightly as the C++ "standard".dholland83-20/+3883
Fixes build. Also clean up insecure-temporary-files. PKGREVISION -> 1.
2012-12-21Fix distinfo and reset PKGREVISION for base package update.dholland2-6/+5
(base package is docbook-xsl)
2012-12-20Fix kputchar prototype. Merge patch-af into patch-ae.joerg4-61/+69
2012-12-20Modify Python script to work under 3.xdarcy2-1/+76
No PKGREVISION bump since it only affects builds that failed before.
2012-12-18textproc/mecab-base: DRAGONFLY_CCVER=gcc44marino1-1/+2
This builds with gcc 4.7, but it causes all the mecab-* packages to segfault during build. Tell DragonFly explicitly to use gcc 4.4 to build the base package. The rest can continue to use gcc 4.7 without issue.
2012-12-18Mention that this also licensed under later versions as 3 of the GNU GPL.tron1-2/+2
Pointed out by Snader_LB.
2012-12-17Update ruby-treetop to 1.4.12.taca2-6/+6
Exact changes aren't unavailable, please refer github: https://github.com/nathansobo/treetop/commits/master.
2012-12-17Update ruby-stringex to 1.5.1.taca2-6/+6
Exact changes aren't available, please refer github: https://github.com/rsl/stringex/commits/master.
2012-12-17Update ruby-rdtool to 0.6.38.taca2-6/+6
:0.6.38 * Fix incompatibility between Ruby1.8 and Ruby1.9 ARGF.filename return "-" if ARGV is empty on Ruby >= 1.9 Thanks to okkez!!
2012-12-17Update ruby-libxml to 2.4.0.taca4-26/+19
= Release History == 2.4.0 / 2012-12-14 Charlie Savage * Support libxml 2.9.0 (Daniel Veillard) * Extensive new interfaces for xml schema functionality including suppor for schemal elements, types, facets and attributes (Anton Sozontov) * Fix Encoding#from_s bug and update docs (Nikita Afanasenko) * Node#content= encoding (Nikita Afanasenko)
2012-12-17Update ruby-multi_json to 1.5.0.taca2-6/+6
Exact changes are unknown, please refer github: https://github.com/intridea/multi_json/commits/master.