Commit graph

4374 commits

Author SHA1 Message Date
wiz
23043fedff Recognize evbppc. Bump version to 1.3. 2009-05-18 09:10:03 +00:00
sno
4582549153 PkgSrc changes:
- Updating package for p5 module YAML::Tiny from 1.36 to 1.38
  - Setting license to gnu-gpl-v2

Upstream changes:
1.38 Sat 16 May 2009
	- Moving the test suite style closer to Parse::CPAN::Meta
	- Changed exceptions closer to Parse::CPAN::Meta
	- Fixed Changes file date for 1.37 :)

1.37 Sat 16 May 2009
	- Call $self->_error instead of $class->_error when we can
	- Refactoring away some of the code other people have been
	  contributing lately that most certainly NOT ::Tiny style.
	- Avoid the need to do '' escaping by moving it to "'"
	- Added comparative testing with YAML::Perl
2009-05-17 14:40:54 +00:00
sno
43c3efe78f Pkgsrc changes:
- Updating package for perl module Text::CSV_XS from 0.64 to 0.65
  - setting license to gnu-gpl-v2

Upstream changes:
2009-05-14 0.65 - H.Merijn Brand   <h.m.brand@xs4all.nl>
	* Initial known errors can now be checked on number (1002)
	* More tests for illegal combinations
	* Added -u option to examples/csv-check to validate utf-8 encoding
	* Correct documentation for error_diag () return value in case of
	  contructor failure (Slaven, RT#46076)
	* All error_diag () returns should now be dual-var (both numeric
	  and string context valid)
2009-05-17 10:49:33 +00:00
sno
0c84236781 Added textproc/p5-Template-Plugin-Latex version 3.02 2009-05-17 10:40:33 +00:00
sno
18e4c97fa6 Importing package for perl module Template::Plugin::Latex 3.02.
DESCR:
The Latex Template Toolkit plugin provides a latex filter that allows the use
of LaTeX to generate PDF, PostScript and DVI output files from the Template
Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs.

The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.
2009-05-17 10:37:39 +00:00
sno
4f2fd748ea PkgSrc changes:
- Updating package for p5 module Number::Format from 1.70 to 1.72a
  - Setting license to gnu-gpl-v2

Upstream changes:
Changes for version 1.72 (May 5, 2009)
------------------------
  - Use Makefile.PL based on suggestion in RT 38020
  - Add 'use strict' & 'use warnings'
  - Add MAX_INT constant for detecting overflows
  - Add helper sub _get_multipliers for getting kilo/mega/giga mult values
  - Add test in round() for overflow from large of a precision value (RT 40126)
  - Add .5 + 1e-14 to rounded value instead of .5000001 (RT 20298)
  - Fix undef $pic_prefix (RT 43029)
  - Add support for giga and base option in unformat_number (RT 40455)
  - Fix Russian locale issues, esp. in unformat_number (RT 40859)
  - Remove variables from error messages (XSS risk) and standardize errors
  - Remove requirement that decimal_point & thousands_sep be 1 char (for ru_RU)
  - Add Russian and unformat_number tests in locale.t
  - Add compare_numbers to test with an allowable error of 1e-10 in round.t

Changes for version 1.71 (May 3, 2009)
------------------------
  - Changes to tests t/format_price.t, t/locale.t, and t/round.t to
    fix cpan tester errors
  - No change to Format.pm itself
2009-05-17 10:15:41 +00:00
minskim
f9e7c24c61 Add tex-bin-xmltex. 2009-05-16 21:01:48 +00:00
minskim
629a2dc72c Import tex-bin-xmltex-0.8 as textproc/tex-bin-xmltex.
This package provides an implementation of a parser for documents
matching the XML 1.0 and XML Namespace Recommendations. In addition to
parsing commands are provided to attatch TeX typesetting instructions to
the various markup elemenets as they are encounted. Sample files for
typesetting a subset of TEI, MathML, are included. Element and Attribute
names, as well as character data, may use any characters allowed in XML,
using UTF-8 or a suitable 8-bit encoding.
2009-05-16 21:00:35 +00:00
minskim
7e370c8562 Use texlive/module.mk to simplify dependencies of tex-xmltex.
Bump PKGREVISION.
2009-05-16 20:41:12 +00:00
obache
9f431034d0 Update libxml-ruby to 1.1.3.
== 1.1.3 / 2009-03-18 Charlie Savage

* Improve performance 10 to 20% by turning on libxml2's dictionary
  feature that allows parsers to reuse previously parsed strings.

* Fix XML::Node#remove! to work correctly with libxml's dictionary feature.

* Correctly set up parser context options.

* Simplify DOM modification code (Node#next=, Node#prev=, Node#sibling=) and
  update documenation.

* Deprecated Node#add_child and Node#child=, use Node#<< instead

* Fix documentation for Node#<<

* Added Document#import to enable moving nodes from one document
  to another document.


== 1.1.2 / 2009-03-12 Charlie Savage

* Added XML::Node#inner_xml helper method.

* Fix segmentation that could occur when calling the mark function on a
  previously freed node.

== 1.1.1 / 2009-03-10 Charlie Savage

* Fix - Only include extra html parser context methods for versions of libxml
  older than 2.6.27.

== 1.1.0 / 2009-03-09 Charlie Savage

* Fix bug caused by the mark function being called on partially initialized
  attributes.

* Revert back to libxml2's internal memory manager.

== 1.0.0 / 2009-03-05 Charlie Savage

* OS X (Charlie Savage).  Update bindings to support the default installed
  version of libxml2 (2.6.16) on OS X 10.5 and the latest version available
  via MacPorts.

== 0.9.9 / 2009-03-05 Charlie Savage

* Ruby 1.9.1 support (Charlie Savage). libxml-ruby now compiles and runs on eith
er
  1.8.6 and 1.9.1.  With 1.8.6 all tests should pass while on 1.9.1 all but
  for encoding tests pass.  The port to Ruby 1.9.1 revealed two memory
  allocation bugs (one with dtds, one with nodes) which are now fixed.

* Better OS X support (Joe Khoobyar).  The default version of libxml2
  on OS X 10.5 is fairly old, resulting in this link error:

    NSLinkModule() error
    dyld: Symbol not found: _htmlNewParserCtxt

  This can be fixed by using MacPorts to get a newer version of libxml2.
  To make use of MacPorts, the build script has been updated to use xml2-config.
  This can be fine-tuned using the new --with-xml2-config / --without-xml2-confi
g
  options to extconf.rb (default is  --without-xml2-config to match existing beh
avior).

* Greatly reduced memory usage (Joe Khoobyar).
  See http://rubyforge.org/pipermail/libxml-devel/2009-February/001375.html.

* Add Document#xhtml? and document#node_type methods (Joe Khoobyar)

* Add XPath::Object#last (Joe Khoobyar)

* Provide finer control over CDATA nodes on a parser by parser basis  (Joe Khoob
yar).

* Bug fix - Namespaces were incorrectly merged with attributes in the new sax2
  handler (Charlie Savage).

* Bug fix - Support iterating over nodes and attributes even with blocks
  that call remove! (Charlie Savage)

* Bug fix - If reader.node is NULL, return nil instead of crashing (Charlie Sava
ge)

* Bug fix - Dtd's owned by documents were freed twice in some circumstances (Joe
 Khoobyar).

* Bug fix - Fix output escaping on attributes nodes (Joe Khoobyar).

* Bug fix - Make sure IO objects are not garbage collected when used
  as parser sources (Charlie Savage).

== 0.9.8 / 2009-1-24 Charlie Savage

* Refactored XML::Parser, XML::HTMLParser, XML::SaxParser and
  XML::Reader to have consistent APIs.  All the parsers
  now take a context object in their constructors, allowing fine
  grained control over the parsers for advanced use cases.  These
  API changes are backwards compatible except
  for XML::Reader, which now takes an optional hash table as a
  second parameter in its various constructors versus an optional
  boolean value.

* Updated all APIs to use the encoding constants defined
  in XML::Encoding versus string values.  This API change
  is not backwards compatible.

* Added support for attribute declarations in DTD's via the new
  XML::AttrDecl class (Len Lattanzi)

* Support libxml's content escaping capabilities for text nodes by
  wrapping libxml's "xmlStringText" and "xmlStringTextNoenc"
  (Joe Khoobyar).

* Updated XML::Reader#read API to return true if a node was read,
  false if node was not read and raises an exception on an error.
  Previously #read returned 1 if a node was read, 0 if a node was
  not read and -1 for an error.  This change is not backwards
  compatible, but provides a more natural interface for Ruby by
  allowing code like this:

  while reader.read
    # do stuff
  end

* Changed XML::Error exception objects to return copies of nodes that
  cause parse errors instead of the original node.  This prevents
  segmentation faults when the error is reraised.

* Added XML::Reader#node method.

* Fixed compile errors on OS X which uses an older version of libxml.

* Fixed memory leak when performing XPath searches.

* Fixed rdocs.

* Don't override libxml's default settings for entity substitution and
  loading external DTDs.  This may break some code - you may need to
  add in a call to XML.default_substitute_entities = true or
  XML.default_load_external_dtd = true.

== 0.9.7 / 2008-12-08 Charlie Savage

* Added SAX2 support.  SAX handlers now define two new callbacks,
  on_start_element_ns and on_end_element_ns methods.  These
  new callbacks support namespaces, making them superior to the older
  callbacks on_start_element and on_end_element methods.  The old callbacks
  are still supported, but may be deprecated in the future depending
  on community feedback.

* Added SAX support for libxml's structured error handling.
  That menas sax handlers now define a new callback, on_error,
  which takes one parameter, an instance of XML::Error.  The older
  on_parser_error, on_parser_warning and on_parser_fatal_error
  callbacks are no longer suported so you must port your code.
  Note that the older callbacks took one string parameter, instead of
  an XML::Error object.

* Experimental work-around for libxml error handling bug - see
  http://mail.gnome.org/archives/xml/2008-December/msg00014.html
  for more information.

* Fix compilation bugs on Solaris.

* Fix Rdoc compilation bug.


== 0.9.6 / 2008-12-08 Charlie Savage

* Refactored namespace handling.  The existing, and inconsistent,
  namespace methods defined on XML::Node have been deprecated.
  They have been replaced by a the new XML::Namespaces class.
  Use this class to inspect a node's namespace, its default
  namespace, its namespace definitions and which namespaces
  are in scope.  It can be accessed via the the
  XML::Node#namespaces method.

* Rationalized XML::Document#save, XML::Document#to_s and
  XML::Node#to_s to take an optional hash table of parameters
  that control how output is generated. Supported parameters
  include setting indentation on or off, the indentation level
  and the output encoding.  This is an API change and may break
  existing calls to XML::Document#save.  However, the previous
  API was broken - setting the encoding resulted in an error so
  its unlikely anyone is using it.

* Rationalized XML::Document#debug, XML::Node#debug, XML::XPath::XPathObject#Deb
ug.

* Deprecated a number of duplicate dump* and debug_* methods in
  XML::Document and XML::Node.

* Additional Ruby 1.9.1 compatability fixes.

* Cleaned up header file guards.

== 0.9.5 / 2008-11-29 Charlie Savage

* Ruby 1.9.1 preview release compatability (Felipe Contreras)

* Update Node#remove! to return the removed node and to set
  its document to nil.  This allows the node to be either
  moved to another document, another part of the same document
  or to be freed on the next garbage collection once its
  references have gone out of scope.

* Fix bug where XPathExpression#compile mistakenly overwrote
  RegExp#compile.

* Update Node to use standard ruby allocators and initializers.

* Update HTML parser to be more forgiving of invalid documents.

* Update include paths for Darwin Ports on OS X.

* Updated C code base to use BSD/Allman style


== 0.9.4 / 2008-11-24 Charlie Savage

* Update HTML parser so that it can read files, strings and io
  streams.

* Update HTML parser to support user specified encodings.

* Additional C code cleanup.

== 0.9.3 / 2008-11-22 Charlie Savage

* Fixed segmentation fault caused by documents being freed
  before xpath results that referenced the document (take 2).

* Allowed sax parser to use io stream

* Combined encoding and input classes

* Cleaned up C code - removed remaining legacy structures,
  added static to most methods, changed C namespace from ruby_xml
  to rxml

== 0.9.2 / 2008-11-19 Charlie Savage

* Add support for compiled XPath expressions (donated by Pavel Valodzka)

* Fixes for compiling on OS X 10.5.4 and 10.5.5

== 0.9.1 / 2008-11-18 Charlie Savage

* Expose LibXML's encoding support via a new Encoding object.

* Revamp error handling to be much easier to use.  Errors are now
  wrapped by the new XML::Error class and are thrown as exceptions
  when it is appropriate.

* Fixed segmentation fault caused by documents being freed
  before xpath results that referenced the document.

* Add Node#register_default_namespace to simplify default namespace handling.

* Significantly improve documentation

* A number of bug fixes and patches.

== 0.9.0 / 2008-11-18 Charlie Savage

* Version 0.9.0 was removed due to packaging errors.
2009-05-15 09:31:03 +00:00
minskim
60d983ffc9 Add markdown-mode. 2009-05-14 06:10:40 +00:00
minskim
8392728364 Import markdown-mode-1.6 as textproc/markdown-mode.
markdown-mode is a major mode for editing Markdown-formatted text
files in GNU Emacs.
2009-05-14 06:09:13 +00:00
wiz
4078837c47 Update to 0.16.1:
Changes in 0.16.1:
------------------
* Use new hashlib module instead of md5, bug #576161 (Claude Paroz)
* Updated translations:
  ar    (Khaled Hosny)
  ja    (Takeshi AIHANA)
  pa    (Amanpreet Singh Alam)
2009-05-13 21:32:37 +00:00
wiz
a558da0379 Update to 3.9:
iso-codes 3.9
-------------
Tobias Quathamer <toddy@debian.org>
Fri, 1 May 2009

  [ General ]
  * Use the GNU Lesser General Public License for all files included
    in this package.
  * Do no longer provide the file /usr/share/iso-codes/iso_639.tab
    which has been deprecated for a long time now.
  * Do no longer include the notes directory in the tarball, because
    all files were outdated and deprecated. Moreover, none of those
    files have ever been installed.

  [ ISO 3166 ]
  * Fix wrong capitalization for "Moldova, Republic of"

  [ ISO 15924 ]
  * Changes made by the Maintenance Agency on 2009-02-23

  [ ISO 15924 translations ]
  * French updated by Christian Perrier
  * Norwegian Bokmaal by Kjartan Maraas (TP)
  * Danish by Joe Hansen (TP)
  * Russian by Yuri Kozlov
  * Latvian by Rihards Prieditis (TP)

  [ ISO 3166 translations ]
  * Simplified Chinese by LI Daobing (TP)
  * Lithuanian updated by Kęstutis Biliūnas
  * Italian by Milo Casagrande (TP)
  * Basque updated by Piarres Beobide Egaña. Closes: #522687
  * Slovak updated by Ivan Masár. Closes: #522761
  * Indonesian by Andhika Padmawan (TP)
  * Irish by Kevin Scannell (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Latvian by Rihards Prieditis (TP)
  * Polish updated by Łukasz Paździora. Closes: #523464
  * Asturian updated by Marcos Alvarez Costales. Closes: #523651, #525630
  * Norwegian Bokmaal by Hans F. Nordhaug (TP)
  * Russian by Yuri Kozlov
  * Korean by Changwoo Ryu (TP)
  * Bengali by Rezwan Shahid
  * Kazakh updated by Baurzhan Muftakhidinov and Dauren Sarsenov.
    Closes: #524815
  * Slovak by Ivan Masár

  [ ISO 3166-2 translations ]
  * Italian by Milo Casagrande (TP)
  * Indonesian by Andhika Padmawan (TP)

  [ ISO 639 translations ]
  * Irish by Kevin Scannell (TP)
  * Lithuanian updated by Kęstutis Biliūnas
  * Norwegian Bokmaal by Kjartan Maraas (TP)

  [ ISO 639-3 translations ]
  * Italian by Milo Casagrande (TP)
  * Lithuanian updated by Kęstutis Biliūnas

  [ ISO 4217 translations ]
  * Norwegian Bokmaal by Kjartan Maraas (TP)
  * Danish by Joe Hansen (TP)
2009-05-13 12:22:11 +00:00
obache
38557375ae Update Pygments to 1.0.
While here, set LICENSE.

Version 1.0
-----------
(codename Dreiundzwanzig, released Nov 23, 2008)

- Don't use join(splitlines()) when converting newlines to ``\n``,
  because that doesn't keep all newlines at the end when the
  ``stripnl`` lexer option is False.

- Add ``-N`` option to command-line interface to get a lexer name
  for a given filename.

- Add Tango style, written by Andre Roberge for the Crunchy project.

- Add Python3TracebackLexer and ``python3`` option to
  PythonConsoleLexer.

- Fix a few bugs in the Haskell lexer.

- Fix PythonTracebackLexer to be able to recognize SyntaxError and
  KeyboardInterrupt (#360).

- Provide one formatter class per image format, so that surprises like::

    pygmentize -f gif -o foo.gif foo.py

  creating a PNG file are avoided.

- Actually use the `font_size` option of the image formatter.

- Fixed numpy lexer that it doesn't listen for `*.py` any longer.

- Fixed HTML formatter so that text options can be Unicode
  strings (#371).

- Unified Diff lexer supports the "udiff" alias now.

- Fix a few issues in Scala lexer (#367).

- RubyConsoleLexer now supports simple prompt mode (#363).

- JavascriptLexer is smarter about what constitutes a regex (#356).

- Add Applescript lexer, thanks to Andreas Amann (#330).

- Make the codetags more strict about matching words (#368).

- NginxConfLexer is a little more accurate on mimetypes and
  variables (#370).
2009-05-12 13:45:01 +00:00
hasso
55ec150de6 Update to 2.8.0. It is interface-compatible with Xerces-C++ 2.7.0 and
contains a large number of bug fixes as well as improvements to the build
system. For the compete list of upstream changes see:

http://xerces.apache.org/xerces-c/releases_archive.html#Release280
2009-05-10 11:24:26 +00:00
zafer
0a2f78b38e add 26 to PYTHON_VERSIONS_ACCEPTED. 2009-05-10 10:28:50 +00:00
seb
f7baf38f97 Add & enable p5-XML-Generator 2009-05-08 14:09:31 +00:00
seb
15916ab2ee Initial import of p5-XML-Generator version 1.01 in the NetBSD
Packages Collection.

The Perl 5 module XML::Generator is a class for generating XML
elements: you simply  call methods named for each XML tag you wish
to generate on instance objects of this class.
2009-05-08 14:08:13 +00:00
hasso
08dcac07ca Make it build on DragonFly. 2009-05-08 12:30:47 +00:00
obache
836b628c1a Update tokyodystopia to 0.9.11.
Changes:
2009-04-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* dystmgr.c (runsearch): interpretation of search options was modified.

	* lapumgr.c (runsearch): interpretation of search options was modified.

	- Release: 0.9.11

2009-01-05  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcqmgr.c (tccmpocrs): a bug related to overflow was fixed.

	- Release: 0.9.10
2009-05-07 11:01:09 +00:00
hasso
72af74526f Fix a dependency. 2009-05-05 09:05:10 +00:00
wiz
4ca4535cc1 Update to 1.2:
New in 1.2

- Fix the bug that an assertion in code can fail if an invalid UTF-8 or
  UTF-16 sequence is encountered near the end of input
- Remove the specialization of right single quotation mark as closing
  punctuation mark in English, French, and Spanish, because it can be
  used as apostrophe
- Make Doxygen documentation better
2009-05-03 13:03:37 +00:00
reed
676e059275 Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
kleink
c8b1f6e0f3 Update textproc/p5-XML-Atom to 0.35; changes since 0.34:
0.35  2009.05.01
    * reworked Module::Install stuff to remove junks
2009-05-02 11:39:48 +00:00
schmonz
5777d9b589 Needs zlib. 2009-05-01 23:38:38 +00:00
sno
309bce048c PkgSrc changes:
- Updating package for p5 module Text::Diff:HTML from 0.05 to 0.06
  - Setting license to gnu-gpl-v2

Upstream changes:
0.06  2009-04-07T16:13:05
      - Fixed a pasto in the "Support" section of the documentation.
      - Changed the documention from recommending that the diff output be
        wrapped in <pre> tags to suggesting instead that it be wrapped in an
        element that uses the CSS "white-space: pre". Reported by Pete Gillin
        (RT #24301).
2009-05-01 22:27:49 +00:00
sno
795e41f67f PkgSrc changes:
- Updating package for p5 modules of Text::Wrap and Text::Tabs from
    2006.1117 to 2009.0305

Upstream changes:
* 2009/03/05

Test improvements from Dave Mitchel sent back in 2005...

Added code to increase $columns if it's not big enough to accommodate
the subsequent tab.

Minor documentation fixes from David Landgren <david at landgren.net>.

Use warnings::warnif instead of just warn for columns < 2.  Appled per
request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
2009-05-01 21:28:16 +00:00
sno
6befafa00e PkgSrc changes:
- Updating package for p5 module of String::BufferStack from 1.12 to 1.14
  - Setting license to gnu-gpl-v2

Upstream changes:
1.14   Mon Mar  2 20:21:17 2009
        * No code changes; make tests pass on 5.6

1.13   Fri Feb 27 19:19:17 2009
        * No code changes; add LICENSE and AUTHOR to POD
2009-05-01 20:58:38 +00:00
sno
8c74c10e04 PkgSrc changes:
- Updating package for p5 module of Text::Autoformat from 1.13 to 1.666.0
  - Setting license to gnu-gpl-v2

Upstream changes:
1.14.0  Sun Sep 30 04:29:29 2007
    - Fixed bug in handling empty mail messages
    - Fixed bug in handling sig delimiters
    - Fixed bug in paragraph ignoring code (thanks Rob)
    - Fixed bug in handling whitespace-only input (thanks Ed)
    - Fixed bug in Roman numerals (thanks Suresh)
    - Fixed overeager autocentering (thanks Suresh)
    - Enhanced 'lists' option to allow only specific types of lists
      to be recognized (thanks Rob)
    - Fixed bug in numbered hangs (thanks Rob)
    - Fixed bug in Roman numeraled hangs (thanks Rob)
    - Fixed misidentification of 8:20-style times as leading numbers (thanks
      Rob)
    - Fixed sentence mode (thanks Eric)
    - Changed licence to "same terms as Perl itself" to improve Fedora
      compatibility

1.666.0  Fri Apr 17 08:00:36 2009
         No changes logged
2009-05-01 20:08:36 +00:00
zafer
823720a994 no ftp service at namazu.org. removed. 2009-05-01 14:59:30 +00:00
zafer
6306f7ac0b only openjade is mirrored at u-aizu. removed. 2009-05-01 14:56:45 +00:00
zafer
44aecf8b71 remove dead mirror. 2009-05-01 14:54:38 +00:00
sno
db3bff199e PkgSrc changes:
- Updating package for p5 module YAML::Syck and JSON::Syck to 1.07

Upstream changes since 1.05
Changes for 1.07 (JSON::Syck 0.30) - 2009-04-25
* Added the missing Loadfile function to JSON::Syck.
  Reported by: Dan McCormick
2009-04-30 21:00:18 +00:00
sno
ba9161cb1d PkgSrc changes:
- Updating package for p5 module of XML::Atom from 0.33 to 0.34
  - Setting license to gnu-gpl-v2

Upstream changes:
0.34  2009.04.29
    * Fixed $entry->source support (Martin Atkins)
2009-04-30 20:51:38 +00:00
minskim
40d26b3f63 Add tex-xmltex-doc. 2009-04-29 06:20:58 +00:00
minskim
5abc4d91d4 Import tex-xmltex-doc-0.8 as textproc/tex-xmltex-doc.
This is documentation for tex-xmltex.
2009-04-29 06:19:37 +00:00
rh
80a0311a1d Add and enable xml2 2009-04-25 12:36:42 +00:00
rh
85538a02ce Initial import of xml2-0.4, a set of tools to convert XML and HTML to and
from a line-oriented format for easier processing with sed, awk, etc.
2009-04-25 12:36:01 +00:00
sno
1750dbdac3 PkgSrc changes:
- Updating package for p5 module XML::RSS to 0.44

Upstream changes:
1.44 - April 1, 2009
    - Applied a patch from Simon Wistow (after some modifications) to
      add support for multiple enclosures.
    - Added the t/xml-base.t test file from Simon Wistow to test for
      xml:base. Corrected for style.
2009-04-24 19:22:57 +00:00
sno
904e8a3338 PkgSrc changes:
- Updating package for p5 module XML::Feed to 0.42 from 0.41

Upstream changes:
0.42
    - Fix conversion of multi value fields
      http://rt.cpan.org/Ticket/Display.html?id=41794
      (Mario Domgoergen)
    - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
      (Tatsuhiko Miyagawa)
    - Added support for enclosures
2009-04-24 17:38:51 +00:00
sno
4a96de064a Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +00:00
sno
c1fd1e87ce PkgSrc changes:
- Updating package for p5 module Pod::Tree to 1.16 from 1.15
  - Removing patches (applied upstream)

Upstream changes:
1.16    2009 Apr 10
	Pod::Tree::HTML
	- fix to work with IO::File 1.13 (RT 34755, 38307)
	mod2html
	- added to distribution
	Makefile.PL
	- added all required modules to PREREQ_PM
2009-04-24 07:20:45 +00:00
sno
f82974c57b PkgSrc changes:
- Updating package for p5 module Pod::POM to 0.25 from 0.18

Upstream changes:
Version 0.25  2009-03-27
  * updated Makefile.PL to use Module::Include properly - i.e. flag modules
    as test_requires as appropriate
  * output test failure reason with diag()
  * added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
    module dependency
  * test library uses Test::Differences if available but package does not
    list it as a dependency

Version 0.24  2009-03-21
  * fixed broken YAML files in testcases that were causing tests to fail on
    some platforms
  * added text and HTML verbatim paragraph view tests
  * fixed typo in synopsis in Pod::POM

Version 0.23  2009-03-20
  * Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
    and refined verbatim paragraph test cases and expected output
  * Tweaked pom dump format to quote individual text lines
  * Tweaked PodPOMTestLib to remove dependency on Class::Accessor
  * Added test cases for =headN hierarchy and =begin blocks
  * Added format name to =end in Pod::POM::View::Pod
  * Switch Makefile.PL to Module::Include

Version 0.22  2009-03-19
  * Added missing dependencies to Makefile.PL
  * Added pomdump program to list of executables

Version 0.21  2009-03-18
  * Added missing dependencies to Makefile.PL

Version 0.20  2009-03-17
  * Added basic pod documentation to the view modules
  * expanded the test cases (especially expanded sequences and blockquote
    paragraphs)
  * add support for blockquote paragraphs to Text and HTML views

Version 0.19  2009-03-17
  * Added dump method to Pod::POM::Node
  * Reorganized tests with new testcases directory
2009-04-24 07:06:05 +00:00
seb
b4eb0bee92 Update p5-Text-RewriteRules from version 0.17 to version 0.18.
Upstream changes:
0.18    2009, Mar 2 (20:56)
   - Added parenthesis around regexp so it supports ors nicely.
2009-04-23 23:58:09 +00:00
schmonz
d8216a227f Update to 1.0.12.0. From the changelog:
- Add handling of exceptions from Database::get_metadata() and methods
  of Enquire which might throw DatabaseModifiedError to address
  situation reported in ticket#284.
- Skip thread.t testcase if Perl is new enough, but wasn't built with
  thread support (reported by Felix Antonius Wilhelm Ostmann).
- Fix "fake VPATH" mode to work better.
- Add test coverage for more WritableDatabase methods.
- Wrap the new FLAG_DEFAULT constant which gives the QueryParser
  default flag settings, allowing you to easily add flags to the
  default ones.
- Makefile.PL now supports a "fake VPATH" mode, to better support for
  building from SVN.  If you run "perl /path/to/Makefile.PL" then
  Makefile.PL will run Makefile.PL as nomal in /path/to, and then
  create a stub Makefile in the current directory which forwards any
  make invocations.
- Wrap Search::Xapian::get_major_version(), get_minor_version(),
  get_revision(), sortable_serialise(), and sortable_unserialise().
- Reject xapian-core < 1.0 with an error rather than just a warning.
2009-04-20 22:35:17 +00:00
schmonz
61f4b4fce7 Meant to add LICENSE in previous (gnu-gpl-v2). 2009-04-20 22:29:09 +00:00
schmonz
82f4cca3d4 Update to 1.0.12. From the changelog:
* $log now retries a partial write, or one interrupted by a system call.
* cgiparams.html: Note the technique of using a stub database file to allow a
  default of searching over multiple databases.
* omindex:
  + Add support for indexing Microsoft Office 2007 formats and XPS files
    (bug#290).
  + Fix the extraction of metadata from OpenDocument formats.
  + Fix "-l" which would previously always cause a segmentation fault if used
    ("--depth-limit" wasn't affected).
* Fix to compile when RLIMIT_AS isn't available (as on NetBSD and OpenBSD).
  Instead use RLIMIT_VMEM or RLIMIT_DATA if either is available, else don't try
  to limit the memory the filter process can use.
2009-04-20 22:25:38 +00:00
schmonz
0164766d73 Update to 1.0.12. From the changelog:
* WritableDatabase::remove_spelling() now works properly.
* The QueryParser now treats NON_SPACING_MARK Unicode characters as phrase
  generators, which improves handling of Arabic.  This is a stop-gap solution
  for 1.0.x which will work with existing databases without requiring
  reindexing - in 1.1.0, NON_SPACING_MARK will be regarded as part of a word.
  (ticket#355)
* Fix undefined behaviour in distribution of OP_NEAR and OP_PHRASE over a
  non-leaf subquery (indentified by valgrind on testcase nearsubqueries1).
  (ticket#349)
* Enhance distribution of OP_NEAR/OP_PHRASE over non-leaf subqueries to work
  when there are multiple non-leaf subqueries (ticket#201).
* Enquire::get_mset() no longer needlessly checks if the documents exist.
* PostingIterator::get_description() output improved visually in some cases.
* Enquire::get_mset():
  + Now throws UnimplementedError if there's a percentage cutoff and sorting is
    primarily by value - this has never been correctly supported and it's
    better to warn people than give incorrect results.
  + No longer needlessly copies the results internally.
  + When searching multiple databases, now recalculates the maximum attainable
    weight after each database which may allow it to terminate earlier.
    (ticket#336).
  + Fix inconsistent percentage scores when sorting primarily by value, except
    when a MatchDecider is also being used; document this remaining problem
    case.  (ticket#216)
* Enquire::set_sort_by_value() (and similar methods): Rename the wrongly named
  "ascending" parameter to "reverse", and note that its value should always be
  explicitly given since defaulting to "reverse=true" is confusing and the
  default will be deprecated in 1.1.0.  (ticket#311)
* Database::allterms_begin(): Fix memory leak when iterating all terms from
  more than one database.
* Query::get_terms_begin(): Don't return "" from the TermIterator (happened
  when the query contained or was Query::MatchAll).
* Add QueryParser::FLAG_DEFAULT to make it easier to add flags to those set by
  default.
2009-04-20 22:25:12 +00:00
wiz
a63e8608e2 Update to 3.8. Set LICENSE (gnu-lgpl-v2.1).
iso-codes 3.8
-------------
Tobias Quathamer <toddy@debian.org>
Thu, 2 April 2009

  [ ISO-3166 ]
  * Changes from ISO-3166 MA Newsletter VI-6. Closes: #520483
    - VE "short" name to "Venezuela, Bolivarian republic of"
    - introduce a "common_name" for Venezuela
  * Changes from ISO-3166 MA Newsletter VI-5.
    - MD "short" name to "Moldova, republic of"
    - introduce a "common_name" for Moldova

  [ ISO 639 translations ]
  * Simplified Chinese by LI Daobing (TP)
  * Indonesian by Andhika Padmawan (TP)
  * Russian by Yuri Kozlov
  * Finnish by Tommi Vainikainen (TP)
  * Italian by Milo Casagrande (TP)

  [ ISO 3166 translations ]
  * Telugu added by Y Giridhar Appaji Nag. Closes: #519665
  * French updated by Christian Perrier
  * Kazakh updated by Baurzhan Muftakhidinov and Dauren Sarsenov.
    Closes: #521015
  * Asturian updated by Marcos. Closes: #521088

  [ ISO 3166-2 translations ]
  * Indonesian by Andhika Padmawan (TP)

  [ ISO 15924 translations ]
  * Danish by Joe Hansen (TP)
2009-04-20 12:00:11 +00:00