summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2012-01-09Recursive bump from boost-libs shlib bump.obache2-4/+4
2012-01-08Add and enable p5-Text-Markdown-Discount.schmonz1-1/+2
2012-01-08Initial import of Text::Markdown::Discount, a Perl extension interfaceschmonz3-0/+28
for "Discount", an implementation of John Gruber's "markdown" in C developed by David Loren Parsons.
2012-01-04Requires Berkeley DB on platforms that don't have db1.85 in libc.dholland1-1/+2
Build fix, no revbump.
2012-01-02Allow 2012 in man page dates.wiz2-5/+5
2012-01-01Fix build on 5.1/amd64 (PR 45691) -- cast long tv_sec to time_t. Notshattered3-2/+17
a problem in -current, where tv_sec is time_t.
2011-12-29Make sure that the gsed package always has a 'gsed' executable.sbd2-3/+14
Bump PKGREVISION
2011-12-29Update groonga to 1.2.9.obache3-8/+9
Release 1.2.9 - 2011/12/29 -------------------------- Improvements ^^^^^^^^^^^^ * Supported Fedora 16. * Dropped Fedora 15 support. * [groonga] Improved the default server ID address to work on unresolved host name environment. [Reported by @uzulla] * Supported MAP_HUGETLB. * [admin] Supported throughput chart. * Stopped adding nul character in ``grn_itoh()``. [#1194] [Reported by SHIDARA Yoji] * Added ``grn_obj_get_values()``. * Added ``grn_obj_delete_by_id()``. * Supported string vector column for query expansion. [#1216] * Added ``--filter`` option to :doc:`/commands/delete` to delete many record at once. [#1225] * Supported approximate type customization for :doc:`/functions/geo_in_circle` and :doc:`/functions/geo_distance`. [#1226] * Made ``geo_distance2()`` and ``geo_distance3()`` are deprecated. * Changed to use ``null`` instead of ``""`` for empty geo point value in JSON output. * Almost supported MessagePack output. [#1215] [Worked by SHIDARA Yoji] * Added missing newlines after drilldown result tags in XML output. * Supported truncate for grn_dat. * Supported longest common prefix search by grn_dat. Fixes ^^^^^ * [windows] Fixed inverted map type. * Fixed -Wno- compiler flag detection. [Patch by Arnaud Fontaine] * Fixed a problem that ``groonga --version`` reports wrongly about MeCab. [#1209] [Patch by SHIDARA Yoji] * Added missing lock into ``grn_obj_remove()``. * Fixed Content-Type on error. [#1220] [Patch by SHIDARA Yoji] * Fixed a problem that deleting SIS (Semi Infinite String) may keep a garbage.
2011-12-26Don't include partial RCS ID to confuse the build info generation.joerg2-4/+4
2011-12-26Use LIBES to pass LDFLAGS to the build process.sbd1-1/+2
2011-12-18Add ruby-multi_json (Hi taca)sbd1-1/+2
2011-12-17Change default PKGNAME scheme for PECL packages.obache3-3/+6
Drop ${PHP_BASE_VARS} from PKGVERSION by default. It used to be required to support multiple php version. But after PHP version based ${PHP_PKG_PREFIX} was introduced, such trick is not required anymore. In addition to this, such version name schme invokes unwanted version bump when base php version is bumped, plus, such version scheme is hard to use for DEPENDS pattern. To avoid downgrading of package using such legacy version scheme, PECL_LEGACY_VERSION_SCHEME is introduced. If it is defined, current version scheme is still used for currently supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS}, current fixed PHP base version in pkgsrc is used to avoid unwanted version bump from update of PHP base package. With newer PHP (54, or so on), new version scheme will be used if it is defined. This trick will not be required and should be removed after php5 and php53 will be gone away from pkgsrc.
2011-12-17Remove duplicated RUBY_VERSION_SUPPORTED.taca1-4/+1
2011-12-17Update textproc/ruby-kramdown to 0.13.4.taca3-7/+11
Changes * 1 minor change: - Added a converter that extracts the TOC of a document (requested by Brendan Hay). Note that this is only useful if you use kramdown as a library! * 7 bug fixes - Fixed a typo: It should be --output and not --ouput (patch by postmodern) - Fixed HTML converter to correctly output empty span tags (patch by John Croisant) - Fixed bug RF#29350: Parsing of HTML tags with mismatched case now works - Fixed bug RF#29426: Content of style tags is treated as raw text now - HTML converter now uses rel instead of rev to be HTML5 compatible (patch by Joe Fiorini) - Fixed Ruby 1.9.3 related warnings - Fixed HTML parser to work around an implementation change of Array#delete_if in Ruby 1.9.3
2011-12-16textproc/py-enchant: Fix file permissions errormarino1-1/+5
The bad file permissions on ispell/README.txt prevented the package from building on DragonFly with PKG_DEVELOPER=yes. I'm not sure how it's passing on NetBSD unless the bulk reports I'm seeing aren't using that option.
2011-12-16Fix build on SunOS with gcc>=4.6hans1-1/+5
2011-12-16Importing textproc/ruby-multi_json package version 1.0.4.taca4-0/+43
MultiJSON Lots of Ruby libraries utilize JSON parsing in some form, and everyone has their favorite JSON library. In order to best support multiple JSON parsers and libraries, multi_json is a general-purpose swappable JSON backend library.
2011-12-15Update ruby-will-paginate package to 3.0.2.taca3-7/+8
Changes are unknown.
2011-12-15Update ruby-redcloth package to 4.2.9.taca3-8/+8
== 4.2.9 / November 25, 2011 * Fix RbConfig / Config warning in Ruby 1.9.3. [Steve Purcell, Robert Gleeson, and unclaimedbaggage] * Use RSTRING_NOT_MODIFIED header for Rubinius [Dirkjan Bussink]
2011-12-15Update ruby-json-utils package to 1.6.1.taca2-6/+6
Changes are unknown.
2011-12-15Update ruby-json and ruby-json-pure pacakge to 1.6.3.taca6-15/+32
2011-12-01 (1.6.3) * Let JSON.load('') return nil as well to make mysql text columns (default to '') work better for serialization. 2011-11-21 (1.6.2) * Add support for OpenStruct and BigDecimal. * Fix bug when parsing nil in quirks_mode. * Make JSON.dump and JSON.load methods better cooperate with Rails' serialize method. Just use: serialize :value, JSON * Fix bug with time serialization concerning nanoseconds. Thanks for the patch go to Josh Partlow (jpartlow@github). * Improve parsing speed for JSON numbers (integers and floats) in a similar way to what Evan Phoenix <evan@phx.io> suggested in: https://github.com/flori/json/pull/103 2011-09-18 (1.6.1) * Using -target 1.5 to force Java bits to compile with 1.5.
2011-12-15Update ruby-hpricot package to 0.8.5.taca3-7/+8
= 0.8.5 === 29 November 2011 * Remove escaped quote (\') from matching (#55) * Fix 'undefined method downcase for nil:NilClass' on JRuby (#58) * Unescape hex numeric character references
2011-12-15Update ruby-haml package to 3.1.4.taca3-8/+39
Changes are unknown.
2011-12-15Update ruby-coderay package to 1.0.4.taca3-25/+23
It looks like some clean up but don't know exact changes.
2011-12-15Update ruby-bluecloth package to 2.2.0.taca3-9/+12
== v2.2.0 [2011-11-01] Michael Granger <ged@FaerieMUD.org> - Config -> RbConfig (1.9.3 deprecation fix) - Adding a manpage for bin/bluecloth for packagers that require every binary have one (e.g., Debian) (fixes #78). Thanks to Cédric Boutillier for the contribution. - Updated for Discount 2.0.9
2011-12-13Update rub-rdtool package to 0.6.31.taca3-85/+105
* Switch to use rubygem. :0.6.31 * Version bump from 0.6.21 * Change Maintainer to Youhei SASAKI * Create gem. Many thanks to Kouhei Suto!! * apply OptionParser Issue, Thanks to Masaki Hasegawa!!
2011-12-12Avoid double DESTDIR prefixjoerg2-4/+4
2011-12-11Add security patch for CVE-2011-4000 from official site.taca2-3/+10
Bump PKGREVISION.
2011-12-10textproc/libxml++1: Fix gentoo ltmain sanity check bugmarino2-1/+15
2011-12-09add patch from upstream Ticket #8984 to fix possible out-of-boundsdrochner3-2/+28
array access, bump PKGREV
2011-12-09PKGREV bump for libXp-less openmotifdrochner1-2/+2
2011-12-07Don't hardcode /usr/pkg. Still doesn't install properly in a non-defaultdholland2-4/+4
$PREFIX, but it gets further.
2011-12-06Fix DESTDIR installationjoerg2-4/+4
2011-12-06Fix build with newer GCCjoerg2-6/+8
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd2-2/+4
2011-12-05Uses perl-type if syntax and thus does not work with python24.dholland1-1/+3
2011-12-03textproc/xmlada: Remove DESTDIR from library rpathsmarino7-17/+69
Removing DESTDIR from the shared library rpaths required a change in the compiler. To tell GNAT not to add in DESTDIR rpaths, the -R switch needs to be added to each library's option set. GNAT-AUX 20110627nb2 required at a minimum to take advantage of these switches. Additionally, issues with installed files' permissions were fixed.
2011-12-03Recursive bump for textproc/xapian buildlink additions.sbd2-3/+4
2011-12-03Add devel/libuuid buildlink on Linux and SunOS only.sbd2-2/+18
Bump PKGREVISION
2011-12-03Tag the 28 locations that result in a Python 3.1 package as supporting so.joerg4-4/+12
Remove it from the default list for the rest.
2011-12-02Revert, since it leaves packages with unresolvable dependencies.joerg1-3/+1
2011-11-30update to 1.3.0drochner2-6/+6
changes: -minor feature additions -bugfixes tested with osmarender
2011-11-30Updage groonga to 1.2.8.obache3-16/+7
Release 1.2.8 - 2011/11/29 -------------------------- Improvements ^^^^^^^^^^^^ * [grntest] Removed max number of bytes in a line limitation. * [grntest] Added `--pid-path` option. * Fixed a crash bug when accessing zlib/lzo compressed column. Note that compressed column access will leak memories. To resolve this, we need to improve API. We will do it in the feature. [GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi] * Fix a bug that needless column values are cleared by delete. * [deb] Enabled experimental zlib and lzo support. * [rpm] Enabled experimental zlib and lzo support. * Supported truncation. [#892] * Enabled grn_dat that is a read lock free double array implementation. * [pkg-config] Added groonga_version variable to groonga.pc. * Re-supported `--disable-static`. [groonga-dev,00612] [Suggested by Kenichi Aramaki] * [munin] Stopped to install Munin plugins by default. * Stopped to install RedHat platform related files by default. * Supported object renaming. [#1167] * [munin] Added a Munin plugin that measures throughput. [#1171] * [geo] Improved geo_in_rectangle performance. The new implementation will be 2x faster than the old implementation in many cases. [#1173] * [macports] Moved groonga's MacPorts to the official repository. [Imported by Hiroshi Umemoto] * [geo] Changed geo literal conversion from in degree to in msec algorithm to round-off from truncation. * Supported a table as defrag target. It means that variable size value columns in the table are defrag targets. [#1175] * Removed associated path on remove. [#1180] * [deb] Supported i386. * [rpm] Supported i386. * [windows] Supported x86. Fixes ^^^^^ * Fixed a bug that wrong index is used in sort. [#766] [Reported by Horikoshi Yuki] * [libedit] Fixed a bug that needed initialization is omitted. [GitHub#7] [Patch by SHIDARA Yoji] * [doc] Fixed a typo in documentation. [GitHub#8] [Patch by zunda]
2011-11-30Add patch-ac to import fixes from newer po4a to make newish perlhe5-7/+41
not emit warnings and errors for now-deprecated constructs. Add comments to the existing patch files. Bump PKGREVISION.
2011-11-29py-libxml2 is incompatible with python-3.1.minskim1-1/+3
2011-11-29Add pod2man to USE_TOOLS.hans1-2/+2
2011-11-29Honor LDFLAGS from pkgsrc.sbd4-9/+29
2011-11-28Changes 1.1.2:adam3-14/+123
* 809: Include custom fixers in the source distribution. Changes 1.1.1: * 791: Fix QtHelp, DevHelp and HtmlHelp index entry links. * 792: Include "sphinx-apidoc" in the source distribution. * 797: Don't crash on a misformatted glossary. * 801: Make intersphinx work properly without SSL support. * 805: Make the ``Sphinx.add_index_to_domain`` method work correctly. * 780: Fix Python 2.5 compatibility.
2011-11-28Reset maintainer, sketch resigned.wiz1-2/+2
2011-11-26Fix build with newer GCCjoerg2-1/+14