Commit graph

4987 commits

Author SHA1 Message Date
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
taca
d8720b935c It seems that something wrong with distinfo, DIST_SUBR directory name. 2010-05-20 00:45:43 +00:00
obache
8fefb1c780 + cabocha, p5-cabocha, py-cabocha, ruby-cabocha 2010-05-19 12:42:08 +00:00
obache
7d6d1d19a4 Import ruby-cabocha-0.53 as textproc/ruby-cabocha.
CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

This package is ruby module for CaboCha.
2010-05-19 12:39:53 +00:00
obache
21ba349a5c Import py-cabocha-0.53 as textproc/py-cabocha.
CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

This package is python module for CaboCha.
2010-05-19 12:37:04 +00:00
obache
b49e72e3e2 Import p5-cabocha-0.53 as textproc/p5-cabocha.
CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.

This package is perl module for CaboCha.
2010-05-19 12:35:26 +00:00
obache
4b13c88567 Import cabocha-0.53 as textproc/cabocha.
CaboCha is a Japanese dependency analysis machine based on Support Vector
Machines. It is (89.29%) system that accuracy is the highest as a statistical
Japanese dependency analysis machine as of June, 2001. Moreover, definite
analytical algorithm (Cascaded Chunking Model) that doesn't do back-track is
adopted, and an efficient analysis can be done comparatively.
2010-05-19 12:16:25 +00:00
obache
78afa40cf4 + yamcha, p5-yamcha, py-yamcha, ruby-yamcha 2010-05-19 12:12:55 +00:00
obache
20573aaa22 Import ruby18-yamcha-0.33 as textproc/ruby-yamcha.
YamCha is a generic, customizable, and open source text chunker oriented toward
a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP
chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning
algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in
1995.

This package is ruby module for YamCha.
2010-05-19 12:10:51 +00:00
obache
01789548dc Import py26-yamcha-0.33 as textproc/py-yamcha.
YamCha is a generic, customizable, and open source text chunker oriented toward
a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP
chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning
algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in
1995.

This package is python module for YamCha.
2010-05-19 12:10:10 +00:00
obache
ea895f5bab Import p5-yamcha-0.33 as textproc/p5-yamcha.
YamCha is a generic, customizable, and open source text chunker oriented toward
a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP
chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning
algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in
1995.

This package is perl module for YamCha.
2010-05-19 12:09:13 +00:00
obache
4dc7578eb8 Import yamcha-0.33 as textproc/yamcha.
YamCha is a generic, customizable, and open source text chunker oriented toward
a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP
chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning
algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in
1995.

YamCha is exactly the same system which performed the best in the CoNLL2000
Shared Task, Chunking and BaseNP Chunking task.
2010-05-19 12:08:02 +00:00
morr
eb466727eb Add uni2ascii 2010-05-17 22:30:27 +00:00
morr
cacc02d873 uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a
variety of 7-bit ASCII equivalents including: hexadecimal and decimal
HTML numeric characters references, \u-escapes, standard hexadecimal
and raw hexadecimal.

Packaged by bartosz.kuzma, import from pkgsrc-wip.
2010-05-17 22:27:26 +00:00
wiz
583e330926 Bump PKGREVISION for config file path fix in a2x. 2010-05-17 15:31:56 +00:00
gls
0204fe2f3b Fix a2x CONF_DIR.
Thanks wiz!
2010-05-16 17:16:27 +00:00
obache
d48a2970c5 LICENSE=ruby-license 2010-05-16 12:19:11 +00:00
obache
be1548dd57 Update ruby-json-pure to 1.4.3.
2010-05-05 (1.4.3)
  * Fixed some test assertions, from Ruby r27587 and r27590, patch by nobu.
  * Fixed issue http://github.com/flori/json/issues/#issue/20 reported by
    electronicwhisper@github. Thx!
2010-05-16 11:50:57 +00:00
obache
0caca26a5e Update ruby-json to 1.4.3.
2010-05-05 (1.4.3)
  * Fixed some test assertions, from Ruby r27587 and r27590, patch by nobu.
  * Fixed issue http://github.com/flori/json/issues/#issue/20 reported by
    electronicwhisper@github. Thx!
2010-05-16 09:12:30 +00:00
obache
b81924aae0 Note commented out LICENSE.
mainly ICOT Free Software License.
2010-05-16 01:11:46 +00:00
obache
a5e86e7e6e LICENSE=gnu-lgpl-v2.1 2010-05-16 00:37:37 +00:00
obache
09cfc1254b LICENSE=modified-bsd 2010-05-16 00:25:26 +00:00
obache
71ec9e0df9 LICENSE=gnu-gpl-v2 2010-05-15 23:57:42 +00:00
obache
eb419179a5 Add comment about "used by suikyo-docs". 2010-05-15 23:56:00 +00:00
gls
acd6a0d8cd Updated to 8.5.3.
Patches no longer required.
2010-05-15 20:26:02 +00:00
gls
0558864666 Updated to 8.5.3.
Changelog way too long to mention here.
Refer to http://www.methods.co.nz/asciidoc/CHANGELOG.html for complete
list of changes.
2010-05-15 20:23:38 +00:00
obache
0b8c97af32 Note commented out LICENSE (Ruby's). 2010-05-15 13:20:13 +00:00
obache
05f079e848 Note commented out LICENSE (Ruby's). 2010-05-15 13:09:40 +00:00
wiz
ac57d7966d + gutcheck. 2010-05-08 20:47:31 +00:00
wiz
4d95da615e Initial import of gutcheck-0.991:
Gutcheck is a plain-text checking program that specializes in
reporting the problems that spellcheckers don't--errors like
mismatched quotes, misplaced punctuation, unintended blank lines.
It is specifically tuned for checking texts for submission to
Project Gutenberg, though it can be useful elsewhere as well.
2010-05-08 20:46:36 +00:00
drochner
e93d41d5a3 add a patch originating from eric4 (the IDE) which supposedly fixes
a problem with foreign characters
bump PKGREVISION
2010-05-08 15:28:02 +00:00
ahoka
87d7892e4c Drop maintainership on these packages, I am no longer interested. 2010-05-07 08:34:22 +00:00
sbd
14b69a15c6 Work around the inconsistent behavior "cp -r" when coping symbolic link.
Closes PR 41142.
2010-05-06 09:36:28 +00:00