summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15Import py-markdown2-2.0.1 as textproc/py-markdown2.obache4-0/+44
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. -- http://daringfireball.net/projects/markdown/ This is a fast and complete Python implementation of the Markdown spec.
2012-08-15Update to 0.6, from Jaap Boender in PR 46799:wiz3-13/+17
This is an update of ocaml-text to version 0.6. According to the upstream changelog, the only changes are to the build system. This version works with ocaml 4.00.
2012-08-12Update to 3.10:wiz2-7/+6
3.10 (2011-05-30) ----------------- * Do not try to build LibYAML bindings on platforms other than CPython (Thank to olt(at)bogosoft(dot)com). * Clear cyclic references in the parser and the emitter (Thank to kristjan(at)ccpgames(dot)com). * Dropped support for Python 2.3 and 2.4. 3.09 (2009-08-31) ----------------- * Fixed an obscure scanner error not reported when there is no line break at the end of the stream (Thank to Ingy). * Fixed use of uninitialized memory when emitting anchors with LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). * Fixed emitting incorrect BOM characters for UTF-16 (Thank to Valentin Nechayev) * Fixed the emitter for folded scalars not respecting the preferred line width (Thank to Ingy). * Fixed a subtle ordering issue with emitting '%TAG' directives (Thank to Andrey Somov). * Fixed performance regression with LibYAML bindings.
2012-08-12Bump PKGREVISION from supported ruby version of migemo change.obache1-2/+2
2012-08-12Drop Ruby-1.8 and welcome Ruby-1.9 support (with some fixes).obache15-8/+216
based on PR 46765 by Miwa Susumu.
2012-08-11Update to 1.19ryoon2-20/+9
* Update MASTER_SITES * Cannot connect to HOMEPAGE * Update license, and remove RESTRICTED * For example, ~/.termcap is needed, because this package uses Term::Cap Changelog: * Add a commandline option * Change termcap handling
2012-08-09sortjnemeth1-2/+2
2012-08-08Added textproc/p5-Dist-Zilla-Plugin-PodWeaver version 3.101641sno1-1/+2
2012-08-08Adding package for Perl5 module Dist::Zilla::Plugin::PodWeaver versionsno3-0/+39
3.101641 from CPAN into textproc/p5-Dist-Zilla-Plugin-PodWeaver. [PodWeaver] is the bridge between Dist::Zilla and Pod::Weaver. It rips apart your kinda-Pod and reconstructs it as boring old real Pod.
2012-08-08Added textproc/p5-Pod-Elemental-PerlMunger version 0.093331sno1-1/+2
2012-08-08Adding package for Perl5 module Pod::Elemental::PerlMunger version 0.093331sno3-0/+33
from CPAN into textproc/p5-Pod-Elemental-PerlMunger. This role is to be included in classes that rewrite the documentation of a Perl document, stripping out all the Pod, munging it, and replacing it into the Perl.
2012-08-08Added textproc/p5-Pod-Weaver version 3.101638sno1-1/+2
2012-08-08Adding new package for Perl5 module Pod::Weaver version 3.101638 fromsno3-0/+50
CPAN into textproc/p5-Pod-Weaver. Pod::Weaver is a system for building Pod documents from templates. It doesn't perform simple text substitution, but instead builds a Pod::Elemental::Document. Its plugins sketch out a series of sections that will be produced based on an existing Pod document or other provided information.
2012-08-08fix typosno1-3/+3
2012-08-08Added textproc/p5-Pod-Elemental version 0.102362sno1-1/+2
2012-08-08Adding new package for Perl5 module Pod::Elemental version 0.102362 fromsno3-0/+52
CPAN into textproc/p5-Pod-Elemental. Pod::Elemental is a system for treating a Pod (plain old documentation) documents as trees of elements. This model may be familiar from many other document systems, especially the HTML DOM. Pod::Elemental's document object model is much less sophisticated than the HTML DOM, but still makes a lot of document transformations easy. In general, you'll want to read in a Pod document and then perform a number of prepackaged transformations on it. The most common of these will be the Pod5 transformation, which assumes that the basic meaning of Pod commands described in the Perl 5 documentation hold: =begin, =end, and =for commands mark regions of the document, leading whitespace marks a verbatim paragraph, and so on. The Pod5 transformer also eliminates the need to track elements representing vertical whitespace.
2012-08-08Added textproc/p5-String-Truncate version 1.100600sno1-1/+2
2012-08-08Adding new package for Perl5 module String::Truncate version 1.100600sno3-0/+31
from CPAN into textproc/p5-String-Truncate. String::Truncate handles the simple but common problem of long strings and finite terminal width by eliding or truncating parts of the string from the left, right, middle or both ends, respectively.
2012-08-06Update textproc/asciidoc to 8.6.8gls3-8/+8
Upstream changes: ----------------- Release highlights ------------------ Added full complement of styles to Open Blocks and Normal Paragraphs???those with a minimalist bent could construct virtually any document using just Title, Normal Paragraph and Open Block syntaxes. Other additions and changes --------------------------- Increased default maximum include depth from 5 to 10. Emit warning if maximum include depth is exceeded. Suppress repeated console messages. Music filter: removed --beams=None option from abc2ly invocation because it is broken on LilyPond 2.14 (Ubuntu 12.04). Replaced obsolete <tt> tag with <code> in HTML backends. Allow configuration attribute entries to create a new section (previously you could only modify existing sections). See: discussion list. Documented {wj} (word-joiner) attribute and updated FAQ. See: discussion list. FAQ: Added How can I place a footnote immediately following quoted text? See discussion list. Added Greek language configuration file. Contributed by Michael Dourmousoglou. See discussion list. FAQ: Added Using roles to select fonts for PDF. Submitted by Lex Trotman and based on solution by Antonio Borneo. See: discussion list. Apply same monospaced font size to all monospaced text. Changed 0 number padding to spaces in numbered GNU source-highlight outputs. Allow highlight source highlighter to use python for Python {language} name. r1142: Update the AsciiDoc source filter to allow the use of the highlight source code highlighter. See discussion list. Vim syntax highlighter: Don?t confuse trailing open block delimiter with section underline. Added skip option to paragraphs (c.f. Delimited Block skip option). Bug fixes FIXED: latex, music and graphviz filters: When the filter output image is data-uri encoded write it to the indir (instead of the outdir) so that encoder can find it. See discussion list. FIXED: Escape the ] character inside inline macros. See discussion list. FIXED: source highlighter filter: Pass role attribute to HTML backends. FIXED: source highlight filter: docbook backend: role attribute was not passed to listings without a title. Patch submitted by Lex Trotman. See discussion list. FIXED: music2png.py: FOPException: Raster ByteInterleavedRaster error (FOP 1.0, ImageMagick 6.6.9-7).
2012-08-06Avoid "call of overloaded 'pow(double, long int&)' is ambiguous" error. Ajperkin2-1/+17
similar patch was proposed on openjade-devel 10 years ago, and still hasn't been integrated... Fixes build on Solaris.
2012-08-06Avoid 'failed to load external entity' errors.jperkin2-1/+21
Fixes build on Solaris.
2012-08-03Changes 2.13:adam4-45/+19
** Bug fixes grep -i, in a multi-byte locale, when matching a line containing a character like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation occupies fewer bytes), would print an incomplete output line. Similarly, with a matched line containing a character (e.g., the Latin capital I in a Turkish UTF-8 locale), where the lower-case representation occupies more bytes, grep could print garbage. [bug introduced in grep-2.6] --include and --exclude can again be combined, and again apply to the command line, e.g., "grep --include='*.[ch]' --exclude='system.h' PATTERN *" again reads all *.c and *.h files except for system.h. [bug introduced in grep-2.6] ** New features 'grep' without -z now treats a sparse file as binary, if it can easily determine that the file is sparse. ** Dropped features Bootstrapping with Makefile.boot has been broken since grep 2.6, and was removed.
2012-08-02Include unistd.h for sleep().jperkin2-1/+16
Fixes build on at least Solaris.
2012-08-01add patches from upstream to fix integer overflows which can causedrochner4-3/+353
DOS or possibly other corruption (CVE-2012-2807) bump PKGREV
2012-07-30Remove redundant and unnecessary item from description. (Okayed byreed1-1/+0
maintainer.)
2012-07-25Changes 1.16.42:adam2-7/+6
Fix crash due to bogus memory free when xmlrpc_parse_value() fails. Broken in 1.07
2012-07-25Use correct linker flags on Solaris with GCC. Fixes relocation issues.jperkin3-2/+31
Bump PKGREVISION.
2012-07-22Update dict-server and dict-client to 1.12.1cheusov6-83/+8
dictl.in: Fix for Debian bug #677868 reported by Stepan Golosunov. dictd.8: Fixes for mistypes found by A. Costa. Thanks! dictzip: Fix for sf.net bug #3390567 reported by Ivo Danihelka. INSTALL: Fix for sf.net bug #3398178 colorit: Fix for option -c. Now it works correctly. examples/dictd_virtual.conf: Fix incorrect keyword for virtual database. Thanks to Marc-Jano Knopp for the report!
2012-07-22Add LICENSEcheusov3-11/+9
Update to dictem-1.0.3 - fix: "dictem-get-matches" function returns dictionary names without ":" in the end. - fix. insertion of text produced by "dict" client of by user's database is always made IN THE END of dictem buffer. This fixes the problems with hightlighting in match/define mixed results. - Fix failure when dictem-use-user-databases-only is t. The problem was that dictem-last-database variable was initialized incorrectly.
2012-07-21Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc thewiz2-4/+0
URL should be as HOMEPAGE in the Makefile.
2012-07-21Update to 1.3.0ryoon2-7/+7
* Buildlink to print/poppler-cpp * Fix build with popplar-0.20 Changelog: Release 1.3.0 [2012-02-14] - Experimental support for libunac (removing accents and ligatures before search) - Recursive search [--recursive] (by Mahmut Gundes) - Don't use colors on dumb terminals - A few minor bug fixes - Use poppler-cpp instead of the poppler core library (by Pino Toscano)
2012-07-20- Reset PKG_REVISION by both php53 and php54 are updated.taca5-10/+5
- Remove supporting php5 (PHP 5.2.x) supporting codes.
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz2-4/+4
by Obache.
2012-07-14+ py-empy.wiz1-1/+2
2012-07-14Import py-empy-3.3 as textproc/py-empy. Packaged for wip by Anthony Mallet.wiz4-0/+124
EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are special signals to the EmPy system and are set off by a special prefix (by default the at sign, @). EmPy can expand arbitrary Python expressions and statements in this way, as well as a variety of special forms. Textual data not explicitly delimited in this way is sent unaffected to the output, allowing Python to be used in effect as a markup language. Also supported are callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands.
2012-07-13Update p5-Text-vCard to 2.11:kleink2-8/+7
2.11 Thu 21 May 2012 08:48:46 BST - Merge POD cleanup and improvements (szabgab)
2012-07-13Updating package for Perl5 distribution Text-Format from CPAN insno2-9/+10
textproc/p5-Text-Format from 0.52nb5 to 0.56. pkgsrc changes: - adjust meta information (DISTNAME, LICENSE, HOMEPAGE) Upstream changes: 0.56 Thu May 31 09:23:26 IDT 2012 - Add "use warnings;" to lib/Text/Format.pm . - Add t/pod.t . - Add t/pod-coverage.t . 0.55 Thu May 31 09:17:32 IDT 2012 - Fix small spelling error in the POD: - closing https://rt.cpan.org/Ticket/Display.html?id=77481 - Thanks to Salvatore Bonaccorso and the Debian people for the report and the patch. - ( There were also some duplicate bug report in the rt.cpan.org queue by accident. ) 0.54 Fri May 25 02:33:47 IDT 2012 - Convert t/justify.t and t/format.t to Test::More, "use strict;" and "use warnings;" and cleaned them up. - fix a warning generated by a call to defined(@array) - https://rt.cpan.org/Ticket/Display.html?id=77413 - thanks to H. Merijn Brand for the report. 0.53 Fri Jan 28 13:02:01 IST 2011 - Adopted by Shlomi Fish (while disclaiming all rights). - Convert the build system to Module-Build, while adding keywords and resources. - The archive name is now the more standard Text-Format-0.53.tar.gz. - Fix some typos in the documentation.
2012-07-12Update to 20120607:wiz2-6/+6
This release adds many new words and some minor fixes.
2012-07-10Add MirBSD support and unbreak build on MirOS. No-op on other platformsbsiegert3-3/+17
so no PKGREVISION bump.
2012-07-08textproc/xmlada: Build with USE_LANGUAGES+= ada marino7-31/+33
1) Remove lang/gnat-aux dependency 2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency) 3) Improve shared library rpath definition required when built by compiler not installed at ${LOCALBASE} 4) Restore use of pkgsrc wrappers
2012-07-06Updating package for Perl 5 module Convert::ASN1 in textproc/p5-Convert-ASN1sno2-7/+7
from 0.22nb2 to 0.26. pkgsrc notes: - ignoring requirement bump of Math::BigInt to 1.997, because it's neither documented why and the test succeed with bundled 1.994, too (skip updating lang/perl5 to 5.16.0 for now ^^) Upstream changes: 0.26 -- Sat Jun 09 13:30:16 CDT 2012 * Avoid Modification of a read-only value attempted errors * dump Data::Dumper strings when rtest fails * Add tests from Crypt::X509 that found the last Modification of a read-only value attempted error 0.25 -- Fri Jun 08 19:31:59 CDT 2012 * fix a spelling mistake [gregor herrmann] * Add use strict and fix errors * Fix decoding of indefinite sequences with ANY * POD additions for ANY * EXPLICIT ops must pass their cVAR to their child op * Swallow a , after a } 0.24 -- Mon Jun 04 17:11:08 CDT 2012 * spelling fix [gregor herrmann] * Added tests for extension markers (fails currently) [Niels Laukens] * Bugfix for extension markerss in SETs and CHOICEs [Niels Laukens] * Skip attempting to encode opEXTENSIONS inside of CHOICE * Support for default explicit tagging [Peter Mogensen] * Added tests and doc for explicit tagging [Peter Mogensen] * Add new opEXPLICIT for sequences that are inserted for EXPLICIT tags 0.23 -- Thu May 03 16:32:46 CDT 2012 * Added support for EXTENSION MARKERS (...) (Niels Laukens) * Switch to Dist::Zilla for building
2012-07-06Updating package for Perl 5 modules Filter::Util::Call/Filter::Util::Exec...sno2-6/+6
in textproc/p5-Filter from 1.39 to 1.45. Upstream changes: 1.45 2012-06-19 rurban ---- * Sync perlfilter.pod with core improvements 1.44 2012-06-18 rurban ---- * Sync t/call.t with core fixes in 2adbc9b6 1.43 21 Feb 2012 rurban ---- * Fix more windows tests: http://www.cpantesters.org/cpan/report/9e790a72-6bf5-1014-9f3b-641f296be760 1.42 20 Feb 2012 rurban ---- * Improve t/tee.t test 5 on windows which allows all Administrator members read-access [RT #75164] 1.41 18 Feb 2012 rurban ---- * Hide example packages from the pause indexer 1.40 9 Feb 2012 rurban ---- * Fix tee and all tests to work with Perl 5.14 and higher. PVIO has no IV field anymore, so abuse the empty IoOFP, which is only used for printing, not reading. Fixes [RT #56875] and more. Tested for 5.6.2, 5.8.4, 5.8.5, 5.8.8, 5.8.9, 5.10.1, 5.12.4, 5.14.2, 5.15.7
2012-07-06Updating package for Perl 5 module Pod::Simple in textproc/p5-Pod-Simplesno2-6/+6
from 3.19 to 3.22. Upstream changes: 2012-05-27 David E. Wheeler <david@justatheory.org> * Release 3.22 Fix but where Pod::Simple would whine about non-ASCII bytes in code or comments. Now only does so for Pod (in the absence of an "=encoding" tag. Broken in 3.21. Grant McLean. 2012-05-23 David E. Wheeler <david@justatheory.org> * Release 3.21 NOTE: COMPATABILITY CHANGE: The 'codes_in_verbatim' option in Pod::Simple::XHTML is no longer enabled by default. This brings it agreement with the other formatting classes, and eliminates unexpected behavior in XHTML-formatted Pod. Users who depended on this functionality can still get it by enabling 'codes_in_verbatim' in their code. Fixed some typos in the documentation. Thanks to Jonathan Yu via the Debian packagers via Florian Ragwitz (RT #75532). Now emit a warning the first time a non-ASCII byte is encountered when no "=encoding" has been seen. Grant McLean. When a non-ASCII byte is encounted before an "=encoding" line has been seen, a heuristic (as described in perlpodspec) is applied to select UTF-8 encoding if the non-ASCII bytes form a valid UTF-8 byte sequence, or Latin-1 otherwise. Grant McLean. Added 'handle_code' method to Pod::Simple::XHTML. This allows subclasses to override the handling of verbatim blocks, and makes for a more cohesive interface, to boot. Gisle Aas. Subsequent text segments are now joined together and passed as a single unit to text handling code. This makes it easier for custom handlers to process complete blocks of text in a single call to 'handle_text', rather than in dribs and drabs. Gisle Aas. Replaced naive text wrapping code in Pod::Simple::DumpAsXML with Text::Wrap, which was already used for similar purposes elsewhere in Pod::Simple. Gisle Aas. 2012-03-01 David E. Wheeler <david@justatheory.org> * Release 3.20 Removed use of 'done_testing' in t/xhtml15.t, which was added in v3.19. Thanks to Paul Howarth for the catch. Fixed quoting of links in a regular expression Pod::Simple::Text. Reported by Father Chrysostomos. Fix test failure on case-insensitive, non-case-preserving file systems (VMS I'm looking at *you*). Patch from Craig A. Berry. Pod::Simple::HTML no longer emits "href='#___top'" if a TOC (index) is not output. Patch from Rick Myers. Fixed links in the TOC of XHTML output to use IDs derived from encoded text, rather than raw Pod, so that it will link to the ID actually generated for the section. Thanks to Randy Stauner for the report (with test case!) (RT #72544). PullParser now throws an exception on an attempt to set a source more than once. Necessary because data from the previous source will be cached, so the new source would be ignored anyway. Create a new PullParser, instead. Thanks to Paul Boldra for the report (RT #74265).
2012-07-06Updating package for Perl 5 module Regexp::Common insno2-6/+6
textproc/p5-Regexp-Common from 2011041701 to 2011121001. Upstream changes: Version 2011121001 Sat Dec 10 21:32:49 CET 2011 + Fixed a few cases where $[ was used instead of $]. (RT 73033 by Father Chrysostomos <sprout@cpan.org>) + Typo fix in docs (P Ramakers <pramakers@gmail.com>) + Add an explicite 1 to end the main module; otherwise it may fail under Mason (Luciano Rocha <luciano.rocha@booking.com>)
2012-07-06Updating package for Perl 5 module XML::Simple in textproc/p5-XML-Simplesno2-8/+11
from 2.18nb4 to 2.20. pkgsrc changes: - update dependencies Upstream changes: 2.20 2012-06-20 22:00:13 Pacific/Auckland - Suppress warning from empty CDATA section (RT#58359 from Juan Antonio Navarro Pérez) 2.19_02 2012-06-19 20:33:53 Pacific/Auckland - Reinstate XML::SAX::Expat dependency - Fix warnings tests (broken in 2.19_01) which rely on global $^W 2.19_01 2012-06-17 23:27:22 Pacific/Auckland - Use lexical filehandles instead of old-style fileglobs (RT#77787 from Quanah) - Restrict scope of :strict mode to calling package (RT#41562 from Hannu Aronsson) - Fix POD typo (RT#45414 from Anirvan Chatterjee) - Update POD to reflect best practise regarding :strict and options - Change minimum Perl requirement to 5.008 - Switch to using Dist::Zilla for release management
2012-07-06Updating package for Perl 5 module XML::LibXML in textproc/p5-XML-LibXMLsno2-8/+7
from 1.96nb1 to 2.00.01 (upstream 2.0001). Upstream changes: 2.0001 Wed Jun 20 19:40:05 IDT 2012 - Remove the leftover perl-libxml-libxml.h from the distribution. - https://rt.cpan.org/Ticket/Display.html?id=77924 - Thanks to Martin Mann for the report. 2.0000 Tue Jun 19 23:04:23 IDT 2012 - Fix warnings that appear when compiling using the clang C compiler by default. - https://rt.cpan.org/Ticket/Display.html?id=77802 - Thanks to duvny for the report, and to seldon, doy and Zefram for their assistance in fixing the warnings. - Fix tests and run-time errors when Hash::FieldHash is installed by no longer using Hash::FieldHash. - https://rt.cpan.org/Ticket/Display.html?id=77576 - Thanks to hsk@fli-leibniz.de for reporting it, and to Father Chrysostomos ( http://search.cpan.org/~sprout/ ) and Mons Anderson for some diagnosis. 1.99 Thu May 31 10:21:23 IDT 2012 - Apply a patch from Mons Anderson ( mons@cpan.org ) for fixing the overloading. - t/62overload.t - Thanks to Mons. - Fix test failures (and general functionality) on 64-bit big endian platforms - https://rt.cpan.org/Ticket/Display.html?id=77340 - Thanks to Gregor Herrmann and Niko Tyni from the Debian Perl group. 1.98 Sun May 13 21:02:14 IDT 2012 - Make sure parse_string() and load_xml() also accept references to strings (to avoid unnecessary copying). - See: https://rt.cpan.org/Ticket/Display.html?id=64051 1.97 Mon Apr 30 20:31:24 IDT 2012 - Apply a test and a fix to correct keep_blanks having no effect on parse_balanced_chunk. - fixes https://rt.cpan.org/Ticket/Display.html?id=76696 - Add t/30keep_blanks.t . - Thanks to SREZIC for the report, the test and the fix.
2012-07-06Updating package for Perl 5 module XML::SAX in textproc/p5-XML-SAXsno2-10/+9
from 0.96nb6 to 0.99. pkgsrc changes: - importing new package for extracted XML::SAX::Base module Upstream changes (not noted by Author!): - extracted XML::SAX::Base and XML::SAX::Exception module - improved/fixed CDSect parsing
2012-07-06Added textproc/p5-XML-SAX-Base version 1.08sno1-1/+2
2012-07-06Re-importing package for Perl 5 module XML::SAX::Base version 1.08 intosno3-0/+28
textproc/p5-XML-SAX-Base, because scheduled update of XML::SAX to 0.96 in textproc/p5-XML-SAX extracted XML::SAX::Base into an own distribution again. This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.
2012-07-06Updating package for Perl 5 module YAML in textproc/p5-YAML from 0.80sno1-4/+4
to 0.81. Upstream changes: version: 0.81 date: Thu Apr 19 11:03:38 PDT 2012 changes: - Patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826 - YAML::Mo uses Safe Mo https://rt.cpan.org/Public/Bug/Display.html?id=76664