summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
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.
2012-12-17Update ruby-kramdown to 0.14.1.taca3-7/+9
Fixed GH#30: Specifying empty definitions for a definition list now works Better fix for the output of closed/open elements Using the already defined tags for HTML elements without a body and better output for unknown elements. Fixed: Using a block IAL before a definition list now works Fixed problem with the output of empty i/b HTML tags Document fix of doc/quickref.page
2012-12-17Update ruby-ferret to 0.11.8.5.taca2-13/+7
Exact changes are unknown, please refer github: https://github.com/jkraemer/ferret/commits/master.
2012-12-17Update ruby-coderay to 1.0.8.taca2-6/+6
* add :string/:char, remove :regexp/:function color from Terminal encoder [GH #29, thanks to Kyrylo Silin] * allow - in line number anchor prefix for HTML encoder [GH #32, thanks to shurizzle] * Fix HTML scanner: Don¡Çt crash if HTML in a diff contains a JavaScript tag.
2012-12-17Update ruby-builder to 3.0.4, latest version of 3.0.x.taca3-10/+10
Exact changes are unknown.
2012-12-16Update to 3.0.2:wiz2-6/+6
* Fix crash during interpreter shutdown by switching to Cython 0.17.3 for building.
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache16-30/+32
2012-12-15Changes 1.16.44:adam2-6/+6
Server: fix method add failure when signature string contains "I" (for 64 bit integer).
2012-12-15add patch from upstream to fix possible array underflow, leadingdrochner3-2/+17
to DOS or possible code injection (CVE-2012-5134) bump PKGREV
2012-12-14Updated textproc/ocaml-tyxml to its latest version, 2.2.0. Changes include:jaapb2-13/+9
2.2.0 * Adding tag <u>
2012-12-12Reset maintainer on his request.wiz1-2/+2
2012-12-09Update to 3.4.0:wiz3-8/+8
Mon Nov 05 2012 Caolán McNamara (caolanm@redhat.com) * fix up the Polish LM
2012-12-08Fix depend rule, reported by joergdholland1-2/+2
2012-12-06Update to 1.6001wen2-6/+6
Upstream changes: 1.6001 2012-12-05 10:03:13 [BUG FIXES] - Resolve issue #71: SV leaks in VM frames 1.6000_01 2012-11-04 09:56:45 - The bytecode version is now 1.6. So all the cache will be discarded. [FEATURES] - Add opcodes: find_file, suffix, is_code_ref, merge_file in order to enhance template syntaxes (doy)
2012-12-06Add PKGGNUDIR support.jperkin2-8/+12
2012-12-06bl3 on libiconv (from wip/libunistring)gdt2-2/+18
add bl3 file (for guile2, following wip/libunistring)
2012-12-05Update to 2j (Unfortunately upstream does not provide NEWS or CHANGES)cheusov2-8/+14
2012-12-04Add py-sphinx-theme-cloud.darcy1-1/+2
2012-12-04Add cloud theme for sphinx.darcy4-0/+86