Commit graph

5071 commits

Author SHA1 Message Date
gls
0dc6dc5dcd 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
436cbcf9f5 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
febfbb41f9 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
7027650269 Added textproc/p5-POD2-Base 2010-08-20 06:47:04 +00:00
sno
930d8776c5 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
9a043b263e Added textproc/p5-Lingua-EN-Inflect-Phrase 2010-08-19 20:10:16 +00:00
sno
7c3532cc82 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
1949c4709b add a comment for future updates 2010-08-19 20:03:57 +00:00
sno
5bba594772 Added textproc/p5-Lingua-EN-Tagger 2010-08-19 19:51:43 +00:00
sno
e737f2cb6c 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
04f6e79e6f Added textproc/p5-Lingua-Stem 2010-08-19 19:26:29 +00:00
sno
24ff004dc9 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
d67a19aac4 Added textproc/p5-Text-German 2010-08-19 19:06:01 +00:00
sno
9a7c453c4e 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
5046cb4806 Added textproc/p5-Snowball-Swedish 2010-08-19 06:55:08 +00:00
sno
cd0a47e3c9 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
18b5fd10c9 Added textproc/p5-Snowball-Norwegian 2010-08-19 06:47:46 +00:00
sno
a088ee291e 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
76df1e858e Added textproc/p5-Lingua-Stem-Snowball-Da version 1.01 2010-08-19 06:35:53 +00:00
sno
1635385734 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
d94bcedc19 Added textproc/p5-Lingua-Stem-Ru 2010-08-19 06:27:21 +00:00
sno
3fbf878c02 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
8ba9da148a Added textproc/p5-Lingua-Stem-It 2010-08-19 06:20:49 +00:00
sno
02a0a3ef66 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
3fa0d7b90d Added textproc/p5-Lingua-Stem-Fr 2010-08-19 06:13:06 +00:00
sno
6a3d8caa6d 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
7edfe53891 Added textproc/p5-Lingua-PT-Stemmer 2010-08-19 06:05:05 +00:00
sno
db3160b063 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
8d46a8083d 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
92741f566e 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
5c6dd38f87 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
4de68605a7 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
13287c733e Update to 1.8: Recognize xen and x86 as architectures. 2010-08-07 18:57:52 +00:00
wiz
f8881463e2 Update to 2.38:
package properly (tx Michael Jenny, Vincent Fretin)
2010-08-07 06:44:43 +00:00
obache
2b33df1c0d 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
f99a51f98a + py-xlrd. 2010-08-05 12:19:27 +00:00
obache
3d5daaaf9f 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
5c20a69f6c 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
bb7996a9fe 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
5e1896103b 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
b231e3ab2e 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
65b10dd27e 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
50413d4516 + ruby-hikidoc 2010-08-01 12:15:36 +00:00
obache
a2af9fcb57 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
852eda0c15 Fix dependency 2010-08-01 01:28:48 +00:00
sno
29d649c160 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
de3e7a9613 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
6d0ebd73d5 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
13b57f360a 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
2e126b281e 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