summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2015-10-04Update to 0.07wen2-8/+7
Upstream changes: 0.07 Thu Dec 11 2014 Added QRcode support. B96752 Credits to Matthew Hunt for this.
2015-10-04Update to 0.9.9wen2-9/+6
Upstream changes: Version 0.9.8/9 Added MANIFEST.SKIP and fixed a broken build with 0.9.8 Added some utility methods to new()
2015-10-04Update to 2.025wen2-7/+6
Upstream changes: 2.025 2015-09-23 - The previous release included a patch that broke compatibility with Perl 5.8.x. The minimum supported version is now Perl 5.8.5, and there is a .perl-version file to facilitate testing using plenv. 2.024 2015-09-18 - [RT #104133] Include all bounding boxes when importing a page (patch by Don Huettl of Grant Street Group). - [RT #104133] When retrieving bounding boxes for a page, fall back according to the defaults listed in the PDF spec (patch by Don Huettl of Grant Street Group). - Barcodes now take an optional -caption argument that will be printed beneath the barcode. This can replace or be used in conjunction with the text representation of the barcode (requested by Gareth Tunley). - [RT #105581] Calls to width() in BaseFont are now significantly faster (patch by Dmitri Tikhonov).
2015-10-04Update to 1.11wen2-7/+8
Add missing DEPENDS Upstream changes: 1.11 2015.10.02 Test cleanups. (Mohammad S Anwar) Input validation. (Mohammad S Anwar)
2015-10-03Fix symlinks to not be relative and ride last PKGREVISION bumprichard1-8/+8
2015-10-03correct last commit by using makeinfo tool in optionsrichard1-3/+3
ride last PKGREVISION
2015-10-02gnu updates for groff with special fixup for chem.1 manpage not g' prefixedrichard3-33/+79
add dependency to gtexinfo when building docs remove special SunOS processing which seems unnecessary now. TODO: there are still some apparent fonts issues indicated in the build logs
2015-10-01Update to relatorio-0.6.2richard2-7/+7
0.6.2 - 20150919 * Add name argument for "image:" in odf * Remove table:end-cell-address from draw:frame as the address could be wrong * Remove nose * Add directives: attrs, content, replace and strip Homepage updated as well.
2015-10-01Recursive revbump for poppler-0.36.0 shlib bump.wiz1-2/+2
2015-09-30Update 1.73 to 1.75mef2-7/+6
------------------- Changes for version 1.75 (June 25, 2015) ------------------------ - Export only necessary from POSIX (RT#99970, thanks Alexandr Ciornii) - Upgrade Makefile.PL (thanks Alexandr Ciornii) - Fix testing issue with missing locales (RT 97607, 97766, thanks to KHW) (thanks David Solimano) - Fix testing issue with bad Russian data on some platforms (RT 92666) (thanks David Solimano) - Add t/bigfloat.t (thanks Paul Miller / Alexandr Ciornii) Changes for version 1.74 (April 19, 2011) ------------------------ - Only Perl 5.10.0 and newer supported - Allow multi-character (e.g. " " for thousands_sep) (thanks Nick Patch; RT 65489) - Strip out illegal negative values returned by localeconv(), observed on Windows - see @IGNORE_NEGATIVE (thanks Adam Kennedy; RT 56802) - Manage warnings when undef is passed to methods (RT 48038) - Fix round() for Math::BigFloat objects (RT 62059)
2015-09-30Update 2.76 to 2.78mef2-6/+6
------------------- Revision: 2.78 Date: 2015/09/24 02:19:21 ! Makefile.PL Mend pull/42 again. This time correctly. ! lib/Encode/Supported.pod Applied: RT#107146: [PATCH] fix a spelling mistake https://rt.cpan.org/Public/Bug/Display.html?id=107146 2.77 2015/09/15 13:53:27 ! Unicode/Unicode.xs Unicode/Unicode.pm Address RT#107043: If no BOM is found, the routine dies. When you decode from UTF-(16|32) without -BE or LE without BOM, Encode now assumes BE accordingly to RFC2781 and the Unicode Standard version 8.0 https://rt.cpan.org/Public/Bug/Display.html?id=107043 ! Makefile.PL encoding.t Mend pull/42 ! Encode.xs Makefile.PL encoding.pm encoding.t Pulled: precompile 1252 table as that is now the Pod::Simple default https://github.com/dankogai/p5-encode/pull/42
2015-09-29Update to 0.47ryoon2-7/+7
Changelog: __ __/ _ \| || |___ | \ \ / / | | | || |_ / / Three months are gone already \ V /| |_| |__ _/ / \_/ \___(_) |_|/_/ (released 2015-08-28) Man: * Fix: don't add supirious lines around \# lines (Debian's 786642) Thanks to David Prévot (bug report) and to Robert Luberda (patch) Documentation: * Bugfix: poref is a command line option (Debian's #775707) Thanks to Guillem Jover for the report and the patch. Translations: * Update Italian, thanks to Marco Ciampa. Other: * Port our regex to Perl 5.22 (Debian's #788706) Thanks to Roderich Schupp for the report and patch. Project resources: * We migrated from SVN to GIT. All history has been converted. The project is still hosted on alioth, although an unofficial project was created on github (mquinson/po4a) to get the pull requests of the ones preferring the comfort of non free solutions.
2015-09-29Patch CVE-2015-1270. Via Debian.tnn3-2/+19
2015-09-28Fix hardcoded bash usage and use 'gmake' to simplify getting datafilesrichard4-4/+194
Thanks FreeBSD ports! bump PKGREVISION
2015-09-26Update HOMEPAGE.taca2-4/+4
Avoid using rubyforge.org since it stopped most of services.
2015-09-26Update HOMEPAGE.taca1-2/+2
2015-09-26Update to 1.19wen2-7/+6
Upstream changes: 1.19 - 2015-06-17, H.Merijn Brand * Guard tests against $PERL_UNICODE * Numeric options were sometimes interpreted as boolean * Safer meta_info use
2015-09-25Update p5-XML-Atom-SimpleFeed to 0.900.kleink2-6/+6
0.900 Tue 22 Sep 2015 - Support for arbitrary XML encodings [INCOMPATIBLE CHANGE] - Removal of ->no_generator method. To suppress the default generator tag, specify an undef generator.
2015-09-22Update p5-XML-Atom-SimpleFeed to 0.863.kleink2-6/+6
0.863 Thu 10 Sep 2015 [INCOMPATIBLE CHANGE] - Datetime object support now via ->epoch method instead of ->strftime. Despite the fact that this is an incompatible change, it should actually be a nonevent for almost all users, because every datetime module I could find that supports ->strftime also supports ->epoch (and vice versa). However, the ->strftime methods of many modules are (subtly or badly) broken in the face of timezones even as their ->epoch methods work right (or else are broken subtly enough to escape notice). But if you have written your own datetime class, and it has a ->strftime method but not an ->epoch method, and you pass instance of that class to instance of this module, then the feeds you generate that way will now be broken. On balance, I believe that this change will unbreak vastly more code than it breaks. Therefore I decided to switch.
2015-09-21Update textproc/miller to 2.2.0:wiz2-6/+6
Multi-character RS,FS,PS You can process CRLF-terminated DKVP files with mlr --dkvp --rs crlf. You can process LF-terminated CSV files with mlr --csv --rs lf. You can process TSV using mlr --fs tab; you can convert TSV to CSV using mlr --ifs tab --ofs comma. Along with many more possibilities. Please see mlr -h for more information. There is one minor, backward-incompatible change which I felt not worth calling this 3.0.0: default field separator for NIDX format is now space, not comma.
2015-09-19Fix build problem with ruby22.taca2-13/+31
2015-09-17Improve error message when distfile missing, like multimedia/libdvdcss.tnn1-1/+10
2015-09-13Update ruby-redcarpet to 3.3.2.taca2-6/+6
Exact changes are not available.
2015-09-13Update ruby-multi_json to 1.11.2taca2-6/+6
1.11.2 ------ * [Only pass one argument to JrJackson when two is not supported](https://github.com/intridea/multi_json/commit/e798fa517c817fc706982d3f3c61129b6651d601)
2015-09-13Update ruby-kramdown to 1.8.0.taca3-7/+12
kramdown 1.8.0 released This release contains only some minor updates and bug fixes. Changes * 4 minor changes: - The LaTeX converter now uses \texttt instead of \tt for code spans (fixes #257, reported by richard101696) - New option footnote_backlink for changing the backlink of footnotes in the HTML converter (fixes #247, requested by Benjamin Esham) - A quote directly followed by an ellipsis is now converted into an opening quotation mark (fixes #253, requested by Michael Franzl) - Removed warning for self-closing HTML elements that are not self-closed (fixes #262, requested by Gregory Pakosz) * 3 bug fixes: - Fixed #251: The special character sequence \` now works correctly when used in footnotes or headers that appear in the table of contents (reported by Peter Kehl) - Fixed #254: kramdown crashed on encountering a table with multiple consecutive separator lines (reported by Christian Kruse) - Fixed #256: Certain footnote definitions and codeblocks lead to crashes or unneeded backtracking in the regular expression engine - fixed by using atomic grouping (reported by Ali Ok)
2015-09-13Update ruby-haml to 4.0.7.taca4-9/+16
Add pkg_alternative support. # Haml Changelog ## 4.0.7 Released on August 10, 2015 ([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)). * Significantly improve performance of regexp used to fix whitespace handling in textareas (thanks [Stan Hu](https://github.com/stanhu)).
2015-09-13Revbump all packages using Go after the Go update.bsiegert1-1/+2
2015-09-12cloud.github.com unconditionally redirects to https. Use it directly.tnn2-4/+4
2015-09-12Needs pkg-config.joerg1-1/+2
2015-09-11Add a minimum version to dependancies, it seems that pbulk won't workbouyer2-4/+4
without it.
2015-09-11+p5-XML-Descentbouyer1-1/+3
+p5-XML-TokeParser
2015-09-11Import p5-XML-Descent-1.04 to pkgsrcbouyer3-0/+28
The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML). XML grammar is recursive - so it's nice to be able to write recursive parsers for it. XML::Descent allows such parsers to be created.
2015-09-11Import p5-XML-TokeParser 0.05 to pkgsrcbouyer3-0/+35
XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens," each corresponding to an XML::Parser event. A token is a bless'd reference to an array whose first element is an event-type string and whose last element is the literal text of the XML input that generated the event, with intermediate elements varying according to the event type. Each token is an object of type XML::TokeParser::Token. Read "XML::TokeParser::Token" to learn what methods are available for inspecting the token, and retrieving data from it.
2015-09-10Updated textproc/qprint to 1.1.wiz2-7/+7
Changes not found. Addresses PR 50225 by Dario Niedermann.
2015-09-09Add missing dependencies.gdt1-2/+5
From Jason Bacon via pkgsrc-users.
2015-09-09Update p5-XML-Atom-SimpleFeed to 0.862.kleink2-7/+6
0.862 Tue 08 Sep 2015 - Correct RFC 3339 formatting for datetime objects (Thanks, virii)
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-2/+2
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-09-07Update to 1.04mef2-7/+6
-------------- 1.04 2015-07-04 NEILB - Added [MetaJSON] to dist.ini, so release will include META.json. RT#105628 from ETHER++
2015-09-07Update to 1.31mef2-7/+6
-------------- 1.31 2015-07-04 NEILB - Added [MetaJSON] to dist.ini, so release will include META.json. RT#105631 from ETHER++
2015-09-07Update to 9.29mef2-7/+6
-------------- 0.29 May 25 2015 Fixed RT bug #104637 [PATCH]improve documentation on acronym input Removed redundant call that remained after 104419 patch was applied
2015-09-07Update to 1.55mef2-7/+6
-------------- 1.55 2015-07-26 rurban ---- * Fix t/z_pod-coverage.t with old Test::More by Kent Frederik. RT #106090. * Fix t/tee.t + t/order.t race under parallel testing. RT #105396. Thanks to Kent Frederik * Fix Filter exec refcount, breaking earlier parse exits with __DATA__ RT #101668 Thanks to user42_kevin@yahoo.com.au * Add missing filter_del in exec filter. * Add pod for Filter::Util::Call::unimport to fix t/z_pod-coverage.t
2015-09-07Update 2.73 to 2.76mef2-7/+6
------------------- $Revision: 2.76 $ $Date: 2015/07/31 02:18:28 $ ! ucm/koi8-u.ucm Pulled: Fix 0x95 https://github.com/dankogai/p5-encode/pull/41 2.75 2015/06/30 09:59:53 ! Unicode/Unicode.pm Unicode/Unicode.xs encoding.pm VERSION++'ed to make bleadperl happy Message-Id: <CADED=K4QjMxGFAOLEuZUx3OtN-d-hokhurr4BYBE2E3okoxA7g@mail.gmail.com> 2.74 2015/06/25 ! Unicode/Unicode.xs Applied: #101486: [PATCH] reduce compiler warnings and stderr noise (again) https://rt.cpan.org/Ticket/Display.html?id=101486 ! bin/enc2xs Applied patch: #105471: make Encode build with -pedantic https://rt.cpan.org/Ticket/Display.html?id=105471 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL JP/Makefile.PL KR/Makefile.PL Makefile.PL Symbol/Makefile.PL TW/Makefile.PL Applied patch: #102826: non-deterministic Makefiles https://rt.cpan.org/Ticket/Display.html?id=102826
2015-09-06Update 2.1.1 to 2.1.3mef2-6/+6
--------------------- ChangeLog is unknown.
2015-09-06Update to 2.00:wiz2-9/+8
2.00 2015-09-05 NEILB * Bumped version to 2.00 because last release failed to index: some of the earlier releases had a dist version of 0.xx, but various of the modules had version numbers 1.0x. PAUSE is now right stricter about monotically increasing version numbers, so easiest to just to jump ahead. 0.30 2015-09-04 NEILB * Dropped File::Slurp in favour of File::Slurper. RT#106853 from Henk van Oers. * Don't try to convert text to UTF-8 if it's already tagged as UTF-8. Thanks to Artem Krivopolenov. * Changed all remaining instances of 'use base' to 'use parent'; it was previously using a mixture of parent *and* base. * Added "use warnings" and "require 5.006" to all modules. 0.29_02 2015-08-03 NEILB * Don't try to convert text to UTF-8 if it's already tagged as UTF-8. Thanks to Artem Krivopolenov. * Changed all remaining instances of 'use base' to 'use parent'; it was previously using a mixture of parent *and* base. 0.29_01 2015-08-02 NEILB * Switched to Dist::Zilla * Added "use warnings" and "require 5.006" to all modules. * Moved custom-pom2 script from bin/ to examples/ * Reformatted this file as per CPAN::Changes::Spec
2015-09-06Add following line for make testmef1-1/+4
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
2015-09-05Add following line for make testmef1-1/+4
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
2015-09-05Add one more line for make test.mef1-1/+2
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
2015-09-04Update miller to 2.1.1.wiz2-6/+8
Changes: v2.1.1 Incremental read-performance increase for CSV format While #51 is still underway, already there is nearly a 2x read-performance increase in v2.1.1 over v2.1.0. v2.1.0 Minor enhancements and bug fixes Highlights: travis-CI integration (thanks @SikhNerd!); hour-minute-second functions; fixed pretty-print alignment of UTF-8 data.
2015-09-03I'm not currently using this module, reset MAINTAINER.dsainty1-2/+2
2015-09-01Update to 2.0122mef2-7/+6
---------------- 2.0122 2015-09-01 - Enable the memory test on cygwin as well as Linux. - https://rt.cpan.org/Ticket/Display.html?id=104666 - Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for the report. - Fix a typo in createElementNS - https://rt.cpan.org/Public/Bug/Display.html?id=106807 - Thanks to Rich for the report.