summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2014-03-26Allow build with ruby21.taca2-4/+4
2014-03-26Add GEM_EXTSDIR support.taca2-2/+4
2014-03-26Add GEM_EXTSDIR support.taca1-2/+3
Use ${RUBY_DLEXT} instead of "so".
2014-03-25Fix PLIST with ruby21; one more entry with GEM_EXTSDIR.taca1-1/+2
2014-03-25Add support for GEM_EXTSDIR.taca1-1/+2
2014-03-25Use RUBY_SUFFIX instead of RUBY_VER.taca1-2/+2
2014-03-23Add equivalency to mdocml so pkglocate has a hit here.wiz1-1/+1
2014-03-22add & enable lua-cjsonimil1-1/+2
2014-03-22Initial import of lua-cjson, version 2.1.0, into the NetBSD Packages Collection.imil4-0/+34
Lua CJSON provides JSON support for Lua. It has been tested under Linux, FreeBSD, OSX, Solaris and Windows.
2014-03-22Update to 1.2.2. Not a leaf; has ~5 dependencies.wiz2-6/+6
However, 1.2.2 fixes a bug that causes PLIST divergence. Requested by Niclas Rosenvik. Release 1.2.2 (released Mar 2, 2014) ==================================== Bugs fixed ---------- * PR#211: When checking for existence of the :confval:`html_logo` file, check the full relative path and not the basename. * PR#212: Fix traceback with autodoc and ``__init__`` methods without docstring. * PR#213: Fix a missing import in the setup command. * #1357: Option names documented by :rst:dir:`option` are now again allowed to not start with a dash or slash, and referencing them will work correctly. * #1358: Fix handling of image paths outside of the source directory when using the "wildcard" style reference. * #1374: Fix for autosummary generating overly-long summaries if first line doesn't end with a period. * #1383: Fix Python 2.5 compatibility of sphinx-apidoc. * #1391: Actually prevent using "pngmath" and "mathjax" extensions at the same time in sphinx-quickstart. * #1386: Fix bug preventing more than one theme being added by the entry point mechanism. * #1370: Ignore "toctree" nodes in text writer, instead of raising. * #1364: Fix 'make gettext' fails when the '.. todolist::' directive is present. * #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field interface/behavior for `item` argument usage. Documentation ------------- * Extended the :ref:`documentation about building extensions <dev-extensions>`.
2014-03-19Sort. From Kai-Uwe Eckhardt.wiz1-3/+3
2014-03-19As of yesterday, OpenBSD stopped supported hp300, mvme68k, and mvme88k.wiz2-6/+6
Update patterns. From jmc@OpenBSD. Bump version.
2014-03-18Update ruby-tilt to 1.4.1. Approved by wiz@.taca2-6/+6
## 1.4.1 (2013-05-08) * Support Arrays in pre/postambles (#193, jbwiv) ## 1.4.0 (2013-05-01) * Better encoding support
2014-03-17Add GEM_EXTSDIR support.taca7-7/+14
2014-03-15Revert to treetop-1.4.15 since ruby-rail require prior to 1.5.taca2-6/+6
Thanks to hiramatsu@.
2014-03-15Bump PKGREVISION from default ruby version change.obache1-1/+2
2014-03-15ruby json module is just required to test.obache1-1/+2
2014-03-15Bump PKGREVISION from default ruby version change.obache1-1/+2
2014-03-14Update ruby-treetop to 1.5.1.taca2-6/+6
Changes are not available, please refer commit log: <https://github.com/nathansobo/treetop/commits/master>.
2014-03-14Update ruby-syntax to 1.2.0.taca3-20/+18
1.2.0 02 Jan 2014 Cleaned up Gemspec, added license and homepage - @grosser. 1.1.0 11 Dec 2013 Published from https://github.com/dblock/syntax, a now maintained fork. The project builds again and runs, fixes by @dblock, @distler.
2014-03-14Update ruby-simple-rss to 1.3.1.taca3-10/+11
Changes are not available, please refer commit log: <https://github.com/cardmagic/simple-rss/commits/master>.
2014-03-14Update ruby-safe_yaml to 1.0.1taca3-7/+12
0.9.7 * made handling of document frontmatter more robust * added more descriptive message to the warning for omitting the :safe option 0.9.6 * fixed handling of files with trailing content (after closing ---) For more detail, please refer <https://github.com/dtao/safe_yaml/commits/master>.
2014-03-14Update ruby-redcarpet to 3.1.1.taca3-8/+10
3.1.1 This release of Redcarpet is meant to address a serious bug when rendering text that contains headings and contains all the prior enhancements of Redcarpet 3.1.0. For more information about Redcarpet 3.1.0, please see the release notes * Bug fixes - Fix a crash when rendering text that contained an anchor. 3.1.0 It's been a long time since since we've released any version of Redcarpet but we are happy to announce the release of the version 3.1.0. Over 100 commits have been added since 3.0.0 with some new exciting features. * New features - Footnotes - GitHub style anchors - The :quote option * Bug fixes - Fix code blocks' classes when using Google code prettify #314 - Follow the standard to detect when new paragraph is outside last item #111 - Make ordered lists preceded by paragraph parsed with :lax_spacing #311 - Allow using tabs between a reference's colon and its link #337
2014-03-14Update ruby-maruku to 0.7.1.taca3-154/+174
Changes are not available, please refer commit log: <https://github.com/bhollis/maruku/commits/master>.
2014-03-14Update ruby-markaby to 0.8.0.taca3-65/+16
Changes are not available, please refer <https://github.com/markaby/markaby/commits/master>.
2014-03-14Update ruby-json and ruby-json-pure package to 1.8.1.taca5-13/+15
2013-05-13 (1.8.1) * Remove Rubinius exception since transcoding should be working now.
2014-03-14Update ruby-haml to 4.0.5.taca3-8/+8
# Haml Changelog ======= ## 4.0.5 Released on Jan 7, 2014 ([diff](https://github.com/haml/haml/compare/4.0.4...4.0.5)). * Fix haml_concat appending unescaped HTML after a call to haml_tag. * Fix for bug whereby when HAML :ugly option is "true", ActionView::Helpers::CaptureHelper::capture returns the whole view buffer when passed a block that returns nothing (thanks [Mircea Moise](https://github.com/mmircea16)). ## 4.0.4 Released on November 5, 2013 ([diff](https://github.com/haml/haml/compare/4.0.3...4.0.4)). * Check for Rails::Railtie rather than Rails (thanks [Konstantin Shabanov](https://github.com/etehtsea)). * Parser fix to allow literal '#' with suppress_eval (Matt Wildig). * Helpers#escape_once works on frozen strings (as does ERB::Util.html_escape_once for which it acts as a replacement in Rails (thanks [Patrik Metzmacher](https://github.com/patrik)). * Minor test fix (thanks [Mircea Moise](https://github.com/mmircea16)).
2014-03-14Update ruby-diff-lcs to 1.2.5.taca2-6/+6
== 1.2.5 / 2013-11-08 * Bugs fixed: * Comparing arrays flattened them too far, especially with Diff::LCS.sdiff. https://github.com/halostatue/diff-lcs/pull/23
2014-03-14Update ruby-classifier to 1.3.4.taca3-8/+10
Changes are not available.
2014-03-13Refelect change of RUBY_SRCDIR.taca1-3/+3
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin13-13/+38
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-12Update to 3.3.3:wiz3-7/+8
3.3.3 (2014-03-04) ================== Bugs fixed ---------- * Crash when using Element subtypes with ``__slots__``. Other changes ------------- * The internal classes ``_LogEntry`` and ``_Attrib`` can no longer be subclassed from Python code. 3.3.2 (2014-02-26) ================== Bugs fixed ---------- * The properties ``resolvers`` and ``version``, as well as the methods ``set_element_class_lookup()`` and ``makeelement()``, were lost from ``iterparse`` objects in 3.3.0. * LP#1222132: instances of ``XMLSchema``, ``Schematron`` and ``RelaxNG`` did not clear their local ``error_log`` before running a validation. * LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in attribute values. * Some file I/O tests were failing in MS-Windows due to non-portable temp file usage. Initial patch by Gabi Davar. * LP#910014: duplicate IDs in a document were not reported by DTD validation. * LP#1185332: ``tostring(method="html")`` did not use HTML serialisation semantics for trailing tail text. Initial patch by Sylvain Viollon. * LP#1281139: ``.attrib`` value of Comments lost its mutation methods in 3.3.0. Even though it is empty and immutable, it should still provide the same interface as that returned for Elements.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin2-4/+2
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-03-11Update cabocha to 0.68.obache3-13/+7
2014/03/10 0.68 * remove tournament model * add -u option (same as MeCab)
2014-03-10Update py-markupsafe to 0.19.kleink2-6/+6
No changelog available; setup.py maintenance only.
2014-03-08Cygwin DLLs are handled automatically now.obache1-18/+0
2014-03-05Add sphinxsearchfhajny1-1/+2
2014-03-05Import sphinxsearch-2.1.6 based on wip/sphinxsearch.fhajny9-0/+264
Sphinx is an open source full text search server, designed from the ground up with performance, relevance (aka search quality), and integration simplicity in mind. Sphinx lets you either batch index and search data stored in an SQL database, NoSQL storage, or just files quickly and easily - or index and search data on the fly, working with Sphinx pretty much as with a database server.
2014-03-04Add NetBSD MI atomic_ops support.obache4-4/+107
Based on PR pkg/48608 by Izumi Tsutsui.
2014-03-03Update to latest release, 0.08. wip/p5-Publican needs this version.rodent2-7/+6
0.08 2013.05.27 - Add stub files Syntax::Highlight::Engine::Kate::BaseTest and Syntax::Highlight::Engine::Kate::BaseTestchild to kick the old ones out of the PAUSE index. #85463 0.07 2012.09.23 - fixed some errors in the BibTeX-related documentation (ZENOG) - revisited conversion of Kate's highlight definitions (Jan Pokorny) - Added some regression tests (Ovid) - Some cleanup and adding conversion script (jnpkrn)
2014-03-01Update to 2013.11wen2-7/+6
Upstream changes please visit: http://cpansearch.perl.org/src/NEZUMI/Unicode-LineBreak-2013.11/Changes
2014-02-27Update swath to 0.4.3.obache2-6/+6
0.4.3 (2012-06-13) ===== - Replace word break dictionary with the word lists used to prepare hyphenation patterns for the upcoming ThaiLaTeX, for best results. 0.4.2 (2012-02-08) ===== - Fix wrong word break within punctuation sequences like LaTeX `` and ''. - Reformat source for readability. - Significant source clean-ups.
2014-02-25from joerg's bulk build, disable optimization for NetBSD-current/amd64 with ↵obache1-0/+14
clang.
2014-02-25Update patchsumobache1-2/+1
2014-02-25Not a general issue of clang (some environment specific issue).obache1-6/+1
2014-02-25Marked as broken with clang (it should be fixed instead).obache2-24/+2
2014-02-24Don't build expr.c with optimisations when using Clang.joerg3-2/+30
2014-02-24Update textproc/p5-Pod-Weaver to 4.006.hiramatsu2-7/+6
Changes from previous: ---------------------- 4.006 2014-01-07 20:12:37-05:00 America/New_York - update tests to pass octets to ->read_string, as is proper 4.005 2013-12-21 15:01:46-0500 America/New_York - updated tests for the new (fixed, consistent) string behavior in Mixin::Linewise 4.004 2013-11-05 21:50:13 America/New_York - allow multi-line formats for VERSION plugin (thanks, Alex Peters) - ...including the %T-prefix for lines only included in trial releases - look for PODNAME more consistently (thanks, Chris Weyl) - put license filename in F<> formatting (thanks, Alex Peters) 4.003 2013-11-02 22:58:43 America/New_York - note that [@Default] contains [-SingleEncoding] (thanks, Caleb Cushing) 4.002 2013-11-02 11:37:04 America/New_York [ THIS MIGHT BREAK YOUR CODE ] - stable release of previous v4 changes 4.001 2013-10-20 10:50:50 America/New_York (TRIAL RELEASE) [ THIS MIGHT BREAK YOUR CODE ] - SingleEncoding now accepts found =encodings as long as they match, unless the plugin's encoding attribute was set explicitly 4.000 2013-10-19 17:20:59 America/New_York (TRIAL RELEASE) [ THIS MIGHT BREAK YOUR CODE ] - the SingleEncoding plugin to force one consistent =encoding - ...is now enabled, for UTF-8, in the default configuration 3.101640 2013-09-17 08:57:41 Asia/Tokyo - fix repository links! argh, oops 3.101639 2013-09-17 08:56:05 Asia/Tokyo - documentation fix: mention that =func exists in the default configuration (thanks, Joshua Keroes!) - removed use of deprecated Class::MOP::load_class (thanks, Karen Etheridge)
2014-02-24hp700 port was renamed to hppa.wiz2-4/+4
Bump version.
2014-02-24Remove deprecated tournament model, it reduce much memory to create binary ↵obache2-5/+8
model. Bump PKGREVISION.