summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2014-08-26distutils package, register egg file.obache2-4/+5
2014-08-26Update py-markdown2 to 2.2.2.obache2-6/+6
## python-markdown2 2.2.2 - [pull #156] Footnotes XML compatibility. - [pull #157] Horizontal rule minimum length. - [pull #162] Fix escaping fenced code block with safe mode - [pull #163] Fix code highlight with safe mode
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz1-2/+2
2014-08-21Fix build on SunOS (needs explicit -lX11).jperkin1-1/+2
2014-08-19Fix PLIST for PHP != 5.4.joerg1-396/+396
2014-08-18+ hs-hscolourszptvlfn1-1/+2
2014-08-18Import hscolour-1.20.3 as textproc/hs-hscolour,szptvlfn5-0/+100
packaged for wip by pho. hscolour is a small Haskell script to colourise Haskell code. It currently has six output formats: ANSI terminal codes (optionally XTerm-256colour codes), HTML 3.2 with font tags, HTML 4.01 with CSS, HTML 4.01 with CSS and mouseover annotations, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat codes.
2014-08-18regen.wiz1-10/+10
2014-08-18Add runtime dependency on textproc/highlight (for config files).schmonz1-1/+2
2014-08-18Add and enable p5-highlight.schmonz1-1/+2
2014-08-18Initial import of p5-highlight, Perl bindings to textproc/highlight.schmonz2-0/+27
2014-08-18Rename old patches by new convention.schmonz3-5/+5
2014-08-18Share common bits for SWIG bindings (Perl will be first). Noschmonz4-26/+54
functional change intended.
2014-08-15Add missing pkg-config to USE_TOOLS. Respect flags passed down fromschmonz3-5/+15
dlopen.buildlink3.mk. Fixes build on NetBSD (and probably elsewhere).
2014-08-14Do not include automatically generated files to fix build problem.taca1-1789/+1
2014-08-13Fix HOMEPAGEgls1-2/+2
2014-08-13Update to 0.24.1. Highlights from `git log`:schmonz2-6/+6
* portability * clang support * make --invert-match (-v) behave as in ack/grep * more searchable file types (and --list-file-types option) * default to smart-case when searching (differs from ack)
2014-08-13Revbump after boost-libs updateadam4-7/+8
2014-08-11Update to 1.63wen2-7/+6
Upstream changes: 1.63 2014-06-11 21:58:18Z [FIXED] - incorrect error messages fixed, when $@ is clobbered when Carp wasn't loaded (GH#30, GH#31, Hilko Bengen) [CHANGED] - now checking for, and erroring on, duplicate keys found in a hash (GH#32, Hilko Bengen)
2014-08-11Update to 0.47wen2-7/+6
Upstream changes: 0.47 Sat Aug 9 00:29:29 PDT 2014 - Fix swim errors 0.46 Tue Aug 5 10:32:41 PDT 2014 - Add badges to doc - Fix ReadMe 0.45 Mon Aug 4 01:23:10 PDT 2014 - Fix Meta and add Contributing. 0.44 Sun Jul 13 15:19:41 PDT 2014 - Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this. 0.43 Sat Jul 12 10:04:07 PDT 2014 - Test::Base tests needed 'inc' in @INC 0.42 Fri Jul 11 14:45:58 PDT 2014 - Switch to Zilla::Dist - No longer dep on Test::Base, Spiffy, and Filter::Util::Call - Remove test/changes.t
2014-08-11Update to 2014.06wen2-7/+6
Upstream changes: 2014.06 Fri Jun 20 2014 # Unicode 7.0.0, bundled sombok 2.3.3. 2014.004_26 Sat May 04 2014 # Unicode 7.0.0beta at Mar 18, bundled sombok-2.3.2beta1. ! lib/Unicode/LineBreak.pod ! lib/POD2/JA/Unicode/LineBreak.pod ! t/18currency.t - add a change for U+20BB.
2014-08-11Update to 1.01wen2-7/+6
Upstream changes: 2014-06-30 Sean M. Burke sburke@cpan.org * Release 1.01 -- first official Unidecode release since 2001!!! * There are no real changes since the 2014-06-23 developer release. I'm just making this all official now. 2014-06-23 Sean M. Burke sburke@cpan.org * !DEVELOPER RELEASE! * Release 1.00_03 * Now asserting that we need at least Perl 5.8.0 An automated test system that tried running the t/*.t under a 5.6.2 spewed all kinds of crazy error messages. Hence the bump-up. So, I added assertions for the version. * I added some tests for more basic sanity assertions. 2014-06-17 Sean M. Burke sburke@cpan.org v1.00_02 - Not released. Just internal rearranging. 2014-06-13 Sean M. Burke sburke@cpan.org * !DEVELOPER RELEASE! * Release 1.00(_01!)- so many years later, finally we bump up to 1.*! * My documentation is now BRILLIANT. * Minor bugfixes. * Some code comments for clarity. * A modern test suite. * A proper release will follow in a few days.
2014-08-10Update to 1.13.1:wiz7-91/+35
Changes in version 1.13.1, released on August 10, 2014 --- MAJOR NEW FEATURES --- * A complete apropos(1)/makewhatis(8)/man.cgi(8) suite based on SQLite3 is now included. CAVEAT: This also requires a working fts(3) implementation. If your system lacks that *and* you want apropos(1)/makewhatis(8), stay with 1.12.3 for now, then go to 1.12.4 and 1.13.2. [wiz: for this reason, the package does not enable these tools yet] * The roff(7) parser now provides an almost complete implementation of numerical expressions. * Warning and error messages have been improved in many ways. Almost all fatal errors were downgraded to normal errors and some even to warnings. Almost all messages now mention the macro where the issue is detected and many indicate the workaround employed. The mandoc(1) manual now includes a list explaining all messages. --- MINOR NEW FEATURES --- * The roff(7) parser now supports the .ami (append to macro with indirectly specified name), .as (append to user-defined string), .dei (define macro with indirectly specified name), .ll (line length), and .rr (remove register) requests. * The roff(7) parser now supports string comparison and numerical conditionals in the .if and .ie requests. * The roff parser now fully supports the \B (validate numerical expression) and partially supports the \w (measure text width) escape sequences. * The terminal formatter now supports the \: (optional line break) escape sequence. * The roff parser now supports expansion of user-defined strings involving indirect references. * The roff(7) parser now handles some pre-defined read-only number registers that occur in the pod2man(1) preamble. * For backward compatibility, the mdoc(7) parser and formatters now support the obsolete macros .En, .Es, .Fr, and .Ot. * The mdoc(7) formatter non partially supports .Bd -centered. * tbl(7) now handles leading and trailing vertical lines. * The build system now provides fallback versions of strcasestr(3) and strsep(3) for systems lacking them. * The mdoc(7) manual now explains how various standards supported by the .St macro are related to each other. --- BUGFIXES --- * In the roff(7) parser, several bugs were fixed with respect to closing conditional blocks on macro lines. * Parsing of roff(7) identifiers and escape sequences was improved in multiple respects. * In the mdoc(7) parser, the handling of defective document prologues was improved in multiple ways. * The mdoc(7) parser no longer skips content before the first section header, and it no longer deletes non-.% content from .Rs blocks. * In the mdoc(7) parser, a crash was fixed related to weird .Sh headers. * In the mdoc(7) parser, handling of .Sm with missing or invalid arguments was corrected. * In the mdoc(7) parser, trailing punctuation at the end of partial implicit macros no longer triggers end-of-sentence spacing. * In the terminal formatter, two crashes were fixed: one triggered by excessive indentation and another by excessively long .Nm arguments. * In the terminal formatter, a floating point rounding bug was fixed that sometimes caused an off-by-one error in indentation. * In the UTF-8 formatter, rendering of accents, breakable hyphens, and non-breakable spaces was corrected. * In the HTML formatter, encoding of special characters was corrected in multiple respects. * In the mdoc(7) formatter, rendering of .Ex and .Rv was improved for various edge cases. * In the mdoc(7) formatter, handling of empty .Bl -inset item heads was improved. * In the man(7) formatter, some bugs were fixed with respect to same-line detection in the context of .TP and .nf macros, and the indentation of .IP and .TP blocks was improved. * The mandoc(3) library no longer prints to stderr. --- THANKS TO --- Abhinav Upadhyay (NetBSD), Andreas Voegele, Anthony Bentley (OpenBSD), Christian Weisgerber (OpenBSD), Havard Eidnes (NetBSD), Jan Stary, Jason McIntyre (OpenBSD), Jeremie Courreges-Anglas (OpenBSD), Joerg Sonnenberger (NetBSD), Juan Francisco Cantero Hurtado (OpenBSD), Marc Espie (OpenBSD), Matthias Scheler (NetBSD), Pascal Stumpf (OpenBSD), Paul Onyschuk (Alpine Linux), Sebastien Marie, Steffen Nurpmeso, Stuart Henderson (OpenBSD), Ted Unangst (OpenBSD), Theo de Raadt (OpenBSD), Thomas Klausner (NetBSD), and Ulrich Spoerlein (FreeBSD) for reporting bugs and missing features.
2014-08-10+ igor.wiz1-1/+2
2014-08-10Import igor-0.0.20140517 as textproc/igor.wiz4-0/+58
The many rules for man pages and DocBook are a bit much to remember when months can pass between working on the various types. After not finding much to do automated checking, I slapped together a Perl program called "igor" that does some of this. At present it checks all types of files for repeated words ("is is"), common spelling mistakes collected from FreeBSD documents, FreeBSD obsolete features (just "cvsup" so far), bad phrases ("the to"), and bad whitespace (blank lines with whitespace or lines with trailing whitespace). There's a separate style check that makes some subjective suggestions. There are also particular tests for mdoc(7) and DocBook files.
2014-08-09+ py-numpydocwiz1-1/+2
2014-08-09Import py34-numpydoc-0.5 as textproc/py-numpydoc; packaged for wipwiz4-0/+85
by jihbed. Numpy's documentation uses several custom extensions to Sphinx. The following extensions are available: * numpydoc: support for the Numpy docstring format in Sphinx, and add the code description directives np:function, np-c:function, etc. that support the Numpy docstring syntax. * numpydoc.traitsdoc: For gathering documentation about Traits attributes. * numpydoc.plot_directive: Adaptation of Matplotlib's plot:: directive. Note that this implementation may still undergo severe changes or eventually be deprecated.
2014-08-09avoid auto manpage generation until PLIST is updatedrichard1-1/+3
2014-08-09Remove mistakenly-left-in Perl dependency.schmonz1-2/+1
2014-08-09Update to 3.18. From the changelog:schmonz5-147/+268
-filenames without extension (ie. makefile) can be mapped in filetypes.conf (suggested by Sam Craig) -fixed Rexx highlighting -added GDB language definition (thanks to A. Aniruddha) -added the.theme (thanks to Mark Hessling) -updated astyle code to release 2.04 -added astyle reformatting styles google, pico and lisp -improved raw string parsing in cs.lang (patch by smdn.jp) -added regex recognition in js.lang (patch by Troy Sankey) -added PDF language definition (thanks to Roland Hieber) -fixed debug output in sh.lang (https://sourceforge.net/p/syntaxhighlight/bugs/9/) -updated astyle code to release 2.03 -added heredoc string literal parsing for Lisp, Perl, PHP, Ruby and Bash -revised several language definitions -added DataDir::searchDataDir for the Perl SWIG bindings (thanks to David Bremner) -added SWIG PHP binding (patch by G. Wijaya) -updated Diluculum code to release 1.0 (support of Lua 5.2) -patched Diluculum to support Lua 5.1 and 5.2 -added support for Yang (thanks to A. Aniruddha) -fixed Ruby definition -added HeaderInjection and FooterInjection variables for syntax plug-ins -fixed handling of CRLF files on Linux (suggested by William Bell) -replaced single data directory by a dynamic config file search; see README (suggested by Daniel) -added plug-ins outhtml_parantheses_matcher.lua, outhtml_keyword_matcher.lua -CLI: added --list-scripts option -CLI: marked --data-dir, --list-langs, --list-themes options as deprecated -CLI: removed --add-config-dir option -added support for Crack (thanks to Conrad Steenberg) -added XML shebang regex (thanks to Ferry Huberts) -added hints to makefile to deal with Lua 5.1 and LuaJIT system libs -updated cpp_ref_gtk_gnome.lua plug-in -updated cpp_ref_cplusplus_com.lua plug-in -CLI: fixed segfault if --force was applied and unknown files were parsed (thanks to Jussi Judin) -GUI: fixed unselected theme after first program start -CSS class name is omitted in HTML output if class-name option is set to NONE -added support for highlighting of string interpolation -added support for Dart and TypeScript -fixed SWIG module -GUI: added Simplified Chinese translation (thanks to Love NoAny) -replaced Pattern/Matcher classes by the Boost xpressive library (now swig example is broken) -updated Relax NG syntax (thanks to Roger Sperberg) -added new oxygenated theme (thanks to Roger Sperberg) -fixed highlight.pro to include correct lua5.1 paths -GUI: fixed shebang recognition -fixed HTML ordered lists to improve copy&paste in browsers (suggested by Nash) -changed default output from HTML 4.01 to HTML5 -changed default HTML font family to include the generic monospace font -added ODT Flat XML output format (--out-format=odt) -added fontenc package in LaTeX output (patch by Yimin Li) -fixed RTF hyperlink output in several plug-ins -removed ctags option (functionality was replaced by plug-in) -CLI: added --wrap-no-numbers option (patch by Michael Enßlin) -GUI: replaced Qt file dialogs by native dialogs -enhanced the plug-in interface (added Decorator function and Injections property) -added several example plug-ins which show how to add keyword links to online references (e.g. cplusplus.com, perldoc.perl.org, qtproject_org) -added ctags plugin (ctags_html_tooltips.lua) -improved Perl and N3 definitions (thanks to Heiko Jansen) -CLI: marked --ctags-file option as deprecated -CLI: added --plug-in-read option to define an input file for plug-ins -CLI: fixed file suffix recognition -GUI: added input field for a plug-in input file -GUI: fixed initial input tab selection -GUI: set initial font selection to Courier -updated astyle code to release 2.02.1 -fixed SWIG perl binding makefile (patch by David Bremner) -fixed shebang recognition (patch by Georgios M. Zarkadas) -fixed file suffix recognition (patch by Georgios M. Zarkadas) -fixed memory leak in astyle's ASFormatter (patch by MENG Wei) -added support for Biferno (thanks to Sandro Bilbeisi) -added support for RPL (thanks to Frank Seidinger) -added support for Ceylon -fixed Ruby definition -HTML font string may contain a list of fonts, which is not enclosed in quotes (suggested by Sebastiano Poggi) -GUI: added --portable command line option to save config files in the current working directory instead of the user directory (suggested by Royi Avital) -GUI: fixed some language mappings -added support for UPC (thanks to Viraj Sinha) -added support for N3, N-Triples, Turtle, SPARQL (suggested by Heiko Jansen) -added Solarized color theme (thanks to Steve Huff) -fixed OCaml definition (thanks to Kakadu Hafanana) -fixed camo colour theme -removed sienna and desertEx colour themes -CLI: fixed segfault with --print-style option -GUI: added "Dock floating panels" checkbox in the main menu -updated astyle code to release 2.02 -fixed --force option (thanks to Stefan Bühler) -added support for ABC, Algol, AS/400 CL, BCPL, Limbo, Gambas, JavaFX, RPG, Transact-SQL, PL/Perl, PL/Tcl, PL/Python, Charmm -fixed web plugins (Serendipity, DokuWiki, Wordpress) -fixed BBCode closing tag order -GUI: Updated Czech translation (thanks to Pavel Fric) -updated astyle code to release 2.01 -fixed overwriting of files with the same name in recursive batch mode (thanks to Ramanathan U.) -added DataDir class to SWIG interface (patch by David Bremner) -added Andes theme (thanks to Roger Sperberg) -enabled deprecated @highlight pass-through (suggested by David Bremner) -dropped oceandeep theme -updated documentation -added plug-in function AddKeyword (suggested by Michael Serrano) -language definitions are cached instead of being reloaded if input syntax changes -added keyword group ID parameter to the plug-in function OnStateChange -added plug-in script bash_functions.lua -added theme description in output style's comment -added enum and union keywords in c.lang (thanks to Thiago) -added dl linking flag in Makefile to fix Debian build error (thanks to Michael Serrano) -added NDEBUG flag in makefile to disable asserts -GUI: Added Czech translation (thanks to Pavel Fric) -updated Diluculum to version 0.5.3 -fixed README -fixed conversion without highlighting (--syntax txt) -fixed msxml definition (thanks to Andrei Rosca) -added edit-flashdevelop theme (thanks to Andrei Rosca) -CLI: fixed minor bugs -added --config-file option -CLI: fixed minor bugs -GUI: renamed output specific options tab -GUI: remember state of the dock panel -moved plugin scripts from examples to new plugins directory -fixed web_plugin path in makefile (thanks to Jochen Schmitt) -fixed SWIG interface and example scripts -improved converted VIM colour themes -improved several language definitions (Fortran77, Zonnon, Basic, Verilog, Squirrel, R) -added new plugins (java_library.lua, theme_invert.lua) -GUI: added plug-in description label -GUI: moved setting controls into a dock panel -enabled loading of multiple plugins -added MXML language definition (suggested by Neal Delfeld) -fixed HTML, XML, CSS, Actionscript and JavaScript definitions -converted 60 popular VIM colour themes -language definitions, themes, filetypes.conf were converted to Lua scripts (try examples/*2to3.py to convert old files) -added --plug-in option to enable user scripts -renamed *.style files to *.theme -moved include files from src/core to src/include -moved examples/plugins to examples/web_plugins -renamed --linenumbers to --line-numbers -renamed several language definitions and themes -fixed several string delimiter issues (Ruby, Lua) -changed default theme for xterm256 output to edit-vim-dark -changed short options: -O is --out-format, -d is --out-dir, -T is --doc-title -disabled --mark-line feature -disabled --add-data-dir feature -disabled separate output format options (use --out-format instead) -disabled XML output (use SVG or XHTML) -New dependencies: Lua5.1-devel, Boost Headers (Bind) -updated astyle code to release 1.24 -added indentation styles 1tbs and horstmann -added --no-trailing-nl switch (suggested by Adiel Mittmann) -added Modula2 definition (thanks to Benjamin Kowarsch) -added EBNF definition (thanks to Mate Ory) -added ABNF, AutoHotKey, BBCode and Clean language definitions -updated C++ definition to support C++0x syntax -added StartupNotify switch in desktop file (patch by Jochen Schmitt) -improved HTML nested language patterns (thanks to Simone) -improved Rexx and PL1 definitions (thabnks to Robert Prins) -added support for NXC and NBC -GUI: added copy and paste support (thanks to Torsten Flammiger) -GUI: fixed preview of UTF-8 input -fixed Rexx output (thanks to Marc Hessling) -added support for Go and Pure -added support for BNF (thanks to Julien Fontanet) -updated Logtalk definition (thanks to Paulo Moura) -updated THE theme (thanks to Marc Hessling) -CLI: --quiet switch supresses "Unknown source file extension" error (suggested by Nathan Gray) -fixed SVG output (thanks to Xico) -GUI: added new icon -fixed bug with $INCLUDE statement -fixed ctags file parsing -added nested language recognition within a source file (suggested by Pavel Striz) -added $NESTED statement to language definitions (pas, html, tex) -added support for F# (fs.lang) -added support for haXe (hx.lang) -improved various language definitions -revised documentation -LIB: added version to shared lib output name -CLI: added options --start-nested and --print-style -added BBCode output option (--bbcode, suggested by Qui Peccavit) -added new --delim-cr option to cope with MacOS 9 files (suggested by Steven Haddock) -added shared lib target (make lib-shared, suggested by Dario Teixeira) -list of installed languages (--list-langs) was enhanced to include mapped file extensions (suggested by Martin Kammerlander) -improved many colour themes using Agave (agave.sf.net) -fixed CR parsing bug on MacOS (thanks to Shiro Wilde) -fixed SWIG makefile (thanks to David Bremner) -license changed from GPLv2 to GPLv3 (incl. included libs) -updated Artistic Style lib to version 1.23 -new indentation schemes: stroustrup, whitesmith, banner -removed indentSchemes and helpmsg directories -removed README_INDENT -replaced ide-devcpp theme by a new jedit theme -added support for Interactive Data Language (idlang, thanks to Roberto Mendoza) -added support for Rebol, Oz, Mercury, Zonnon, ATS (Applied Type System), CHILL, NetRexx, Inno Setup and INTERLIS -added pp, rjs, jnlp, groovy, gnad, es, sblc, ooc, gst, sq extensions to filetypes.conf -improved Prolog, Pike, Oberon, Nice, Java, Lisp, Lua, Haskell, C# and SML definitions -improved spec.lang for RPM (thanks to Luoyi Ly) -CLI: option --help-lang is deprecated -API: dropped setSpecialOptions(), renamed initializing methods to init* -added more customized boxes for the LaTeX --pretty-symbols switch (thanks to Romain Francois) -GUI: fixed makefile to pass costum paths to the Qt project makefile (thanks to Joerg Germeroth) -GUI: reduced window height (thanks to Fidel Barrera) -GUI: added Spanish translation (thanks to Fidel Barrera) -GUI: added drag and drop for input files -added --pretty-symbols option to improve LaTeX output quality of tilde and braces (thanks to Romain Francois) -omitted warning message if --syntax parameter is contained in the --skip list (thanks to Bob Smith) -included language descriptions in --list-langs output -dropped dependency of --replace-quotes and --fragment options -enhanced Python SWIG example (testmod.py) -added qmake language definition -fixed SWIG scripts (thanks to David Bremner) -fixed gcc 4.4 compilation (patch by Jochen Schmitt) -dropped core/html32generator.* -dropped src/gui (wxWidgets based interface) -GUI: rewrote the user interface using Qt
2014-08-08Update py-xlrd to 0.9.3.obache3-13/+7
This release includes the following changes: - Github issue #49 - Github issue #64 - skip meaningless chunk of 4 zero bytes between two otherwise-valid BIFF records - Github issue #61 - fix updating of escapement attribute of Font objects read from workbooks. - Implemented Sheet.visibility for xlsx files - Ignore anchors ($) in cell references - Dropped support for Python 2.5 and earlier, Python 2.6 is now the earliest Python release supported - Read xlsx merged cell elements. - Read cell comments in .xlsx files - Added xldate_to_datetime() function to convert from Excel serial date/time to datetime.datetime object.
2014-08-08Update py-markdown2 to 2.2.1.obache2-6/+6
## python-markdown2 2.2.1 - [issue #142 pull #141] Fix parentheses and spaces in urls. - [issue #88 issue #95 pull #145] Fix code blocks in code blocks with syntax highlighting. - [issue #113 issue #127 via pull #144] Fix fenced-code-blocks html and code output. - [pull #133] Unify the -/= and ## style headers and fix TOC order - [pull #146] tag-friendly extra to require that atx headers have a space after #
2014-08-04Update to 3.3.3wen2-8/+7
Upstream changes: 3.3.3 2014-08-04 15:50:00+0900 - No code changes from 3.3.2, just re-packaging. 3.3.2 2014-08-04 12:40:00+0900 [IMPROVEMENT] - #127 Improve generating temporary file name 3.3.1 2014-08-03 11:45:40+0900 [ANNOUNCE] - Now Xslate has new co-maintainers (those who can maintain and release Xslate): lestrrat, syohex, and tokuhirom [BUG FIXES] - #126 Fix a typo in naming tempfiles (Hugmeir) [DOCMENT] - #125 Update document on Text::Xslate->bridge() and Builtin.pod (Mike Raynham) 3.3.0 2014-08-03 11:54:02+0900 (mis-packaging release) 3.2.5 2014-07-15 08:18:31+0900 [TEST FIXES] - No CGI.pm, which is no longer a standard module
2014-08-03+ hs-cgrep, hs-tagsoup, hs-xml.szptvlfn1-1/+4
2014-08-03Import cgrep-6.4.5 as textproc/hs-cgrep,szptvlfn4-0/+29
packaged for wip. Cgrep: a context-aware grep for source codes
2014-08-03Import tagsoup-0.13.1 as textproc/hs-tagsoup,szptvlfn5-0/+77
packaged for wip by pho. TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification, and can be used to parse either well-formed XML, or unstructured and malformed HTML from the web. The library also provides useful functions to extract information from an HTML document, making it ideal for screen-scraping. Users should start from the Text.HTML.TagSoup module.
2014-08-03Import xml-1.3.13 as textproc/hs-xml,szptvlfn5-0/+90
packaged for wip by pho. A simple XML library.
2014-08-02+ hs-regex-posixszptvlfn1-1/+2
2014-08-02Import regex-posix-0.95.2 as textproc/hs-regex-posix,szptvlfn5-0/+66
packaged for wip by pho. The posix regex haskell backend for regex-base.
2014-08-01+ hs-regex-baseszptvlfn1-1/+2
2014-08-01Import regex-base-0.93.2 as textproc/hs-regex-base,szptvlfn5-0/+60
packaged for wip by pho. Haskell Interface API for regex-posix,pcre,parsec,tdfa,dfa
2014-08-01+ hs-stringsearchszptvlfn1-1/+2
2014-08-01Import stringsearch-0.3.6.5 as textproc/hs-stringsearch,szptvlfn5-0/+85
packaged for wip by pho. This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another.
2014-07-31+php-excelrodent1-1/+2
2014-07-31Import php54-excel-1.8.0 as textproc/php-excel.rodent5-0/+595
PHPExcel is a library written in pure PHP and providing a set of classes that allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.
2014-07-29Update groonga to 4.0.4.obache4-12/+15
Release 4.0.4 - 2014/07/29 -------------------------- Improvements ^^^^^^^^^^^^ * [httpd] Updated bundled nginx version to the latest mainline (1.7.3). * Supported weight in vector column. * [ :doc:`/reference/executables/groonga-benchmark` ] Added missing description about HTTP. * [ :doc:`/tutorial` ] Updated English tutorial documentation. * [example] Supported Ruby 1.9 or later for edict2grn.rb. * [http][admin] Updated to use English as default language. [GitHub#182] Fixes ^^^^^ * Fixed to show right syntax error location in response. * [httpd] Fixed build error on Clang. [GitHub clear-code/rurema-search#11] [Reported by niku] Thanks ^^^^^^ * niku
2014-07-29Update to 1.2.2wen3-8/+9
Upstream changes: Version 1.2.2 - April 2014, by Martin von Gagern Updated Vietnamese, Swedish, Estonian, Chinese (traditional), Brazilian Portuguese and Russian translations. Updated gnulib. Used more recent autotools: autoconf 2.69 and automake 1.14.1.
2014-07-28+ hs-blaze-htmlszptvlfn1-1/+2
2014-07-28Import blaze-html-0.7.0.2 as textproc/hs-blaze-html,szptvlfn5-0/+141
packaged for wip by pho. A blazingly fast HTML combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
2014-07-23Failing tests is no reason to turn them off.asau1-2/+2