Age | Commit message (Collapse) | Author | Files | Lines |
|
The textproc/cabocha package has been failing on i386 DragonFly for
months. This was caused by segaults in two utilities provided by yamcha:
pkemine and mktrie.
Google brought up some pastebin sniplets indicating others had run into
the same issue, confirming the fixes. With the revised yamcha utilities,
textproc/cabocha builds nicely on DragonFly.
|
|
requested by Thomas Klausner.
|
|
Changelog:
1.11 (2012/09/10)
* regular expression operator has changed (Eric Leblond)
* func: match with regexp (Eric Leblond)
* func: now able to match in case of cast (Eric Leblond)
* Missing file was not missing. (Eric Leblond)
* Add missing file. (Eric Leblond)
* Improve function match (Eric Leblond)
1.10 (2012/08/31)
* vim: add support for search on "struct toto" (Eric Leblond)
* Fix error message. (Eric Leblond)
* Factorize version numbering. (Eric Leblond)
1.9 (2012/07/31)
* Add --defined option. (Eric Leblond)
* Add undefined option. (Eric Leblond)
1.8 (2012/03/05)
* Fix CPP support. (Eric Leblond)
1.7 (2012/03/04)
* Directory support: Move code to script (Eric Leblond)
* Add support for directory recursion (Cyril Roelandt)
* Fix a sentence. (Cyril Roelandt)
* Replace "attribut" by "attribute". (Cyril Roelandt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes PR 46573
|
|
|
|
Although Ruby 1.9.2 is still supported version, Ruby 1.9.3 has enough
compatibility for pkgsrc's packages and migration terms on pkgsrc now
ended.
And it costs to supporing multiple versions of Ruby along with multiple
versions of Ruby on Rails, too.
|
|
|
|
|
|
Markup as Ruby
Mab let's you write HTML in plain Ruby.
|
|
2012-08-17 (1.7.5)
* Fix compilation of extension on older rubies.
|
|
Changes are unavailable.
|
|
== 1.3.0 / 2012-08-19
* Ruby 1.8 and 1.9 support
* Tested, documented, refactored and made +faster+
* Added tons of syntax files
{lib/textpow/syntax}[https://github.com/grosser/textpow/tree/master/lib/textpow/syntax]
* Most nested ("include") syntaxes work out of the box
* Includes all the syntaxes from ultraviolet to improve testability
|
|
Changes are unavailable.
|
|
== 1.5.5 / unreleased
* Features
* Much-improved support for JRuby in 1.9 mode! Yay!
* Bugfixes
* Regression in JRuby Nokogiri add_previous_sibling (1.5.0 -> 1.5.1) #691
(Thanks, John Shahid!)
* JRuby unable to create HTML doc if URL arg provided #674 (Thanks, John
Shahid!)
* JRuby raises NullPointerException when given HTML document is nil or empty
string. #699
* JRuby 1.9 error, uncaught throw 'encoding_found', has been fixed. #673
* Invalid encoding returned in JRuby with US-ASCII. #583
* XmlSaxPushParser raises IndexOutOfBoundsException when over 512 characters
are given. #567, #615
* When xpath evaluation returns empty NodeSet, decorating NodeSet's base
document raises exception. #514
* JRuby raises exception when xpath with namespace is specified. pull
request #681 (Thanks, Piotr Szmielew)
* JRuby renders nodes without their namespace when subclassing Node. #695
* JRuby raises NAMESPACE_ERR (org.w3c.dom.DOMException) while instantiating
RDF::RDFXML::Writer. #683
* JRuby is not able to use namespaces in xpath. #493
|
|
== 2.3.3 / 2012-07-01 Charlie Savage
* Add LibXML::XML::Error.get_handler (Carsten Zimmermann)
* Fix variable name in example (Marcus)
|
|
kramdown 0.14.0 released
Published on Sunday, 16 September 2012
First of all please note that this release contains a backwards-incompatible
change: The syntax for specifying a code language for a code block or code
span has changed. Instead of using lang='CODELANG' one has to use
.language-CODELANG now.
This change has been introduced to avoid problems because the lang="..."
attribute is used by HTML for other purposes than setting the code
language. Furthermore using .language-CODELANG is also proposed by HTML5 and
it seems to be a good way to achieve the needed functionality.
Other changes in this release include the possibility of setting the code
language on the starting line of a fenced code block and a way of excluding
certain headers from the table of contents by assigning the .no_toc class to
them. Changes
* 2 major changes
o Code language is now specified via .language-CODELANG instead of
lang='CODELANG'
o Implemented support for setting language on fenced code block starting
line (initial patch by Bran)
* 1 minor change
o Headers with an ID can be prevented from showing in the TOC by assigning
the .no_toc class to them (patch by Tim Bates)
* 1 bug fix
o Numeric instead of symbolic HTML entities are now the default fallback
(patch by Gioele Barabucci)
kramdown 0.13.8 released
Published on Friday, 31 August 2012
This release brings two new options (one for adjusting header levels and the
other for enabling/disabling coderay). And the usual bug fixes. Changes
* 2 minor changes
o New option header_offset for offsetting all header levels (initial patch
by Michal Till)
o New option enable_coderay for enabling/disabling coderay (initial patch by
Bran)
* 5 bug fixes
o Reserved HTML characters in abbreviation titles are now correctly output
(patch by Alex Tomlins)
o Similar abbreviations (like CSS and CSS3) are now correctly parsed
o Fixed bug RF#29626: Text of mailto-link was sometimes wrongly obfuscated
(reported by B Wright)
o Fixed known Ruby 1.9.3 problem with RakeTest task (patch by Gioele
Barabucci)
o Fixed double output of ¡Æmarkdown¡Ç attribute on HTML elements in kramdown
converter
* 1 documentation change
o README file is now called README.md and uses kramdown syntax (patch by
Bran)
|
|
2012-07-26 (1.7.4)
* Fix compilation problem on AIX, see https://github.com/flori/json/issues/142
|
|
Changes are unavailable.
|
|
Changes are unavailable.
|
|
|
|
Portability:
* xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED,
* Portability fix for testThreads.c,
* FreeBSD portability fixes,
* check for gmtime - on mingw* hosts will enable date-time function,
* use only native crypto-API for mingw* hosts,
* autogen: Only check for libtoolize,
* minimal mingw support,
* configure: acconfig.h is deprecated since autoconf-2.50,
* Fix a small out of tree compilation issue,
* Fix python generator to not use deprecated xmllib,
* link python module with python library
Documentation:
* Tiny doc improvement,
* Various documentation fixes for docs on internals
Bug fixes
|
|
Features:
* A few new API entry points,
* More resilient push parser mode,
* A lot of portability improvement,
* Faster XPath evaluation
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
upstream changes:
version: 0.84
date: Fri Jul 13 18:17:27 GMT 2012
changes:
- Resolve distribution error that caused .git to be shipped in the .tar.gz
version: 0.83
date: Fri Jul 13 15:44:03 GMT 2012
changes:
- Only call stat() and tell() on a filehandle if fileno existed
- Explicit tied() call on globs to avoid a 5.16 deprecation warning
version: 0.82
date: Thu Jul 12 18:49:45 GMT 2012
changes:
- Test scalar @array rather than deprecated defined @array (Sebastian Stumpf)
|
|
|
|
into textproc/p5-Text-Patch.
Text::Patch combines source text with given diff (difference) data.
|
|
|
|
from 0.90 to 0.91.
Upstream changes:
0.91 - 2012-08-21, H.Merijn Brand
* Prevent test-failures for long doubles on weird architectures
* More utf-8 tests for te change of 0.90
* Update test case now 5.005 is not supported anymore
* Rip out the tell/seek introduced in 0.90
|
|
textproc/p5-Lingua-EN-Tagger from 0.16nb2 to 0.20.
pkgsrc changes:
- add newly introduced dependency to www/p5-HTML-Tagset
Upstream changes since 0.16:
0.20 Aaron Coburn 7/6/12
Escaped curly braces in regex patterns.
In perl 5.17 this becomes necessary.
0.19 Aaron Coburn 5/28/12
Added missing metadata fields to
Makefile.PL
0.18 Aaron Coburn 5/11/12
Added requirement for 5.8 for proper
unicode support. Modified get_sentences
routine for $ chars as with preceeding
issue.
0.17 Aaron Coburn 5/10/12
Added better error handling for loading
YAML files. Fixed error in get_sentences
routine related to (, [ and { characters
being fused to the preceding word.
|
|
Module::Install is for Authors only.
Bumping revision
|
|
a pkgconfig file.
|
|
|
|
recent gnome-doc-utils update (reported by John Marino)
|
|
NetBSD's native one is not compatible
bump PKGREV
|
|
|
|
DragonFly didn't have a configure entry so piggyback on FreeBSD
like NetBSD is doing.
|
|
|
|
|
|
Packaged for wip by phonohawk and Moritz Wilhelmy.
tDOM combines high performance XML data processing with easy and
powerful Tcl scripting functionality. tDOM should be one of the
fastest ways to manipulate XML with a scripting language and uses very
little memory in the process (for example the DOM tree of the XML
recommendation in XML (160K) needs only about 450K in memory)! The
tDOM project was started by Jochen Loewer. It is currently maintained
by Rolf Ade.
|
|
- Flag (interactive) was removed from the following functions:
dictem-select-strategy, dictem-select-database, dictem-read-query
and dictem-run. This fixes Debian bug #564251.
|
|
From Jason McIntyre <jmc@OpenBSD.org>.
Bump version.
|
|
Tcl-expat does not need to create lib/tcl. This is done already by the
lang/tcl package. Attempting the pre-install target fails when built
by a non-root user so just remove this redundant target.
|