Commit graph

5219 commits

Author SHA1 Message Date
taca
d9682d2298 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.

No functional change.
2010-09-10 08:32:29 +00:00
taca
e7740292c7 * Add LICENSE.
* Avoid to use "ftools" which has deprecated in ruby19.

No functional change.
2010-09-10 08:30:42 +00:00
taca
2c8d98831a Update textproc/ruby-nokogiri to 1.4.3.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are too many to write here, please refer CHANGELOG.rdoc.
2010-09-10 08:29:06 +00:00
taca
3b7e33fe5e Update oniguruma to 5.9.2.
* Add LICENSE.

History

2010/01/09: Version 5.9.2

2010/01/05: [bug]  fix utf16be_code_to_mbc() and utf16le_code_to_mbc().
2008/09/16: [bug]  fix memory leaks in parse_exp().
2008/08/01: [bug]  fix memory leaks.
2008/06/17: [bug]  invalid type of argument was used
                   in onig_st_lookup_strend().
2008/06/16: [bug]  invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde
2008/02/19: [new]  add: onig_reg_init().
2008/02/19: [new]  add: onig_free_body().
2008/02/19: [new]  add: onig_new_without_alloc().
2008/02/19: [API]  rename onig_alloc_init() to onig_reg_init(),
                   and argument type changed.
2008/01/31: [impl] move UTF16_IS_SURROGATE_XXX() to regenc.h.
2008/01/30: [bug]  (thanks akr)
                   fix euctw_islead().
2008/01/23: [bug]  update enc/koi8.c.
2010-09-10 08:26:38 +00:00
taca
34628602de * Add a patch to support both ruby18 and ruby19.
* Remove RUBY_HAS_ARCHLIB.

No functional change.
2010-09-10 08:25:16 +00:00
taca
f45d64a0a2 Remove * Remove RUBY_HAS_ARCHLIB. 2010-09-10 08:22:56 +00:00
taca
b1096882d1 Update textproc/ruby-maruku to 0.6.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are unknown.
2010-09-10 08:22:12 +00:00
taca
4ec2109942 Update textproc/ruby-markaby to 0.7.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

= 0.7.1 (2010-08-19)

* Rails fixes for form_for called from erb templates

= 0.7.0

* Sinatra 1.0 support
* Full Tilt 1.0+ support, including "yield" support for layouts

= 0.6.10

* Rails fixes for form_for + content_for

= 0.6.9

* Bug fix for url_for.  Previously, you'd need to capture { *_path } instead of
  using the named route directly.  Only affected rails 2.3.4+.

= 0.6.8 (2010-06-03)

* Add a regression for issue Github #17 (for judofyr / Camping)

= 0.6.7 (2010-06-02)

* Add rails support for 2.3.5 - 2.3.8
* Improved rails documentation

= 0.6.6 (2010-06-01)

* ruby 1.9.1 support.  Closes Github Issues #10 & #11.
* Removed Tilt deprecation warnings

= 0.6.4

* Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:
    Markaby::Builder.new { 'foo' }.to_s #=> "foo"

* Fix critical bug with form_for, which was raising an error
* Introduce proxy object for form_for:

    form_for :foo do |f|
      f.text_field :bar
      f.text_field :baz
    end

* Remove support for rails 2.1.x series.  We'll accept patches for them, if anyone cares enough.

== 0.6.2 / 0.6.3

* Add basic support for the Tilt templating engine (used with Sinatra):

  require 'markaby'
  require 'markaby/tilt'

== 0.6.1

* Support the following rails versions:
    1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0,
    2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4
* Only run rails tests when inside a rails plugins
* Run tests of the various versions of rails with garlic
* Start conversion to rspec.  Use test/spec temporarily until conversion is done.

= 0.6
=== 23 August, 2009

* Canonical repo changed to http://github.com/joho/markaby
* Gem moved to Github (using jeweler)
* Rails init process changed to work with rails > 2.1
* Default attributes on the root (<html>) element can now be overidden
* Reworked CssProxy, allowing attributes on hr and br
* Added Kernel#mab convenience method (require 'markaby/kernel_method')
* WhenOnRails: Can now use :locals with render_markaby
* WhenOnRails: Template errors now report line number
2010-09-10 08:21:04 +00:00
taca
607b9fc3cc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 08:20:01 +00:00
taca
de2282d95f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
2010-09-10 08:19:16 +00:00
taca
bd3fea233f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 08:18:49 +00:00
taca
e8c2339e34 Update textproc/ruby-itex2MML to 1.3.25.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Add PKG_DESTDIR_SUPPORT.

No exact changes are available.
2010-09-10 08:15:55 +00:00
taca
826e61ee33 Remove redundant PKGNAME. 2010-09-10 08:14:55 +00:00
taca
48af51e7ca No MASTER_SITES nor HOMEPAGE aren't available now. 2010-09-10 08:14:36 +00:00
taca
e64bfb22e8 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:13:52 +00:00
taca
33bc46bb6c Update textproc/ruby-hikidoc to 0.0.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.


!! Changes 0.0.6 from 0.0.5: 2010-08-28

* fix missing NEWS.ja for packaging
2010-09-10 08:13:23 +00:00
taca
b6e05b1135 Update textproc/ruby-haml to 3.0.18.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many, please refer http://haml-lang.com/ in detail.
2010-09-10 08:12:14 +00:00
taca
db9cfa491f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove redundant PKGNAME.
2010-09-10 08:10:44 +00:00
taca
7bcc88a618 Update textproc/ruby-feed-normalizer to 1.5.2.
* 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 08:09:41 +00:00
taca
28a569e243 Update textproc/ruby-fastercsv to 1.5.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.


== 1.5.3

* A bug fix from Timothy Elliott to return the new parser to its strict quote
  tolerance.

== 1.5.2

* A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman.
* Added support for <tt>:write_headers => false</tt> to Table.to_csv().

== 1.5.1

* A bug fix for deleting blank Table rows from Andy Hartford.
* Added gem build instructions.

== 1.5.0

* The main parser has been rewritten by Timothy Elliott to avoid big input
  issues with Ruby 1.8's regex engine.  This makes FasterCSV handle more inputs
  gracefully.
* FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9.
* Included a missing file so the tests will run in source packages.

== 1.4.0

* Added encoding support patch from Michael Reinsch.
* Improved inspect() messages for better IRb support.
* Fixed header writing bug reported by Dov Murik.
* Use custom separators in parsing header Strings as suggested by Shmulik Regev.
* Added a <tt>:write_headers</tt> option for outputting headers.
* Handle open() calls in binary mode whenever we can to workaround a Windows
  issue where line-ending translation can cause an off-by-one error in seeking
  back to a non-zero starting position after auto-discovery for
  <tt>:row_sep</tt> as suggested by Robert Battle.
* Improved the parser to fail faster when fed some forms of invalid CSV that can
  be detected without reading ahead.
* Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and
  prevent the parser from biting off more data than it can chew.
2010-09-10 08:08:14 +00:00
taca
cd93fce038 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Restrict to RUBY18 only.
2010-09-10 08:07:30 +00:00
taca
b4396f3951 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:07:00 +00:00
taca
68ea972b02 Update textproc/ruby-coderay to 0.9.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Enable HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many please refer http://coderay.rubychan.de/ for
detail.
2010-09-10 08:06:27 +00:00
taca
219f840910 * Remove redundant PKGNAME. 2010-09-10 08:03:39 +00:00
taca
3164c7904f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* pdate HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 08:03:08 +00:00
taca
c789fe1067 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Switch to bluecloth 2.0.7.
Please refer http://www.deveiate.org/projects/BlueCloth for detail.
2010-09-10 08:02:26 +00:00
taca
28ac9b4b22 * Add LICENSE.
* Remove redundant PKGNAME.
2010-09-10 08:00:53 +00:00
sno
d7ee6f1cd9 Updating textproc/p5-Pod-Tree from 1.16nb1 to 1.17
pkgsrc changes:
- add license definition

Upstream changes:
1.17	2010 Jun 21
	pods2html
	- quote paths in REs
2010-09-09 21:19:16 +00:00
tez
be6f9ce632 fix build using solaris ld which is more picky about not ignoring bogus
stuff in the symbol file, by copying to an alternate file and patching.
based on info from http://www.mail-archive.com/xml@gnome.org/msg07624.html
2010-09-08 13:53:00 +00:00
sno
f35d372476 Updating textproc/p5-Text-RecordParser from 1.4.0nb1 to 1.5.0
Upstream changes:
1.5.0   July 21 2010
-   Some small changeds to be more defensive about non-existent fields
2010-09-08 05:26:37 +00:00
taca
bb99299a80 * Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.

No functional change.
2010-09-07 17:20:24 +00:00
wiz
99200abd2d Update to 2.09:
2.09 Thu 19 Aug 2010 16:08:20 BST
    - Add set_encoding() for export - Stefan

2.08 Tue Jul 13 08:47:58 BST 2010
    - Doc fix (Blair Christensen)
2010-09-06 11:03:55 +00:00
wiz
6f14fcbe52 Update to 0.07, please pkglint:
0.07    Wednesday 25th August, 2010
        Switch to ExtUtils::MakeMaker as Module::Build got
        uppity and started generating bad Makefile.PL files

0.06	Friday 20th August, 2010
	Fix case with ' in entities (Richard Russo)
2010-09-06 11:03:06 +00:00
obache
d4a2b4b331 Update ruby-json{,_pure} to 1.4.6.
2010-08-09 (1.4.6)
  * Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
    always create a new object from the state prototype.
  * Made pure and ext api more similar again.
2010-08-07 (1.4.5)
  * Manage data structure nesting depth in state object during generation. This
    should reduce problems with to_json method definіtions that only have one
    argument.
  * Some fixes in the state objects and additional tests.
2010-08-06 (1.4.4)
  * Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
  * Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and
    http://github.com/flori/json/issues/closed#issue/23
2010-09-05 02:13:51 +00:00
schmonz
d03caff7ce Update to 1.0.21.0. From the changelog:
- Avoid importing isa from UNIVERSAL to fix Perl 5.12 deprecation
	  warning (Debian bug#578559).
	- Fix testcase t/04functions.t to work with Perl compiled with
	  -Duselongdouble (Debian bug#578558).
	- Wrap Document::add_boolean_term() (new in C++ API in 1.0.18).
	- Add test coverage for Document::remove_term().
	- Add wrappers for the spelling correction functionality (ticket#420).
	- Fix to build with compilers other than GCC by disabling Perl's
	  #define for bool.  (ticket#404)
	- Improve documentation of QueryParser::set_default_op() and
	  QueryParser::get_default_op().
	- examples/: Use MSet::items() (new in 1.0.13.1).
	- examples/simpleexpand.pl: Remove debug print statement left in by
	  accident.
	- Add dependency to regenerate Makefile if Xapian.pm changes (since the
	  former contains a version number extracted from the latter).
	- Add better test coverage for MatchDecider.
	- Run POD coverage tests if TEST_POD_COVERAGE is set rather than
	  TEST_POD so that the other POD tests can easily be enabled without
	  enabling the coverage tests.
2010-09-05 01:22:12 +00:00
sno
75101072dd Updating textproc/p5-Text-FindIndent from 0.08nb1 to 0.09
Upstream changes:
0.09
	- Add vim-commands output.
2010-09-01 21:42:57 +00:00
sno
769ccc89f9 Updating textproc/p5-YAML from 0.71nb1 to 0.72
Upstream changes:
version: 0.72
date:    Wed Sep 1 11:54:00 AEST 2010
changes:
- Upgrade to Module::Install 1.00
- Upgraded author tests via new ADAMK release automation
- Normalise Ingy's name to ASCII in Makefile.PL so that we don't have
  Unicode in our own META.yml
2010-09-01 20:30:33 +00:00
sno
8d6ed9c95a Updating textproc/p5-YAML-Syck from 1.12nb1 to 1.14
Upstream changes:
[Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03]
* RT RT60771 - Further refactor for JSON. if a number is a valid
  perl string, quote it. "1" + "1" = "11" in javascript.
* add YAML tests to make sure HEX and octal preserve their information
2010-08-31 05:12:29 +00:00
obache
1e2246ad2c Remove unwanted PLIST entry. 2010-08-31 01:00:56 +00:00
wiz
703b62ad32 Mark "IMPLEMENTATION NOTES" and "COMPATIBILITY" as NetBSD only. Bump version. 2010-08-30 12:20:44 +00:00
obache
bdd735a0f7 No need gtkdoc-rebase workaround anymore. 2010-08-29 09:15:50 +00:00
seb
ece66c66f9 Add & enable xml-coreutils 2010-08-29 07:48:47 +00:00
seb
8ecf84d4ca Initial import of xml-coreutils version 0.8a in the NetBSD Packages
Collection.

The xml-coreutils are a collection of Unix/POSIX command line tools
for processing XML files.  The aim is to make XML processing for
shell users exactly as easy as text processing.
2010-08-29 07:48:28 +00:00
wiz
ca4944d322 OpenBSD has added EXIT STATUS as standard section. Bump version. 2010-08-27 21:13:10 +00:00
obache
f4dab3cb31 Update hikidoc to 0.0.5.
!! Changes 0.0.5 from 0.0.4: 2010-08-26

* fix a bug: strings after non-WikiName expression are ignored
* new text decoration ``monospaced text``
* fix rake failure with Hoe 1.9.0 or later
* add syntax highlighting with google-code-prettify
2010-08-27 05:06:17 +00:00
sno
9bc789e9cd Updating textproc/p5-String-ShellQuote from 1.03nb2 to 1.04
pkgsrc changes:
- add license definition
- make no compiler languages are used

Upstream changes:
1.04 Mon Jun  7 09:09:36 EDT 2010
    - Don't escape "=" unless it's in command position.  Thanks to Chip
      for the inspiration.
    - Use "#!perl" in test.t (closes #38072).
    - Don't try to test or install the shell-quote script on Windows
      (closes #46445).

1.03  Tue May  3 06:47:39 EDT 2005
    - Add shell-quote script.
2010-08-26 06:41:44 +00:00
gls
f3793ea141 options.mk was left aside the previous commit 2010-08-25 02:17:27 +00:00
gls
3cd8a2d86c Update asciidoc to 8.6.1.
pkgsrc changes:
- set license
- Install more docs. Note html docs is no longer part of the upstream tarball.
- Add options pdf and epub to ensure the proper tools are installed.
  Both are off by default.

Upstream changes:

Version 8.6.1 (2010-08-22)
--------------------------
.Additions and changes
- 'a2x': `--resource-dir` option renamed to `--resource`.
- 'a2x': `--resource` option accepts both file and directory names.
- 'a2x': Added `-m,--resource-manifest` option.
- Added Vim syntax highlighting for quote attribute lists.
- Load 'asciidoc.conf' from all configuration directories before any
  other configuration files. This ensures that attributes used for
  conditional inclusion are set before backend configuration files are
  processed. Previously if you wanted to control global conf file
  inclusion your only choice was to modify the global 'asciidoc.conf'
  file.
- AsciiDoc 'Quote element' attributes have been simplified and
  generalized -- positional color and size attributes and named 'role'
  attribute have been replaced by a single positional attribute.

.Bug fixes
- 'FIXED': 'testasciidoc.py': `BACKEND` command argument was being
  ignored.
- 'FIXED': Broken 'docinfo' file functionality in 'html4' and
  'xhtml11' backends (previously the docinfo file was included in
  the 'body' instead of the 'header').

Regression issues
~~~~~~~~~~~~~~~~~
This release breaks compatibility with quoted element positional color
and size attributes (HTML backends). To revert to the deprecated quote
behavior define the 'deprecated-quotes' attribute in the global
`asciidoc.conf` file or on the command-line.  For a more detailed
explanation of the rationale behind this change see
http://groups.google.com/group/asciidoc/browse_thread/thread/b22603bfb879418c.


Version 8.6.0 (2010-08-16)
--------------------------
.Additions and changes
- The AsciiDoc distribution can now be built ``out of the box''
  from the distribution tarball or the Mercurial repository
  (provided you have the requisite build applications installed).
- The global configuration files directory is ignored by both
  'asciidoc' and 'a2x' if AsciiDoc configuration files are installed
  in the same directory as the asciidoc executable.  This change
  allows both a system wide copy and multiple local copies of AsciiDoc
  to coexist on the same host PC.
- CSS 'quirks' mode is no longer the default 'xhtml11' output
  (http://groups.google.com/group/asciidoc/browse_thread/thread/1c02d27d49221aa2).
- Relaxed anchor ID name syntax
  (http://groups.google.com/group/asciidoc/browse_thread/thread/5f3e825c74ed30c).
- Added document files: `doc/epub-notes.txt`,
  `doc/publishing-ebooks-with-asciidoc.txt`.
- 'a2x': If all other resource locations are exhausted then recursively
  search directories named 'images' and 'stylesheets' in the
  'asciidoc' configuration files directory.
- 'a2x': options can also be set in the AsciiDoc source file. If the
  source file contains a line beginning with '// a2x:' then the
  remainder of the line will be treated as a2x command-line options.
- Added dblatex table-width processing instruction -- tables generated
  by dblatex now observe the AsciiDoc table width as a percentage
  (thanks to Gustav Broberg for suggesting this enhancement).
- 'a2x': Don't exit if the `--epubcheck` option is set and 'epubcheck'
  is missing, issue warning and continue.
- Added a global 'plaintext' attribute for dealing with large amounts
  of imported text.
- The author name format has been relaxed, if the the author does not
  match the formal specification then it is assigned to the
  'firstname' attribute (previously asciidoc exited with an error
  message).
- FAQ and documentation updates.
- Refactored chunked.xsl and epub.xsl files.
- Exchanged article.epub for more relevant book.epub on website.
- Put asciidoc.epub User Guide on website.
- 'a2x': Chunking EPUB and HTML outputs set to a per chapter basis and
  the first chapter is separate from preceding contents.
- Changed dates format in example article and books to suppress EPUB
  validation error.
- Added 'style' and 'role' CSS classes to xhtml11 section templates.
- Added the 'role' element to xhtml11 backend block templates.
- Suppressed md5 module deprecation warning from music and Graphviz filters.
- Pygments (http://pygments.org/) option added to source code
  highlight filter.  Based on Pygments source code filter written by
  David Hajage
  (http://groups.google.com/group/asciidoc/browse_thread/thread/d8d042f5a3021369/8934ebbb8cb7144b).
- xhtml11: Added a new theme (volnitsky). Written and contributed by
  Leonid V. Volnitsky.
- xhtml11: Set body element class name to document type.
- Added refentryinfo element and contents (including revdate) to man
  page DocBook output. Man pages are now dated using the revdate
  attribute value if it has been defined.  Based on patch supplied by
  Rainer Muller
  http://groups.google.com/group/asciidoc/browse_frm/thread/319e5cd94493e330/3fcb83fab067af42.
- Added `{template:...}` system attribute.
- Table of contents attribute 'toc' can now be specified in the
  document header.
- Reimplemented music and latex filter -m option functionality when
  the input is stdin using MD5 checksums.
- Added 'latex' filter.
- Added auto file name generation to image generating filters
  (latex,music, graphviz).
- Added `counter2` and `set2` system attributes (to implement image
  auto file name generation).
- Undefined attribute in filter command generates error but does not
  exit.
- Attribute substitution proceeds from start line to end line
  (previously was in reverse order which was really confusing).
- Tidied up music filter code:
  * Format option is optional and default to 'abc' unless Lilypond
    notation detected.
  * The -m option does not apply to stdin input.
- Added paragraph styles to music and graphviz filters.
- Documented dynamic template names.  753: Graphviz filter can now
  generate SVG format images. Patch submitted by Elmo Todurov, see:
  http://groups.google.com/group/asciidoc/browse_frm/thread/fe9b33d8f5f1e0af
  The xhtml11 SVG Graphviz template marked EXPERIMENTAL. No SVG
  support for other backends.
- AsciiDoc template names can now contain embedded attribute
  references.
- Added 'legalnotice' tag to `doc/article-docinfo.xml` example.
- xhtml11 backend: Callouts and callout lists display callout icons
  when the 'icons' attribute is defined. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/8eda3ea812968854
- Document attribute names are case insensitive everywhere, this makes using
attribute entries more consistent e.g. previously :VERS: had to be refered to
with {vers} ({VERS} did not work).
- Hungarian translation of footer-text (submitted by Miklos Vajna).
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72#
- asciidocapi.py 0.1.2: Can now load AsciiDoc script named asciidoc.
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/66e7b59d12cd2f91
  Based on patch submitted by Phillip Lord.
- German translation of footer-text (submitted by Simon Ruderich). See
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
- Pushed HTML footer text into language conf files with the
  introduction of a [footer-text] configuration file template section.
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72

.Bug fixes
- *FIXED*: Sometimes multiple double quoted text elements in the same
  paragraph were mistakenly seen as starting with an inline literal.
  See
  http://groups.google.com/group/asciidoc/browse_frm/thread/219c86ae25b79a21
- *FIXED*: 'localtime' and 'doctime' attributes calculated incorrect
  daylight saving / non daylight saving timezones and consequently so
  did HTML footers.  Patch submitted by Slawomir Testowy. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/af652507caf6cec9
- *FIXED*: Missing selector for 'List of examples' title in DocBook
  CSS file. Patch submitted by Laurent Laville. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/3f96900f7fbf5620
- *FIXED*: Broken accents in lang-hu.conf. See:
  http://groups.google.com/group/asciidoc/browse_frm/thread/7174cb7598993c72
- *FIXED*: DocBook XSL generated HTML callout lists are properly
  aligned.  Submitted by Lionel Orry. See
  http://groups.google.com/group/asciidoc/browse_frm/thread/2ff802547b6a75ea
- *FIXED*: Filter execution now occurs prior to filter markup template
  substitution to ensure image data URI encoding happens after image
  generation (see
  http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b).
- *FIXED*: The section numbers no longer increment when the 'numbered'
  attribute is undefined (see
  http://groups.google.com/group/asciidoc/browse_thread/thread/faa36e9e5c7da019/d24cab3fe363e58d).
2010-08-25 02:16:24 +00:00
gls
ea1fc1c88d Update textproc/dblatex to 0.3
Upstream changes:

Release 0.3
Bug fix release.
* Upgrade to recent Debian scripts (error handlers).
* Improve the table rendering by adding a table-width Processing Instruction.
* Add the parameters:
- default.table.width.
- biblioentry.numbered.
* A number of bug fixes.

Release 0.2.12
Bug fix release.
* Add basic biblioref support. Its specific attributes are not handled yet.
* Allow the appendices to be followed by other sections.
* Add the ability to convert on the fly SVG figures to PDF through inskscape:
apply patch #2821475 from David Necas.
* Improve the ability to format in bold or italic the elements embedded in
programlistings or screens.
* Add the parameters:
- index.tocdepth.
- index.numbered.
- bibliography.tocdepth.
- bibliography.numbered.
- xref.hypermarkup.
* A number of bug fixes.

Release 0.2.11
Release containing some new features.
* Improve the set support: dblatex can build all the PDF files (one per book)
and the xr-hyper package is used to make cross-references between books.
* Improve the XeTeX font switch macros (still experimental).
* Add some hook to external error handlers.
* Change the verbatim implementation in order to be able to easily add new
elements embeddable in programlistings.
* Add the parameters:
- glossary.tocdepth.
- glossary.numbered.
- refclass.suppress.
- use.id.as.filename.
* Fix some bugs.
2010-08-24 01:45:10 +00:00
markd
8bcb06bfac Update py-sphinx to 1.0.1
* Support for domains has been added.  A domain is a collection of
  directives and roles that all describe objects belonging together,
  e.g. elements of a programming language.  A few builtin domains are
  provided:

  - Python
  - C
  - C++
  - JavaScript
  - reStructuredText

* The old markup for defining and linking to C directives is now
  deprecated.  It will not work anymore in future versions without
  activating the :mod:`~sphinx.ext.oldcmarkup` extension; in Sphinx
  1.0, it is activated by default.

* Removed support for old dependency versions; requirements are now:

  - docutils >= 0.5
  - Jinja2   >= 2.2

* Removed deprecated elements:

  - ``exclude_dirs`` config value
  - ``sphinx.builder`` module

Features added
--------------

* General:

  - Added a "nitpicky" mode that emits warnings for all missing
    references.  It is activated by the :option:`-n` command-line switch
    or the :confval:`nitpicky` config value.
  - Added ``latexpdf`` target in quickstart Makefile.

* Markup:

  - The :rst:role:`menuselection` and :rst:role:`guilabel` roles now
    support ampersand accelerators.
  - New more compact doc field syntax is now recognized: ``:param type
    name: description``.
  - Added ``tab-width`` option to :rst:dir:`literalinclude` directive.
  - Added ``titlesonly`` option to :rst:dir:`toctree` directive.
  - Added the ``prepend`` and ``append`` options to the
    :rst:dir:`literalinclude` directive.
  - #284: All docinfo metadata is now put into the document metadata, not
    just the author.
  - The :rst:role:`ref` role can now also reference tables by caption.
  - The :rst:dir:`include` directive now supports absolute paths, which
    are interpreted as relative to the source directory.
  - In the Python domain, references like ``:func:`.name``` now look for
    matching names with any prefix if no direct match is found.

* New builders:

  - Added a builder for the Epub format.
  - Added a builder for manual pages.
  - Added a single-file HTML builder.

* Extensions:

  - Added the :mod:`~sphinx.ext.viewcode` extension.
  - Added the :mod:`~sphinx.ext.extlinks` extension.
  - Added support for source ordering of members in autodoc, with
    ``autodoc_member_order = 'bysource'``.
  - Added :confval:`autodoc_default_flags` config value, which can be
    used to select default flags for all autodoc directives.
  - Added a way for intersphinx to refer to named labels in other
    projects, and to specify the project you want to link to.
  - #280: Autodoc can now document instance attributes assigned in
    ``__init__`` methods.
  - Many improvements and fixes to the :mod:`~sphinx.ext.autosummary`
    extension, thanks to Pauli Virtanen.
  - #309: The :mod:`~sphinx.ext.graphviz` extension can now output SVG
    instead of PNG images, controlled by the
    :confval:`graphviz_output_format` config value.
  - Added ``alt`` option to :rst:dir:`graphviz` extension directives.
  - Added ``exclude`` argument to :func:`.autodoc.between`.
2010-08-22 21:03:24 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
2a39423f2c Added textproc/p5-POD2-Base 2010-08-20 06:47:04 +00:00
sno
91a0aec892 Importing package for Perl5 module POD2::Base 0.043 into
textproc/p5-POD2-Base as dependency of scheduled update of editors/p5-Padre
to 0.69.

This module is an abstraction of the code in POD2::IT and POD2::FR. These
modules belong to the Italian and the French translation projects of core
Perl pods.

Once a translation package had been installed, the translated
documentation can be accessed with:

    $ perldoc POD2::<lang>::<podname>

(where <lang> is a language abbreviation like IT, FR, TLH, etc.)

To improve the support to read translated docs, the perldoc utility (since
version 3.14_01) was updated to find translated PODs via:

    $ perldoc -L IT <podpage>
    $ perldoc -L FR -f <function>
    $ perldoc -L TH -q <FAQregex>
2010-08-20 06:45:55 +00:00
sno
fc7dd285fd Added textproc/p5-Lingua-EN-Inflect-Phrase 2010-08-19 20:10:16 +00:00
sno
5b611410a5 Importing package for Perl5 module Lingua::EN::Inflect::Phrase 0.04 into
textproc/p5-Lingua-EN-Inflect-Phrase as dependency of scheduled update of
DBIx::Class::Schema::Loader

Attempts to pluralize or singularize short English phrases.
2010-08-19 20:07:39 +00:00
sno
72dd6406af add a comment for future updates 2010-08-19 20:03:57 +00:00
sno
9e900db536 Added textproc/p5-Lingua-EN-Tagger 2010-08-19 19:51:43 +00:00
sno
be38cbb252 Importing package for Perl5 module Lingua::EN::Tagger 0.16 into
textproc/p5-Lingua-EN-Tagger as dependency of scheduled import of
Lingua::EN::Inflect::Phrase, which is a dependency of scheduled update
of DBIx::Class::Schema::Loader.

The module is a probability based, corpus-trained tagger that assigns POS
tags to English text based on a lookup dictionary and a set of probability
values. The tagger assigns appropriate tags based on conditional
probabilities - it examines the preceding tag to determine the appropriate
tag for the current word. Unknown words are classified according to word
morphology or can be set to be treated as nouns or other parts of speech.

The tagger also extracts as many nouns and noun phrases as it can, using a
set of regular expressions.
2010-08-19 19:50:36 +00:00
sno
fb9bc63617 Added textproc/p5-Lingua-Stem 2010-08-19 19:26:29 +00:00
sno
36b80bdf16 Importing package for Perl5 module Lingua::Stem 0.84 into
textproc/p5-Lingua-Stem as dependency of scheduled import of
Lingua::EN::Tagger, which is a dependency for the scheduled update
of DBIx::Class::Schema::Loader.

This routine applies stemming algorithms to its parameters, returning
the stemmed words as appropriate to the selected locale.
2010-08-19 19:25:25 +00:00
sno
a81008f5f3 Added textproc/p5-Text-German 2010-08-19 19:06:01 +00:00
sno
907ff0b217 Importing package for Perl5 module Text::German 0.06 as dependency of
scheduled import of Lingua::Stem 0.84.

This is a rather incomplete implementation of work done by Gudrun
Putze-Meier. I have to confess that I never read her original paper. So
all credit belongs to her, all bugs are mine. I tried to get some insight
from an implementation of two students of mine. They remain anonymous
because their work was the wost piece of code I ever saw. My code behaves
mostly as their implementation did except it is about 75 times faster.
2010-08-19 19:05:12 +00:00
sno
9b4baffcbc Added textproc/p5-Snowball-Swedish 2010-08-19 06:55:08 +00:00
sno
9ae15cca44 Importing package for Perl5 module Lingua::Stem::Snowball::Se 1.2 (CPAN
dist Snowball-Swedish) into textproc/p5-Snowball-Swedish as dependency
for scheduled import of Lingua::Stem.

The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Swedish stemming algorithm, which can be
found at the Snowball website: http://snowball.tartarus.org/.

It also supports caching if the use_cache option is passed when
constructing a new L:S:S:N object.
2010-08-19 06:54:11 +00:00
sno
761d569148 Added textproc/p5-Snowball-Norwegian 2010-08-19 06:47:46 +00:00
sno
aa6cfe2d3b Importing package for Perl5 module Lingua::Stem::Snowball::No 1.2
(CPAN distribution Snowball-Norwegian) into textproc/p5-Snowball-Norwegian.

The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Norwegian stemming algorithm, which can be
found at the Snowball website: http://snowball.tartarus.org/.

It also supports caching if the use_cache option is passed when
constructing a new L:S:S:N object.
2010-08-19 06:46:51 +00:00
sno
41a21303a0 Added textproc/p5-Lingua-Stem-Snowball-Da version 1.01 2010-08-19 06:35:53 +00:00
sno
5faf0d4dfd Importing package for Perl5 module Lingua::Stem::Snowball::Da 1.01 as
dependency of scheduled import of Lingua::Stem 0.84.

The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Danish stemming algorithm, which can be found
at the Snowball website: http://snowball.tartarus.org/.

It also supports caching if the use_cache option is passed when
constructing a new L:S:S:D object.
2010-08-19 06:35:32 +00:00
sno
7f972b72fe Added textproc/p5-Lingua-Stem-Ru 2010-08-19 06:27:21 +00:00
sno
bfb8869ec7 Importing package for Perl5 module Lingua::Stem::Ru 0.01 as dependency
of scheduled import for Lingua::Stem.

This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.

The algorithm is implemented exactly as described in:

    * http://snowball.tartarus.org/russian/stemmer.html

The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz. This stemmer is also based on the work of Aldo
Capini, see Lingua::Stem::It.
2010-08-19 06:26:23 +00:00
sno
709dec7660 Added textproc/p5-Lingua-Stem-It 2010-08-19 06:20:49 +00:00
sno
ea94b34d9c Importing package for Perl5 module Lingua::Stem::It 0.02 into
textproc/p5-Lingua-Stem-It as dependency for Lingua::Stem, which is a
dependency of the scheduled update of DBIx::Class::Schema::Loader

This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.

The algorithm is implemented exactly (I hope :-) as described in:

    http://snowball.tartarus.org/algorithms/italian/stemmer.html

The code is carefully crafted to work in conjunction with the
Lingua::Stem module by Benjamin Franz, from which I've also borrowed
some functionalities (caching and exception list).
2010-08-19 06:19:53 +00:00
sno
37d49c6913 Added textproc/p5-Lingua-Stem-Fr 2010-08-19 06:13:06 +00:00
sno
c2a1202651 Importing package for Perl5 module Lingua::Stem::Fr 0.02 into
textproc/p5-Lingua-Stem-Fr as dependency of scheduled import of
Lingua::Stem as dependency of scheduled update of DBIx::Class::Schema::Loader

This module use the a modified version of the Porter Stemming Algorithm
to return a stemmed words.

The algorithm is implemented as described in:

    * http://snowball.tartarus.org/french/stemmer.html

with some improvement.

The code is carefully crafted to work in conjunction with the Lingua::Stem
module by Benjamin Franz. This french version is based too, on the work
of Aldo Calpini (Italian Version)
2010-08-19 06:11:59 +00:00
sno
7d86e94fb5 Added textproc/p5-Lingua-PT-Stemmer 2010-08-19 06:05:05 +00:00
sno
238e8d331b Importing package for p5 module Lingua::PT::Stemmer 0.01 as dependency
of Lingua::Stem 0.84 import (for DBIx::Class::Schema::Loader update).

Implements a Portuguese stemming algorithm proposed in the paper A
Stemming Algorithm for the Portuguese Language by Moreira, V. and
Huyck, C.

Galician is an endangered language spoken in northwest region of Spain.
Galician is morphologically similar to Portuguese but phonetics differs
greatly. Due to the morphological similarity between Portuguese and
Galician, Portuguese stemming algorithm can be adopted to stem Galician
texts.

See http://bvg.udc.es/recursos_lingua/stemming.html for stemming rules.
2010-08-19 06:03:28 +00:00
wiz
437e3a376d Update to 1.48:
1.48 - April 23, 2010
    - Fix the $rss->parse($string)->other_method() display (had to add
    spaces between the << and >>). See:
        - https://rt.cpan.org/Public/Bug/Display.html?id=56848
        - Thanks to Slaven_Rezic for the report.
2010-08-17 09:20:35 +00:00
sno
1cdfad19ce Updating textproc/p5-YAML-Tiny from 1.43 to 1.44
Upstream changes:
1.44 Sun  8 Aug 2010
	- No functional changes, upgrading is not required
	- Minor tweaks to Makefile.PL
	- Minor cleanup around the refaddr emulation code
2010-08-17 06:24:55 +00:00
wiz
573ca35066 Update to 1.12:
[Changes for 1.12 (YAML::Syck 0.35 ) - 2010-08-03]
* The tie test proved to be very unstable for 5.8 and it's not
  relevant for tie actually. I'm converting it to a TODO for now.

[Changes for 1.11 (YAML::Syck 0.35 ) - 2010-08-03]
* Tests are now stable. releasing 1.11
2010-08-16 09:41:40 +00:00
wiz
dd6a8dc93a Update to 20100727:
since 20090107:
- new words
- on systems without ispell one can use "make AFFIX_EXPANDER=aspell foo" to
  build dictionaries that need affix expansion to be built
2010-08-15 12:12:13 +00:00
wiz
8a68b2cbe6 Update to 1.8: Recognize xen and x86 as architectures. 2010-08-07 18:57:52 +00:00
wiz
be237f6afa Update to 2.38:
package properly (tx Michael Jenny, Vincent Fretin)
2010-08-07 06:44:43 +00:00
obache
6986440833 Update tokyodystopia to 0.9.15.
2010-08-01  FAL Labs  <info@fallabs.com>

	- site documents were modified.

	- Release: 0.9.15
2010-08-06 04:43:23 +00:00
obache
6b370072c7 + py-xlrd. 2010-08-05 12:19:27 +00:00
obache
05efff8167 Import py-xlrd-0.7.1 as textproc/py-xlrd.
Extract data from new and old Excel spreadsheets on any platform. Pure Python
(2.1 or later). Strong support for Excel dates. Unicode-aware.
2010-08-05 12:18:06 +00:00
seb
70dafbbf6c Update p5-Lingua-EN-Inflect from version 1.89.1 to version 1.89.2
(uptream version 1.892)

Upstream changes:
1.892  Mon Jun 28 11:01:52 2010

    - Swatted POD nits (thanks Frank and Paul)

    - Fixed A() handling of def_A() (thanks Paul)

    - Fixed PL_eq() handling of adjectives (thanks Paul)

    - Removed redundant military terms (thanks Paul)

    - Fixed single-pronumeral ordinals: an a-th, a b-th, etc. (thanks Paul)

    - Added present participle fixes for
      'is/am/are/was/were/have/had/alibi/hoe' (thanks Paul)

    - Fixed pluralization of verb "quizzes" (thanks Paul)
2010-08-04 23:31:09 +00:00
seb
0a73f5b1c5 Update p5-XML-Rabbit from version 0.0.1 to version 0.0.2.
Upstream changes:
0.0.2     2010-06-21 15:24:18 Europe/Oslo
        libxml 2.6.16 is incompatible (David Cantrell)
2010-08-04 23:12:42 +00:00
seb
6b46ca710d Update p5-Text-RewriteRules from version 0.21 to version 0.23.
Upstream changes:
0.23    2010, May 26 (19:51)
        - Added /d debug mode for RULES and RULES/m;

0.22    2010, Apr 4 (20:02)
        - It seems that some code was using an undefined behavior of
          \G and regular expressions. That code was workarounded not
          to use it. While it worked perfectly under perl 5.8 and perl
          5.10 something changed on perl 5.12 regular expression
          engine that created this behavior.
2010-08-04 22:49:08 +00:00
seb
428545b5bb Update p5-Text-MicroTemplate from version 0.13 to version 0.14.
Upstream changes:
0.14
	- optimization (concatenate multi-line string constants at compile time)
2010-08-04 22:37:14 +00:00
seb
882ca03910 Update p5-Text-Markdown from version 1.0.30 to version 1.0.31 (upstream
version 1.000031)

Upstream changes:
1.0.31 2010-03-20T23:06:04
        - Fix installation of the Markdown.pl script.
2010-08-04 22:29:21 +00:00
obache
64ac5c684c + ruby-hikidoc 2010-08-01 12:15:36 +00:00
obache
4a0dbc23df Import ruby-hikidoc-0.0.4 as textproc/ruby-hikidoc.
'HikiDoc' is a text-to-HTML conversion tool for web writers.  HikiDoc allows you
to write using an easy-to-read, easy-to-write plain text format, then convert it
to structurally valid HTML (or XHTML).
2010-08-01 12:14:34 +00:00
joerg
b33ce9392a Fix dependency 2010-08-01 01:28:48 +00:00
sno
3aa9b7d712 Updating textproc/p5-Text-Autoformat from 1.666.0 to 1.669.002
pkgsrc changes:
- clarify license definition

Upstream changes since 1.666.0:
1.669002  Tue Jun 22 15:39:35 2010
    - Patched missing case in 'ignore' option handling (thanks Alan)

1.669001  Fri May 28 07:38:36 2010
    - Added major improvements to the 'ignore' option (thanks Dan!)

1.668001  Sat Apr  3 15:38:55 2010
    - Removed spurious debugging statement in bad Pod. (Thanks Chris)
2010-07-31 14:03:59 +00:00
sno
19b4c46d34 Updating textproc/p5-Pod-Readme from 0.09 to 0.10
pkgsrc changes:
- adjust module type (Module::Build)

Upstream changes:
0.10  2010-05-19
        - David Precious <davidp@preshweb.co.uk> taking over maintainership
        - Apply POD fix patch from RT #38328, thanks to David A. Desrosiers
2010-07-31 13:59:51 +00:00
sno
ab204c6b78 Updating textproc/p5-Pod-Coverage from 0.20 to 0.21
pkgsrc changes:
- add license definition

Upstream changes:
0.21	Tuesday 27th July, 2010
	Add SCALAR to the stoplist (implementaion method for tied
	hashes).  Report by David Cantrell.
2010-07-31 13:57:01 +00:00
sno
57b408472f Updating textproc/p5-Pod-POM from 0.25 to 0.27
pkgsrc changes:
- adding license definition

Upstream changes:
#------------------------------------------------------------------------
# Version 0.27  2010-04-02
#------------------------------------------------------------------------
* changed 'unless (defined (%{"$class\::ACCEPT"}))' to just
  'unless (%{"$class\::ACCEPT"})' in Pod::POM::Node to fix defect #56205
  (use of the now deprecated "defined(%hash)" construct)

#------------------------------------------------------------------------
# Version 0.26  2009-08-20
#------------------------------------------------------------------------
* updated Makefile.PL to require at least 2001.0929 of Text::Wrap, as
  versions prior to this always unexpand tabs.
* applied Andreas Koenig's encoding patch
* changed 'use base' to 'use parent'
* split Pod::POM::Nodes into separate modules, retaining the original file
  to just use all the individual node modules.
* added AF to author and copyright info for modules (in addition to ABW)
2010-07-31 13:53:58 +00:00
sno
6ec4a639a1 Updating textproc/p5-YAML-Syck from 1.07 to 1.10
pkgsrc changes:
- use PERL5_MODULE_TYPE instead of manual depend on M::I
- add license definition

Upstream changes:
[Changes for 1.10 (JSON::Syck 0.32) - 2010-06-06]

1.09 was released with version 0.97 of Module::Install. It had a
critical bug that I reported which broke installations on perl 5.8.3
and older.

This release is equivalent to 1.09 aside from bumping Module::Install
to 0.99 which fixed the bug.

[Changes for 1.09 (JSON::Syck 0.32) - 2010-05-29]
* Exactly equivalent to 1.08_01, aside from bumping the version
  numbers

[Changes for 1.08_01 (JSON::Syck 0.31_01) - 2010-05-23]
* Reset the hash iterator after dumping hashes. Solves RT #54167 and
  the duplicate RT #34166.
* RT #39572: Only print 0.60 compatibility warning if 0.60 or earlier
  is installed.

[Changes for 1.08 (JSON::Syck 0.31) - 2010-05-23]

Like the 1.07_01 test release aside from small documentation
improvements.
* POD link to JSON::XS from JSON::Syck
* Include a WARNING section in the YAML::Syck pod that mentions that
  the module hasn't been actively maintained since 2007, and that
  perhaps prospective users might want to turn elsewhere.

[Changes for 1.07_01 (JSON::Syck 0.30) - 2010-05-20]

About:

First release by new maintainer (AVAR). The source repository is now
hosted in Git at http://github.com/avar/YAML-Syck

YAML::Syck is still pretty much abandonware, all its bugs likely to
get fixed any time soon.

Code fixes:
* Strings starting with : are now always quoted. Ruby will interpret
  anything starting with a colon as a symbol. Before this fix strings
  exported from YAML::Syck would be interpreted as Ruby symbols when
  read by Ruby's syck.

Release engineering fixes:
* Upgrade from Module::Install 0.68 to 0.97
* Bump included Test::More dependency
* Remove included inc/attributes.pm dependency. Nothing in our
  dependencies used this anymore.
* Add homepage, bugtracker, and repository metadata to META.yml
* Bump perl dependency from 5.00307 to 5.006. 5.005 is all
  Module::Install supported, and YAML::Syck depends on Scalar::Util
  which only goes as low as 5.006.
2010-07-31 12:26:07 +00:00
sno
cadeee41d3 Updating textproc/p5-XML-Twig from 3.34 to 3.35
pkgsrc changes:
- remove dead master site

Upstream changes:
version: 3.35
date:
# minor maintenance release
added: the by_file option to xml_grep that limits
       the number of hits per file
added: allowed the text of ignored elements to be buffered
       in a string
fixed: comments need to be escaped (you can't have 2 '-' in a
       row), RT#57389 spotted by Konstantin Tchernov
       https://rt.cpan.org/Ticket/Display.html?id=57389
fixed: after $elt->cut_children, $elt->empty is false RT#54570
       spotted and patched by Andrew Pimlott
       https://rt.cpan.org/Ticket/Display.html?id=54570

fixed: documented the fact that latin1 is ISO-8859-15, see RT#37431
       https://rt.cpan.org/Ticket/Display.html?id=37431
2010-07-31 12:15:43 +00:00
sno
ec2d495319 Updating textproc/p5-XML-Tidy from 1.2.54 to 1.6
pkgsrc changes:
- adjust PTVR removal regex
- add license definition
- adjust dependencies

Upstream changes:
    - 1.6.A7RJKwl Tue Jul 27 19:20:58:47 2010
        * added head2 POD for EXPORTED CONSTANTS to try to pass t/00podc.t
2010-07-31 12:08:57 +00:00
sno
993ebc1c48 Updating textproc/p5-XML-LibXML-Simple from 0.13 to 0.14
pkgsrc changes:
- adjust dependencies

Upstream changes:
version 0.14: Fri Jul 16 11:17:49 CEST 2010
	Fixes:
	- do not use /bin/pwd in t/99pod.t
	- forgot to define xml_in.
	  rt.cpan.org#59172 [Justin Case]
2010-07-31 11:58:55 +00:00
sno
94f06cc736 Added textproc/p5-Pod-Spell-CommonMistakes 2010-07-31 07:35:45 +00:00
sno
a078f577f4 Importing package for p5 module Pod-Spell-CommonMistakes-0.01 into
textproc/p5-Pod-Spell-CommonMistakes.

This module looks for any typos in your POD. It differs from Pod::Spell
or Test::Spelling because it uses a custom wordlist and doesn't use the
system spellchecker. The idea for this came from the
http://wiki.debian.org/Teams/Lintian code in Debian!
2010-07-31 07:34:31 +00:00
obache
02645f43a3 Add test target. 2010-07-31 01:44:38 +00:00
seb
82b3cc18b8 Add & enable p5-XML-FeedPP 2010-07-30 12:23:59 +00:00
seb
018088a12c Initial import of p5-XML-FeedPP version 0.41 in the NetBSD Packages
Collection.

The Perl 5 module XML::FeedPP is an all-purpose syndication utility
that parses and publishes RSS 2.0, RSS 1.0 (RDF), Atom 0.3 and 1.0
feeds. It allows you to add new content, merge feeds, and convert
among these various formats. It is a pure Perl implementation and
does not require any other module except for XML::TreePP.
2010-07-30 12:23:09 +00:00
seb
37fdc8cc2c Add & enable p5-XML-TreePP 2010-07-30 10:30:02 +00:00
seb
9a3119b5a2 Initial import of p5-XML-TreePP version 0.39 in the NetBSD Packages
Collection.

The Perl 5 module XML::TreePP module parses an XML document and
expands it for a hash tree. This generates an XML document from a
hash tree as the opposite way around. It is a pure Perl implementation.
It can also fetch and parse an XML document from remote web server
like JavaScript's XMLHttpRequest object.
2010-07-30 10:29:30 +00:00
seb
c39c5d4f9d Update p5-Text-MicroTemplate from version 0.11 to version 0.13.
Upstream changes:
0.13
	- suppress syntax error when last expression within an entire template includes a comment (by typester)

0.12
	- the last token in a template line was dropped if it was "false" when evaluated in boolean context
	- suppress warning on render_mt("") (by typester)
2010-07-19 04:55:44 +00:00
sno
a5042e9a6d Updating textproc/p5-Text-CSV from 1.16 to 1.18
pkgsrc changes:
- bump p5-Text-CSV_XS requirement to 0.73

Upstream changes:
1.18  Sat Jun 19 10:34:07 2010
	- fixed a combine bug with quote_space reported and patched by rt#58356
	- updated test files compatible to CSV_XS 0.73

1.17  Tue Mar 16 15:20:34 2010
	- fixed parse working when setting quote_char undef.
	- made Text::CSV_XS compat 0.71
	    * Text::CSV->error_diag() in void context warns instead of doing nothing
	    * auto_diag also used for new () itself
	- added quote_null (introduced in Text::CSV_XS 0.72)
2010-07-17 08:57:34 +00:00
obache
10a0c87152 Update jdom to 1.1.1.
Based on PR#43608 by Wen Heping.

* * * * * * JDOM 1.1.1 (tag: jdom_1_1_1) from JDOM 1.1 * * * * * *

Fixed a synchronization issue in the Namespace class that could cause a
hang when doing concurrent builds.

Added output support for Unicode surrogate pairs.

Added a new flag on SAXBuilder named setFastReconfigure() which, when set,
can speed reconfiguration by skipping repeated attempts to set features that
are determined not to be present on a parser.  Useful when doing many builds
per second.

Updated the provided Jaxen library from a modified Jaxen 1.0 to the latest
which is Jaxen 1.1.1.

Added reflection code in the error reporting system to support Android's
Dalvik VM which doesn't have the java.rmi.* classes.


* * * * * * JDOM 1.1 (tag: jdom_1_1) from JDOM 1.0 * * * * * *

Added an additional constructor to JDOMSource with an EntityResolver which is
passed to the internal DocumentReader allowing the SAXOutputter to properly
resolve DTDs.

Added a forceNamespaceAware property to DOMOutputter which specifies you want
a DOM constructed with namespaces even if the source JDOM document has no
namespaces.

Added support for attribute "INF" and "-INF" values, to indicate positive and
negative infinity, as XML Schema allows.

Moved isXMLWhitespace() method from private in XMLOutputter to public in
Verifier.

Clarified XMLOutputter behavior with newlines and indents:
  setIndent(" ") means newlines and " " indents
  setIndent("") means newlines and "" indents
  setIndent(null) means no newlines and no indents

Added set/getIgnoringBoundaryWhitespace() methods and features to SAXBuilder
and SAXHandler.

Added a setFactory() method on XSLTransformer to control the object types
built by the transform.

Added a string constant for the JDOM_OBJECT_MODEL_URI used by JAXP 1.3.  It
deserves being part of the public API.

Fixed bug in SAXOutputter where default namespaces would be declared as
xmlns:="" with a spurious colon.

Fixed bug when using attributes without a namespace and outputting to a
JDOMResult.

Removing check that a comment not start with a hyphen. A careful reading of
production 15 in the XML 1.0 spec indicates leading hyphens are in fact
allowed.

Fixed bug where outputFragment() on SAXOutputter could cause a
NullPointerException because the locator would be null during the call.

Fixed bug where serializing ElementFilter causes a NullPointerException if the
filter has no assigned namespace

Fixed some subtle bad behaviors in listIterator.add() logic, using brand new
iterator logic.

Allowed a String to be passed to ContentList.add(int, Object).

Simplified JDOMAbout and renamed info.xml to jdom-info.xml, so
getResourceAsStream() won't suffer any name collision.

Fixed tiny issue where CDATA could be set with illegal character content.

Added logic to escape some special characters in namespace URIs.

Fixed bug where the attribute type would change on a setAttribute() call.

Improved performance on Namespace handling.

Improved and clarified Javadocs.
2010-07-15 12:12:10 +00:00
seb
dfb42cf283 Update from version 0.72 to version 0.73.
Upstream changes:
2010-05-03 0.73 - H.Merijn Brand   <h.m.brand@xs4all.nl>

    * Improve date conversion in examples/csv2xls
      new option -D allows column selection for date conversions
    * Tested under perl-5.12.0 (and 21 other versions of perl)
    * Added a note about EBCDIC data files
    * Test suite is now safe for parallel test (prove --shuffle -j6)
2010-07-14 18:50:10 +00:00
obache
ad08242be3 Update ruby-xslt to 0.9.7.
PR#43604 by Wen Heping.

0.9.7 :
* Ruby 1.9
* Bug correction (Issue #1)
2010-07-14 13:25:34 +00:00
seb
4e90321142 Update p5-YAML-Tiny from version 1.42 to version 1.43.
Upstream changes:
1.43 Sat 10 Jul 2010
	- No functional changes, upgrading is not required
	- Don't import Carp 'croak' any more, saving a few K
2010-07-14 03:42:57 +00:00
drochner
4b04a9ff4c update to 2.0.16
changes:
-bugfixes
-translation updates
2010-07-13 12:56:03 +00:00
seb
8c102ea67b Add & enable p5-Text-Sass 2010-07-09 04:01:56 +00:00
seb
33d23a9ee0 Initial import of p5-Text-Sass version 0.5 in the NetBSD Packages
Collection.

The Perl 5 module Text::Sass is an implementation of Sass
http://sass-lang.com/.  This is most definitely a work-in-progress.
It only implements a subset of the specification.
2010-07-09 04:01:34 +00:00
joerg
96dfd05cea DESTDIR support 2010-07-07 00:29:32 +00:00
jmmv
3b922a2b77 Transfer ownership to pkgsrc-users. pancake's address is not valid any
more and he has agreed in private mail to drop maintainership.
2010-07-06 10:17:11 +00:00
obache
f8fd5a73f9 Support buitin expat for Haiku. 2010-07-04 16:34:46 +00:00
seb
c82d930f09 Update p5-YAML-Tiny from version 1.41 to version 1.42.
Pkgsrc changes:
- adjust MASTER_SITES

Upstream changes:
1.42 Fri 25 Jun 2010
	- No functional changes, upgrading is not required
	- Clarified documation to explain that YAML::Tiny escapes "bool"
	  keywords when it writes them as strings so that YAML parsers in
	  other languages won't get confused, but this does not mean that
	  YAML::Tiny actually supports boolean types itself.
	- Added an extra test case for boolean keyword escaping.
	- YAML::Perl comparison tests were loading the file back in with
	  YAML.pm by mistake. Corrected this and added an additional case
	  that YAML::Perl doesn't support that I wasn't catching.
	- Author tests updated and moved into xt/
	- Updated the versions of the other YAML parsers we test ourselves
	  against to the most recent versions of each.
2010-07-03 12:34:32 +00:00
joerg
75572003a9 Not MAKE_JOBS_SAFE 2010-07-02 20:06:42 +00:00
joerg
eb0b6cc39f DESTDIR support 2010-06-28 10:41:53 +00:00
obache
5148a3d984 Fixes dependency pattern for php-dom. 2010-06-25 09:54:41 +00:00
obache
d80db8f3b6 Use Module::Install::Bundled to fixes build. 2010-06-25 05:17:36 +00:00
tonio
3982c3e31a Update textproc/sub2srt to 0.5.3
Changes:
15 Jan 2005: Roland Obermayer <roland@robelix.com>
 * sub2srt-0.5.3
 - Added support for a third input format "txtsub"
 - Prompt if overwriting files
 - Several minor changes

11 Jan 2005: Panayotis Katsaloulis <panayotis@panayotis.com>
 - Handle both types of NTSC frame rate, as a convenient command line option
 - Fixed a bug in the actual NTSC framerate
2010-06-20 09:39:26 +00:00
obache
8e9e5ca7f2 Update tokyodystopia to 0.9.14.
bug fixes release.

2010-03-01  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcqdb.c: bugs by signdness confusion were fixed.

	- Release: 0.9.14
2010-06-18 10:12:05 +00:00
joerg
f11191ae22 mdocml-1.10.1:
- Support multiline .Bl -column content
- cleanup SYNOPSIS macro handling
- Allow specifying the terminal width for -Tascii
- Initial PostScript output
- Basic support for the low-level roff macros
- Better support for obsolete .Xo/.Xc macros if compiled with -DUGLY
- Correct handling of opening punctuation in macros for mdoc(7)
- Discard more of the pod2man junk
- Various cleanups and improvements
2010-06-16 18:15:30 +00:00
obache
4b073b07ee Fixes GEM_CLEANBUILD patterns, or built C extensions are cleared and
result in same as ruby-json-pure.

Bump PKGREVISION.
2010-06-15 13:35:52 +00:00
adam
6895d7f319 Changes 1.06.40:
* Bug fixes.
2010-06-15 09:18:10 +00:00
seb
262089c696 Add & enable p5-XML-Rabbit 2010-06-14 21:58:51 +00:00
seb
8454509071 Initial import of p5-XML-Rabbit version 0.0.1 in the NetBSD Packages
Collection.

The Perl 5 module XML::Rabbit is a simple Moose-based base class
you can use to make simple XPath-based XML extractors. Each attribute
in your class is linked to an XPath query that is executed on your
XML document when you request the value.
2010-06-14 21:58:37 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
obache
8e6ec1ad68 No need to specify "install" as arguments for installation. 2010-06-12 09:47:16 +00:00
drochner
c4e53fff72 update to 1.15
changes:
-Support for multiple DOC_SOURCE_DIR directories
-many bugfixes
2010-06-11 13:16:08 +00:00
drochner
bee8d7dfaf update to 1.75.2
too manu changes to list here, see the NEWS file in the distribution
2010-06-11 13:13:49 +00:00
drochner
15f29b157f argh - needs bash 2010-06-11 12:58:16 +00:00
drochner
909cc5508b update to 0.20.1
changes:
-Improved support for SVG imagedata
-translation updates
2010-06-09 18:24:40 +00:00
wiz
fe890d46cd Update to 0.20.0:
Changes in 0.20.0:
------------------
* Updated translations:
  ar       (Khaled Hosny)
  ast      (Xandru Armesto Fernandez)
  bn       (Jamil Ahmed)
  ca       (Gil Forcada)
  da       (Ask H. Larsen)
  de       (Mario Blättermann)
  el       (Marios Zindilis, Nikos Bakaoukas, Simos Xenitellis)
  en_GB    (Bruce Cowan)
  es       (Jorge González)
  eu       (Inaki Larranaga Murgoitio)
  fi       (Tommi Vainikainen)
  fr       (Claude Paroz)
  hu       (Gabor Kelemen)
  it       (Milo Casagrande)
  ko       (Changwoo Ryu)
  lt       (Žygimantas Beručka)
  nn       (Torstein Adolf Winterseth)
  pa       (A S Alam)
  pt       (Duarte Loreto)
  ru       (Leonid Kanter)
  sr       (Miloš Popović)
  sr@latin (Miloš Popović)
  uk       (Maxim V. Dziumanenko)
  vi       (Clytie)

Changes in 0.19.5:
------------------
* Updated the Mallard RNG schema (Shaun McCance)
* Updated translations:
  cs      (Petr Kovar)
  es      (Jorge González)
  gl      (Fran Diéguez)
  pl      (Piotr Drąg)
  pt_BR   (Vladimir Melo)
  ro      (Lucian Adrian Grijincu)
  ta      (vasudeven)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)

Changes in 0.19.4:
------------------
* Bold userinput inside programlisting (Shaun McCance)
* Updated translations:
  es    (Jorge González)
  et    (Ivar Smolin)
  sl    (Matej Urbančič)
  th    (Theppitak Karoonboonyanan)

Changes in 0.19.3:
------------------
* Fixed shading with rowspans, bug #606986
* Implemented text titles
* Updated translations:
  bg    (Alexander Shopov)
  bn    (Jamil Ahmed)

Changes in 0.19.2:
------------------
* Added 'css' command for Mallard documents
* Fixed theme.color.text default, was white-on-white
* Implemented previous and next links for Mallard documents
* Updated translations:
  sv    (Daniel Nylander)
  de    (Mario Blättermann)
  nb    (Kjartan Maraas)
  es    (Jorge González)

Changes in 0.19.1:
------------------
* Importing Mallard XSLT changes from yelp-xsl
  - Added support for audio and video in Mallard HTML output
  - Moved most automatic link logic into common XSLT
  - Implemented sorting of link trails
  - Implemented link groups on Mallard guide pages
  - Added support for Mallard span element
  - Added condensed list style for Mallard lists
  - Made various parts of the Mallard XSLT more extensible
  - Changed Mallard Cache files to use new namespace
* Added Mallard HTML output to gnome-doc-tool
* Added --custom-xslt option to gnome-doc-tool
* Compile mo files before running xml2po (Martin von Gagern)
* Properly clean mo files in build utilities (Claude Paroz)
* Updated translations:
  ar       (Khaled Hosny)
  ca       (Gil Forcada)
  de       (Mario Blättermann)
  en@shaw  (Thomas Thurman)
  es       (Jorge González)
  ml       (Ani)
  ro       (Lucian Grijincu)
  zh_CN    (Aron Xu)
2010-06-08 10:20:19 +00:00
markd
d3b50538a3 Add lit2epub 2010-06-06 23:42:20 +00:00
markd
c2edf5752e Import of lit2epub 0.1.1
Script to convert .lit files to valid epub - from ebook-tools.
2010-06-06 23:41:12 +00:00
markd
73499d5105 Split lit2epub script out to a separate package - to remove dependency
on convertlit from this package.  Bump PKGREVISION.
2010-06-06 23:37:00 +00:00
adam
2125e9a88e Fix building with different db libs 2010-06-06 17:41:34 +00:00
markd
191a3d4f51 Update to Jinja2 2.5
drop maintainership.

Version 2.5
* improved the sort filter (should have worked like this for a long time) by
  adding support for case insensitive searches.
* fixed a bug for getattribute constant folding.
* support for newstyle gettext translations which result in a nicer
  in-template user interface and more consistent catalogs. (Newstyle Gettext)
* it's now possible to register extensions after an environment was created.
Version 2.4.1
* fixed an error reporting bug for undefineds.
Version 2.4
* the environment template loading functions now transparently pass through
  a template object if it was passed to it. This makes it possible to
  import or extend from a template object that was passed to the template.
* added a ModuleLoader that can load templates from precompiled sources. The
  environment now features a method to compile the templates from a configured
  loader into a zip file or folder.
* the _speedups C extension now supports Python 3.
* added support for autoescaping toggling sections and support for evaluation
  contexts (Evaluation Context).
* extensions have a priority now.
Version 2.3.1
* fixed an error reporting bug on all python versions
* fixed an error reporting bug on Python 2.4
Version 2.3
* fixes issue with code generator that causes unbound variables to be
  generated if set was used in if-blocks and other small identifier problems.
* include tags are now able to select between multiple templates and take
  the first that exists, if a list of templates is given.
* fixed a problem with having call blocks in outer scopes that have an
  argument that is also used as local variable in an inner frame
* greatly improved error message reporting
* implicit tuple expressions can no longer be totally empty. This change
  makes {% if %}...{% endif %} a syntax error now.
* added support for translator comments if extracted via babel.
* added with-statement extension.
* experimental Python 3 support.
Version 2.2.1
* fixes some smaller problems for Jinja2 on Jython.
Version 2.2
* Include statements can now be marked with ignore missing to skip non
  existing templates.
* Priority of not raised. It's now possible to write not foo in bar as an
  alias to foo not in bar like in python. Previously the grammar required
  parentheses (not (foo in bar)) which was odd.
* Fixed a bug that caused syntax errors when defining macros or using the
  {% call %} tag inside loops.
* Fixed a bug in the parser that made {{ foo[1, 2] }} impossible.
* Made it possible to refer to names from outer scopes in included templates
  that were unused in the callers frame
* Fixed a bug that caused internal errors if names where used as iteration
  variable and regular variable after the loop if that variable was unused
  before the loop.
* Added support for optional scoped modifier to blocks.
* Added support for line-comments.
* Added the meta module.
* Renamed (undocumented) attribute overlay to overlayed on the environment
  because it was clashing with a method of the same name.
* speedup extension is now disabled by default.
2010-06-05 23:54:22 +00:00
joerg
4a017e3fd3 Fix dependency 2010-06-04 22:20:49 +00:00
markd
835a0e3dda Update to Sphinx-0.6.6
many bug fixes.
2010-06-01 21:22:10 +00:00
obache
9d810c9ff7 Update py-enchant to 1.6.2.
Based on PR#43384 by Wen Heping.

    * Migrated from SWIG to ctypes since 1.5.0:
        * Add dependency on devel/py-ctypes for python2.4
        * Fix paths for libenchant to exactly load suitable one.
        * No need c compiler and buildlink with textproc/enchant.

Changes:
1.6.2:

    * Upgraded bundled enchant to v1.6.0.
    * Fixed bug in printf() utility function; all input args are now converted
      to strings before printing.

1.6.1:

    * Fixed loading of enchant DLL on win32 without pkg_resources installed.
    * Fixed HTMLChunker to handle unescaped < and > characters that are
      clearly not part of a tag.

1.6.0:

    * Upgraded to enchant v1.5.0:
        * new Broker methods get_param() and set_param() allow
          runtime customisation of provider data
    * Added the concept of 'chunkers' to enchant.tokenize.get_tokenizer().
      These serve split split the text into large chunks of checkable tokens.
        * implemented a simple HTMLChunker class
    * Moved error classes into 'enchant.errors' for easier importing
    * Moved testcases into separate files so they're not loaded by default
    * Allowed SpellChecker to use default language if none is specified
    * Improved compatibility with Python 3

1.5.3:

    * Fixed termination conditions in English tokenization loop.
    * Improved unicode detection in English tokenizer.
    * Made enchant spellcheck all of its docstrings as part of the
      unittest suite.

1.5.2:

    * Modify utils.get_resource_filename and utils.win32_data_files for
      compatibility with py2exe (which was broken in the move to ctypes).
      Thanks to Stephen George for the fix.

1.5.1:

    * SpellChecker.add_to_personal renamed to SpellChecker.add and fixed
      to use the corresponding Dict method.

1.5.0:

    * Migrated from SWIG to ctypes:
        * now runs under PyPy!
        * also opens possibilities for Jython, IronPython, ...
    * Compatibility updates for Python 3.0, mostly around unicode strings
    * Dropped compatibility with Python 2.2
2010-06-01 05:28:11 +00:00
joerg
a5f8e3e583 Fix build 2010-05-28 16:18:23 +00:00
wiz
80c49992a7 Prefer same section order as mdocml. Bump version. 2010-05-26 08:31:59 +00:00
seb
4ec4d3180e Update p5-Pod-Simple from version 3.13 to version 3.14.
Upstream changes:
2009-04-27
	* Release 3.14

	Removed explicit loading of UNIVERSAL. RJBS.

	Reversed the change applied in release 3.09 to fix RT #12239. POD
	tag found inside a complex POD tag (e.g., "C<<< I<foo> >>>") is
	again parsed as a tag embedded in a tag instead of text and
	entities. The previous interpretation of `perldoc perlpod` was
	mistaken. (RT #55602 from Christopher J. Madsen).
2010-05-24 21:33:45 +00:00