summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18Changes 1.0.4:adam2-7/+6
* Open intersphinx inventories in binary mode on Windows, since version 2 contains zlib-compressed data. * Allow giving non-local URIs for JavaScript files, e.g. in the JSMath extension. * Fix traceback when ``intersphinx_mapping`` is empty. Changes 1.0.3: * Fix internal vs. external link distinction for links coming from a docutils table-of-contents. * Fix the ``maxdepth`` option for the ``toctree()`` template callable when used with ``collapse=True``. * Fix crash parsing Python argument lists containing brackets in string literals. * Fix regression when building LaTeX docs with figures that don't have captions. * Fix inheritance diagrams for classes that are not picklable. * Introduce separate background color for the sidebar collapse button, making it easier to see. * Fix small layout bugs in several builtin themes.
2010-10-16Update to 1.0.12:wiz3-7/+23
2010-10-13 Redland Version 1.0.12 Released Enable librdf.h to be used as the top-level header in addition to redland.h Fix linking issues when building with GNU ld with DT_NEEDED disabled Fixed Issues: [1]#0000329, [2]#0000348 [3]#0000391, [4]#0000392 and [5]#0000393. 2010-09-25 Redland Version 1.0.11 Released Virtuoso storage backend querying now fully works. Several new convenience APIs were added and others deprecated. Support building with Raptor V2 API if configured with --with-raptor2. Exports more functions to SWIG language bindings. Switched to GIT version control [7]hosted by GitHub. Many other bug fixes and improvements were made. Fixed Issues: [8]#0000124, [9]#0000284, [10]#0000321, [11]#0000322, [12]#0000334, [13]#0000338, [14]#0000341, [15]#0000344, [16]#0000350, [17]#0000363, [18]#0000366, [19]#0000371, [20]#0000380, [21]#0000382 and [22]#0000383
2010-10-16Update json-glib to 0.12.0.obache3-8/+13
Overview of changes for 0.12.0 ============================== • Support surrogate pairs in JSON strings [Eiichi Sato] • Update the test suite • Add (optional) coverage reports • Improve strictness of JsonParser • Improve error reporting of JsonParser • Add JsonBuilder, a convenience API for programmatic building of JSON trees [Luca Bruno] • Add methods for JsonParser and JsonGenerator to handle Input|OutputStream objects coming from GIO. • Add JsonReader, a convenience API for cursor-based parsing of JSON trees • Depend on GObject-Introspection ≥ 0.9.5
2010-10-12Fix installation.joerg1-2/+2
2010-10-12Stop removing .la files to be helpful. Bump revision.joerg5-11/+33
2010-09-29MAKE_JOBS_SAFE=noabs1-1/+2
2010-09-28Don't hardcode "ruby18-" but use "${RUBY_PKGPREFIX}-".taca1-3/+3
Fix build problem of ruby-gnome2 with ruby19. (Although textproc/ruby-eruby has another problem with ruby19.)
2010-09-27PLIST fixadam2-3/+9
2010-09-26Add mips64 for OpenBSD, from jmc@openbsd.wiz1-2/+3
2010-09-23Updating textproc/p5-YAML-Syck from 1.14 to 1.15sno2-8/+6
Upstream changes: [Changes for 1.15 (YAML::Syck 0.38 ) - 2010-09-23] * perl RT #78008 - The 5.13.5 development release of perl changed how regexes are stringified, breaking our tests. Update the tests to deal with the new syntax. See fb85c04 (http://perl5.git.perl.org/perl.git/commit/fb85c04) in perl.git for context.
2010-09-23Remove empty value of LICENSE.taca2-4/+2
2010-09-23Update textproc/ruby-will-paginate to 2.3.15.taca2-6/+6
Changes are unknown, but it seems a few bug fixes.
2010-09-22Updating textproc/p5-Text-SpellChecker from 0.07 to 0.08sno2-7/+7
Upstream changes: None noted
2010-09-21Updating textproc/p5-XML-Encoding from 2.07nb1 to 2.08sno2-8/+8
pkgsrc changes: - add license Upstream changes: 2.08 20 Sep 2010 - Changed test script to use Test::More, renamed it to test.t and moved it into the t/ folder. (Fixes [cpan #61369].) - Moved the perl module into the lib/ folder.
2010-09-19Update to 2.39:wiz2-6/+6
let people grab https urls (tx Romain)
2010-09-19Update to 0.53, update dependencies, set LICENSE.wiz2-8/+8
0.53 - 2010-07-12 - Switch from Text::IconV to Encode (David Pinkowitz) - Update package Module::Install metadata discovery
2010-09-19Update to 1.01, changes undocumented. Set LICENSE. Please pkglint.wiz2-9/+9
2010-09-19Update to 0.03:wiz2-7/+6
0.0.3 2010-09-16 20:51:06 Europe/Oslo Fixed RT #61367 which caused issue with Class::MOP 1.05+ / Moose 1.10+ (Thanks to Jesse Luehrs)
2010-09-19Update to 2.40:wiz2-7/+6
$Revision: 2.40 $ $Date: 2010/09/18 18:39:51 $ ! Encode.pm Encode.xs + t/utf8ref.t Addressed: RT#59981: find_encoding("UTF-8")->encode crashes decode_utf8() is now a little faster, too. http://rt.cpan.org/Ticket/Display.html?id=59981 http://rt.cpan.org/Ticket/Display.html?id=58541 ! lib/Encode/Unicode/UTF7.pm Addressed: RT#56443 utf-8 flag is not turned off after calling Encode::encode('UTF-7', $string) to encode an ascii string http://rt.cpan.org/Ticket/Display.html?id=56443 ! t/utf8strict.t Addressed: RT#57799 http://rt.cpan.org/Ticket/Display.html?id=57799 ! lib/Encode/Guess.pm Addressed: RT#46080: guess_encoding documentation http://rt.cpan.org/Ticket/Display.html?id=46080 ! ucm/nextstep.ucm Addressed: RT#59668: nextstep encoding is broken - missing ASCII characters http://rt.cpan.org/Ticket/Display.html?id=59668 ! lib/Encode/MIME/Header.pm t/mime-header.t Addressed: RT#52103: Encode::MIME::Header encoded words not separated by white space http://rt.cpan.org/Ticket/Display.html?id=52103 ! t/guess.t lib/Encode/Guess.pm Addressed: Encode: silenced a warning by from_to(..., 'Guess', ...) http://coderepos.org/share/changeset/37731
2010-09-19Update to 2.40:wiz3-21/+20
2.40 2010-09-16 (by Alexandr Ciornii) - Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian) - Add windows-1255.enc (Hebrew) - Update iso-8859-7.enc (RT#40712) - Use Devel::CheckLib - Better description of expat packages - Better Perl style in both code and docs
2010-09-19Update to 0.07 (nothing changed wrt to hunspell in pkgsrc):wiz2-7/+7
0.06 Tue Sep 14 2010 - made deserialization accept non-blessed refs 0.07 Wed Sep 15 2010 - optional hunspell support
2010-09-16Update po-mode to 2.2.taca2-7/+7
Changes are too many to write here, please refer ChageLog in distfiles.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz12-23/+24
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-14Update DISTFILES for TeX Live 2010. No functional change.minskim4-13/+12
2010-09-13* Add two CONFLICTS patterns:taca1-2/+4
- matches previous package name without "${RUBY_PKGPREFIX}-" - matches current "ruby18-" and "ruby19-" packages * Since these packages aren't update its version during update of Ruby package's framework, bump PKGREVISION for safe update. Noted by obache@ on tech-pkg.
2010-09-13Update to 0.9.20:wiz2-6/+6
2010-08-22 Rasqal Version 0.9.20 Released Updated to handle more of the new syntax defined by the SPARQL 1.1 Query and SPARQL 1.1 Update W3C working drafts of 1 June 2010 Added execution support for new SPARQL 1.1 query built-in expressions IF, URI, STRLANG, STRDT, BNODE, IN and NOT IN. Added an 'html' query result table format from patch by Nicholas J Humfrey Added API support for group by HAVING expressions Added XSD Date comparison support Support building with Raptor V2 API if configured with --with-raptor2. Many other bug fixes and improvements were made. Fixed Issues: #0000352, #0000353, #0000354, #0000360, #0000374, #0000377 and #0000378
2010-09-13Update to 1.6.3:wiz4-15/+15
Version 1.6.3 of PyEnchant has been released, with the following changes: * Pre-compiled binary distributions for Mac OS X * Safer loading of bundled DLLs on Windows * New function get_enchant_version() to obtain the version of the underlying enchant library
2010-09-13Make makeindexk build with kpathsea-6.0.0.minskim2-7/+7
2010-09-12Update to 0.612:wiz2-7/+9
0.612 Mon Aug 16 00:10:16 2010 +1000 <joe@kafsemo.org> - Allow DATA_INDENT to specify arbitrary white space for indentation. If it is numeric then use that many space characters. 0.611 Thu Apr 22 13:09:12 BST 2010 <joe@kafsemo.org> - Adopt rewritten license text to explicitly allow modification. 0.610 Mon Mar 29 02:29:32 BST 2010 <joe@kafsemo.org> - Add a CHECK_PRINT constructor parameter to check the output print success (#50465). It will croak when printing to output fails. 0.607 Mon Mar 22 14:46:26 GMT 2010 <joe@kafsemo.org> - Address license confusion by reverting to the original license, with contributor permission, and removing unintentional references to the (more restrictive) GPL/Artistic.
2010-09-12Update to 0.18:wiz2-7/+6
0.18 - added accessor: Text::MicroTemplate::File->include_path 0.17 - detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix) 0.16 - treat filenames starting with "/" as absolute paths - support lines like "? =pod" - fix documentation issues 0.15 - [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled
2010-09-12Update to 1.06, set LICENSE.wiz2-7/+7
Updated version number Updated Howto Fixed Makefile and MANIFEST for Build.PL Added Build.PL Save locale in Page-image (rt.perl.org bug #57340) Made this test windows-compatible (rt.perl.org bug #55505) Add prerequisite for perl 5.005 (rt bug #55198) Fix typo File permissions changed Fixed POD (rt bug #55184) Test-script cleanup, proper use of ok() with pdftotext Run the cgi with the correct perl from $Config{perlpath}. Fixed some typos in the POD Fixed the usage of the test suite (skip was used wrongly). Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL Even more POD additions Changed version number to 1.05 Fixed minor Perl::Critic issues Image scaling bug, patch by Simon Green <simon@simongreen.name> I have noticed one bug with the software though. If you are scaling an image, and are centering it, it calculates the the bottom left based on the original image size, not the scaled size. Attached is a patch (against 1.03) that fixes this. more POD fixes and comments PerlTidy, Fixed comments and POD PerlTidy, Fixed comments and POD Fixed formatting (perltidy) and updated POD documentation git in eclipe is a mess Added new test scripts Added experimental 'text' function Added Gary's annotation fonction and related stuff (string_underline). Cleaned up test files, grouped by topic, uses Test::More Cosmetic and toolchain mods. As sent to Gary Fixed debug() stuff Removed history from comments General cleanup fixed corrupt xref Improved debugging, Initial version of annotations Set version to 'perl' for Fedora Fix the MANIFEST file with all test updates Fixed Changes.PL Cleanup test files Add 'real' test using 'pdftotext' Add a cgi-script test/example Changing version number Some more test cleanup (eliminate warnings, remove test 7) Fix and unify test samples (generate pdf name from script name). Add new sample 'parabola.t', to show how to generate graphices. Improve doc and error message for unsupported gif images. Add new sample featuring font color and drawing/writing on images. Improved git detection in Changes.PL by Philippe Audéoud Hacked Changes.PL to skip out in a non-obstrusive way if git is not found or the git environment is not right.
2010-09-12Add a patch for ruby-yamcha to suport both ruby18 and ruby19.taca2-1/+38
I should commit with previous ruby-yamcha's commit.
2010-09-12Add a patch for ruby-cabocha to suport both ruby18 and ruby19.taca2-1/+26
I should commit with previous ruby-cabocha's commit.
2010-09-12Add and enable ruby-treetop.taca1-1/+2
2010-09-12Importing textproc/ruby-treetop 1.4.8.taca4-0/+155
Languages can be split into two components, their *syntax* and their *semantics*. It's your understanding of English syntax that tells you the stream of words "Sleep furiously green ideas colorless" is not a valid sentence. Semantics is deeper. Even if we rearrange the above sentence to be "Colorless green ideas sleep furiously", which is syntactically correct, it remains nonsensical on a semantic level. With Treetop, you'll be dealing with languages that are much simpler than English, but these basic concepts apply. Your programs will need to address both the syntax and the semantics of the languages they interpret. Treetop equips you with powerful tools for each of these two aspects of interpreter writing. You'll describe the syntax of your language with a *parsing expression grammar*. From this description, Treetop will generate a Ruby parser that transforms streams of characters written into your language into *abstract syntax trees* representing their structure. You'll then describe the semantics of your language in Ruby by defining methods on the syntax trees the parser generates.
2010-09-11Add and enable ruby-stringex.taca1-1/+2
2010-09-11Importing ruby-stringex 1.1.0.taca4-0/+224
Some [hopefully] useful extensions to Rubys String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+4
* Comment out HOMEPAGE, domain disappeared. * Add LICENSE. * Remove default value of GEM_BUILD.
2010-09-10Remove redundant PKGNAME.taca1-2/+1
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+3
* Update HOMEPAGE. * Remove default value of GEM_BUILD.
2010-09-10* Avoid to use "ftools" which has deprecated in ruby19.taca2-1/+29
2010-09-10Update textproc/ruby-xmlparser to 0.7.1.taca4-79/+64
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add PKG_DESTDIR_SUPPORT. * Ajust new ruby package's framework. Changes of version 0.7.1 * convert the encoding of an input string automatically (Ruby 1.9.1). Changes of version 0.7.0 * suppot Ruby 1.9.1. * remove some experimental libraries. * remove all example programs.
2010-09-10Update textproc/ruby-will-paginate to 2.3.14.taca3-19/+13
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. = 2.3.12, released 2009-12-01 * make view helpers "HTML safe" for Rails 2.3.5 with rails_xss plugin = 2.3.11, released 2009-06-02 * fix `enable_actionpack` = 2.3.10, released 2009-05-21 * count_by_sql: don't use table alias with any adapters starting with "oracle" * Add back "AS count_table" alias to `paginate_by_sql` counter SQL = 2.3.9, released 2009-05-29 * remove "AS count_table" alias from `paginate_by_sql` counter SQL * Rails 2.3.2 compat: monkeypatch Rails issue #2189 (count breaks has_many :through) * fix generation of page URLs that contain the "@" character * check for method existance in a ruby 1.8- and 1.9-compatible way * load will_paginate view helpers even if ActiveRecord is not loaded == 2.3.8, released 2009-03-09 * Rails 2.3 compat: query parameter parsing with Rack == 2.3.7, released 2009-02-09 * Removed all unnecessary &block variables since they cause serious memory damage and lots of subsequent gc runs. == 2.3.6, released 2008-10-26 * Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists == 2.3.5, released 2008-10-07 * update the backported named_scope implementation for Rails versions older than 2.1 * break out of scope of paginated_each() yielded block when used on named scopes * fix paginate(:from) == 2.3.4, released 2008-09-16 * Removed gem dependency to Active Support (causes trouble with vendored rails). * Rails 2.1: fix a failing test and a deprecation warning. * Cope with scoped :select when counting. == 2.3.3, released 2008-08-29 * Ensure that paginate_by_sql doesn't change the original SQL query. * RDoc love (now live at http://gitrdoc.com/mislav/will_paginate/tree/master) * Rename :prev_label to :previous_label for consistency. old name still functions but is deprecated * ActiveRecord 2.1: Remove :include option from count_all query when it's possible. == 2.3.2, released 2008-05-16 * Fixed LinkRenderer#stringified_merge by removing "return" from iterator block * Ensure that 'href' values in pagination links are escaped URLs == 2.3.1, released 2008-05-04 * Fixed page numbers not showing with custom routes and implicit first page * Try to use Hanna for documentation (falls back to default RDoc template if not) == 2.3.0, released 2008-04-29 * Changed LinkRenderer to receive collection, options and reference to view template NOT in constructor, but with the #prepare method. This is a step towards supporting passing of LinkRenderer (or subclass) instances that may be preconfigured in some way * LinkRenderer now has #page_link and #page_span methods for easier customization of output in subclasses * Changed page_entries_info() method to adjust its output according to humanized class name of collection items. Override this with :entry_name parameter (singular). page_entries_info(@posts) #-> "Displaying all 12 posts" page_entries_info(@posts, :entry_name => 'item') #-> "Displaying all 12 items" == 2.2.3, released 2008-04-26 * will_paginate gem is no longer published on RubyForge, but on gems.github.com: gem sources -a http://gems.github.com/ (you only need to do this once) gem install mislav-will_paginate * extract reusable pagination testing stuff into WillPaginate::View * rethink the page URL construction mechanizm to be more bulletproof when combined with custom routing for page parameter * test that anchor parameter can be used in pagination links
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-15/+9
* Add LICENSE. * Remove default value of GEM_BUILD.
2010-09-10* Remove redundant PKGNAME.taca1-2/+6
* Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages.
2010-09-10Update textproc/ruby-simple-rss to 1.2.3.taca3-30/+14
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-10* Remove RUBY_HAS_ARCHLIB.taca4-3/+173
* Add patches to support both ruby18 and ruby19. No functional change.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca4-41/+14
* Add LICENSE. * Ajust new ruby package's framework. Changes are unknown.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-6/+6
* Add LICENSE. * Ajust new ruby package's framework.
2010-09-10Update textproc/ruby-redcloth to 4.2.3.taca2-11/+8
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Remove RUBY_HAS_ARCHLIB. === 4.2.3 / March 1, 2010 * Allow quotes in styles so you can do things like listing font-families. [Jason Garber] * Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber] * Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber] * Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes] * Fixes for PPC/PPC64 [Flameeyes] * Added a modified copy of 'Textile Reference' to a doc folder [codesponge] * Add footnote return links [Jonathan Rudenberg] * Add bug report link to the README === 4.2.2 / June 30, 2009 * Fix regression where percent wasn't accepted in style attribute. [Jason Garber] === 4.2.1 / June 16, 2009 * Fix regression where period wasn't accepted in style attribute. [Jason Garber]