summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2011-10-29Do not change PHP_VERSIONS_ACCEPTED in phpversion.mk.cheusov1-3/+1
It is not necessary anymore. No objections in tech-pkg@.
2011-10-28Add pdfgrepryoon1-1/+2
2011-10-28Import pdfgrep-1.2 as textproc/pdfgrep from wip/pdfgrepryoon4-0/+41
Pdfgrep is a tool to search text in PDF files. It works similar to grep. Features ======== * search for regular expressions. * support for some important grep options, including: o filename output. o page number output. o optional case insensitivity. o count occurrences. * and the most important feature: color output!
2011-10-28Update groonga to 1.2.7.obache3-7/+72
Release 1.2.7 - 2011/10/29 -------------------------- Improvements ^^^^^^^^^^^^ * [libedit] Added error check for wide character to multibyte sequence conversion. [Reported by SHIDARA Yoji] * Added grn_geo_estimate_in_rectangle(). * Added cursor API to geo search in rectangle. * Improved geo search in rectangle speed. * Added packages for Ubuntu 11.10 Oneiric Ocelot * [experimental] Supported Oracle Solaris 10 8/11. (just buildable with system gcc.) Fixes ^^^^^ * Fixed a typo in document. [Reported by @soundkitchen] Thanks ^^^^^^ * SHIDARA Yoji * @soundkitchen
2011-10-28Twisted is no longer in pkgsrc-wip, it's in net/py-twisted.obache1-2/+2
2011-10-28Add python24 compatibility fixes.obache2-1/+27
2011-10-28Update p5-Pod-Simple to 3.19.hiramatsu2-7/+6
Changes from previous: 2011-08-23 David E. Wheeler <david@justatheory.org> * Release 3.19 Fixed occasional test failure when tests are run in parallel (HARNESS_OPTIONS=j6:c). Thanks to Alexei Znamensky for the report and Marc Green for the fix. Added "pod_handler" option. This is a callback that can be used to inspect the content on a "=pod" line. Marc Green/Google Summer of Code. Added tests for proper line-ending parsing from the previous release. The tests were in the repository, but didn't make it into the MANIFEST or, therefore, the release. Reported by Marc Green. Added the "parse_empty_lists" option. When enabled, Pod::Simple will recognize empty lists (that is, a blocks with '=over' and '=back' but nothing in between). Disabled by default. Marc Green/Google Summer of Code. Added the "whiteline_handler" attribute. It's much like "code_handler", "cut_handler", and "pod_handler", except it's triggered on lines that contain only whitespace characters. Marc Green/Google Summer of Code. Added "raw" attribute to L<> treelet that contains the L<>'s raw contents. Marc Green/Google Summer of Code. Pod directives autoclosed by Pod::Simple are now denoted as such by the new "fake_closer" attribue. Marc Green/Google Summer of Code. Fixed incompatibility with Pod::Simple::HTMLBatch in Pod::Simple::XHTML. Patch by Eric Johnson. 2011-07-16 David E. Wheeler <david@justatheory.org> * Release 3.18 Pod::Simple now properly parses Pod files using Mac OS Classic line- endings (\r). Marc Green/Google Summer of Code. Fixed test failure in 't/search50.t when the test finds a .pod but the module is in a .pm. Thanks to the cpan-testers who reported this when the test searched for Capture::Tiny. 2011-07-09 David E. Wheeler <david@justatheory.org> * Release 3.17 Documented tertiary methods. Patch from Shawn H Corey. Added "backlink" option to Pod::Simple::XHTML. Thanks to Marc Green/Google Summer of Code for the pull request. Typos fixed in Pod::Simple::HTMLBatch. Reported by Shawn H Corey. Fixed quoting of value returned by a "strip_verbatim_indent()" code reference so that regex meta characters are properly escaped. Added "anchor_items" option to Pod::Simple::XHMTL. This allows text items (which are output as <dt> elements) to have IDs that can be referenced in the "#" part of a URL. Marc Green/Google Summer of Code. Added "recurse" option to Pod::Simple::Search. It's enabled by default; disable it to turn off recursion into subdirectories. Marc Green/Google Summer of Code. Added documentation to clarify the behavior of the "content_seen" method. Thanks to Olaf Alders for the pull request. 2011-03-14 David E. Wheeler <david@justatheory.org> * Release 3.16 Fixed invalid HTML generated for nested lists by Pod::Simple::XHTML (Fitz Elliott). Replaced the invalid "<nobr>" tag -- created for "S<>" -- with '<span style="white-space: nowrap;">' (Fitz Elliott). Fixed some nerbles in our own Pod (Michael Stevens) Improved the "Minimal code" example in Pod::Simple::HTML. The key is to use pase_file(), not parse_from_file() (which should otherwise be undocumented, and is just there for Pod::Parser compatibility. Added the html_charset() and html_encode_chars() attributes to Pod::Simple::XHTML. Inspired by a bug report from Agent Zhang (RT #29587). Added "Minimal code" example to the Pod::Simple::XHTML documentation. Fixed mispelling of the "=encoding" markup in the parser (it was spelled "=encode"). Thanks to "TTY" for the patch. (RT #24820). 2010-11-11 David E. Wheeler <david@justatheory.org> * Release 3.15 Removed "perlpod.pod" and "perlpodspec.pod". These now just live in the Perl core. Fixed stylesheet names output by HTMLBatch to match the names of the actual stylesheet files (broken in 3.09). Thanks to Kevin Ryde for the report (RT #56725). Added missing closing slash to the CSS links in the XHTML output. Thanks to HarleyPig for the patch! Added parens around bar "qw(...)" in t/xhtml05.t. Thanks to Jerry D. Hedden for the patch. Improved the Pod::Simple::HTML docs. Thanks to Gabor Szabo for the patch. Pod::Simple::XHTML now properly encodes entities in URLs in the anchor tag. Thanks to John McNamara for the report (RT-60249). Pod::Simple::HTML and XHTML now strip whitespace from the end of section names that appear as anchor names for headers (in HTML) and IDs (in XHTML). Such whitespace appeared when "X<>" entities were stripped out but not the space between them (RT-56572). Make test "t/search50.t" always pass on case-insensitive file systems rather than just skip VMS.
2011-10-27Update p5-Pod-Spell-CommonMistakes to 1.000.hiramatsu2-7/+6
Changes from previous: 1.000 Released: 2011-02-21 23:25:42 UTC Converted to Dist::Zilla for the release process Add some more common misspellings, thanks RT#61505 Fix a typo in check_pod_case which prevented it from working
2011-10-26Replace /usr/bin/env python with ${PYTHONBIN}gls1-1/+12
PKGREVISION++
2011-10-25register egg-info.obache1-2/+3
Bump PKGREVISION.
2011-10-25register egg-info.obache1-3/+4
Bump PKGREVISION.
2011-10-25Update py-textile to 2.1.5.obache3-14/+36
fixes and improvements release.
2011-10-23Limit this package to ruby19. Noted by David Holland via private mailtaca1-1/+2
about devel/ruby-fiddle, too.
2011-10-21Update p5-Regexp-Common to 2011041701.hiramatsu2-7/+6
Changes from previous: Version 2011041701 Sun Apr 17 14:22:58 CEST 2011 + Fix documentation (matches should be match). Reported by cogent@cpan.org in RT ticket 2833. + Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net) Version 2011041602 Sat Apr 16 17:06:28 CEST 2011 + Fix typo in repository (avar@cpan.org) Version 2011041601 Sat Apr 16 16:07:29 CEST 2011 + Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer match a single dot.
2011-10-20Add and enable ruby-psych.taca1-1/+2
2011-10-20Importing textproc/ruby-psych 1.9.2pl290. It is one of missingtaca3-0/+52
parts from ruby19 package. Psych is a YAML parser and emitter, actually a part of the Ruby distribution.
2011-10-20Replace PHP_VERSION_REQD with PHP_VERSIONS_ACCEPTED. This unbreaks bulk ↵cheusov1-2/+2
builds (pbulk and distbb)
2011-10-19Avoid dependency on teTeX.minskim2-19/+27
2011-10-19Recursive Bump from boost-libs ABI bump.obache1-1/+2
2011-10-18Update p5-Text-Diff to 1.41.hiramatsu2-7/+6
Changes from previous: 1.41 Sun 17 Apr 2011 - Add Text::Dif::Config to MANIFEST. 1.40 Sat 16 Apr 2011 - Added DIFF_OUTPUT_UNICODE env variable to allow outputting unicode characters. Thanks to Shlomi Fish for the patch.
2011-10-17Update p5-Feed-Find to 0.07.hiramatsu2-7/+6
Changes from previous: 0.07 2011.01.28 - Use $ua->env_proxy to load local proxy settings. (RT 53817) - Fixed documentation for find_in_html. (RT 19183) - Removed sign() and auto_install() from Makefile.PL. - Removed magic svn keywords. - Converted test suite to Test::More. - Added author tests (xt/) and modified SYNOPSIS for all modules to make them pass the compilation test.
2011-10-17Update p5-Text-Diff-HTML-Changes to 0.07.hiramatsu2-8/+6
Changes from previous: 0.07 2011-06-26T05:48:03 - Moved to [GitHub](http://github.com/theory/text-diff-html/). - Switched to a static README.md, rather than a generated README.
2011-10-16Update p5-String-RewritePrefix to 0.006.hiramatsu2-7/+6
Changes from previous: 0.006 2010-10-25 15:36:37 America/New_York give explicit Sub::Exporter requirement do not warn if a coderef prefix generator returns undef
2011-10-16Update p5-Text-FindIndent to 0.10.hiramatsu2-7/+6
Change from previous: 0.10 - Robustify some regexes against warnings.
2011-10-16LICENSE=modified-bsdobache1-1/+2
2011-10-16* Convert PYDISTUTILSPKG to register egg-info.obache2-5/+6
Bump PKGREVISION.
2011-10-16* Convert PYDISTUTILSPKG to register egg-info.obache2-5/+5
Bump PKGREVISION.
2011-10-15Fix build with perl 5.14... I think. Someone who actually knows how todholland3-1/+200
write Perl bindings should double-check this. XXX: This will almost certainly not work on LP64 platforms as it casts XXX: Perl-provided pointers to int and back. However, fixing this XXX: requires changing the API of the parent Sablotron package, which XXX: doesn't seem like a great idea at the moment.
2011-10-14Update p5-Template-Declare to 0.45.hiramatsu2-7/+6
Changes from previous: p5-Template-Declare-0.45 0.45 2011-04-15 * Added new HTML 5 elements to the HTML Tag set. (Theory) 0.44 2010-12-08 * Added support for $TAG_INDENTATION and $EOL (Marc Chantreux) * Add a current_base_path() convenience function (trs)
2011-10-13Update to 0.7.2ryoon2-6/+8
Changelog: FlightCrew v0.7.2 2011.08.15 - Use Inno for Windows installer. - Add version display to GUI and CLI. - Fix Sigil issue #813: erroneous Resource is reachable but not present in OPF detection. - OS X minimum version bumped to 10.6. - made the CSS resource use detection far more robust - fixed an issue with CSS @import rules in the '@import "something.css"' format not being recognized - fixed an issue with links to fonts in commented-out CSS producing "not in manifest" errors (issue #15) - fixed an issue with "background" and "background-image" CSS rules that referenced images having those same images marked as unreachable files (issue #21) - fixed an issue with "src" declarations in @font-face rules that have a space before the colon throwing error messages about unreachable files (issue #21) - clarified what "reachable" means in the error messages
2011-10-13add and enable iksemeljnemeth1-1/+2
2011-10-12Fix build on SunOS.hans2-4/+11
2011-10-12Update p5-Text-Glob to 0.09.hiramatsu2-7/+7
Change from previous: 0.09 Tuesday 22nd February, 2010 Compiled documentation fixes (collected by Tom Hukins from fixes on rt.cpan)
2011-10-12Update p5-Text-SpellChecker to 0.11.hiramatsu2-7/+6
Changes from previous: 0.11 Fri Jun 24 2011 - pod fixes and pod test 0.09 Thu Jun 23 2011 - Better tests, use of LANG - Compile time check for at least one speller.
2011-10-12Update p5-Text-TabularDisplay to 1.28.hiramatsu2-7/+7
Changes from previous: - improved README. - consistent coding style.
2011-10-12This is an XML parser library mainly designed for Jabber applications.jnemeth5-0/+56
It provides SAX, DOM, and special Jabber stream APIs. Library is coded in ANSI C except the network code (which is POSIX compatible), thus highly portable.
2011-10-10Update to 1.12.0:wiz2-6/+6
08-10-2011: version 1.12.0 This version features a new, work-in-progress mandoc output mode: -Tman. This mode allows a system maintainer to distribute man media for older systems that may not natively support mdoc, such as old Solaris systems. The -Ofragment option was added to mandoc's -Thtml and -Txhtml modes. While adding features, an apropos utility has been merged from the mandoc-tools sandbox. This interfaces with mandocdb for semantic search of manual content. apropos is different from the traditional apropos primarily in allowing keyword search (such as for functions, utilities, etc.) and regular expressions. Note that the calling syntax for apropos is likely to change as it settles down. In documentation news, the mdoc and man manuals have been made considerably more readable by adding MACRO OVERVIEW sections, by moving the gory details of the LANGUAGE SYNTAX to the roff manual, and by moving the very technical MACRO SYNTAX sections down to the bottom of the page. Furthermore, for tbl, the -Tascii mode horizontal spacing of tables was rewritten completely. It is now compatible with groff, both with and without frames and rulers. Nesting of indented blocks is now supported in man, and several bugs were fixed regarding indentation and alignment. The page headers in mdoc are now nicer for very long titles.
2011-10-09Update textproc/xmlada to version 4.2.0.0marino5-60/+90
2011-10-09Update to 1.96. From the changelog:schmonz2-7/+6
[ENHANCEMENTS] * Now ignores minified Javascript files. Anything matching -min.js or .min.js is ignored. * Added Groovy support (--groovy). * Added .pm6 as a --perl extension. * Lua can now get detected from the shebang line. Thanks, Matthew Wild. * Added support for version numbers in executables in shebang detection. Now if your Perl program's shebang refers to /usr/local/bin/perl-5.14.1, ack will find it.
2011-10-09Update my emailcheusov5-10/+10
2011-10-08Update textproc/asciidoc to 8.6.6.gls3-12/+7
Release highlights The AsciiDoc plugin architecture has been enhanced, unified and extended: - Plugin commands have been added to the asciidoc(1) --backend option. - An asciidoc(1) --theme option has been implemented to specify a theme and to manage theme plugins. - A plugin build command (for creating plugins) added. - build, install, list and remove plugin commands are all recognized by asciidoc(1) --backend, --filter and --theme options. A security update by Kenny MacDermid removes the use of eval() on untrusted input (to disallow code malicious execution). Complete changelog can be accessed here: http://www.methods.co.nz/asciidoc/CHANGELOG.html
2011-10-08Add missing lines. Fix 'make package'.ryoon1-1/+4
2011-10-08Update p5-Template-Tiny to 1.12.hiramatsu2-7/+6
Changes from previous: 1.12 Fri 17 Jun 2011 - Template::Tiny is unchanged for a year, moving to stable release - Cleaning up POD grammar a bit (ADAMK) - Removing test dependency on Capture::Tiny for tiny purity (ADAMK)
2011-10-07Update p5-XML-LibXML-Simple to 0.91.hiramatsu2-7/+6
Changes from previous: version 0.91: Mon Jul 11 22:40:02 CEST 2011 Fixes: - forcearray option with one element rt.cpan.org#69336 [Matt W Johnson] version 0.90: Wed Jun 15 10:20:48 CEST 2011 Fixes: - initialize XML::LibXML::Parser into safe mode. rt.cpan.org#68803 [Yann Kerherve] Improvements: - new Parser and ParserOpts parameters version 0.15: Thu Apr 28 10:22:34 CEST 2011 Fixes: - parser object recreated each time, because it cannot be reused (any more?). [Didier Brun]
2011-10-07Update p5-XML-Feed to 0.44.hiramatsu2-7/+6
Change from previous: 0.44 - Fix problem with HTML escaping in conversion https://rt.cpan.org/Public/Bug/Display.html?id=44899 (Dave Cross & Shlomi Fish)
2011-10-07Update p5-XML-FeedPP to 0.43.hiramatsu2-7/+6
Changes from previous: 2011/05/08 (0.43) * fixed #67268: Wrong return value of description() with xhtml content in atom feeds https://rt.cpan.org/Ticket/Display.html?id=67268 (thanks to MDOM) 2010/10/31 (0.42) * fixed #55197: Not a HASH reference at XML/FeedPP.pm line 2260 https://rt.cpan.org/Ticket/Display.html?id=55197 (thanks to MDOM)
2011-10-06Collect the pkgsrc patches, plus a lot of other more or less neededdholland12-805/+18
cleanup, into a jumbo distfile patch. I've almost got a clean WARNS build; the remaining warnings are almost certainly bugs and need investigation by someone with deeper knowledge of rtf and/or troff than I have. PKGREVISION -> 3
2011-10-06Update p5-XML-Atom to 0.41.hiramatsu2-7/+6
Changes from previous: 0.41 2011.09.26 * Added a dependency to DateTime::TimeZone (leto) 0.40 2011.09.18 * Fixed tests for Windows (wchristian) * use all upper case UTF-8 (tsgit) 0.39 2011.06.20 * Disabled external entities and network to avoid possible security flaw (yannk) 0.38 2011.05.22 * Fixed a bug where content with newlines wasn't encoded in perl >= 5.12 (emasaka) https://rt.cpan.org/Public/Bug/Display.html?id=61637
2011-10-06Add HOMEPAGE and LICENSE.hiramatsu1-1/+3
2011-10-06Update p5-XML-Generator to 1.04.hiramatsu2-7/+6
Change from 1.03: 1.04 Fri Jul 15 08:35:00 2011 - Added the filter_invalid_chars option, which is turned on by default under strict mode.