Commit graph

4009 commits

Author SHA1 Message Date
jlam
6bd9c9b39a Update ruby-libxml to version 0.5.4. Changes from version 0.3.8.4 include:
+ Install as a Ruby gem.

* Added XML::Reader, a set of bindings to the xmlTextReader API.
* Other changes were made, but they were done on a branch with no
  changelog available.
2008-04-04 15:21:57 +00:00
jlam
8b90e79791 Initial import of ruby18-json-pure-1.1.2 as textproc/ruby-json-pure.
This is a implementation of the JSON specification according to RFC
4627.  You can think of it as a low fat alternative to XML, if you
want to store data to disk or transmit it over a network rather than
use a verbose markup language.

The JSON generator escapes all non-ASCII an control characters with
\uXXXX escape sequences and supports UTF-16 surrogate pairs in order
to be able to generate the whole range of Unicode code points.  This
means that generated JSON text is encoded as UTF-8 (because ASCII is
a subset of UTF-8) and at the same time avoids decoding problems for
receiving endpoints that don't expect UTF-8 encoded texts.

This package is a pure Ruby variant that relies on the iconv and the
stringscan extensions, which are both part of the Ruby standard library.
2008-04-04 15:21:50 +00:00
jlam
8fff57d2a3 Initial import of ruby18-json-1.1.2 as textproc/ruby-json.
This is a implementation of the JSON specification according to RFC
4627.  You can think of it as a low fat alternative to XML, if you
want to store data to disk or transmit it over a network rather than
use a verbose markup language.

The JSON generator escapes all non-ASCII an control characters with
\uXXXX escape sequences and supports UTF-16 surrogate pairs in order
to be able to generate the whole range of Unicode code points.  This
means that generated JSON text is encoded as UTF-8 (because ASCII is
a subset of UTF-8) and at the same time avoids decoding problems for
receiving endpoints that don't expect UTF-8 encoded texts.

This package is fast C extension variant which is in parts implemented
in C and comes with its own Unicode conversion functions and a parser
generated by the Ragel State Machine Compiler.
2008-04-04 15:21:43 +00:00
jlam
83c0d3e9ac Update ruby-hpricot to version 0.6. Changes from version 0.5.140 include:
+ Install as a Ruby gem.

* Hpricot for JRuby

* Inline Markaby for Hpricot documents.

* XML tags and attributes are no longer downcased like HTML is.

* new syntax for grabbing everything between two elements using a
  Range in the s earch method: (doc/("font".."font/br")) or in nodes_at
  like so: (doc/"font").nod es_at("*".."br"). Only works with either
  a pair of siblings or a set of a parent and a sibling.

* Ignore self-closing endings on tags (such as form) which are
  containers. Treat them like open parent tags.

* Escaping of attributes.

* Element#raw_attributes gives unescaped data.  Element#attributes
  gives escaped.

* Added: Elements#attr, Elements#remove_attr, Elements#remove_class.

* Added: Traverse#preceding, Traverse#following, Traverse#previous,
  Traverse#next.
2008-04-04 15:21:39 +00:00
jlam
16d9871964 Initial import of ruby18-haml-1.8.2 as textproc/ruby-haml.
Haml is a markup language that's used to cleanly and simply describe
the XHTML of any web document without the use of inline code, using
indentation rather than closing tags and allowing Ruby to be embedded
with ease.  Haml functions as a replacement for inline page templating
systems such as PHP, ASP, and ERB, the templating language used in
most Ruby on Rails applications.  However, Haml avoids the need for
explicitly coding XHTML into the template, because it itself is a
description of the XHTML, with some code to generate dynamic content.
2008-04-04 15:21:33 +00:00
jlam
b93dfe6ced Update ruby-ferret to version 0.11.6. Changes from version 0.11.4
include:

+ Install as a Ruby gem.

* Fixed major bug in term vectors which was in turn affecting
  highlighting
* Fixed memory leak in PerFieldAnalyzer
* Fixed range query highlighter
* Fixed memory alignment issues on Solaris
* Added :use_keywords option to query parser so you can now turn
  of keywords so a search for OR will work
* multiple other bug fixes
2008-04-04 15:21:28 +00:00
jlam
de3b7dc3ca Update ruby-feed-normalizer to version 1.5.1. Changes from version 1.3.0
include:

+ Install as a Ruby gem.

* Add support for new fields:
  * Atom 0.3: issued is now available through entry.date_published.
  * RSS: feed.skip_hours, feed.skip_days, feed.ttl
  * All: entry.last_updated, this is an alias to entry.date_published for RSS.
* Rewrite relative links in content
* Handle CDATA sections consistently across all formats.
* Prevent SimpleRSS from doing its own escaping.
* Reparse Time classes
* Support content:encoded. Accessible via Entry#content.
* Support categories. Accessible via Entry#categories.
* Introduces a new parsing feature 'loose parsing'.
* Add support for applicable dublin core elements. (dc:date and dc:creator)
* Feeds can now be dumped to YAML.
* Reduced the greediness of a regexp that was removing html comments.
2008-04-04 15:21:25 +00:00
jlam
8e2ff57f2c Initial import of ruby18-diff-lcs-1.1.2 as textproc/ruby-diff-lcs.
Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt
longest common subsequence (LCS) algorithm to compute intelligent
differences between two sequenced enumerable containers.
2008-04-04 15:21:20 +00:00
jlam
84565414ac Initial import of ruby18-coderay-0.7.4.215 as textproc/ruby-coderay.
CodeRay is fast syntax highlighter for Ruby and other languages.  It
produces colorful, valid XHTML.  CodeRay's design goal: simple,
beautiful code highlighting for your board/wiki/blog/doc/website.
2008-04-04 15:21:13 +00:00
jlam
ed7a02c94e Initial import of ruby18-builder-2.1.2 as textproc/ruby-builder.
Builder provide a simple way programmatically create XML markup and
data structures within Ruby.
2008-04-04 15:21:06 +00:00
jlam
fedfaf2d0d Initial import of ruby18-bluecloth-1.0.0 as textproc/ruby-bluecloth.
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion
tool for web writers.  Markdown allows you to write using an easy-to-read,
easy-to-write plain text format, then convert it to structurally valid
XHTML (or HTML).
2008-04-04 15:21:00 +00:00
kleink
5474bb1f47 Add dependencies which I managed to miss earlier. Bump PKGREVISION. 2008-03-28 20:37:55 +00:00
drochner
1b8676fc73 fix RE vulnerabilities (CVE-2007-(4770|4771)), patch from redhat
via Gentoo bug #208001,
bump PKGREVISION
2008-03-20 17:07:54 +00:00
joerg
f633e95062 Add DESTDIR support, fixing normal installation as well. 2008-03-15 20:29:35 +00:00
joerg
2d8ec82d77 Python itself is supposed to be DESTDIR safe. 2008-03-15 18:11:38 +00:00
wiz
50f1d30f6d Update to 2.0:
iso-codes 2.0
-------------
Tobias Toedter <t.toedter@gmx.net>
Sat, 8 March 2008

  [ General ]
  * Recommend the Translation Project in README for adding or updating
    translations.

  [ ISO-639 ]
  * Update to 2008-04-05
    (Alsatian, alsacien, suisse alémanique added as alternative names)

  [ ISO-639 translations ]
  * Thai by Theppitak Karoonboonyanan.
  * French by C. Perrier (consistent capitalization)
  * Vietnamese by Clytie Siddall (TP)

  [ ISO-3166 translations ]
  * Traditional Chinese by Tetralet. Closes: #464858
  * Korean by Changwoo Ryu (TP)
  * Thai by Theppitak Karoonboonyanan. Closes: #465560
  * Galician by Jacobo Tarrío. Closes: #469091
  * Hebrew by Lior Kaplan
  * Indonesian by Arief S Fitrianto. Closes: #469947

  [ ISO-3166-2 ]
  * Fixed country codes for Belarus, Jersey and Serbia,
    thanks to Kamal Mostafa.
  * Removed geographical_region elements from Cuba, United Kingdom
    and USA.

  [ ISO-15924 translations ]
  * Thai by Theppitak Karoonboonyanan. Closes: #465242

  [ ISO-4217 translations ]
  * Estonian by Ain Vagula (TP)
2008-03-14 20:01:14 +00:00
jlam
bd694a5794 Support user-destdir installation. 2008-03-13 19:40:51 +00:00
taca
51817b00f0 Update namazu package to 2.0.18.
Overview of Changes in Namazu 2.0.18 - May 12, 2008

* Add 'Charset' directive.
* "charset" was added to "ContentType" of the example in
  conf/namazurc-sample.
* "charset" was added to the response header in Error messages for
  namazu.cgi.
* Add HTML, BODY tags in Error messages for namazu.cgi.
* '\'', '(', ')' is converted into "&#39;", "&#40;", "&#41;"
  respectively.
* Add po/{de, pl}.po files. (But, it doesn't translate.)
* Change charset from SJIS to Shift_JIS in po/ja_SJIS.po.
* Change soname (LTVERSION 8:0:1)
* pltests/env.pl: The checked environment variable and version of
  the checked Perl module is added.
* pltests/mknmz-8.pl.in: The confirmation whether the index
  has been updated is added.
* pltests/namazu-cgi-12.pl.in: Add new test.
* tests/mknmz-9: Expand test file.
* filter/hnf.pl: Correspondence GRP and bug fix.
* conf/*.win32: Add new files.
2008-03-13 16:50:40 +00:00
wiz
d0f7cc146b Update to 2.9:
Version 2.9

   * language definition for C (not C++) files
   * language definition for properties files
   * language definition for KDE desktop and ini files
   * language definition for lsm files (Linux Software Map)
   * language definition for rpm spec files
   * language definition for Haxe files (thanks to Jos Hirth)
   * style.defaults for associating a style for an element (whose style is
     not specified) to the style of another element
   * highlight some KDE programming files (e.g., .rc, .kcfg, etc.)
   * correctly highlight for less when filenames contain paths
   * fixed a bug in file inclusion of langdef files
   * fixed compilation problems for fileutil.cc (thanks to Adrian Reber)
   * xml elements are correctly recognized when containing .
     (thanks to Toby White)
   * references for xhtml output files

Version 2.8

   * lang definition for slang (by John E. Davis)
   * correctly handle words in ' and ` regular expression strings
   * the right delimiter of a delim element can refer to marked subexpressions
     in the left delimiter
   * fixed the definition of C-style comments which are not nested
   * improved perl syntax highlighting
   * javascript regular expression highlighting
   * padding character for line numbers can be specified (thanks to
     Roger Nilsson)
   * removed non standard % make rules

Version 2.7

   * fixed language association for log files.
   * use standard sed arguments
   * check that the ctags program supports the options used by source-highlight
     and disable ctags tests if it does not
   * removed some memory leaks from scanners and parsers
   * fixed regular expression highlighting strings in perl
     (thanks to Elias Pipping)
   * regexp language element
   * infer script languages also checking for the env specification
   * improved error reporting for lang definition files
   * ` ` syntax for regular expressions that permits backreferences
     and conditionals
   * explicit naming for subexpressions syntax
   * added a program, check-regexp, for checking regular expressions
     on the command line
   * fix html tag definitions
   * fix ruby regexp definition
   * --doc option and references for docbook output
   * xhtml output with non fixed font

Version 2.6

   * language definition for makefiles
   * language definition for css files
   * language definition for m4 files
   * fixed some problems in xml.lang
   * fixed some problems in sh.lang
   * the ctags found during configure is correctly used in makefiles
   * --quiet option showing no progress information
     (thanks to C. Michael Pilato)
   * handle direct color specifications in double quotes in style files
   * in style files can specify formatting options for more than one
     element on the same line
   * accept css specifications as style specifications (limited support)
   * handle background color for some output formats (e.g., xhtml)
   * in style files the background color (for the entire output)
     can be specified
   * fixed a problem in configure script on some BSD systems
     (thanks to Thomas Klausner)
2008-03-13 16:45:33 +00:00
drochner
e1c93284fb update to 0.12.2
changes:
-Added DOCTYPE declarations to HTML and XHTML pages
-Added EXSLT set to the excluded prefixes
-translation updates
2008-03-12 21:19:59 +00:00
wiz
fce0786778 + WordNet. 2008-03-12 09:22:43 +00:00
wiz
c2fbe63012 Initial import of WordNet-3.0:
WordNet is a large lexical database of English, developed under
the direction of George A. Miller. Nouns, verbs, adjectives and
adverbs are grouped into sets of cognitive synonyms (synsets), each
expressing a distinct concept. Synsets are interlinked by means of
conceptual-semantic and lexical relations. The resulting network
of meaningfully related words and concepts can be navigated with
the browser. WordNet is also freely and publicly available for
download. WordNet's structure makes it a useful tool for computational
linguistics and natural language processing.
2008-03-12 09:22:07 +00:00
tnn
882d3eb4fe Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
2008-03-11 18:47:40 +00:00
kleink
0b292150ff Update p5-XML-Atom-Stream to 0.11; changes since 0.10 include:
0.11  Wed Jan  9 11:01:56 PST 2008
        - Fixed a bug where xml:lang is transformed into unknown:lang.
          (Thanks to David Recordon)
2008-03-11 18:40:04 +00:00
tnn
5d38e8a96a PR pkg/38224: Another case of me doing a bad LOWER_OPSYS to
MACHINE_PLATFORM conversion.
Will revist all of these to make sure they were correct.
2008-03-11 17:56:16 +00:00
taca
39ef3df6a1 Remove textproc/ruby18-libxml. It is now in textproc/ruby-libxml. 2008-03-11 16:43:12 +00:00
taca
e4bd0eb742 Rename ruby18-libxml to ruby-libxml. 2008-03-11 16:42:08 +00:00
taca
6377ba6cac Reimport ruby-libxml package as correct path. 2008-03-11 16:41:23 +00:00
kleink
91bae6da75 Update p5-Text-vCard to 2.01; changes since 2.00 include:
2.01 Sun Sep 2 2007
	- Stop empty TYPE= being set on export when not needed
	thanks to Vadim for the suggestion
2008-03-11 16:19:06 +00:00
tnn
b2a41f8ca2 MIPSPro doesn't like code such as:
void foo(void) {}
void bar(void) { return foo(); }

Stripping away the return makes it happy. PR pkg/38210.
2008-03-11 02:18:22 +00:00
wiz
a8686fc0e5 Add CONFLICTS line for previous PKGNAME versions.
Suggested by Alan Barrett.
2008-03-10 10:33:38 +00:00
obache
e9ae3ec6e7 Need pkg-config to build. 2008-03-10 03:00:18 +00:00
tnn
9edc6b3ed2 Update to grep-2.5.3.
Main changes are move to GPLv3 and several updated translations.
Also some bugfixes (at least the ones we had patched in pkgsrc).
Sorry, not more specific because NEWS isn't properly maintained.
2008-03-08 12:16:43 +00:00
mjl
8966cc0036 Correct doc and example path. 2008-03-08 00:32:21 +00:00
mjl
07726244bf Enable py-Excelerator 2008-03-08 00:19:36 +00:00
mjl
5017630b09 Initial import of py-Excelerator 0.6.3a
This is a library for generating Excel 97/2000/XP/2003 and
OpenOffice Calc compatible  spreadsheets. pyExcelerator has
full-blown support for UNICODE in Excel and Calc spreadsheets,
allows using variety of formatting features, provides interface
to printing options of Excel and OpenOffice Calc.
2008-03-08 00:18:25 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
jlam
7b7b2b5744 + Include termcap.buildlink3.mk instead of using a custom (wrong) termcap
detection method in the package Makefile.  Bump the PKGREVISION to 3.

+ Add full DESTDIR support.
2008-03-05 15:56:19 +00:00
wiz
753d7e0e1d Update to 0.37.1:
2008-02-24  Rodney Dawes

	* intltool-update.in.in (FindPOTKeywords):
	Unwrap lines wplit with trailing \
	Patch from Loïc Minier

	Fixes #516501

2008-02-24  Rodney Dawes

	* tests/selftest.pl.in: Unset $LINGUAS to avoid failing when
	we use tests with locales not specified in LINGUAS

	Fixes #518257

2007-12-16  Rodney Dawes

	* intltool-merge.in.in (keys_merge_translation):
	New method name for merging a single translation for multi-output
	(keys_merge_translations):
	Call keys_merge_translation for each language with multi-ouput
	Call keys_merge_translation with "." as the language for single file

	Based on patch from Christian Persch

	Fixes #487818

2007-12-16  Rodney Dawes

	* intltool-extract.in.in:
	* intltool-merge.in.in:
	Add quotedxml mode for encoding/decoding entities
	Patch from Christian Persch

	Fixes #487666
2008-03-04 13:27:47 +00:00
wiz
7e5ec4260e Fix version number by adding a PKGNAME. 2008-03-04 12:17:47 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
wiz
2286da9700 Update to 1.9:
iso-codes 1.9
-------------
Tobias Toedter <t.toedter@gmx.net>
Thu, 7 February 2008

  [ General ]
  * Fix typos in README, thanks to Christoph Burgmer.
    Also update the current documentation. Closes: #461062
  * Update header comments in XML files with proper copyright
    and license information.

  [ ISO-639-3 ]
  * Update to 2008-01-14

  [ ISO-3166 translations ]
  * Basque corrections by Piarres Beobide. Closes: #459562
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * Lithuanian by Kęstutis Biliūnas
  * Simplified Chinese by LI Daobing (TP)
  * Remove files which have only very few translations (from
    ICU libraries) and have not been updated for a long time:
    aa.po, dv.po, gv.po, kl.po, kok.po, kw.po, ky.po, om.po,
    sa.po, te.po, ur.po, uz.po

  [ ISO-4217 translations ]
  * Slovak by Ivan Masár (TP)
  * Swedish by Christian Rose (TP)
  * Vietnamese by Clytie Siddall (TP)
  * Remove files which have only very few translations (from
    ICU libraries) and have not been updated for a long time:
    af.po, hr.po, ms.po, mt.po, pa.po, zh_TW.po

  [ ISO-639 translations ]
  * Polish by Andrzej M. Krzysztofowicz (TP)
  * Serbian by Danilo Segan (TP)
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * Simplified Chinese by LI Daobing (TP)
  * Remove files which have only very few translations (from
    ICU libraries) and have not been updated for a long time:
    aa.po, bn.po, dv.po, fo.po, gu.po, gv.po, haw.po, hy.po,
    iu.po, ka.po, kk.po, kl.po, kn.po, kw.po, ky.po, om.po,
    pa.po, sa.po, sid.po, so.po, sq.po, sw.po, syr.po, te.po,
    ur.po, uz.po, wal.po

  [ ISO-639-3 translations ]
  * Remove files which have only very few translations (from
    ICU libraries) and have not been updated for a long time:
    aa.po, be.po, bn.po, dv.po, fo.po, gu.po, gv.po, haw.po,
    hy.po, iu.po, ka.po, kk.po, kl.po, kn.po, kw.po, ky.po,
    om.po, pa.po, sa.po, sid.po, so.po, sq.po, sw.po, syr.po,
    te.po, ur.po, uz.po, wal.po

  [ ISO-3166-2 translations ]
  * Slovak by Ivan Masár (TP)
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)
  * Remove files which have only very few translations (from
    ICU libraries) and have not been updated for a long time:
    af.po, ar.po, br.po, et.po, fa.po, fi.po, gl.po, he.po,
    hr.po, is.po, mi.po, mk.po, mn.po, mt.po, nb.po, oc.po,
    pt_BR.po, pt.po, ro.po, ru.po, ta.po, xh.po, zh_TW.po, zu.po

  [ ISO-15924 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Simplified Chinese by LI Daobing (TP)
  * Remove files which have only very few translations (from
    ICU libraries) and have not been updated for a long time:
    be.po, ca.po, cs.po, cy.po, hi.po, hr.po, mt.po, ps.po,
    so.po, sq.po, te.po
2008-03-04 10:57:51 +00:00
obache
c78f24ab75 Added and enables Suikyo packages. 2008-03-02 02:46:35 +00:00
obache
a4a2979878 Import ruby-suikyo version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on
DFA (Deterministic finate state) automaton.

This package contains ruby binding of suikyo
2008-03-02 02:42:03 +00:00
obache
20d46a1e1f Import suikyo-elisp version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on
DFA (Deterministic finate state) automaton.

This package contains elisp binding of suikyo
2008-03-02 02:41:26 +00:00
obache
8a1e8aacdd Import suikyo-docs version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on
DFA (Deterministic finate state) automaton.

This package contains documents of suikyo
2008-03-02 02:40:40 +00:00
obache
e2f519b245 Import suikyo-conv-table version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on
DFA (Deterministic finate state) automaton.

This package contains conversion table of suikyo
2008-03-02 02:39:54 +00:00
obache
7354caf70f Import suikyo version 2.1.0.
Suikyo is a Romaji Hiragana conversion library based on
DFA (Deterministic finate state) automaton.
2008-03-02 02:38:57 +00:00
obache
52166f3fa2 Added and enabled sary and ruby-sary. 2008-03-01 08:33:21 +00:00
obache
0ce336c990 Import ruby-sary version 1.2.0.
Sary is a suffix array library and tools.  It provides fast full-text search
facilities for text files on the order of 10 to 100 MB using a data structure
called a suffix array.  It can also search specific fields in a text file by
assigning index points to those fields.

This package is Ruby Binding of Sary.
2008-03-01 08:30:48 +00:00
obache
6f27e224a9 Import sary version 1.2.0.
Sary is a suffix array library and tools.  It provides fast full-text search
facilities for text files on the order of 10 to 100 MB using a data structure
called a suffix array.  It can also search specific fields in a text file by
assigning index points to those fields.
2008-03-01 08:29:07 +00:00
jlam
576c1f2a84 Add hunspell-hu_HU. 2008-02-29 22:10:58 +00:00
jlam
9d68492752 Import hunspell-hu_HU-1.2.2 as textproc/hunspell. This package contains
the Hungarian language dictionary for hunspell.

Package taken from pkgsrc-wip, originally created by Adam Hoka but with
minor fixes by me.
2008-02-29 22:10:28 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
jlam
fd0712a4c9 + Rename the "ncursesw" option to "wide-curses" and get rid of the
"ncurses" option.  "wide-curses" now just toggles whether we use
  wide or narrow curses, which is a much simpler knob for users.

Bump the PKGREVISION to 2.
2008-02-22 17:04:34 +00:00
schmonz
aed9fe0a7a Update to 2.29. From the changelog:
* fix degenerate sites (cough 9rules) that don't close head tags
* fix crash when feedparser wasn't available (tx Johann Burkard)
2008-02-19 10:31:53 +00:00
rh
b304463313 Add and enable highlight 2008-02-19 02:25:04 +00:00
rh
78821a2e60 Import highlight-2.6.8, a tool that converts source code to formatted text
with syntax highlighting.  Based on the wip package (with version update
and minor modifications) by dhowland <at> users <dot> sf <dot> net.
2008-02-19 02:23:44 +00:00
rhaen
a110176ff3 - updated package to 0.19
- changed maintainer
- added USE_DESTDIR support
ChangeLog:
0.19    Thursday 13th September, 2007
        Don't use _CvGV to determine if a sub was imported, there's a handy
        flag - GVf_IMPORTED_CV.  Fixes 5.9.5 and future perls
        (solution by Nicholas Clark)
2008-02-14 19:11:40 +00:00
drochner
2f88340ac1 update to 0.12.1
changes:
-Made chunks without id attributes work
-Don't use the title as a label for qandadiv, et al
-build system fixes
-translation updates
2008-02-13 20:04:04 +00:00
obache
8872361679 This package is DESTDIR ready. 2008-02-12 14:33:12 +00:00
obache
8157473afb Note Makefile using this common Makefile. 2008-02-12 14:32:50 +00:00
obache
43858425e3 DESTDIR ready. 2008-02-12 14:18:39 +00:00
obache
db092633ac Add migemo{,-elisp} 2008-02-10 13:14:42 +00:00
obache
ad093d4464 Import migemo-elisp version 0.40.
Based on package provided by Yamashiro Jun in PR 37615.

elisp for migemo(with GNU/Emacs or XEmacs)
2008-02-10 13:10:27 +00:00
obache
8fd4047523 Import migemo version 0.40.
Based on package provided by Yamashiro Jun in PR 37615.

Japanese incremental text search tools/library.
2008-02-10 13:08:51 +00:00
rhaen
b8df9148c3 - updated package to 2.01
- added DESTDIR support
- maintainer change to rhaen@NetBSD.org
ChangeLog:
2.01 24 Jul 2007
	- Fixed crash at end of test script when using perl-5.6.x. (The crash
	  was actually due to a bug in perl that is fixed as of perl-5.8.0 at
	  least, so the test script is simply modified to not tickle that bug.)
	- Clarified the copyright notices. Only the *changes* in version 2.x are
	  my copyright.
2.00 18 Jul 2007
	- Fixed bin/compile_encoding to run with perl-5.9.x by using restricted
	  hashes instead of pseudo-hashes (which have been removed from
	  perl-5.9.x)
	- Fixed accidental variable interpolation in Encoding.pm
	- Fixed case of $ExtUtils::MakeMaker::VERSION in Makefile.PL so that
	  ABSTRACT_FROM and AUTHOR get set when intended
	- Added LICENSE to Makefile.PL
2008-02-08 14:51:25 +00:00
rhaen
a3400de4cd - updated package to 0.603
- added DESTDIR support
- changed maintainer to rhaen@NetBSD.org
ChangeLog:
0.603 Mon Jun 25 22:31:40 BST 2007    <joe@kafsemo.org>
        - Escape all necessary white space in attributes (#25499).

0.602 Sat Nov 11 16:54:22 GMT 2006    <joe@kafsemo.org>
        - Fix bugs in test case to avoid breaking with new Perls.
        - Make test case work with older Perls, tested against 5.004 (#17288).
        - Include pod syntax and coverage tests.
2008-02-08 12:51:59 +00:00
heinz
bff06f130c A compiler is not necessary. 2008-02-07 21:13:57 +00:00
tnn
bdcd11f1c3 Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
heinz
3d27699993 Updated to version 0.69.
Pkgsrc changes:
  - List version independent HOMEPAGE.
  - The package supports installation to DESTDIR.
  - The module needs at least Compress::Zlib 1.0.

Changes since version 0.65:
===========================

not provided.
2008-02-06 20:13:57 +00:00
tnn
e99aec31b2 PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages 2008-02-04 19:52:54 +00:00
obache
198e32f400 Update mecab to 0.97.
Pkgsrc changes:
* fix some pkglint warining
* add DESTDIR support.

Changes:
* Fix a bug of exclusive control when dictionary is opened in MultiThreading environment.
* When installing the Windows version, it came to be able to specify the character-code of the dictionary.
* Fix a problem that was not able to be compiled correctly by some compilers.
* Add API that changes partial, analytical mode (Tagger::set_partial())
* Add API that changes generation level of lattice (Tagger::set_lattice_level())
* Add API that changes temperature parameter (Tagger::set_theta())
* Add API that changes all candidate output mode (Tagger::set_all_morphs())
2008-02-04 04:58:52 +00:00
drochner
e25f47d096 fix: missing documentation files 2008-02-03 12:23:33 +00:00
heinz
f48310aeb7 The package supports installation to DESTDIR. 2008-02-02 13:38:53 +00:00
tonio
d614e5f9d4 Add metauml 2008-02-01 20:43:04 +00:00
tonio
338cb0c978 Import textproc/metauml version 0.2.5
MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams, using a
human-friendly textual notation.

Here's what you can do with MetaUML (also see the FAQ):
- Create UML diagrams readily usable in a LaTeX article or book.
- Create independent PDF-s
- Create jpeg-s, png-s etc.

MetaUML offers support for class diagrams, package diagrams, activity diagrams,
state machine diagrams use case diagrams and component diagrams.
2008-02-01 20:41:37 +00:00
xtraeme
4369ca7a07 Update to 1.10.
Major updates since version 1.9 include:

* Support for XML 1.1 and Namespaces in XML 1.1.
* Added support for IBM XLC 7.0 compiler on Linux.
* Improved and stabilized C pluggable memory management functionality.
* Various improvements in Xalan XML serializers for better performance and stability.
* Upgrade from Xerces-C 2.6 to Xerces-C 2.7.

Major updates since version 1.8 include:

* Pluggable Memory Management. This feature allows applications to maintain
  precise control over memory allocations. This will allow users, with
  knowledge of their application's characteristics, to provide a more
  efficient allocation method than the general purpose procedures provided
  by the system. for more information on how to use this feature, please see
  the Pluggable Memory Management section of the Programming page.
* Improved stability on the execution of large stylesheets and XML documents.
  Because the current implementation relies on function recursion, certain
  stylesheets/input documents may cause the program stack to overflow and
  cause the application to fail. It also may inhibit executing stylesheets
  that are heavily dependent on recursive functions. This feature will
  prevent these types of failure.
* Provided a global option to pool all text node strings. This feature
  allows developers to set a flag to determine if a parsed source tree will
  pool the values of all of the text nodes in the XML document. By doing so,
  this can result in a significant reduction in memory usage, particularly
  if there are a lot of repeated values in text nodes. Please see the class
  descriptions for XalanSourceTreeDocument, XalanDefaultParsedSource, and
  XalanTransformer in the API Reference section for more information.

... and more, see: http://xml.apache.org/xalan-c/whatsnew.html
2008-01-24 07:17:33 +00:00
taca
881309e295 Update chasen-base and chasen pacakge to 2.4.2.
----------------------------------------------------------------------
ChaSen 2.4.2 (2007/07/23)
----------------------------------------------------------------------
- bug fix
  tokenization bug: unknown words with an half width space
2008-01-21 13:25:47 +00:00
rillig
d8b7b26792 Added a dependency to devel/getopt, since a2x requires it. Suggested by
Nick Goffee via private mail.
2008-01-18 21:30:04 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
bjs
15e62c5c46 Add forgotten dependeny on textproc/p5-XML-Parser. Bump revision. 2008-01-18 04:15:01 +00:00
bjs
d835b4cdcf Add xmltoman to pkgsrc/textproc top-level Makefile. 2008-01-16 03:05:36 +00:00
bjs
231dfd6620 Import xmltoman-0.3.
xmltoman and xmlmantohtml are two very simple perl scripts for converting
xml to groff or html.  PulseAudio (which I am working on) wants this for
making its manpages, but I'm fairly certain that there are plenty of
other packages out there than know of it (it's a debian tool insofar
as I can tell, but I could be wrong about this).
2008-01-16 03:04:16 +00:00
wiz
df084de6b0 Update to 1.8:
iso-codes 1.8
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 7 January 2008

  [ ISO-639 ]
  * Changes from ISO-639 maintenance agency:
    - Dec 17th 2007: added 'Pashto' as alternative for ps

  [ ISO-3166-3 ]
  * Remove attribute "alpha_2_code" from some entries, as the
    information is included in the first two letters of the
    "alpha_4_code". Closes: #445667

  [ ISO-3166-2 ]
  * Fix typos in LR-GB and LV-JK. Thanks to Freek de Kruijf.
  * Complete the list with modifications from the ISO-3166 MA
    newsletter I-9 of 2007-11-28
  * Add missing subset information

  [ ISO-4217 ]
  * GWP removed from the non-historic section (was duplicated)
  * SVC removed from the historic section (still used in El Salvador
    for financial transactions)

  [ ISO-3166 ]
  * Add Saint Barthélemy and Saint Martin (French part) according to
    ISO-3166-1 newsletter VI-1, dated 2007-09-21

  [ ISO-639 translations ]
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * French by Christian Perrier
  * Dutch by Freek de Kruijf (TP)
  * Simplified Chinese by LI Daobing (TP)
  * Russian by Yuri Kozlov

  [ ISO-4217 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)
  * Simplified Chinese by LI Daobing (TP)

  [ ISO-15924 translations ]
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * Dutch by Freek de Kruijf (TP)
  * Russian by Yuri Kozlov

  [ ISO-3166-2 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO-3166 translations ]
  * Spanish corrections by Damián Viano. Closes: #457989
  * French by Tobias Toedter
  * German by Tobias Toedter
  * Vietnamese by Clytie Siddall
  * Portuguese by Miguel Figuereido. Closes: #459412
  * Russian by Yuri Kozlov
  * Bulgarian by Damyan Ivanov


iso-codes 1.7
-------------
Tobias Toedter <t.toedter@gmx.net>
Fri, 21 December 2007

  [ General ]
  * iso2pot.py now marks historic entries as such, so that translators
    do not report "obsolete" entries. This relies on the attribute
    "date_withdrawn" and currently applies to ISO 3166 and ISO 4217.

  [ ISO-639 ]
  * ISO-639 changes dated 2007-10-18:
    - bej: added "Bedawiyet" as alternative
    - chp: added "Dene Suline" as alternative
    - iii: added "Nuosu" as alternative
    - ile: added "Occidental" as alternative
    - pam: added "Kapampangan" as alternative

  [ ISO-4217 ]
  * Corrected names:
    (from http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm)
    BDT, BOV, HTG, ILS, JPY, KRW, MXD, NAD, PLN, RON, UGX
    UZS, VND, WST, XDR, XFO, XFU, ZAR, ZMK
    Thanks to Vladimir Volovich for reporting (Closes: #451199)
  * Moved to historic section: GHC, SDD, VEB
  * New (or previously missin) entries:
    GHS: Ghana Cedi
    GWP: Guinea-Bissau Peso
    RSD: Serbian Dinar
    SDG: Sudanese pound
    SVC: El Salvador Colon
    UYI: Uruguay Peso en Unidades Indexadas
    VEF: Bolivar Fuerte (Closes: #440653)

  [ ISO-15924 ]
  * Added 2007-11-26: Armi, Cakm, Kthi, Phli, Phlv, Prti, Tavt, Zmth, Zsym
  * Changed 2007-11-26: Lana

  [ ISO-4217 translations ]
  * French by Christian Perrier
  * Estonian by Ain Vagula (TP)
  * Russian by Yuri Kozlov
  * Polish by Andrzej M. Krzysztofowicz (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO-3166 translations ]
  * Polish by Andrzej M. Krzysztofowicz (TP)
  * Norwegian Bokmål by Hans Fredrik Nordhaug (Closes: #452098)
  * Dzongkha by Jurmey Rabgay (Closes: #454120)

  [ ISO-3166-2 translations ]
  * Vietnamese by Clytie Siddall (TP)

  [ ISO-639 translations ]
  * Esperanto by Edmund GRIMLEY EVANS (TP)
  * Russian by Yuri Kozlov
  * Vietnamese by Clytie Siddall (TP)
  * French updated by Christian Perrier
  * Dutch by Freek de Kruijf (TP)

  [ ISO-15924 translations ]
  * Russian by Yuri Kozlov
  * Esperanto (new translation) by Edmund GRIMLEY EVANS (TP)
  * French updated by Christian Perrier
2008-01-16 00:22:52 +00:00
wiz
c2265c6a12 Update to 2.6.31:
2.6.31: Jan 11 2008:
   - Security fix: missing of checks in UTF-8 parsing
   - Bug fixes: regexp bug, dump attribute from XHTML document, fix
      xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
      (Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
      XSD crash due to double free (Rob Richards), indentation fix in
      xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
      parsing if attribute redeclared, avoid crash in hash list scanner if
      deleting elements, column counter bug fix (Christian Schmidt),
      HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
      output from xml2-config (Fred Crozat), avoid an xmllint crash
      (Stefan Kost), don't stop HTML parsing on out of range chars.

   - Code cleanup: fix open() call third argument, regexp cut'n paste
      copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
      some make distcheck realted fixes (John Carr)
   - Improvements: HTTP Header: includes port number (William Brack),
      testURI --debug option,
2008-01-15 23:39:03 +00:00
rillig
35ed333e8b + ruby18-libxml 2008-01-15 11:00:07 +00:00
rillig
9e1b358cec Imported ruby18-libxml from PR 37759.
The Libxml-Ruby provides Ruby language bindings for the GNOME Libxml2
XML toolkit. Its primary advantage over REXML is performance - if speed
is your need, these are good libraries to consider.

Packaged by Naoto Morishima.
2008-01-15 10:56:59 +00:00
heinz
8d2827bc58 The package supports installation to DESTDIR. 2008-01-15 00:27:37 +00:00
heinz
c2b677f5fb The package supports installation to DESTDIR. 2008-01-15 00:02:13 +00:00
heinz
b28adfa0c9 Added support for installation to DESTDIR and in doing so moved
files/install-note to MESSAGE.
2008-01-14 23:18:12 +00:00
tonio
170625f17e Update textproc/hevea to 1.10
version 1.10
     - corrected hacha that generated non-compliant HTML lists !
version 1.09+12
     - added cutflow* environment.
     - correct packages.hva
        Now package state is pushed/restored by RequirePackage
        [needed for proper saving of package options]
version 1.09+11
     - natbib being added nightmare. Should release soon.
version 1.09+10
     - restored extra argument to \text@accent, silly ?
     - added a bit of documentation on math accents
version 1.09+8
     - labels for indexes restricted to sectionning labels.
       (credit to Yevgeniy Makarov)
version 1.09+7
     - Some changes for active characters -, ', and `
         * -- not merged in entity if TT is on.
         * ' -> simple right quote, ` simple left quote
version 1.09+6
     - skip_blanks in save.mll -> also eat spaces after
       \n (-> \urldef more compatible ??)
     - \usepackage{hevea} -> execute \usepackage{comment} for LaTeX
        compatibility
     - Change \warning into \hva@warning
     - New \AtEndOfFile command, rediscovered Latexmacros.replace at
       the occasion!
version 1.09+5
     - Include documentation for Thai.
     - A few typos in doc.
     - A few correction in french.hva -> \@print@u + \og\fg.
     - '\r' '\n' is scanned while looking for \par
     - Add empty group after title in section (for \xspace ! -> no space)
     - Introduced \RequirePackage
version 1.09+4
     - thai support
     - add vertical magins to styles .part and .title
     - listings, added inputencoding key.
     - Corrected footnotes flushing (to follow documentation)
        and made documentation more precise.
     - listings,  *keywords* keys with correct interface
        (already here for *emph*).
version 1.09+3
     - UTF-8 support, hard to test.
     - abstract type for unicode + many less files for input encodings
     - Added input encodings koi8-r et cp1251 (Russian)
version 1.09+2
     - Correct some bugs for output to dir (imagen on absolute path).
     - And above all document that.
     - Produce doc in subdirectory doc/doc.
     - Document -toc{is,ter} options for hacha.
version 1.09+1
     - Simplified error messages for accents, too many
       problems in displaying argument.
     - hevea/hacha/imagen accept dir/file as input or output
      with sensible (?) behavior
2008-01-13 19:24:49 +00:00
heinz
f35d5f130b The packages supports installation to DESTDIR.
No compiler needed.
2008-01-13 18:23:39 +00:00
heinz
245176adc4 The packages supports installation to DESTDIR and needs a C compiler. 2008-01-13 18:22:08 +00:00
heinz
8e38ea63ec - Added support for installation to DESTDIR.
- Switched to the common scheme for MASTER_SITES and HOMEPAGE (ie,
  MASTER_SITE_PERL_CPAN and search.cpan.org/dist).
- No C compiler needed.
2008-01-13 18:11:25 +00:00
dillo
4d4d85952f Add wbxml2. 2008-01-12 20:39:22 +00:00
dillo
278c0bfe49 Initial import of wbxml2 library. 2008-01-12 14:05:17 +00:00
wiz
b02642ccd9 Only conflict with siag<3.6.1, since that version does not include
antiword any longer.
2008-01-09 20:09:35 +00:00
drochner
c8ee18ad40 update to 0.36.3
changes: bugfixes
2008-01-09 18:43:50 +00:00
heinz
7ee34ad120 The package supports installation to DESTDIR.
No compiler necessary.
2008-01-08 22:49:47 +00:00
heinz
89fa29750f The package needs no C compiler. 2008-01-08 20:41:00 +00:00
taca
567d55ebae Switch to use META_PACKAGE. No functional change. 2008-01-06 15:45:12 +00:00
heinz
e6e8900e3b The package supports installation to DESTDIR. 2008-01-05 23:24:46 +00:00
jmmv
9032d7984a Bump PKGREVISION due to boost update to 1.34.1. 2008-01-04 20:05:11 +00:00
obache
76c961b0e4 This package available from SourceForge now,
noticed by Zafer Aydogan in private mail.
Also add version specific directory to original MASTER_SITES,
since old distfile does not exist in parent directory.
2008-01-03 14:15:01 +00:00
obache
5a6263917d This pacakge also available via SUNSITE,
noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE and orignal MASTER_SITE to new location.
2008-01-03 14:05:38 +00:00
obache
9e192de229 Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE to new location.
2008-01-03 13:51:28 +00:00
obache
59d632d8a0 Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
Also add HOMEPAGE.
2008-01-03 13:42:53 +00:00
obache
fe37ce6bcc Update hyperestraier to 1.4.13.
Changes:
2007-12-24  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* mymorph.c (est_mecab_analyze): an option about EOS was added.

	- Release: 1.4.13
2008-01-03 12:50:52 +00:00
obache
dafe03cb56 *MODE are also passed by framework automatically now. 2008-01-01 14:23:44 +00:00
obache
41e2354267 Move compile of test source to test target so that avoid build error.
Some javac (ex, jikes) don't know encoding "EUC_JP".
2007-12-31 12:23:41 +00:00
obache
7320e52256 * This package use BSD_MAKEFILE, remove redundant variables.
XXX: BINMODE and MANMODE also should be added to BSD_MAKE_ENV?
* Honor PKGMANDIR.
* Need some pre-created directories before installation.
* Then DESTDIR ready.
2007-12-31 06:39:41 +00:00
minskim
331d019a37 Fix segmentation fault on Linux. Patch borrowed from Debian.
Suggested by Aleksey Cheusov in PR 35537.

Bump PKGREVISION.
2007-12-23 04:50:30 +00:00
minskim
4358cbb669 particularily -> particularly 2007-12-23 04:38:54 +00:00
rillig
73eeb9584b Fixed a typo in the patch for regcomp. 2007-12-19 13:27:20 +00:00
rillig
2a39415477 Fixed the build on Solaris with the Sun C compiler. Like many other
pieces of GNU software, this package makes use of GCC extensions.

Another thing is that on Solaris, <stdbool.h> may only be included by
the c99 compiler, not any other; therefore we need to define our boolean
type ourself.
2007-12-19 00:11:26 +00:00
obache
e4b4027a0a Need pkg-config to build. 2007-12-18 00:24:31 +00:00
cjep
69ed92f0fe Load the correct tar at the download site, rebuild chksum and patch.
From Yuji Yamano.
2007-12-13 21:48:39 +00:00
obache
3fbba04610 Add and enable ebview. 2007-12-12 08:35:53 +00:00
obache
17b2046355 Import ebview version 0.3.6.
Packaged by Yamashiro Jun and privided in  PR 37452.

EBView is a GTK+ based tool to access CD-ROM dictionaries of
EPWING/EB/EBG/EBXA/EBXA-C formats.
2007-12-12 08:34:16 +00:00
obache
1ced54dcf7 DESTDIR ready. 2007-12-11 14:49:25 +00:00
rhaen
d30964dca3 - updated package to 0.79
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.79
    Fri Jun 29 01:43:12 UTC 2007 ($Rev: 4391 $, $Author: chromatic $)
    - removed noisy and unnecessary diag() calls in tests
    - fixed a magic @ISA assignment for 5.9.5 (Andreas Koenig)
    - removed signature test (not that useful)

	Tue Oct 10 04:46:55 UTC 2006 (Rev: 2945, Author: chromatic)
	- removed directory changes in tests
	- return merged hash from merge_hash()
	- added hash merging tests from Derek Price (part of RT #21269)
	- fixed nested lists error reported by Derek Price (RT #21269)
2007-12-11 12:02:30 +00:00
wiz
f0fddc9ef2 Fix config file path in installed files. (Fixes scmgit build problem.)
Actually do require python-2.3 or newer, like a command indicated.
Install an additional file.
Bump PKGREVISION.
2007-12-09 20:56:40 +00:00
gdt
22a148e365 add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@ 2007-12-07 20:41:03 +00:00
cjep
0d6b6f1525 Update to 20071201.
* Sync with src/usr.bin/grep
2007-12-06 21:43:19 +00:00
bjs
bead27ba09 Update to version 1.11. While here: libtoolize, switch to gmake
(generating po files properly seems to need this), add pcre support.

Changes before version 1.10 are unavailable.

The following things have been changed compared to version 1.10:

o  Bugfix in ellipsis processing
o  Support for Dutch
o  GPL 3.0
o  Use autoconf 2.61
2007-12-04 00:57:37 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
wiz
15c82cc52b Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:41:48 +00:00
rillig
2d1d149342 Fixed "static after extern". 2007-12-01 19:25:23 +00:00
rillig
a8dbf2fe14 Fixed build with g++4. 2007-12-01 16:42:26 +00:00
wiz
82b41ffb28 Update to 8.2.5:
1. Version 8.2.5 (2007-11-18)

   Bug fixes
     * Fixed exception thrown by illegal command-line arguments.
     * Rolled back the with warning bug fix introduced in 8.2.4 -- it was
       incompatible with Python <2.5.
     __________________________________________________________________

2. Version 8.2.4 (2007-11-10)

   Additions and changes
     * You can now use the lang attribute to set the DocBook language
       attribute.
     * Attribute values can now contain attribute references.
     * If the lang attribute is defined then configuration files named
       like lang-<lang>.conf will be loaded automatically.
     * The help file name help-<lang>.conf is based on the AsciiDoc lang
       attribute, defaults to help.conf (English).
     * Admonition, figure and table captions have been factored into a
       predefined set of caption_* attributes. They only apply to directly
       generated (X)HTML outputs (DocBook stylesheets generate their own
       language specific captions based on the lang attribute).
     * Dropped platform dependent doc/asciidoc.chm file from distribution
       documentation formats.

   Bug fixes
     * The spurious warning with will become a reserved keyword in Python
       2.6 has been suppressed.
     __________________________________________________________________

3. Version 8.2.3 (2007-09-12)

   Additions and changes
     * Added VMiklos's permalink patch for auto-generated section IDs
       (enabled by default by the sectids attribute).
     * Added [1]FAQ to website.
     * Changed format of {localdate} attribute to ISO 8601 (%Y-%m-%d).
     * Added abc2ly --beams=None option to make music2png.py conform to
       ABC's notion of beams.
     * XHTML level 2 section headings are now styled with an underlining
       border.
     * XHTML links to AsciiDoc title elements are now implemented with
       title ID attributes (previously separate <a> element targets were
       generated.
     * Multi-word first, middle and last names can be entered in the
       header author line using the underscore as a word separator.
     * The nested inline macros restriction has now been lifted, for
       example you can now include links and inline images inside
       footnotes.
     * Help topic names can be shortened (so long as they are not
       ambiguous). For example asciidoc -hm will print the AsciiDoc man
       page.
     * Added {two_colons} and {two_semicolons} attributes for escaping
       labeled list ambiguity.
     * If quirks mode is disabled the XHTML Mime Type is set to the
       recommended application/xhtml+xml (rather than text/html).

   Bug fixes
     * Author information is now correctly set when using attribute
       entries in the header instead of an author line (previously the
       author attribute was not being calculated correctly and there were
       attribute substitution problems).
     __________________________________________________________________

4. Version 8.2.2 (2007-07-22)

   Additions and changes
     * [2]LaTeXMathML capability has been added for users who are more
       familiar with or prefer LaTeX math formulas to the [3]ASCIIMathML
       notation (thanks to Arthur Sakellariou for the patch).
     * The source highlight and code filters now process embedded
       callouts.
     * Added an --attribute=ATTRIBUTE option to a2x(1) for passing
       attribute values to asciidoc(1) (a shortcut for --asciidoc-opts="-a
       ATTRIBUTE").
     * Image block and inline macros prepend optional {imagesdir}
       attribute to image link targets.

   Bug fixes
     * Fixed an assertion error that occurred when a configuration file
       containing an include::[] macro was loaded using the --conf-file
       option and the configuration file name did not include an explicit
       directory path -- patch submitted by Dmitry Potapov.
     * Asciidoc titles are only converted to lower case if all characters
       are upper case otherwise case is left unchanged -- patch submitted
       by Dmitry Potapov.
     * Added a missing check that input is not stdin before loading
       configuration files from the document directory -- patch submitted
       by Dmitry Potapov.
     * Attribute list items must evaluate to strings, numbers or None
       (previously it was possible to evaluate to other object types which
       resulted in surprising attribute values).
     * If an AsciiDoc document has no title an empty XHTML 1.1 title
       element is created -- previously the title element was dropped
       which resulted in invalid XHTML 1.1.
     * The Vim syntax file no longer highlights escaped callouts.
     * The Vim syntax highlighter now correctly highlights Double-dollar
       passthroughs when they enclose dollar delimited ASCIIMathML and
       LaTeXMathML formulas.
     __________________________________________________________________

5. Version 8.2.1 (2007-04-06)

   Additions and changes
     * A number of improvements have been made to the Vim syntax
       highlighter, for example the word C++ is no longer mistaken for the
       start of an unconstrained monospace quote.
     * Labeled list definitions have been tightened -- a list label can no
       longer containing trailing spaces. The following example is no
       longer recognized as a valid list label:

     Lorum ipsum ::
       This change implements the originally intended behavior (as per the
       AsciiDoc documentation and examples) so there should be very few
       compatibility issues.
     __________________________________________________________________

6. Version 8.2.0 (2007-04-04)

   Additions and changes
     * A Vim syntax file is now included in the AsciiDoc distribution
       (inspired by Felix Obenhuber's asciidoc.vim script). You can find
       it (along with a Vim filetype detection script in the distribution
       ./vim/ directory (the scripts are installed automatically by the
       AsciiDoc installer ./install.sh). See Appendix J of the AsciiDoc
       User Guide for details.
     * Added toclevel attribute (1..4) which sets the number of title
       levels reported in the table of contents. Defaults to 2 and must be
       used with the toc attribute. Example usage:

     $ asciidoc -a toc -a toclevels=3 doc/asciidoc.txt
     * Added a listindex attribute which is the current list item index
       (1..). If this attribute appears outside a list its value is the
       number of items in the most recently closed list.
     * The single line titles syntax now accepts trailing suffixes -- this
       syntax matches the title line syntax of a number of popular Wiki
       markups.
     * If a QuoteBlock has no attribution or citetitle then the DocBook
       <attribution> element is not generated (previously generated empty
       <attribution> element).
     * If the text of a labeled list item is blank then no texttag is
       written.
     * An end of line backslash performs line continuation for horizontal
       labeled list items.
     * The Revision line now accommodates Subversion $Id markers (in
       addition to CVS and RCS markers). Thanks to Tiago Sturmer Daitx for
       this patch.
     * Implemented a2x(1) option --skip-asciidoc which allows a2x(1) to
       convert DocBook XML files not derived from AsciiDoc sources.
     * If a2x(1) --doctype option is not specified it defaults to manpage
       if --format=manpage else defaults to article (previously --doctype
       always defaulted to article).
     * Added an External Resources section to the [4]AsciiDoc home page.
2007-11-29 22:20:29 +00:00
heinz
9551b671bc Package supports installation to DESTDIR. 2007-11-29 22:05:33 +00:00
wiz
c220cdd323 Update to 0.28:
0.28  2007.11.06
    * Fixed Namespace handling in extensions so that both URL and NS object work
      (Thanks to Brian Cassidy)

0.27_01 2007.10.04
    * Removes most of hacks to deal with LibXML insane unicode stuff which are fixed with 1.64

0.27 2007.09.15
    * Fixed $feed->as_xml_utf8 to work with latest XML::LibXML

0.26 2007.09.15
    * This be 0.26

0.25_02  2007.06.20
    * Fixed tests that fail with newer libxml (Thanks to knagano)

0.25_01 2007.04.27

    * Fixed XML::Atom::Base element accessor to work with attributes
      (Patch from LTjake and Jshirley for OpenSearch extension)
    * Make XML::Atom::Link easily subclassable
      (Patch from Simon Wistow for Google Calendar support)
2007-11-29 15:03:21 +00:00
wiz
20c408a0b4 Update to 1.65:
1.65
   - fix bug in t/40reader.t revealed by a bugfix in Test::More 0.71 (Jonathan Rockway)
   - fix possible SIGSEGV when PI's or attrs created with
     createDocument can get garbage-collected after their owning
     document (old-standing bug suddenly caught by XML::Compile regression tests)
   - skip tests for unsupported features on unsupported versions of Perl/libxml2
   - make Reader interface require Perl 5.8 (patches to extend to 5.6 are welcome)

1.64
   - fix reconcilation of the "xml" namespace [rt.cpan.org #26450]
   - make tests pass with libxml2 2.9.29 - PI regression tests now
     accept "" as data of an empty PI [rt.cpan.org #27659]
   - strip-off UTF8 flag with $node->toString($format,1) for consistent
     behavior independent on the actual document encoding
   - fix in XML::LibXML::Reader::nextSiblingElment
   - fix synopsis for XML::LibXML::Reader
   - skip tests that require Encode module if not available (perl 5.6)
   - finally removed the iterator() method deprecated since 1.54
   - set_document_locator support in XML::LibXML::SAX::Parser
   - SYNOPSIS sections of the docs now mention which module to use
     and which other manpage to look into for inherited methods
   - XML::LibXML::Namespace API fixed in order to achieve
     an agreement between the docs and the implementation
2007-11-29 14:28:44 +00:00
wiz
c268231448 Update to 2.36:
2.36
    - Fix for Carp::Heavy bugs

2.35
    - Works in 5.10 (Andreas J. Koenig)
    - Added license in Makefile.PL (Alexandr Ciornii)
    - Makefile.PL also searches for expat in C:/lib/Expat-2.0.0 (Alexandr Ciornii)
    - No longer uses variable named 'namespace' in Expat.xs (Jeff Hunter)
2007-11-29 14:25:46 +00:00
wiz
c2b8dd2ba0 Update to 0.66:
version: 0.66
date:    Thu Sep 27 01:37:16 PDT 2007
changes:
- Blessed code refs with LoadCode=0 still get blessed. rafl++

---
version: 0.65
date:    Thu Jun 21 17:37:32 PDT 2007
changes:
- \z is really \0
- Speed up regexp loading. audreyt++

---
version: 0.64
date:    Thu Jun 21 14:31:20 PDT 2007
changes:
- Better support for loading regexps. audreyt++

---
version: 0.63
date:    Wed Jun 20 16:03:22 PDT 2007
changes:
- Don't emit nodes blessed into '' in the new tag scheme, and improve semantics
  of loading such nodes.
- New support for dumping/loading regexps.
2007-11-29 14:19:49 +00:00
tron
2a1ed84efb Make sure that the correct path to "bash" is used in shell scripts. 2007-11-28 09:18:57 +00:00
tron
1225135123 Don't depend on "shells/bash" on platforms which provided "/bin/bash". 2007-11-28 07:48:14 +00:00
obache
f845b85681 And also update COMMENT. 2007-11-26 11:38:50 +00:00
obache
0a32a73bd2 Rename PKGNAME to same as the directory name. 2007-11-26 11:36:49 +00:00
obache
16b0ba78bd Update hyperestraier to 1.4.12.
Changes:
2007-11-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c: code clean-up.

	- Bugs related to type casting of perl binding were fixed.

	- Release: 1.4.12
2007-11-26 11:23:21 +00:00
wiz
e067670844 Update to 1.6:
iso-codes 1.6
-------------
Tobias Toedter <t.toedter@gmx.net>
Tue, 20 November 2007

  [ General ]
  * Remove no.po files from all subdirectories, as they have been
    superseeded by nb.po files.

  [ ISO-3166 translations ]
  * Traditional Chinese (Closes: #445641)
  * Gujarati (Closes: #445745)
  * Marathi
  * Indonesian
  * Kurdish (Closes: alioth#305556)
  * Korean (Closes: #446254 and updates from TP)
  * Romanian (Closes: alioth#305737)
  * Galician (Closes: #446480)
  * Vietnamese (via TP and the amazing Clytie)
  * Slovenian (via TP)
  * Belarusian (via TP)
  * Wolof (Closes: #450797)
  * Lithuanian
  * Afrikaans

  [ ISO-15924 translations ]
  * Vietnamese added (via TP and the amazing Clytie)
  * Slovenian (via TP)
  * Dutch (via TP)
  * Simplified Chinese (via TP)

  [ ISO-639 translations ]
  * Slovenian (via TP)
  * Esperanto (via TP)
  * Polish (via TP)
  * Irish (via TP)
  * Vietnamese (via TP and the amazing Clytie)
  * Dutch (via TP)
  * Belarusian (via TP)
  * Encoding problems fixed in Tamil translation. Thanks to Fridel Wolff
    for spotting it.
  * Simplified Chinese (via TP)
  * Afrikaans updated (thanks to Friedel Wolff)

  [ ISO-4217 translations ]
  * Slovenian (via TP)
  * Polish (via TP)
  * Vietnamese (via TP and the amazing Clytie)
  * Simplified Chinese (via TP)

  [ ISO-3166-2 translations ]
  * Greek
  * Vietnamese (via TP and the amazing Clytie)
  * Lithuanian
  * Simplified Chinese (via TP)

  [ ISO-3166-2 ]
  * Add new attribute (parent) for iso_3166_2_entry, marking the inclusion in
    a higher-level subdivision
  * Correct the list with information from the ISO-3166 MA
    newsletter I-1: add accents for Dominican Republic
  * Correct the list with information from the ISO-3166 MA
    newsletter I-2: use schwa in Azerbaijan, typo in Malawi and Nicaragua,
    remove no longer existing municipality from Cape Verde, use full names
    for Guinea, add missing department (Haute-Marne) for France
  * Correct the list with information from the ISO-3166 MA
    newsletter I-3: add accents for United Arab Emirates
  * Correct the list with information from the ISO-3166 MA
    newsletter I-4: add accents for Ecuador, Spain, India, Kyrgyzstan,
    Kazakhstan, Lao, Mauritius, Romania, Turkmenistan and Yemen, remove
    alternative spellings for Spain and India, add missing province in
    Burundi, remove no longer existing province from Uzbekistan, put Ethiopia
    subdivisions in amharic
  * Correct the list with information from the ISO-3166 MA
    newsletter I-5: add accents for Switzerland, remove Serbia and Montenegro
  * Correct the list with information from the ISO-3166 MA
    newsletter I-6: add accents for Colombia, add counties for Albania
  * Correct the list with information from the ISO-3166 MA
    newsletter I-7: remove no longer existing province from Indonesia
  * Correct the list with information from the ISO-3166 MA
    newsletter I-8: remove channel islands, Isle of Man, Jersey and Guernsey
    from Great Britain and add Jersey as a separate entity, put Rwanda
    provinces names in french, add a missing province (Choiseul) for Solomon
    Islands, fix typos in Chad, Saint Vincent and the Grenadines and Russia,
    add accents for Côte d'Ivoire and Italy, remove no longer existing
    provinces from Iran and Chad
  * Add peripheries for Greece
  * Add missing department for Haiti (Artibonite) and for Gambia (Western)
  * Correct prefecture names for Greece, thanks to Alexis Darrasse and
    Wikipedia
  * Correct codes for Antigua and Barbuda, Ireland, Saint Kitts and Nevis
    and the Netherlands
  * Correct Austrian länder names with "Österreich"
  * Correct Cyprus district names with transliterated greek names
  * Remove duplicate entry for Timor Leste
  * Fix typos in LK-44, LU-G, SY-TA, WS-FA, AD-05.
  * Use modern names for PK-{BA,SD} and GM-M
  * Use full names for Togo and Greece
  * Add accents for BF, BO, BR, CF, CG, CL, CR, CU, CY, DE, DZ, EG, GQ, GW
    HN, HU, IS, JO, KM, KW, LT, LV, MN, MX, NE, NO, PA, PE, PT, PY, SA, SE,
    SV, UA, UY, VU
  * Use codes of the form 'XX YYYY' for second level of regional divisions for
    AZ, BD, CV, ES, FR, GB, GN, GR, ID, IE, IT, KN, MA, MW, PH, RS and UG
  * distinguish RU-AL and RU-ALT.
  * distinguish BW-NW, CM-NW, ZA-NW.
  * distinguish BW-SO, MW S, SL-S, ZM-07.

  [ ISO-639 ]
  * Change "ast" ar per ISO-639 MA changes of 2007-10-29


iso-codes 1.5
-------------
Tobias Toedter <t.toedter@gmx.net>
Thu,  4 October 2007

  [ General ]
    - Add information about contact addresses to README, so that
      translations and bug reports will be easier to get

  [ ISO-15924 ]
    - Add new standard ISO 15924 (script names) to the iso-codes package

  [ ISO-15924 translations ]
    - French (fr) added by Tobias Toedter
    - Arabic (ar) added by Tobias Toedter from ICU
    - Belarusian (be) added by Tobias Toedter from ICU
    - Bulgarian (bg) added by Tobias Toedter from ICU
    - Catalan (ca) added by Tobias Toedter from ICU
    - Czech (cs) added by Tobias Toedter from ICU
    - Welsh (cy) added by Tobias Toedter from ICU
    - Danish (da) added by Tobias Toedter from ICU
    - German (de) added by Tobias Toedter from ICU
    - Greek (el) added by Tobias Toedter from ICU
    - Spanish (es) added by Tobias Toedter from ICU
    - Estonian (et) added by Tobias Toedter from ICU
    - Persian (fa) added by Tobias Toedter from ICU
    - Finnish (fi) added by Tobias Toedter from ICU
    - Hebrew (he) added by Tobias Toedter from ICU
    - Hindi (hi) added by Tobias Toedter from ICU
    - Croatian (hr) added by Tobias Toedter from ICU
    - Hungarian (hu) added by Tobias Toedter from ICU
    - Italian (it) added by Tobias Toedter from ICU
    - Japanese (ja) added by Tobias Toedter from ICU
    - Korean (ko) added by Tobias Toedter from ICU
    - Lithuanian (lt) added by Tobias Toedter from ICU
    - Malayalam (ml) added by Tobias Toedter from ICU
    - Maltese (mt) added by Tobias Toedter from ICU
    - Norwegian Bokmål (nb) added by Tobias Toedter from ICU
    - Dutch (nl) added by Tobias Toedter from ICU
    - Norwegian Nynorsk (nn) added by Tobias Toedter from ICU
    - Norwegian (no) added by Tobias Toedter from ICU
    - Polish (pl) added by Tobias Toedter from ICU
    - Pushto (ps) added by Tobias Toedter from ICU
    - Brazilian Portuguese (pt_BR) added by Tobias Toedter from ICU
    - Portuguese (pt) added by Tobias Toedter from ICU
    - Romanian (ro) added by Tobias Toedter from ICU
    - Russian (ru) added by Tobias Toedter from ICU
    - Slovak (sk) added by Tobias Toedter from ICU
    - Slovenian (sl) added by Tobias Toedter from ICU
    - Somali (so) added by Tobias Toedter from ICU
    - Albanian (sq) added by Tobias Toedter from ICU
    - Serbian (sr) added by Tobias Toedter from ICU
    - Swedish (sv) added by Tobias Toedter from ICU
    - Telugu (te) added by Tobias Toedter from ICU
    - Thai (th) added by Tobias Toedter from ICU
    - Turkish (tr) added by Tobias Toedter from ICU
    - Ukrainian (uk) added by Tobias Toedter from ICU
    - Simplified Chinese (zh_CN) added by Tobias Toedter from ICU
    - Chinese (Hong Kong) (zh_HK) added by Tobias Toedter from ICU
    - Traditional Chinese (zh_TW) added by Tobias Toedter from ICU

  [ ISO-3166-2 ]
    - Correct typos in UY-AR and CU-HO. Thanks to Pablo
      Saratxaga
    - Correct typo in VN-65. Thanks to Clytie Siddall
    - Complete the list with modifications from the ISO-3166 MA
      newsletter I-8 of 2007-04-17 (partial)
    - Correct the list with modifications from the ISO-3166 MA
      newsletter I-7: correct names for Russia and accented names
      for Slovenia
    - Correct the list with modifications from the ISO-3166 MA newsletter
      I-6: split Australia in territories and provinces, remove Australian
      Antarctic Territory, Split China subdivisions, Split Colombia
      subdivisions, add economic regions for Morocco
    - Correct the list with modifications from the ISO-3166 MA newsletter
      I-5: use correct accented names for Lybia subdivisions, add
      geographical regions for Uganda, use accented names for states
      of Venezuela
    - Correct the list with modifications from the ISO-3166 MA newsletter
      I-4 (except some accentuation as the newsletter is not UTF-8 encoded):
      split Spain entities (and name the autonomous communities properly),
      split Ethiopia, Add Georgia's entities, split India, split
      Kirghizistan, split Cambodia, split North Korea, split Lao,
      split Moldova and corrected accentuation, split Tadjikistan,
      add Timor-Leste, split Uzbekistan
    - Checked the list with modifications from the ISO-3166 MA newsletter
      I-3
    - Checked the list with modifications from the ISO-3166 MA newsletter
      I-2: accented names for Abu Dhabi, accented names fur Bulgaria,
      add divisions for Bangladesh, accented names for Benin, Congo, Capverde,
      complete list for France, first-level divisions of UK, accented names
      for Guinea, Guatemala, Croatia, add geographical units for Indonesia,
      accented named for India, Iran, Nicaragua, Turkey
    - Checked the list with modifications from the ISO-3166 MA newsletter
      I-1: no change
    - Spelling error for JP-07 name (Closes: #440601)
    - Other subdivisions of Belgium. (Closes: #440578)
    - Spelling error for NL-DR name (Closes: #440840)

  [ ISO-3166 ]
    - Add the alpha-2 codes for countries part of ISO-3166_3 (former
      countries codes): TP, FX, YU, SC

  [ ISO-4217 ]
    - Updated from Wikipedia data (not removing what we had and
      Wikipedia hadn't): http://en.wikipedia.org/wiki/ISO_4217
    - Add withdrawal date to historic ISO 4217 entries, as this is
      required for the XML file to be valid

  [ ISO-3166-2 ]
    - Fix spelling errors in Estonian county names, thanks to
      Erkki Eilonen. Closes: #444260
    - Fix capitalisation in attribute name, thanks to Erkki Eilonen.
      Closes: #445040

  [ ISO-639 ]
    - update to 2007-08-08

  [ ISO-3166 translations ]
  * Thai translation (Closes: #440297)
  * Portuguese (pt) updated by Miguel Figueiredo. Closes: #441329
  * Dutch (nl) updated by Freek de Kruijf via TP
  * Swedish (sv) updated by Daniel Nylander via TP
  * Hungarian (hu) updated by Gabor Kelemen via TP
  * Polish (pl) updated by Andrzej M. Krzysztofowicz via TP
  * Russian (ru) updated by Yuri Kozlov
  * Simplified Chinese (zh_CN) updated by LI Daobing via TP
  * Walloon (wa) updated by Pablo Saratxaga via TP
  * Esperanto (eo) updated by Edmund GRIMLEY EVANS via TP
  * Thai (th) updated by Theppitak Karoonboonyanan

  [ ISO-639 translations ]
  * French translation
  * Dutch (nl) updated by Freek de Kruijf via TP
  * Hungarian (hu) updated by Gabor Kelemen via TP
  * Russian (ru) updated by Yuri Kozlov (thanks to Alexander Sigachov)
  * Polish (pl) updated by Andrzej M. Krzysztofowicz via TP

  [ ISO-4217 translations ]
  * Hungarian (hu) updated by Gabor Kelemen via TP
  * Chinese (Hong-Kong) (zh_HK) added by Abel Cheung via TP
  * Russian (ru) updated by Alexander Sigachov
  * Polish (pl) updated by Andrzej M. Krzysztofowicz via TP
  * Wallon (wa) updated by Pablo Saratxaga via TP
  * Simplified Chinese (zh_CN) updated by LI Daobing via TP

  [ ISO-3166-2 translations ]
  * Dutch (nl) updated by Freek de Kruijf via TP
  * Simplified Chinese (zh_CN) updated by LI Daobing via TP
  * Vietnamese (vi) updated by Clytie Siddall via TP
  * Wallon (wa) updated by Pablo Saratxaga via TP


iso-codes 1.4
-------------
Tobias Toedter <t.toedter@gmx.net>
Tue, 28 August 2007

  [ ISO-3166-2 ]
    - Names of Vietnam regions checked and accented properly.
      Thanks to Clytie Siddall

  [ ISO-3166 ]
    - &amp; remplaced by "and" in ISO-3166 XML file. Closes: #408590
    - Replace official name for Bahrain (bh) with "Kingdom of Bahrain",
      as discussed in the Debian BTS. Closes: #261184
    - Replace official name for Afghanistan (af) with "Islamic Republic
      of Afghanistan", according to UN lists and Wikipedia.
    - Update to ISO 3166-3 NEWSLETTER No. I-5
    - Makefile.am: add 'names' to fields list

  [ ISO-3166-2 translations ]
    - Simplified Chinese (zh_CN) updated by LI Daobing
    - Slovak (sk) updated by Ivan Masár via TP
    - Vietnamese (vi) updated by Clytie Siddall via TP
    - Dutch (nl) updated by Freek de Kruijf via TP
    - French (fr) updated by Christian Perrier

  [ ISO-3166 translations ]
    - Vietnamese (vi) updated by Clytie Siddall via TP
    - German (de) updated by Tobias Toedter
    - Slovak (sk) updated by Ivan Masár via TP
    - French (fr) updated by Christian Perrier
    - Spanish (es) updated by Javier Fernandez-Sanguino
    - Gujarati (gu) updated by Kartik Mistry. Closes: #438827
    - Tamil (ta) updated by Dr.T.Vasudevan. Closes: #438852
    - French (fr) updated by Christian Perrier.
    - Vietnamese (vi) updated by Clytie Siddall.
    - Japanese (ja) updated by Kenshi Muto.
    - Basque (eu) updated by Piarres Beobide Egaña. Closes: #439893

  [ ISO-4217 translations ]
    - Vietnamese (vi) updated by Clytie Siddall via TP
    - Slovak (sk) updated by Ivan Masár via TP
    - Spanish (es) updated by Javier Fernandez-Sanguino

  [ ISO-639 translations ]
    - Vietnamese (vi) updated by Clytie Siddall via TP
    - German (de) updated by Bruno Haible via TP
    - Slovak (sk) updated by Ivan Masár via TP
    - Spanish (es) updated by Javier Fernandez-Sanguino
2007-11-25 23:57:03 +00:00
drochner
ae0d4203a7 Depend on docbook-xml. While it seems not necessary technically, it makes
things easier: Some clients of gnome-doc-utils need it, and since
"xsltproc" has the habit to load missing entities per HTTP this is
difficult to keep track of in pkgsrc. This avoids intermittent build
failures depending on network connectivity.
bump PKGREVISION
2007-11-22 20:09:38 +00:00
seb
a5443f8890 Update to version 1.04.
Changes since last packaged version (1.03):

1.04 Fri Sep 28 2007
    - fixed RT#29262
    - minor documentation fixes
2007-11-18 16:05:47 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
obache
527ecd801b Update hyperestraier to 1.4.11.
Changes:
2006-11-11  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_resmap_add): "method" argument was added.

	* estraier.c (est_inode): a bug related to overflow was fixed.

	* estraier.c (est_narrow_score): a bug related to attribute distinction was fixed.

	* estraier.c (est_search_union): search accuracy with trailing uni-gram was improved.

	* estmaster.c (searchlocal): a bug related to scanning with regular expressions was fixed.

	* estscout.c (realmain): "union", "score", and "idsuffix" attributes were added.

	* estsupt.c (realmain): "score" attribute was added.

	* estsupt.c (procsearch): accuracy of hint was improved.

	* estsupt.c (realmain): "logmsg" parameter was added.

	* estscout.c (realmain): "distinct" parameter was added.

	* estscout.c (showresult): cache clear at random was added.

	- Release: 1.4.11
2007-11-16 11:52:17 +00:00
wiz
54db252561 Comment out scrollkeeper, since it only contains an omf.mk file. 2007-11-16 06:42:04 +00:00
rillig
849f7356bb <cstdio> only defines std::FILE, not FILE. Noticed on Solaris 10. 2007-11-13 21:19:45 +00:00
jnemeth
7779e73386 add and enable p5-File-ReadBackwards 2007-11-13 16:00:00 +00:00
jnemeth
321c89f6f6 This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.

It is intended for processing log and other similar text files which
typically have their newest entries appended to them. By default files
are assumed to be plain text and have a line ending appropriate to the
OS. But you can set the input record separator string on a per file
basis.
2007-11-13 15:58:43 +00:00
drochner
a371762cf6 move the install/deinstall templates from scrollkeeper to rarian
to reflect where the work is done
(call the backwards-compatible rarian version "install-scrollkeeper"
to leave room for a future non-compatibility version)
2007-11-12 20:41:18 +00:00
drochner
60baec7bc9 remove the meat of scrollkeeper -- the library is not used by any pkg
anymore, and the users of .omf file install scripts are redirected to
"rarian" which provides compatible (to the caller) implementations
2007-11-12 20:01:31 +00:00
wiz
b0472cdd37 Remove belmont-shores.ics.uci.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37336.
2007-11-12 00:12:41 +00:00
wiz
6b78ec92be Remove uiarchive.cso.uiuc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37337.
2007-11-12 00:12:00 +00:00
wiz
5a5983ff01 Remove info.ex.ac.uk and ftp.oit.unc.edu from MASTER_SITES, they don't
resolve. From Zafer Aydogan in PR 37335.
2007-11-12 00:11:11 +00:00
joerg
34aa985f6a Fix include order to get working Python version selection. 2007-11-08 23:47:03 +00:00
joerg
b9c02b3868 Supports DESTDIR. 2007-11-08 23:46:11 +00:00
bjs
cc4c44d6e9 Add uriparser to . 2007-11-08 18:37:03 +00:00
bjs
2633ac574f Import uriparser-0.6.0.
Uriparser is a strictly RFC 3986 compliant URI parsing library.  uriparser
is cross-platform, fast, supports  Unicode and is  licensed under the  New
BSD license.
2007-11-08 18:36:14 +00:00
jmmv
b0c37064d8 Mimic scrollkeeper's buildlink3.mk and create fake wrappers for those
tools that we don't want packages to execute directly.
2007-11-05 17:06:33 +00:00
jmmv
f9398f2617 rarian conflicts with scrollkeeper, so the reverse is also true. Then,
add a conflicts line with rarian.
2007-11-05 15:56:13 +00:00
drochner
1050002bd9 update to 0.12.0
This switches to the new gnome-2.20 branch.
2007-11-03 15:59:27 +00:00
yyamano
07eaf5eeea Make this build on Darwin. 2007-11-03 04:29:13 +00:00
drochner
761c6ffe7f Switch to use the scrollkeeper compatible wrappers which come with
the new "rarian" document manager. rarian (as configured currently)
can read .omf files directly, so the wrappers are basically no-ops.
Keep the "rarian" dependency anyway to avoid major reorganisations
in the future.
2007-10-31 20:26:21 +00:00
drochner
d73a7040ea make it obey the inet6 option, from Yakovetsky Vladimir per PR pkg/37120
(A single trivial option os not worth wasting an inode, so I've
put it into the Makefile.)
2007-10-31 20:14:45 +00:00
drochner
c09b3b63f5 update to 1.9
changes: bugfixes
2007-10-31 20:00:54 +00:00
wiz
4a6161f3be Update to 1.31:
1.31 - June 29, 2007
       - Fixed the save() function to handle perl-5.6.x (and possibly below)
         where the ":encoding(...)" filehandle are not available (Shlomi Fish)

1.30 - June 18, 2007
       - Same as 1.29_02 (from February 23, 2007)
       - Removed some methods that were not used.
       - Added more tests to increase the test coverage.
       - Fixed a bug where prefixes could be specified with invalid characters
         because there was a range (.-_) instead of three individual
         characters (.\-_).
       - Many files were left in the distribution or Subversion repository
         that were executable but need not be. Made them non-executable.
       - Clean up examples/ directory and move generated files out of t/
       - isPermaLink / guid fixes (RT#23983, Shlomi)
       - increased the test coverage of XML::RSS up to 100%. (Shlomif)
       - SECURITY BUG FIX: eliminated a markup injection vulnerability in the
         taxo:topics output of RSS 1.0. (Shlomif)
       - Moved the append function, which is unused and cannot be effectively
         used, out of the main module and into the rejects directory inside
         the repository (but outside the module). (Shlomif)
       - Added POD for full POD coverage. (Shlomif)
       - Several other bug fixes. (Shlomif)
       - Heavy refactoring of the code. (Shlomif)
       - perltidy configuration file; run perltidy on XML::RSS (and
         intentionally not on the tests) (ABH).
       - Removed the remaining tab characters. (Shlomif)
       - Fixed a bug in one of the tests. (Shlomif)
       - Converted the rendering processes of the various RSS versions to
         one class per RSS version and applied the "Convert Conditionals
         to Polymorphism" refactoring. (Shlomif)
       - Removed the languages hash which was completely unused. (Shlomif)
       - Converted the parsing routines to be methods of XML::RSS to increase
         modularity. XML::RSS no longer inherits from XML::Parser. (Shlomif)
       - Extracted several methods from the parsing stage. (Shlomif)
       - Added a regression test to
         https://rt.cpan.org/Ticket/Display.html?id=24742   (Shlomif)
       - Tweaked the Makefile.PL Test::Run integration according to:
         http://www.nntp.perl.org/group/perl.qa/2006/11/msg7400.html
         (Shlomif)
2007-10-27 12:34:41 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
rillig
65d4b8652d + jdom 2007-10-25 20:20:59 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
joerg
a82461ce50 DESTDIR support. 2007-10-24 15:07:29 +00:00
joerg
5ac885144d Supports DESTDIR. 2007-10-24 15:00:41 +00:00
joerg
4441b6a833 Supports DESTDIR. 2007-10-24 14:39:59 +00:00
rillig
33c33e20c3 Imported jdom.
There is no compelling reason for a Java API to manipulate XML to be
complex, tricky, unintuitive, or a pain in the neck. JDOM[TM] is both
Java-centric and Java-optimized. It behaves like Java, it uses Java
collections, it is completely natural API for current Java developers,
and it provides a low-cost entry point for using XML.

While JDOM interoperates well with existing standards such as the Simple
API for XML (SAX) and the Document Object Model (DOM), it is not an
abstraction layer or enhancement to those APIs. Rather, it provides a
robust, light-weight means of reading and writing XML data without the
complex and memory-consumptive options that current API offerings
provide.
2007-10-19 11:07:34 +00:00
tnn
268d0451eb Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-17 00:00:54 +00:00
tnn
24d5b54409 Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
adam
713aa18baf Changes 0.65:
* Bug fixes
2007-10-13 11:57:38 +00:00
reed
918e108936 Upgrade diffstat to 1.45.
From changelog:

04-Sep-2007
	diffstat 1.45

	add "-b" option (Debian #379380, patch by Greg Norris).

26-Aug-2007
	diffstat 1.44

	add a check for default-diff output, e.g., "diff foo bar|diffstat",
	which has no "diff" command in the output for diffstat to guess that
	a diff is beginning.

	add a check after completing a chunk for unified diff to ensure that
	the next line either begins another chunk for the diff, or starts
	another diff, e.g., a context diff (report by Adrian Bunk).

	add configure options for leak-checking valgrind, etc.

	use install-sh rather than install.sh

	updated config.guess and config.sub

	updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS CF_MSG_LOG
	CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE
2007-10-13 01:28:12 +00:00
drochner
b833a37c86 +mxml 2007-10-12 17:31:16 +00:00
drochner
97fe57d2ab import mxml-2.3, another XML parsing library 2007-10-12 17:30:04 +00:00
drochner
a7dbdc24a6 +rarian 2007-10-11 18:45:05 +00:00
drochner
83ab50b09f Import rarian-0.6 which will replace "scrollkeeper" as the documentation
installer in gnome-2.20.
(For now, nothing depends on it; I want to make sure that it does
at least compile on all relevant platforms.)
2007-10-11 18:43:48 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
heinz
5b9a430445 Dick Davies can no longer maintain those packages. (by private mail) 2007-10-03 14:45:41 +00:00
dmcmahill
4533a1ccd8 Use cp1250 instead of windows-1250 for an encoding as the former
seems to be a bit more widely supported.  Fixes unknown encoding problems
on netbsd-2 when building textproc/xmlto
2007-10-01 23:39:20 +00:00
wiz
2f2166a0fb Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
joerg
00c4ce12d9 Explicitly include iconv dependency as the package would like to use it.
Bump revision.
2007-09-21 18:40:42 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
fa1f1a62ef + p5-Text-Markdown. 2007-09-21 00:06:31 +00:00
wiz
8236e3ddce Initial import of p5-Text-Markdown-1.0.3:
Markdown is a text-to-HTML filter; it translates an easy-to-read
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.

Markdown's syntax is designed not as a generic markup language,
but specifically to serve as a front-end to (X)HTML. You can use
span-level HTML tags anywhere in a Markdown document, and you can
use block level HTML tags (like <div> and <table> as well).
2007-09-21 00:05:34 +00:00
wiz
e54016a88a Move old version of libxml++ to libxml++1 and current version to libxml++. 2007-09-20 21:03:50 +00:00
wiz
b231827c6a Move namazu2 to namazu, to make directory name match PKGNAME. 2007-09-20 20:53:30 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
tron
a954d1fd9b Resign as maintainer of all the packages which I'm no longer using. 2007-09-19 06:46:51 +00:00
wiz
f7f306028b Update to 2.18:
2.18  Aug 15 2007
      - Non-unique key attribute values now trigger a warning (or a fatal
        error in strict mode) rather than silently discarding data (patch
        from Daniel Baysinger)

2.17  Aug 02 2007
      - Added parse_string(), parse_file() and parse_fh() methods
      - Added default_config_file(), and build_simple_tree() hook methods
      - Tweak to implementation of exporting (patch from Stuart Moore)
      - Documented hook methods
      - Fixed test suite race condition (RT#28603 from Andreas J. König)
2007-09-18 21:18:10 +00:00
heinz
bfcba15fc1 Improve handling of dynamically changed parser registry file. Instead of
including ParserDetails.ini statically in PLIST we put it in an example
directory (can you call an empty file an example? :-) and let
CONF_FILES take care of copying it to the correct place.
This way "pkg_admin check" will not report an incorrect checksum.
2007-09-18 21:06:14 +00:00
drochner
d45a8a2216 update to 0.36.2
changes: minor bugfixes
2007-09-18 20:22:13 +00:00
wiz
aacb484ff2 + emacs-muse. 2007-09-16 10:31:49 +00:00
wiz
2c5ccc0b7b Initial import of emacs-muse (replacement for emacs-wiki):
Emacs Muse is an authoring and publishing environment for Emacs.  It
simplifies the process of writings documents and publishing them to
various output formats.

Emacs Muse consists of two main parts: an enhanced text-mode for
authoring documents and navigating within Muse projects, and a set of
publishing styles for generating different kinds of output.
2007-09-16 10:30:25 +00:00
wiz
5430b8e338 Readd ParserDetails.ini, lost in last, noted by joerg. Bump revision. 2007-09-15 14:44:51 +00:00
wiz
4700eb20cf Update to 0.16:
0.16  27 Jun 2007  Grant McLean
    - Applied patch for PI handling from RT#19173
2007-09-15 09:19:41 +00:00
wiz
8b22d9fa38 Drop maintainership. 2007-09-13 22:21:42 +00:00
wiz
eb8fe99ac4 Drop maintainership. 2007-09-11 18:42:30 +00:00
wiz
87d001b878 Add some hunspell dictionaries. 2007-09-11 18:39:16 +00:00
wiz
80232a3dc1 Initial import of hunspell-en_US:
US American English dictionary for hunspell.
2007-09-11 18:38:15 +00:00
wiz
632ef522f4 Initial import of hunspell-en_GB:
British (Commonwealth and European) English dictionary for hunspell.
2007-09-11 18:37:53 +00:00
wiz
bb06bddae2 Initial import of hunspell-de:
German dictionaries for hunspell following the new German spelling rules.
Includes versions for Switzerland and Austria.
2007-09-11 18:37:27 +00:00
wiz
706c6f7d8d Fix default path to dictionaries. Ride import. 2007-09-11 18:05:57 +00:00
wiz
3435c1b1df Add buildlink3.mk file. 2007-09-11 17:48:06 +00:00
wiz
81b7e6c7a5 + hunspell. 2007-09-11 17:41:21 +00:00
wiz
24c534dd38 Initial import of hunspell-1.12.2, packaged for pkgsrc-wip by Adam Hoka,
updated to latest version by me:

Hunspell is the default spell checker of OpenOffice.org office suite
and expectant spell checker of Mozilla Firefox and Thunderbird.

Main features:

  * Unicode support.
  * Conditional and multiple affixes for languages with rich morphology.
  * Extended compound word support.
  * Morphological analysis (in custom item and arrangement style).
  * Hunspell is based on MySpell and works also with MySpell dictionaries.
  * GPL/LGPL/MPL tri-license
2007-09-11 17:40:29 +00:00
jlam
6de0a170b3 Remove "nbcompat" from USE_FEATURES... that was a debugging leftover.
This avoids linking against libnbcompat if it's not needed.
2007-09-10 18:23:47 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
wiz
3e9975caf4 + dblatex. 2007-09-08 10:26:27 +00:00
wiz
62ec29b153 Initial import of dblatex-0.2.7:
Dblatex started as a DB2LaTeX clone, but since then many things
have changed and new features have been added or (hopefully)
improved. Now, the portion of shared code is small if any, and the
dblatex purpose is different from DB2LaTeX on these points:

* The project is end-user oriented, that is, it tries to hide as
much as possible the latex compiling stuff by providing a single
clean script to produce directly DVI, PostScript and PDF output.

* The actual output rendering is done not only by the XSL stylesheets
transformation, but also by a dedicated LaTeX package. The goal is
to allow a deep LaTeX customisation without changing the XSL
stylesheets.

* Post-processing is done by Python, to make publication faster,
convert the images if needed, and do the whole compilation.
2007-09-08 10:25:48 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
jlam
7c7115cdda Drop libnbcompat/buildlink3.mk and force all packages that use
libnbcompat to use it "in place".  libnbcompat is just really special,
and is of almost no use to anything other than the pkgsrc bootstrap
process.
2007-09-06 21:29:26 +00:00
jdolecek
5b0e14954d others say changing DEPENDS and adding MESSAGE is a reason to bump the
PKGREVISION, so make it so
2007-09-05 20:15:45 +00:00
jdolecek
8d696a35cb this extension requires also php5-dom extension to actually load and work,
so add explicit DEPENDS and MESSAGE to that effect

PKGREVISION not bumped, since this is a conveniency related change,
not a functional change
2007-09-04 21:40:09 +00:00
drochner
234552f0d1 sync w/ base pkg, no changes to Python part 2007-08-31 17:29:51 +00:00
wiz
c6fceb529c Update to 1.73.2:
This is solely a minor bug-fix update to the 1.73.1 release. It fixes a
packaging error in the 1.73.1 package, as well as a bug in footnote handling
in FO output.
2007-08-31 08:32:57 +00:00
wiz
3a9fae222b Update to 1.73.1. Changes only provided as unreadably big changelog. 2007-08-30 06:59:42 +00:00
wiz
9d185dedd7 Update to 1.1.22, provided by Blair Sadewitz in private mail:
* Bug fixes: RVT cleanup problems (William Brack),
      exclude-result-prefix bug (William Brack), stylesheet compilation
      error handling (Rob Richards).
    * Portability fixes: improve build with VS2005 (Rob Richards),
      fixing build on AIX (Bjorn Wiberg), fix the security file checks
      on Windows (Roland Schwarz and Rob Richards).
    * Improvement: add an --encoding option to xsltproc (Drazen Kacar).
2007-08-29 23:26:44 +00:00
wiz
286b75c979 Update to 2.6.30:
* Portability: Solaris crash on error handling, windows path fixes
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)

* Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
reusing a writer for a new document (Dodji Seketeli), Schemas
xsi:nil handling patch (Frank Gross), relative URI build problem
(Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
detection bug, fix disparity with xmlSAXUserParseMemory, automata
generation for complex regexp counts problems, Schemas IDC import
problems (Frank Gross), xpath predicate evailation error handling
(William Brack)
2007-08-29 22:27:09 +00:00
mishka
90c8054806 Introduce RUS_ISPELL_VERSION variable to simplify ispell-russian*
packages maintenance.
2007-08-22 15:46:49 +00:00
mishka
10b6e6e4c2 Update russian ispell dictonaries to version 0.99g4.
No functional changes, just dictionary improvements.
2007-08-22 15:24:31 +00:00
joerg
ca75b388eb Add DESTDIR support. 2007-08-16 00:15:56 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
6cffd558cc share/doc/glimpse belongs into installation dirs, not MAKE_FLAGS. 2007-08-12 13:17:12 +00:00
joerg
52433b195b Add DESTDIR support. 2007-08-09 18:26:57 +00:00
joerg
95bf52ee6f Supports DESTDIR installation. 2007-08-09 13:29:33 +00:00
wiz
2efe73d912 Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.
Bump PKGREVISION.
2007-08-08 21:57:16 +00:00
wiz
af270e66fd Update to 0.36.0:
Bug fixes.
2007-08-07 06:09:52 +00:00
seb
c897002b05 Update to version 1.03.
It is a bug fix release including the patches previously provided in
this package.
2007-08-06 22:52:06 +00:00
seb
3d715bc647 Fix a bug in XML::LibXML::NodeList::Iterator::last().
Patches sent upstream.

Bump PKGREVISION to 1.
2007-08-06 15:28:03 +00:00
tnn
4d1371e9be OSF1 needs getopt_long like IRIX. Add another PLIST conditional for OSF1. 2007-08-05 08:47:57 +00:00
taca
c5c7f31818 Support PKG_DESTDIR. 2007-08-03 01:32:06 +00:00
taca
17bb4d8877 Update chasen to 2.4.1.
pkgsrc change:

  o Add DESTDIR supoprt.
  o Update MASTER_SITES and HOMEPAGE.

chasen changes from 2.3.3 to 2.4.1.

----------------------------------------------------------------------
ChaSen 2.4.1 (2007/07/03)
----------------------------------------------------------------------
- bug fix
  https://sourceforge.jp/tracker/index.php?func=detail&aid=10259&group_id=2619&atid=9708

----------------------------------------------------------------------
ChaSen 2.4.0 (2007/03/30)
----------------------------------------------------------------------
- bug fix
- -s option (re-analysis)
2007-08-02 15:03:09 +00:00
joerg
5bd0679c5e To disable CHECK_PERMS, it works better to spell the option NO.
*blush*
2007-08-01 22:33:03 +00:00
joerg
b2f0ad942e Fix path to Perl. Bump revision. 2007-08-01 19:50:29 +00:00
joerg
70c16a3c43 Fix path to Perl. 2007-08-01 19:48:46 +00:00
obache
7a1b6e7512 Update iso-codes to 1.3.
iso-codes 1.3
-------------
Tobias Toedter <t.toedter@gmx.net>
Mon, 23 July 2007

  [ ISO-3166-2 ]
  * Correct misspelled entries for Poland, thanks to Jakub Bogusz.
  * Correct spelling of "Wake Island", reported as bug #120111 in
    Ubuntu Launchpad.
  * Correct misspelled Tunisian cities, reported as bug #119572 in
    Ubuntu Launchpad.

  [ ISO-3166 translations ]
    - Tamil (ta) updated by Tirumurti Vasudevan. Closes: #432169

  [ ISO-4217 translations ]
    - Turkish (tr) updated by Nilgün Belma Bugüner via TP.

  [ Tobias Toedter ]
  * Resurrect iso639tab.py and iso_639.tab, as it turns out that
    those files are still needed. This is only a temporary measure;
    the files are still deprecated and should not be used by new
    programs. This helps fixing a FTBFS bug in geneweb.
    Closes: #432543


iso-codes 1.2
-------------
Tobias Toedter <t.toedter@gmx.net>
Fri, 29 June 2007

  [ ISO-639 translations ]
  * Dutch (nl) updated by Freek de Kruijf via TP
  * Irish (ga) updated by Kevin Patrick Scannell via TP

  [ ISO-3166-2 translations ]
  * Dutch (nl) updated by Freek de Kruijf via TP

  [ ISO-4217 translations ]
  * Italian (it) updated by Luca Ferretti via TP

  [ Tobias Toedter ]
  * Don't include iso-codes.pc in the tarball, it is generated
    automatically during configuration
  * Remove iso639tab.py and iso_639.tab from distribution, as
    both files are deprecated and no longer used


iso-codes 1.1.1
---------------
Tobias Toedter <t.toedter@gmx.net>
Wed, 27 June 2007

  [ ISO-639 translations ]
  * Finnish (fi) updated by Tommi Vainikainen via TP
  * Esperanto (eo) updated by Edmund GRIMLEY EVANS via TP

  [ ISO-4217 translations ]
  * Estonian (et) updated by Ain Vagula via TP
  * Italian (it) updated by Luca Ferretti via TP
  * Replace initial header values in en.po with real data, because
    msgfmt exits with an error otherwise
2007-08-01 12:07:50 +00:00
joerg
92e6b36fbb On some platforms, groff is needed to build checkperms, so disable
the check here.
2007-07-31 14:39:50 +00:00
joerg
64d4c48b64 Fix path to Python script. Upstream should fix configure...
Bump revision.
2007-07-31 11:03:48 +00:00
wiz
a6e015058a Update to 1.78:
1.78 (2007-06-05)

* NEW FEATURES
  ------------

* Transliterate accented characters in file names. Use Text::Unidecode
  if detected.

* Handle @frenchspacing, @tie, @indent, @setcontentsaftertitlepage,
  @setshortcontentsaftertitlepage and the obsolete @allow-recursion
  and @quote-arg.

* With book style the Table of Contents is put where it is set.

* Use more numeric entities, especially for accented letters.

* The `examples' directory now contains an init file for Mediawiki output.
  Mediawiki is the GPL'd wiki used by Wikipedia.

* new init file tex4ht.init. With this init file, httex or htlatex from
  tex4ht is used to format @tex and @math.

* Init files now have a chance to override all file names, rather than just
  page names.

* Put the images under a double licence by adding back their original GPL
  licence.

* If SIMPLE_MENU is true the menu is simply enclosed in a preformatted
  environment.

* The user can bypass the texi2html functions and provide his own function
  to do things similar that what is done for interfacing with LaTeX2HTML
  or tex4ht.

* LaTeX2HTML stuff is moved out of texi2html.pl, to T2h_l2h.pm.

* Add $USER and $DATE variables to override the defaults detected for the
  footer.

* COMPATIBILITY
  -------------

* $TOP_FILE and $TOC_FILE are only set if set by the user. The elements
  file names are in the hash reference $Texi2HTML::THISDOC{'filename'}
  for use in init files.

* The API for image, normal_text, paragraph and node_file_name has changed.

* The $ENCODING variable is deprecated, replaced by $ENCODING_NAME
  and $OUT_ENCODING.

* utf8 is used as default out file encoding. This should allow for utf8
  translations for languages which cannot use @-commands for non ascii
  characters.

* Use entities for ``, '', ---, -- and quotes used for some formatting
  @-commands if $USE_ISO is set.

* don't set unset MENU-ENTRY-NAME if it is similar with the NODE-NAME,
  it is useless as it is a construct that shouldn't happen.

* avoid menu entry and description redundancy in the formatting function
  and not in the main program.

* accept - in @-command names (compatibility with makeinfo)

* in user-defined macro arguments a comma in brace is escaped (compatibility
  with makeinfo from texinfo 4.8.90)

* don't add the section title to the html title when the document isn't split

* BUG FIXES
  ---------

* When the file extension is set to the empty string, a trailing `.' will not
  be automatically added to file names.

* The texi2html script is now created by make and not configure.

* It is possible to build the translation files from outside of the
  build directory.

* When configure detects that no Data::Dumper is present, the build scripts
  will simply copy the files instead of breaking.

* remove handling of quotation second arg, quotation has only one arg.

* handle nested ifset/ifclear.

* Improved handling of @sc and @centerchap.

* More flexible normal_text.

* style_stack really contains the formatting @-commands.

* caching of html generated by latex2html reenabled.

* when not split and no section navigation is output, the about page and
  navigation direction are not output for all the elements.
2007-07-30 18:58:26 +00:00
obache
3d36e67d60 Update libxml++2 to 2.18.1.
Patch provided by Makoto Fujiwara by PR 36704.

Changes:
2.18.1:

2.18.0:

* Slight win32 build improvement, possibly.
  (Artur Wegele)
* Slight improvement to examples.
  (Murray Cumming)

2.17.2:

* Node: Adedd get_next_sibling() and get_previous_sibling().
  Bug #351867.
  (Nate Nielsen)

2.17.1:

* Node: Added get_parent() Bug #351876 (Patch by Nate Nielsen)
* TextReader: Added TextReader(const char* data) constructor, for
  parsing memory buffers. Bug #351215 (Patch by Nate Nielsen)
* Element::set_attribute(): Really return the new attribute.
  Bug #361950 (Patch by Nate Nielsen)
* Build: Added MS Visual Studio 2005 project files.
  (Cedric Gustin)
2007-07-30 02:27:04 +00:00
seb
575899dcf7 Add & enable p5-CAM-PDF 2007-07-28 09:57:16 +00:00
seb
dd2fa305ca Initial import of p5-CAM-PDF version 1.10 into The NetBSD
Packages Collection.

The Perl 5 module CAM::PDF reads and writes any document that
conforms to the PDF specification.
Other Perl modules implementing the PDF specification are optimized
for programatically creating new PDF documents from scratch. On
the contrary, CAM::PDF is optimized for reading and manipulating
existing PDF documents.
2007-07-28 09:54:52 +00:00
seb
b58abb17f7 Add & enable p5-Text-PDF 2007-07-28 08:25:31 +00:00
seb
c18735cae8 Initial import of p5-Text-PDF version 0.29a into The NetBSD
Packages Collection.

The Perl 5 module Text::PDF allows interaction with existing PDF files
directly. It includes various tools including:

pdfbklt - make booklets out of existing PDF files
pdfrevert - remove edits from a PDF file
pdfstamp - stamp text on each page of a PDF file
2007-07-28 08:23:11 +00:00
he
d0fee867a0 Add a workaround so that po4a's use of GetTerminalSize() from
Term::ReadKey doesn't end up doing tty i/o, which will in all
probability stall a bulk build if it's started on a tty, and
no special steps are taken to disassociate the bulk build job
from the tty.

It appears that later versions of po4a does not suffer from
this problem, so this is a minimal fix suitable for pull-up.

Bump package revision.
2007-07-25 17:13:58 +00:00
tnn
5e9f7cd370 Fix PLIST problem on HP-UX. 2007-07-20 01:05:11 +00:00
seb
36b13d3fa1 Update to version 1.02.
While here add HOMEPAGE.

Changes since last packaged version (1.00):
1.02  Sat Jun 23 2007
    - fixed RT#6873
    - cleaned up the tests
    - more compliance with the traversal specification

1.01  Sat Jun 23 2007
    - fixed RT related bugs (though with a huge delay, sorry)
2007-07-19 21:55:50 +00:00
jmmv
7046d5240a Fix build under Mac OS X (and supposedly in any other which provides
libxml2 natively).
2007-07-16 13:24:31 +00:00
drochner
2a96302879 update to 1.1.21
changes: bugfixes, documentation update
2007-07-12 19:33:03 +00:00
drochner
10c2161f5c sync with base pkg,
this also fixes a build problem on Python<2.3, so remove the
PYTHON_VERSIONS_ACCEPTED line
2007-07-09 14:53:23 +00:00
wiz
320846947b Update to 2.6.29:
2.6.29: Jun 12 2007:
   - Portability: patches from Andreas Stricke for WinCEi,
      fix compilation warnings (William Brack), avoid warnings on Apple OS/X
      (Wendy Doyle and Mark Rowe), Windows compilation and threading
      improvements (Rob Richards), compilation against old Python versions,
      new GNU tar changes (Ryan Hill)
   - Documentation: xmlURIUnescapeString comment,
   - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
      flag fix (Richard Jones), regexp interpretation of \,
      htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
      typo (Bjorn Reese), entity content failure, xmlListAppend() fix
      (Georges-André Silber), XPath number serialization (William Brack),
      nanohttp gzipped stream fix (William Brack and Alex Cornejo),
      xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
      XPath string value of PI nodes (William Brack), XPath node set
      sorting bugs (William Brack), avoid outputting namespace decl
      dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
      error handling, recustion on next in catalogs, fix a Relax-NG crash,
      workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
      invalid character in attribute detection bug, big comments before
      internal subset streaming bug, HTML parsing of attributes with : in
      the name
   - Improvement: keep URI query parts in raw form (Richard Jones),
      embed tag support in HTML (Michael Day)
2007-07-07 15:28:30 +00:00
joerg
ae035adaf1 Fix patch syntax from my last commit. 2007-07-04 21:53:34 +00:00
agc
9a335304b1 Fix a tyop 2007-07-02 22:36:55 +00:00
joerg
c4d3a4d46b Avoid additional CVS IDs in patch-aa that confuses +BUILD_VERSION
creation.
2007-07-02 09:43:13 +00:00
wiz
2aa9780f23 Update to 3.05:
3.05 (2007-05-13)

* Allow for immutable subclasses of YAMLObject. Fixed #53.
* Make the encoding of the unicode->str conversion explicit; fixed #52.
* Fixed a problem when the DOCUMENT-END event is not emitted until
  the beginning of the next document is available. Fixed #51. Thanks
  edward(at)sweetbytes.net for the bug report.
* Improve output of float values. Fixed #49.
* Fix the bug when the path in add_path_resolver contains boolean
  values. Fixed #43 (thanks to jstroud(at)mbi.ucla.edu for reporting
  and pointing to the cause).
* Use the types module instead of constructing type objects by
  hand. Fixed #41. Thanks to v.haisman(at)sh.cvut.cz for the patch.
* Fix loss of microsecond precision in datetime.datetime constructor
  (fix #30). Thanks to edemaine(at)mit.edu for the bug report and the patch.
* Fixed loading an empty YAML stream.

3.04 (2006-08-20)

* Include experimental LibYAML bindings.
* Fully support recursive structures (close #5).
* Sort dictionary keys (close #23). Mapping node values are now
  represented as lists of pairs instead of dictionaries. Do not
  check for duplicate mapping keys as it didn't work correctly
  anyway.
* Fix invalid output of single-quoted scalars in cases when a single
  quote is not escaped when preceeded by whitespaces or line breaks
  (close #17).
* To make porting easier, rewrite Parser not using generators.
* Fix handling of unexpected block mapping values, like

: foo

* Fix a bug in Representer.represent_object: copy_reg.dispatch_table
  was not correctly handled.
* Fix a bug when a block scalar is incorrectly emitted in the simple
  key context.
* Hold references to the objects being represented (close #22).
* Make Representer not try to guess !!pairs when a list is represented.
* Fix timestamp constructing and representing (close #25).
* Fix the 'N' plain scalar being incorrectly recognized as !!bool (close #26).
2007-07-01 00:06:46 +00:00
joerg
d1c4b5020f Add missing Term::ReadKey dependency. Bump revision. 2007-06-29 23:41:54 +00:00
minskim
a94b219c1b Set DIST_SUBDIR because the distfile name doesn't include the version
number.
2007-06-29 23:08:12 +00:00
joerg
b0a0a33520 msgfmt and msgmerge are runtime dependencies. Bump revision. 2007-06-29 22:57:02 +00:00
rillig
ef976b8c02 The pkg-config file has changed its location. 2007-06-26 13:54:29 +00:00
obache
2bec870881 Update mecab to 0.96 and mecab-ipadic to 2.7.0-20070610.
Fix buffer overflow bug, dictionary incompatibility issue, some functionary
enhancements for dictionary
2007-06-23 04:31:55 +00:00
minskim
6b464d4c64 Set "install" as a .PHONY target so that it works on case-insensitive
filesystems.
2007-06-21 19:25:47 +00:00
mjl
529ec2b59e Updated postgresql-autodoc to 1.30 (No change log available) 2007-06-19 18:46:15 +00:00
minskim
c6b861864a Update itex2MML and its ruby binding to 1.2.3.
Change:
- Translate '\#' into '#'.
2007-06-17 17:32:27 +00:00
joerg
d7045d2f5d Fix PLIST. Bump revision. 2007-06-17 14:34:12 +00:00
taca
220c00b8f0 Switch to use .tar.bz2 file as libxslt package. 2007-06-16 13:16:11 +00:00
obache
c8af23c04e Drop dependency on p5-Text-Kakasi and p5-Text-ChaSen.
Bump PKGREVISION.

If you want to process Japanese, need to install any of WAKATI modules,
and configure.
See MESSAGE for more detail.
2007-06-15 18:17:41 +00:00
minskim
f2015ce787 Install ruby modules only, and correct the package name. 2007-06-15 01:10:21 +00:00
minskim
6abb694323 Add ruby-maruku. 2007-06-15 01:06:58 +00:00
minskim
c4180627be Import ruby-maruku.
Maruku is a Markdown interpreter written in Ruby.

The other Ruby implementation of Markdown is Bluecloth.  Maruku is
much different in philosophy from Bluecloth; the biggest difference is
that parsing is separated from rendering.  In Maruku, an in-memory
representation of the Markdown document is created.  Instead,
Bluecloth mantains the document in memory as a String at all times,
and does a series of gsub to transform to HTML.

Maruku is usually faster than Bluecloth.  Bluecloth is faster for very
small documents.  Bluecloth sometimes chokes on very big documents (it
is reported that the blame should be on Ruby's regexp implementation).
2007-06-15 01:05:05 +00:00
minskim
48c897d8b0 Remove USE_LANGUAGES which was wrong and unnecessary. 2007-06-14 20:34:44 +00:00
minskim
e80539aa7e Add ruby-itex2MML. 2007-06-14 18:59:58 +00:00
minskim
1a9c61adec Import ruby-itex2MML.
itex2MML converts the itex equations to MathML.  This is a Ruby
binding for itex2MML.
2007-06-14 18:56:59 +00:00
minskim
9a97ecc8ad Add itex2MML. 2007-06-14 18:54:59 +00:00
minskim
e6be4464e4 Import itex2MML, which converts the itex equations to MathML. 2007-06-14 18:53:10 +00:00
gdt
50137e0cff fix license, add RESTRICTED 2007-06-14 18:33:51 +00:00
heinz
df5ea62bf5 Updated to version 1.63.
Pkgsrc changes:
  - Added support for installation to DESTDIR.
  - Registration of the parser happens through the pkginstall framework
    (INSTALL/DEINSTALL) now, thus making the MESSAGE file unnecessary.
    Setting SKIP_SAX_INSTALL in the environment and replacing
    PERL5_INSTALLVENDORLIB in the install scripts is necessary for this to
    work.

Changes since version 1.62:
==============================
1.63
   - added no_network parser flag
   - added support for exclusive canonicalization (http://www.w3.org/TR/xml-exc-c14n/)
   - make XInclude reflect parser flags
   - documentation fixes
   - better namespace reconciliation implemented by Tim Brody
   - $doc->toString always returns octets
   - $doc->actualEncoding returns UTF8 if no document encoding is declared
     (unlike $doc->getEncoding, which returns undef)
2007-06-13 23:29:00 +00:00
heinz
0b5f277b64 Updated to version 0.39.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - Took exact version numbers for prerequisites from Makefile.PL.
  - Provided HOMEPAGE and SVR4_PKGNAME.
  - Added INSTALL/DEINSTALL scripts for correct registration of the parser
    with XML::SAX.


Changes since version 0.35:
===========================
0.39	2007-06-10 08:00
    - check SKIP_SAX_INSTALL environment variable; thanks to Klaus Heinz for
      the patch.

0.38	2007-01-25 14:00
    - fix for http://rt.cpan.org/Public/Bug/Display.html?id=7434. Thanks to
      Bjoern Hoehrmann <http://bjoern.hoehrmann.de/> for the bug report, and
      to Chris Fields for the fix.

0.37  2003-07-04 22:22
    - suppressed the warning for those strange people that process documents
      without namespaces.

0.36  2003-07-04 20:25
    - XML::SAX::Expat went through a thorough round of testing. A number of
      bugs were found and addressed
    - start_document and end_document used to get the same hash, which is
      wrong
    - same for start_prefix_mapping and end_prefix_mapping
    - deprecated xml_decl() in favour of adding fields to start_document()
    - removed some useless manipulations of the element stack
    - end_dtd() now correctly passes an empty hash instead of nothing, as
      wouldn't start_cdata and end_cdata
    - element_decl would return XML::Parser::ContentModel objects instead of
      a content model string.
    - PublicId would sometimes be undef on external_entity_decl()

    - added supported_features(), as well as support for
      http://xml.org/sax/features/external-general-entities and
      http://xml.org/sax/features/external-parameter-entities. XML::SAX::Base
      or XML::SAX::ParserFactory seem to have a bug in that they don't blow
      up on unsupported features. Thanks to the numerous people on the perl-xml
      list that supplied patches for this.
2007-06-13 23:21:34 +00:00
heinz
62cb079000 - The package supports installation to DESTDIR. The only issue was the
creation of the parser registry (ParserDetails.ini) at installation
  time which does not work if using DESTDIR.
  Instead of breaking abstraction barriers (use of _USE_DESTDIR) to make
  this work, this task was moved to INSTALL/DEINSTALL scripts where it
  really belongs, which incidentally also solves the problem described
  above.

- In order to move the creation of the parser registry to the pkgsrc
  scripts, Makefile.PL was changed (through patch-aa) to respect the
  variable SKIP_SAX_INSTALL (inspired by XML::LibXML).

- File::Temp is a part of Perl since 5.6.1 so we do not need an explicit
  DEPENDS line for this.
2007-06-13 23:17:31 +00:00
minskim
adfe967253 Avoid nested param elements, which cause an error. Bump PKGREVISION. 2007-06-12 19:13:38 +00:00
joerg
3b78b1971f Needs Python 2.3+. 2007-06-12 13:48:06 +00:00
dmcmahill
247e3b55fe Point at lang/guile16 instead of lang/guile in preparation for updating
lang/guile to 1.8.1 from 1.6.8.  These pkgs seemed to fail to build with
guile 1.8.1, but maybe can be easily fixed.
2007-06-12 02:55:15 +00:00
heinz
77e742f977 Activated p5-Text-Textile. 2007-06-11 19:13:56 +00:00
heinz
57cadc95e1 Initial import of p5-Text-Textile 2.03.
Text::Textile is a Perl module for converting Textile syntax to XHTML.

From Wikipedia:
  Textile is a lightweight markup language originally developed by Dean Allen
  and billed as a "humane Web text generator". Textile converts its marked-up
  text input to valid, well-formed XHTML and also inserts character entity
  references for apostrophes, opening and closing single and double quotation
  marks, ellipses and em dashes.
2007-06-11 19:09:50 +00:00
minskim
1257ee87ce Add ruby-ferret. 2007-06-11 17:41:52 +00:00
minskim
d9d7aa5079 Import ruby-ferret.
Ferret is a high-performance, full-featured text search engine library
written for Ruby.  It is a Ruby port of the Java Lucene search engine.
In the same way as Lucene, it is not a standalone application, but a
library you can use to index documents and search for things in them
later.
2007-06-11 17:28:17 +00:00
minskim
f315e41049 Add ruby-feed-normalizer. 2007-06-11 04:43:28 +00:00
minskim
3fa9aee42a Import ruby-feed-normalizer.
Feed normalizer is an extensible Ruby wrapper for Atom and RSS
parsers.  It wraps various RSS and Atom parsers, and returns a single
unified object graph, regardless of the underlying feed format.
2007-06-11 04:40:37 +00:00
minskim
0d91b6d17a Add ruby-simple-rss. 2007-06-11 04:05:36 +00:00
minskim
1565f56410 Import ruby-simple-rss.
Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom
reader for Ruby.  It is designed to be backwards compatible with the
standard RSS parser, but will never do RSS generation.
2007-06-11 04:03:51 +00:00
rillig
d79e7f84d3 At the moment, there aren't any package options. Reported by Ondrej Tuma
in PR 36467.
2007-06-10 16:03:45 +00:00
obache
ae1ed492b0 Update p5-Pod-Simple to 3.05.
Patch provided by Mark E. Perkins in PR 36465.

2007-03-03   Allison Randal <allison@perl.org>
	* Release 3.05

	Standardized all test files on 8.3 naming scheme for Perl core.

	Applied test patches from Jerry Hedden for Perl core when
	Encode not installed.

	Applied test patch from Ken Williams for 5.005_04 compatibility.

	Applied a patch from Christopher Madsen to fix architecture
	directory searches on Gentoo.

	Fixed a failing search test on Debian-based distributions caused
	by Debian stripping Pod documentation out of core modules.
	(Three cheers to the CPAN testers and James Ponza for sending
	enough reports that I could work out the pattern.)
2007-06-10 09:43:02 +00:00
minskim
16cf07b8ed This package needs the recent version of rake. Bump PKGREVISION due to
the dependency change.
2007-06-09 00:58:51 +00:00
minskim
9348e2f5bc Remove unused references to rubygems to avoid dependency on it. 2007-06-09 00:48:43 +00:00