summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2011-09-07Kill some more uses of __weak_alias. This avoids duplicate symboljoerg2-1/+21
definitions (weak and non-weak). GNU as silently discards the weak symbol in this case, but LLVM is more strict.(weak and non-weak). GNU as silently discards the weak symbol in this case, but LLVM is more strict.
2011-09-06Update to 1.11.7:wiz4-22/+14
02-09-2011: version 1.11.7 Added demandoc utility for stripping away macros and escapes. This replaces the historical deroff utility. Also improved the mdoc and man manuals. 16-08-2011: version 1.11.6 Handling of tr macro in roff implemented. This makes Perl documentation much more readable. Hyphenation is also now enabled in man format documents. Many other general improvements have been implemented. Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip and a Mac OS X universal binary is available at mdocml-macosx.zip. 24-07-2011: version 1.11.5 Significant eqn improvements. mdocml can now parse arbitrary eqn input (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the eqn manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies the language specified in the Second Edition User's Guide. This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip. 12-07-2011: version 1.11.4 Bug-fixes and clean-ups across all systems, especially in makewhatis (note: still not connected to the general build and must be compiled with make makewhatis) and the man parser. This release was significantly assisted by participants in OpenBSD's c2k11. Thanks! 26-05-2011: version 1.11.3 Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. See mandoc and mandoc_char, respectively, for details. This allows for non-ASCII characters (e.g., \[u5000]) to be rendered in the locale's encoding, if said environment supports wide-character encoding (if it does not, -Tascii is used instead). Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case -Tlocale is always a synonym for -Tascii. Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded into mandoc input by using the newly-added preconv utility. Note: in the future, this feature may be integrated into mandoc. 12-05-2011: version 1.11.2 Corrected some installation issues in version 1.11.1. Further migration to libmandoc. Initial public release (this utility is very much under development) of makewhatis, initially named mandoc-db. This utility produces keyword databases of manual content mandoc-cgi, mandoc-tools, which features semantic querying of manual content.
2011-09-05Changes 2.6:adam2-6/+6
* internal attributes now raise an internal attribute error now instead of returning an undefined. This fixes problems when passing undefined objects to Python semantics expecting APIs. * traceback support now works properly for PyPy. (Tested with 1.4) * implemented operator intercepting for sandboxed environments. This allows application developers to disable builtin operators for better security. (For instance limit the mathematical operators to actual integers instead of longs) * groupby filter now supports dotted notation for grouping by attributes of attributes. * scoped blocks not properly treat toplevel assignments and imports. Previously an import suddenly "disappeared" in a scoped block. * automatically detect newer Python interpreter versions before loading code from bytecode caches to prevent segfaults on invalid opcodes. The segfault in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in the underlying Python interpreter. If you notice Jinja2 segfaulting in earlier versions after an upgrade of the Python interpreter you don't have to upgrade, it's enough to flush the bytecode cache. This just no longer makes this necessary, Jinja2 will automatically detect these cases now. * the sum filter can now sum up values by attribute. This is a backwards incompatible change. The argument to the filter previously was the optional starting index which defaultes to zero. This now became the second argument to the function because it's rarely used. * like sum, sort now also makes it possible to order items by attribute. * like sum and sort, join now also is able to join attributes of objects as string. * the internal eval context now has a reference to the environment. * added a mapping test to see if an object is a dict or an object with a similar interface.
2011-09-01fix regression of executable suffix substitude in PLIST at last update.obache1-2/+2
noticed by joerg@ via private mail.
2011-09-01fix comments.obache2-4/+4
openSUSE's patch name is libxml-CVE-2009-2414_CVE-2009-2616, but it really fixes CVE-2009-2416 and CVE-2009-2414.
2011-09-01LICENSE=gnu-lgpl-v2.obache1-1/+2
2011-09-01Add a patch to fix CVE-2009-2414 and CVE-2009-2616,obache3-3/+85
taken from openSUSE 10.3 libxml-CVE-2009-2414_CVE-2009-2616.patch. Bump PKGREVISION.
2011-08-25Update ruby-markaby to 0.7.2.taca3-11/+11
Compact changes are unavailable, please refer in detail: https://github.com/markaby/markaby/commits/master
2011-08-25Update ruby-tilt to 0.3.3.obache3-9/+13
* add support for mediawiki templates. * yajl support * and fixes,improvements
2011-08-22Mark as not-for python-2.4 (it doesn't contain the file that is used here).wiz1-1/+2
2011-08-21Update intltool to 0.41.1, for GNOME 2.30 release.obache2-11/+9
This release adds support for context on GtkBuilder UI elements, fixes for out- of-source tree builds and a few intltool-update fixes for Windows and .py.in.
2011-08-21Revision history for Perl extension XML::Parser.obache2-7/+6
2.41 2011-06-01 (by Todd Rinaldo - Tests are cleaned. promoting to stable. No changes since 2.40_02 2.40_02 2011-05-31 (by Todd Rinaldo) - TODO some tests which fail in Free BSD due to improper expat CVE patch http://www.freebsd.org/cgi/query-pr.cgi?pr=157469 2.40_01 2011-05-24 (by Todd Rinaldo) - better installation instructions - Small spelling patches from Debian package - Thanks Nicholas Bamber - RT 68399 - Upgrade Devel::CheckLib to 0.93 to make it perl 5.14 compliant - qw() - RT 67207 - Stop doing tied on globs - Thanks sprout - RT 31319 - Fix doc links in POD for XML/Parser.pm
2011-08-21fix spelling error.obache1-1/+1
2011-08-21Add ruby-albino.minskim1-1/+2
2011-08-21Import ruby19-albino-1.3.3 as textproc/ruby-albino.minskim4-0/+34
Albino is a ruby wrapper for pygmentize. This project is an extraction from GitHub.
2011-08-21Add ruby-kramdown.minskim1-1/+2
2011-08-21Import ruby19-kramdown-0.13.3 as textproc/ruby-kramdown.minskim4-0/+433
kramdown is a free GPL-licensed Ruby library for parsing and converting a superset of Markdown. It is completely written in Ruby, supports standard Markdown (with some minor modifications) and various extensions that have been made popular by the PHP Markdown Extra package and Maruku.
2011-08-20Build fix: add -std=c++0x to the compiler flags for gcc-4.4+.wiz1-1/+7
2011-08-19drop dependency on p5-Test-Simple and p5-Storable,obache1-4/+2
base perl contains sufficient Test::Simple and Storable module. Bump PKGREVISION.
2011-08-18Restore PKGNAME (hi wiz!)joerg1-1/+2
2011-08-18Update ruby-redcloth package to 4.2.8.taca3-8/+7
== 4.2.8 / August 17, 2011 * Do not treat warnings as errors so it compiles cleanly. [Tomasz WaƂkuski]
2011-08-17Update ruby-libxml package to 2.2.1.taca3-7/+8
= Release History == 2.2.1 / 2011-08-13 Charlie Savage * Packaging fix - include the custom .def file in the gem.
2011-08-17Update to 1.893:wiz2-15/+8
1.893 Thu Nov 4 06:24:06 2010 - Fixed major glitch in WORDLIST (thanks calimo)
2011-08-16Drop Module::Build requirements, default dependency is sufficient.obache2-4/+2
2011-08-14Fix build with gcc-4.5.wiz3-2/+18
Set LICENSE.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache201-373/+402
2011-08-12Update textproc/ruby-will-paginate package to 3.0.0.taca3-36/+51
Changes are unknown.
2011-08-12Update textproc/ruby-treetop package to 1.4.10.taca3-10/+10
bugfixes: please refer https://github.com/nathansobo/treetop/commits/master in detail.
2011-08-12Update textproc/ruby-stringex package to 1.3.0.taca2-6/+6
Changes are summary and description, no functional change.
2011-08-12Update textproc/ruby-libxml package to 2.2.0.taca3-25/+26
Changes are too many to write here, please refer: http://github.com/xml4r/libxml-ruby/blob/master/HISTORY
2011-08-12Update ruby-json and ruby-json-pure package to 1.5.3.taca7-19/+21
2011-06-20 (1.5.3) * Alias State#configure method as State#merge to increase duck type synonymy with Hash. * Add as_json methods in json/add/core, so rails can create its json objects the new way.
2011-08-12Fix build problem adding paches from http://cvs.pld-linux.org/.taca4-65/+95
2011-08-12This pacakge dosen't need to depend on hoe pacakge.taca1-2/+2
Bump PKGREVISION.
2011-08-12Revision bump after updating perl to 5.14.1.obache1-4/+2
While here, remove CONFLICTS with libwww (no conflicts with both 5.x and 6.x).
2011-08-11add and enable ruby-tiltjnemeth1-1/+2
2011-08-06Sortryoon1-2/+2
2011-08-06Add queequegryoon1-1/+2
2011-08-06Import queequeg-0.91 as textproc/queequeg from wip/queequegryoon5-0/+94
Queequeg is a tiny English grammar checker for non-native speakers who are not used to verb conjugation and number agreement. We especially focus on people who're writing academic papers or business documents where thorough checking is required. We aim to reduce this laborious work with automated checking. Queequeg is named after a character in Herman Melville's masterpiece.
2011-08-06Import ruby-tilt-1.3.2 as textproc/ruby-tilt.obache5-0/+98
Tilt is a thin interface over a bunch of different Ruby template engines in an attempt to make their usage as generic possible. This is useful for web frameworks, static site generators, and other systems that support multiple template engines but don't want to code for each of them individually. The following features are supported for all template engines (assuming the feature is relevant to the engine): * Custom template evaluation scopes / bindings * Ability to pass locals to template evaluation * Support for passing a block to template evaluation for "yield" * Backtraces with correct filenames and line numbers * Template file caching and reloading * Fast, method-based template source compilation The primary goal is to get all of the things listed above right for all template engines included in the distribution.
2011-08-05Fix mistake in patch that linked diction to create style!reed3-12/+12
So style command was actually the diction command. I guess nobody else used this.
2011-07-29Add FlightCrewryoon1-1/+2
2011-07-29Import FlightCrew-0.7.1 as textproc/FlightCrew from wip/FlightCrewryoon6-0/+91
FlightCrew is a C++, cross-platform, native code epub validator. It is composed of three parts: * FlightCrew, the validation library; * FlightCrew-cli, the command-line front-end to the FlightCrew library; * FlightCrew-gui, the GUI front-end to the FlightCrew library;
2011-07-29Update groonga to 1.2.4.obache5-80/+32
Release 1.2.4 - 2011/07/29 -------------------------- Improvements ^^^^^^^^^^^^ * Re-supported *BSD. (Reported by OBATA Akio) * Improved sed related portability. (Suggested by OBATA Akio) * Re-supported Visual C++ 2008. * Supported :doc:`commands/check` for hash table. * Ignored invalid _score in --sortby of :doc:`commands/select` for convenience. #1030 * Added document about :doc:`log`. * Supported ~/.editrc. * Supported ~/.groonga-history. Fixes ^^^^^ * Fixed broken libedit support. (Reported by Daiki Ueno) * Fixed source URL in *.spec (Reported by Daiki Ueno) * Fixed patricia trie cursor returns wrong records. * Added missing database lock clear for grn_obj_clear_lock() for database. * Fixed wrong record's column values deletion possible on record deletion.
2011-07-281.4.2:pettai2-8/+7
Bug: * [CPPXT-71] - Shorthand File CredentialResolver config fails to support use attribute * [CPPXT-73] - make distclean not removing pkgconfig files * [CPPXT-75] - sending SOAP 1.1 Fault to Shib Native SP ECP handler * [CPPXT-77] - Library init routines should be idempotent
2011-07-27Change MASTER_SITES to the new distribution pointpettai1-2/+2
2011-07-27Adjust pdfroff security patch to not use '-p' option to mktemp which istez3-6/+7
missing on some platforms. fixes PR#45181
2011-07-25Changes 4.8.1:adam8-51/+38
This is a maintenance release of ICU 4.8. No new APIs were added.
2011-07-24Bump verion PR#45170mef2-9/+7
2011-07-18 Tadamasa Teranishi <yw3t-trns@asahi-net.or.jp> * configure.in: Bumped version number to to 2.0.21. * configure.in (LTVERSION): Set "8:3:1". * man: update. * namazu.cgi: Fix IE6,7 cross-site scripting problem. * tests, pltests: Add New Tests. make check have passed by changing '$WATATI = ;' lines in pl/conf.pl for LANG=ja, except $MECAB is set.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache4-8/+8
2011-07-19Fix many temporary file handling issues, including in pdfrofftez16-3/+430
(resolves CVE-2009-5044 / SA44999) Patches copied from: http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/groff/groff-1.20.1-owl-tmp.diff?rev=1.2 Modified for pkgsrc and excluded a documentaion change to doc/groff.texinfo that changes a `makeinfo' is too old warning into a fatal error. Added patch to make pdfroff.sh use -dSAFER See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538338 for details.