Commit graph

4212 commits

Author SHA1 Message Date
taca
9f0bdb7358 Enable DESTDIR support with stop using install.rb script.
(No other functional change.)
2009-02-15 03:33:59 +00:00
taca
2615e3b7d2 Enable DESTDIR support with devel/ruby-setup.
(No other functional change.)
2009-02-15 03:33:02 +00:00
joerg
24998d2f35 Fix patchsum. 2009-02-14 16:20:54 +00:00
joerg
ac1b3c70f2 DESTDIR support. 2009-02-12 16:06:32 +00:00
joerg
d6aa963e76 Fix build with Python 2.5. 2009-02-11 22:52:42 +00:00
markd
69e9442cea add DESTDIR support. 2009-02-11 22:09:08 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
rhaen
29464ad3ae 2.07 29 Jan 2009
- Minor correction to POD from Daniel Leidert <daniel.leidert@wgdd.de>.
2.06 20 Jan 2009
	- Fixed make_encmap to avoid spurious output when there is an error with
	  the input file. (Fixes [cpan #41854].)
2009-02-10 16:43:38 +00:00
rhaen
953daca750 ! Encode.pm
VERSION++ just to make PAUSE happy
  Message-Id: <877i4anwwt.fsf@k75.linux.bogus>

2.28 Date: 2009/02/01 12:30:18
! Unicode/Unicode.xs
  Latest refactoring broke the backward compatibility
  w/ Perl 5.8.6 and before now restored
  Message-Id: <1233185156.DABa130.74940@basic2.hostingcompartido.com>
  Message-Id: <693254b90902010027x277a5d0fm4f5700ba2f276239@mail.gmail.com>
! lib/Encode/MIME/Header.pm
  Addressed: Split header lines are joined incorrectly
  http://rt.cpan.org/Ticket/Display.html?id=42902

2.27 2009/01/21 22:55:07
! lib/Encode/MIME/Header.pm t/mime-header.t
  Addressed: Encode::MIME::Header MIME-Q encoding truncates
    trailing zeros in some circumstances
  http://rt.cpan.org/Ticket/Display.html?id=42627
! lib/Encode/Alias.pm
  Added alias: unicode-1-1-utf-7
  http://rt.cpan.org/Ticket/Display.html?id=38558
! Encode.pm
  Documented: _utf8_on() does not work for tainted values
  http://rt.cpan.org/Ticket/Display.html?id=41163
! bin/enc2xs
  s[oss.software.ibm.com/icu][www.icu-project.org]g
  http://rt.cpan.org/Ticket/Display.html?id=40245
! lib/Encode/Guess.pm t/guess.t
  Addressed:Empty file should produce an error message
  http://rt.cpan.org/Ticket/Display.html?id=38652
! Unicode/Unicode.xs AUTHORS
  Refactored by Alex Davies
  http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-10/msg00745.html
  Message-Id: <7637669B2E3D46B187591747DA27F4C8@Amelie>
2009-02-10 16:40:04 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
ahoka
7df510c347 Update to 1.2.8.
No longer needs ncurses (at least on NetBSD 5.0).

Official changelog:

2008-11-01: Hunspell 1.2.8 release:
  - Default BREAK feature and better hyphenated word suggestion to accept
    and fix (compound) words with hyphen characters by spell checker
    instead of by work breaking code of OpenOffice.org. With this feature
    it's possible to accept hyphenated compound words, such as "scot-free",
    where "scot" is not a correct English word.

  - ICONV & OCONV: input and output conversion tables for optional character
    handling or using special inner format. Example:

  # Accepting de facto replacements of the Romanian comma acuted letters
  SET UTF-8
  ICONV 4
  ICONV ş ș
  ICONV ţ ț
  ICONV Ş Ș
  ICONV Ţ Ț

    Typical usage of ICONV/OCONV is to manage an inner format for a segmental
    writing system, like the Ethiopic script of the Amharic language.

  - Extended CHECKCOMPOUNDPATTERN to handle conpound word alternations, like
    sandhi feature of Telugu and other writing systems.

  - SIMPLIFIEDTRIPLE compound word feature: allow simplified Swedish and
    Norwegian compound word forms, like tillåta (till|låta) and
    bussjåfør (buss|sjåfør)

  - wordforms: word generator script for dictionary developers (Hunspell
    version of unmunch).

  - bug fixes

2008-08-15: Hunspell 1.2.7 release:
  - FULLSTRIP: new option for affix handling. With FULLSTRIP, affix rules can
    strip full words, not only one less characters.
  - COMPOUNDRULE works with all flag types. (COMPOUNDRULE is for pattern
    matching. For example, en_US dictionary of OpenOffice.org uses COMPOUNDRULE
    for ordinal number recognition: 1st, 2nd, 11th, 12th, 22nd, 112th, 1000122nd
    etc.).
  - optimized suggestions:
    - modified 1-character distance suggestion algorithms: search a TRY character
      in all position instead of all TRY characters in a character position
      (it can give more readable suggestion order, also better suggestions
      in the first positions, when TRY characters are sorted by frequency.)
      For example, suggestions for "moze":
      ooze, doze, Roze, maze, more etc. (Hunspell 1.2.6),
      maze, more, mote, ooze, mole etc. (Hunspell 1.2.7).
    - extended compound word checking for better COMPOUNDRULE related
      suggestions, for example English ordinal numbers: 121323th -> 121323rd
      (it needs also a th->rd REP definition).
  - bug fixes

2008-07-15: Hunspell 1.2.6 release:
  - bug fix release (fix affix rule condition checking of sk_SK dictionary,
    iconv support in stemming and morphological analysis of the Hunspell
    utility, see also Changelog)

2008-07-09: Hunspell 1.2.5 release:
  - bug fix release (fix affix rule condition checking of en_GB dictionary,
    also morphological analysis by dictionaries with two-level suffixes)

2008-06-18: Hunspell 1.2.4-2 release:
  - fix GCC compiler warnings

2008-06-17: Hunspell 1.2.4 release:
  - add free_list() for C, C++ interfaces to deallocate suggestion lists

  - bug fixes

2008-06-17: Hunspell 1.2.3 release:
  - extended XML interface to use morphological functions by standard
    spell checking interface, spell() and suggest(). See hunspell.3 manual page.

  - default dash suggestions for compound words: newword-> new word and new-word

  - new manual pages: hunspell.3, hzip.1, hunzip.1.

  - bug fixes
2009-02-08 18:25:40 +00:00
joerg
96c30e37b3 Fix build on newer NetBSD. 2009-02-07 21:38:01 +00:00
wiz
0a8d95ed28 Update to 1.1:
New in 1.1

- Make get_lb_prop_lang static and not an exported symbol
- Define is_line_breakable to alias to is_breakable
- Declare get_next_char_utf* will be changed to lb_get_next_char_utf*
- Move the declarations of get_next_char_utf* from linebreak.h to
  linebreakdef.h
- Add the function documentation comments to the header files
2009-02-07 20:59:37 +00:00
markd
5dc77fe00e Note py-jinja dependency.
pkgsrc's docutils doesn't install an egg-info so dont note the requirement
in this egg-info as it wont be detected.
Bump PKGREVISION.
2009-02-02 09:44:44 +00:00
markd
8025833b5e Add py-jinja 2009-02-02 09:37:21 +00:00
markd
16d1356978 Import of py-jinja 1.2
Jinja is a sandboxed template engine written in pure Python. It provides a
Django like non-XML syntax and compiles templates into executable python
code.  It's basically a combination of Django templates and python code.
2009-02-02 09:35:45 +00:00
markd
dad64b7a48 add py-sphinx 2009-01-31 05:34:02 +00:00
markd
54e669eda0 Import py-sphinx 0.5.1
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of multiple
reStructuredText sources), written by Georg Brandl. It was originally
created to translate the new Python documentation, but has now been cleaned
up in the hope that it will be useful to many other projects.

Sphinx uses reStructuredText as its markup language, and many of its
strengths come from the power and straightforwardness of reStructuredText
and its parsing and translating suite, the Docutils.

Although it is still under constant development, the following features are
already present, work fine and can be seen "in action" in the Python docs:
* Output formats: HTML (including Windows HTML Help), plain text and LaTeX,
  for printable PDF versions
* Extensive cross-references: semantic markup and automatic links for
  functions, classes, glossary terms and similar pieces of information
* Hierarchical structure: easy definition of a document tree, with automatic
  links to siblings, parents and children
* Automatic indices: general index as well as a module index
* Code handling: automatic highlighting using the Pygments highlighter
* Various extensions are available, e.g. for automatic testing of snippets
  and inclusion of appropriately formatted docstrings.
2009-01-31 05:31:13 +00:00
seb
1f342cd09d Update from version 0.58 to version 0.60.
Upstream changes:
2009-01-27 0.60 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Optimize for threaded perls. (Goro Fuji, RT#42517)
	  Non-threaded perls won't notice

2009-01-23 0.59 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Wrong e-mail in META.yml
	* Missing $IO argument in bind_columns example (docs only)
	* Upped Copyright notices to 2009
	* Added warning for parse () (RT#42261)
	* Small optimisations (Goro Fuji, RT#42517)
	* ppport.h updated to 3.15
	* Added git clone command to README
	* ppport.h updated to 3.16-pre
	* Optimize getline/print method calls (Goro Fuji, RT#42517)
	* Decode *_char attributes for perl 5.8.2 and up
2009-01-29 20:38:33 +00:00
joerg
9ca8d001a3 Needs intltool. 2009-01-29 17:19:58 +00:00
joerg
cbaa2b7e99 + py-html5lib 2009-01-27 18:13:44 +00:00
joerg
74b1897174 Import py-html5lib-0.11:
html5lib is a pure-python library for parsing HTML. The parser is
designed to handle all flavours of HTML and  parses invalid documents
using well-defined error handling rules compatible with the behaviour of
major desktop web browsers.

Output is to a tree structure; the current release supports output to
DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a
simple custom format.
2009-01-27 17:27:07 +00:00
markd
55d2f9ee72 Update to soprano 2.2
* The AsyncModel now has a "real" asyncroneous mode which uses multiple
   threads to execute the commands.
 * New class Soprano::Client::SparqlModel which provides a client to http
   Sparql endpoints.
 * Added method Node::toN3 to easily build SPARQL queries without having
   to encode nodes all the time.
 * New convinience method QueryResultIterator::iterateStatementsFromBindings
 * Added convinience methods to handle BackendSettings.
 * Added operator[] to QueryResultIterator to easily access bindings
 * Added parameters influencing the visibility to onto2vocabularyclass
 * Soprano::Node now comes with definitions of qHash for both Node and QUrl
 * Sesame2 updated to 2.1.4
 * The IndexFilterModel can now optionally index specific URIs
   (IndexFilterModel::setForceIndexPredicates)
 * Added method IndexFilterModel::optimizeIndex which optimizes the clucene
   index on disk
 * Added method IndexFilterModel::encodeUriForLuceneQuery which
   encodes/escapes a URI so it can be used as a field in a clucene query.
 * SPARQL endpoint query support in sopranocmd
 * Performace improvements
2009-01-27 11:35:10 +00:00
sketch
cd89d087fd Make package build using Sun Studio. 2009-01-26 20:09:48 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
dsainty
9a7ff63cac Add xapian-flint-backend and xapian-quartz-backend options, allowing
rationalisation of backends (and also allows wiring the database to the older
database format if desired).

The "suggested options" select support for both formats, which is also the
status quo.
2009-01-21 06:42:32 +00:00
wiz
df2cd7dabe + liblinebreak. 2009-01-18 17:38:51 +00:00
wiz
6478180246 Initial import of liblinebreak-1.0:
This is liblinebreak, an implementation of the line breaking
algorithm as described in Unicode 5.0.0 Standard Annex 14, Revision
19, available at http://www.unicode.org/reports/tr14/tr14-19.html
2009-01-18 17:38:15 +00:00
obache
7511dbfd39 MAKE_JOBS_SAFE=no 2009-01-18 10:22:47 +00:00
wiz
6cbedb19a8 Update to 0.14.2:
Changes in 0.14.2:
------------------
* Updated translations:
  et    (Priit Laes)
2009-01-12 22:08:43 +00:00
taca
7f22427363 Update distinfo for p5-Data-FormValidator-4.63. 2009-01-12 05:20:42 +00:00
he
bdb84734ae Update from version 1.32 to 1.36.
Upstream changes:

1.36 Wed  7 Jan 2009
	- Fixing missing feature reported by H.Merijn Brand

1.35 Wed 17 Dec 2008
	- Production release for changes in 1.34_01
	- No other changes

1.34_01 Wed 19 Nov 2008
	- Improving sub-classability by passing the indent level through
	  to the ->_write_scalar method.

1.33  Thu 24 Jul 2008
	- Export Load and Dump functions by default.
2009-01-11 17:05:58 +00:00
he
0e8583308f Update from version 0.29 to 0.30.
Pkgsrc changes:
 o Add PERL5_REQD+= 5.8.3

Upstream changes:

version: 0.30
date:    Sun Jan 11 12:53:55 IST 2009
changes:
- Plug a leak in Load
- More efficient intermediate structure allocation
2009-01-11 17:00:56 +00:00
he
8f2fd2714b Update from version 1.37 to 1.42.
Pkgsrc changes:
 o Change to Module::Build
 o Adjust dependency according to META.yml

Upstream changes:

1.42 - January 3, 2008
    - When transforming elements with attributes into hash-refs - make
    sure they are placed in the correct namespace. Previously
    <media:description> over-rided the plain <description>. (as in Flickr).

1.41 - December 4, 2008
    - Made the default keys for the channel link, description and title undef
    instead of ''. They become '' once they are opened.
        - http://rt.cpan.org/Public/Bug/Display.html?id=40686
    - Now keeping track of rdf:resource of <image> in RSS 1.0:
        - http://rt.cpan.org/Ticket/Display.html?id=3978
    - Made sure that channel/{link,description,title} are localized to
    the empty string before rendering, to allow for better backwards
    compatibility.
        - http://rt.cpan.org/Public/Bug/Display.html?id=40686

1.40 - December 1, 2008
    - Now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours>
    properly.
        - http://rt.cpan.org/Public/Bug/Display.html?id=40978
    - Now parsing multiple <category>'ies inside an <item> into an
    array-reference.
        - http://rt.cpan.org/Ticket/Display.html?id=38296
    - Now outputting an arayref of <item>/<category> prpoerly.
        - http://rt.cpan.org/Ticket/Display.html?id=38296
    - Parsing multiple <channel>/<category> into arrays.
        - http://rt.cpan.org/Public/Bug/Display.html?id=9729
    - Rendering multiple <channel>/<category> elements from array refs.
        - http://rt.cpan.org/Public/Bug/Display.html?id=9729
    - Now parsing multiple dc:items into an array
    reference (at least inside an <item>):
        - http://rt.cpan.org/Public/Bug/Display.html?id=6000
    - Added the modules_as_arrays option to parse repeatable module elements
    into an array ref.


1.38 - November 27, 2008
    - Added support for duplicate items of RSS modules.
        - http://rt.cpan.org/Public/Bug/Display.html?id=4495
    - Added support for multiple Dublin Core elements. One can point
    the field to an array and it will create multiple elements:
        - http://rt.cpan.org/Public/Bug/Display.html?id=6000
    - Now parsing several <skipDays>/<day>s and <skipHours>/<hour>s into
    an array reference instead of concatenating them together.
        - http://rt.cpan.org/Public/Bug/Display.html?id=40978
2009-01-11 16:48:22 +00:00
he
b416e4cd07 Update from version 0.03 to 0.05.
Upstream changes:

0.05  Mon Dec 15 2008
    - skip some tests when missing English dictionary
    - added license

0.04  Sun Dec 14 2008
    - patch by Yanick Champoux with three changes :
    - lang option
    - cached Text::Aspell object
    - made suggestions() context-aware
2009-01-11 16:42:01 +00:00
he
c0ba36e56b Update from version 0.7 to .08.
Pkgsrc changes:
 o Add PERL5_REQD+=5.8.0

Upstream changes:

0.8  2008/12/07
	- Added support for ddns-rev-name, ddns-txt and ddns-fwd-name
	  statements, based on patch by Franck Joncourt.
2009-01-11 16:26:31 +00:00
he
ec80faec54 Update from version 0.29nb1 to 0.30.
Upstream changes:

0.30 - 2008-11-26
* Remove the "wrapper" export, its name is too generic and clashes with a lot
  of existing code. It's a negligible amount of sugar.
2009-01-11 16:21:43 +00:00
he
b08e6032dc Update from version 0.72 to 0.72.003.
Upstream changes:

No change log available (lazy bums!).
Judging from the diff they are minor.
2009-01-11 16:01:29 +00:00
he
19758610c3 Update from version 1.60nb1 to 1.61 (distname 1.61a -- someone messed up?)
Pkgsrc changes:
 o Add some cludges to tell pkgsrc this is really version 1.61, not 1.61a
   (the module version is 1.61)

Upstream changes:

Changes for version 1.61 (Dec 29, 2008)
------------------------
  - Fix bugs in locale operations for format_price (thanks Moritz Onken)
  - Fix documentation in format_bytes (rt # 42036)
  - Enable warning when format_bytes called with numeric precision not hash
2009-01-11 15:43:16 +00:00
he
fc6b628d7f Update from version 4.61nb1 to 4.63.
Pkgsrc changes:
 o Adjust dependencies, including reshuffling to match contents
   and order in META.yml
 o Require perl version 5.8, also according to META.yml

Upstream changes:

4.63 Sat Jan  3 12:46:15 EST 2009
    [DOCUMENTATION]
    - Improve docs for writing your own constraints (girlwithglasses)

4.62 Sat Jan  3 12:10:14 EST 2009

    [DOCUMENTATION]
    - Fix typo in ConstraintsFactory docs (Geraint A. Edwards)
    - Clarified docs for get_filtered_data (Lisa Hagemann)
    - Clarify that 'field_filter_regexp_map' can take coderefs as
      values (Ron Savage)

    [INTERNALS]
    - Better diagnostics when load_profiles fails (Thoralf Klein)
    - Improved portability of t/untaint.t (Alexandr Ciornii)
    - Make some tests conditional on Date::Calc being installed (Frank Wiles)
2009-01-11 15:05:07 +00:00
wiz
1fb4fcdfa6 Fix build with curl-7.19.x.
Still builds with this patch and curl-7.18, so no PKGREVISION bump.

Addresses PR 40369.
2009-01-11 14:08:02 +00:00
minskim
02c38f606c Do not add "-lintl" to Makefile dependencies.
This addresses one of the issues in PR 30019.
2009-01-11 09:09:09 +00:00
minskim
06a7b0ec45 openjade needs libintl. Include gettext-lib's buildlink3.mk. 2009-01-11 09:08:00 +00:00
markd
fb82f5de3e Update to soprano 2.1.64
First beta of soprano 2.2.  Required for KDE 4.2
2009-01-10 23:45:54 +00:00
wiz
89809bc2be + ebook-tools. 2009-01-10 22:21:46 +00:00
wiz
33663767d9 Initial import of ebook-tools-0.1.1, originally packaged for wip.
ebook-tools provides tools for accessing and converting various
ebook file formats.
2009-01-10 22:20:23 +00:00
wiz
12ca686d73 Remove unneeded patch. 2009-01-09 11:35:07 +00:00
wiz
c7542f6c48 Update to 20090107:
- fix build on the less GNUish systems where wc -l outputs leading whitespace
- some words added
2009-01-09 11:34:42 +00:00
dsainty
acd26025d2 Buildlink in the required devel/zlib. Fixes build on systems where native zlib (header) is not installed. 2009-01-08 03:43:31 +00:00