Commit graph

3477 commits

Author SHA1 Message Date
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
wiz
54a3905695 Update to 2.0.1:
Release 2.0.1 Tue June 5 2007
        - Fixed bugs #1515266, 1515600: The character data handler's calling
          of XML_StopParser() was not handled properly; if the parser was
          stopped and the handler set to NULL, the parser would segfault.
        - Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed
          some character constants to be ASCII encoded.
        - Minor cleanups of the test harness.
        - Fixed xmlwf bug #1513566: "out of memory" error on file size zero.
        - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call.
        - Fixes and improvements for Windows platform:
          bugs #1409451, #1476160, 1548182, 1602769, 1717322.
        - Build fixes for various platforms:
          HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180.
          All Unix: #1554618 (refreshed config.sub/config.guess).
                    #1490371, #1613457: support both, DESTDIR and INSTALL_ROOT,
                    without relying on GNU-Make specific features.
          #1647805: Patched configure.in to work better with Intel compiler.
        - Fixes to Makefile.in to have make check work correctly:
          bugs #1408143, #1535603, #1536684.
        - Added Open Watcom support: patch #1523242.
2007-06-08 13:14:04 +00:00
wiz
7bea590837 Update to 2.28. Simplify package.
Changes:
2007-04-12: 2.28. fix tables (tx Pete Savage)
2007-04-09: 2.27. fix line breaks (tx Danny O'Brien)
2007-02-23: 2.26. input unicode better (tx John Cavanaugh for the push)
2007-06-08 11:39:02 +00:00
wiz
b091129e5c Update to 0.08:
0.08	Wednesday 2nd May, 2007
	Expose glob_to_regex_string (Joshua Hoblitt)
2007-06-08 08:42:27 +00:00
uebayasi
7ee3c88da2 Honour ${COMPILER_RPATH_FLAG} in a SUBST_SED.hoge. 2007-06-07 13:01:27 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
kristerw
bd33c06cbd Sort. 2007-06-01 19:33:01 +00:00
joerg
8ec1a85713 Remove Zope 2.2 and related pieces:
databases/zope-mysql
lang/py-extclass
textproc/py-dtml
www/py-pcgi
www/py-zpublisher
www/zope

No objection from pkgsrc-users.
cVS: ----------------------------------------------------------------------
2007-05-29 10:16:42 +00:00
heinz
087ca88eef The packages supports installation to DESTDIR. 2007-05-28 15:32:51 +00:00
obache
eb1e2640af Add ruby-htree. 2007-05-26 13:17:16 +00:00
obache
fc139c66fd Import ruby-htree version 0.6.
htree provides a tree data structure which represent HTML and XML data.

 * Permissive unified HTML/XML parser
 * byte-to-byte round-tripping unparser
 * XML namespace support
 * Dedicated class for escaped string. This ease sanitization.
 * HTML/XHTML/XML generator
 * template engine
 * recursive template expansion
 * converter to REXML document
2007-05-26 13:16:00 +00:00
minskim
0ba7c1db2b Add ruby-hpricot. 2007-05-26 01:39:04 +00:00
minskim
692d53ca19 Import ruby-hpricot.
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree
and John Resig's JQuery, but with the scanner recoded in C (using
Ragel for scanning).
2007-05-26 01:34:44 +00:00
minskim
6ab70e94f1 Add xhtmldiff. 2007-05-26 00:59:50 +00:00
minskim
62ef46424b Import xhtmldiff.
xhtmldiff is a tool for generating valid XHTML redline documents from
valid XHTML documents.
2007-05-26 00:56:50 +00:00
markd
e8d4a67744 Update docutils to 0.4
Components:
* Added an S5/HTML writer and the rst2s5.py front end: multi-platform,
  multi-browser HTML slide shows.
* The newlatex2e writer is nearing completion.
* Added a DocTree reader, publish_doctree and publish_from_doctree convenience
  functions, for document tree extraction and reprocessing.
reStructuredText:
* Added directives: "container" (generic block-level container),
  "default-role" (role used for `backtick` syntax), "title" (document title
  metadata), and "date" (generate the current local date, for substitution
  definitions).
* Length units are now supported for image sizes.
* Added standard definition files for special characters etc.
Internationalization:
* Added Japanese and Simplified Chinese language mappings, and support for
  double-width CJK-characters in tables and section titles.
Documentation:
* Added a guide for distributors (package maintainers) and a guide for
  developers.
General:
* Added significant Emacs support for reST.
* Added a --strip-comments option.
* --embed-stylesheet is now the default for the HTML writer (rather than
  --link-stylesheet).
2007-05-25 11:15:03 +00:00
minskim
2008eb0769 Add ruby-syntax. 2007-05-24 10:50:33 +00:00
minskim
d9c2541950 Import ruby-syntax.
Syntax is a lexical analysis framework.  It supports pluggable syntax
modules, and comes with modules for Ruby, XML, and YAML.  It means you
can use Syntax to take a body of text representing instructions in
some syntax (like Ruby), and break that text into tokens.  You could
conceivably use it to count the number of classes in a system, or the
number of lines of code per method.  But Syntax was written
specifically with syntax highlighting in mind.
2007-05-24 10:48:11 +00:00
wiz
e2c2c24014 Remove some more gnome1-libs dependencies.
No comment on pkgsrc-users nor from the maintainers after two weeks.
2007-05-20 15:21:35 +00:00
wiz
1ce68a0861 Patch out another unportable "if ! which ..." line.
From Sergey Svishchev.
2007-05-19 14:12:05 +00:00
adrianp
6ef870662f Stop py-X from installing a configuration file under /etc
Spotted by joerg@'s bulk builds
PKGREVISION++
2007-05-19 01:14:07 +00:00
heinz
3984262e32 Updated to version 2.0.0.
Pkgsrc changes:
  - Package supports installation to DESTDIR.
  - New requirement p5-version.
  - Added HOMEPAGE

Changes since version 1.95:
===========================
1.96.0  Mon May  1 21:52:37 2006
    - Fixed major bug in extract_multiple handling of unknowns
    - Fixed return value on failure (thanks Eric)
    - Fixed bug differentiating heredocs and left-shift operators
      (thanks Anthony)

1.97   Mon May  1 21:58:04 2006
    - Removed three-part version number and dependency on version.pm

1.98  Fri May  5 14:58:49 2006
    - Reinstated full test suite (thanks Steve!)

1.99.0  Thu Nov 16 07:32:06 2006
    - Removed reliance on expensive $& variable (thanks John)
    - Made Makefile.PL play nice with core versions (thanks Schwern!)

1.99.1  Thu Nov 16 09:29:14 2006
    - Included dependency on version.pm (thanks Andy)

2.0.0  Wed Dec 20 10:50:24 2006
    - Added patches from bleadperl version (thanks Rafael!)
    - Fixed bug in second bracketed delimiters (thanks David)
2007-05-18 20:31:59 +00:00
seb
40d6e8e474 Update to version 0.21.
Changes since last packaged version (0.20):

Convert::ASN1 0.21 -- Fri Feb  2 20:24:59 CST 2007

Bug Fixes
 * Fixed problem with indefinite encoding inside an indefinite encoding

Enhancements
 * Added support for type-local ANY DEFINED BY (patch from Leif Johansson)
2007-05-17 21:09:40 +00:00
obache
48376fbd4e Pass appropriate flags related to pthread(Should fix build problem on DragonFly).
Remove subst for mecab-config, it was unneeded anymore.
2007-05-17 15:38:26 +00:00
obache
157d6f53b1 Update URL for DocCat. 2007-05-16 12:56:48 +00:00
heinz
4589d17d22 Activated liblrdf 2007-05-15 19:27:05 +00:00
heinz
3ba7273ae2 Initial import of liblrdf 0.4.0.
Liblrdf is a library for easy manipulation of RDF files describing
LADSPA plugins. It can also be used for general RDF manipulation.
Liblrdf can read RDF/XLM and N3 files and export N3 files, it also has a light
taxonomic inference capability.
2007-05-15 19:25:31 +00:00
heinz
ff75b4357c Updated to version 1.4.15.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - Enabled "make test"
  - Added libxslt as a requirement so GRDDL support can be built.

Relevant changes since version 1.4.10:
======================================
2007-03-26 Raptor Version 1.4.15 Released

   GRDDL parser substantially updated to support the GRDDL W3C Working
   Draft 2 March 2007
   Errors for XML parsing and URI 404s are reported much better
   Fixed reported issues: #0000174, #0000177, #0000178, #0000180
   Many other minor fixes and improvements.

2007-01-31 Raptor Version 1.4.14 Released

   New Turtle serializer by Dave Robillard based on the existing
   RDF/XML-Abbrev serializer.
   New GraphViz DOT format serializer by Evan Nemerson.
   GRDDL parser now does namespace and profile URI recursion and has
   other improvements and fixes.
   Fixed reported issues: #0000032, #0000141, #0000143, #0000148,
   #0000155 and #0000157
   Many other fixes and improvements.

2006-10-22 Raptor Version 1.4.13 Released

   Fixed a memory leak in reusing the XML writer
   Fixed reported issues: #0000134
   Minor updates and fixes to tutorial, configuration and build

2006-08-27 Raptor Version 1.4.12 Released

   Restore serializer enumeration ordering back to that of 1.4.10 which
   was causing Redland problems when writing type 'application/rdf+xml'.

2006-08-26 Raptor Version 1.4.11 Released

   Added network request filtering for parsers
   Improved the GRDDL parser to read Embedded RDF and HCalendar
   The Guess parser can now be reused to do multiple guesses
   The RSS 1.0 Serializer now works again
   Fixed reported issues: #0000014, #0000041, #0000089, #0000091 ,
   #0000110 and #0000112
   Made several other changes, fixes and improvements.
2007-05-15 19:15:43 +00:00
wiz
2e8801824f Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*).

There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.

(*) More to come before that can happen, though.
2007-05-13 14:39:15 +00:00
obache
2722b1fce0 Add mirror site mentioned in Namazu Project Wiki:
http://www.namazu.org/trac-namazu/trac.cgi/wiki/WikiStart.en
2007-05-13 02:59:08 +00:00
obache
8bee81f125 Add and enable MeCab related packages. 2007-05-12 14:01:04 +00:00
obache
265d8da3ad Initial import of ruby-mecab version 0.95.
MeCab ruby module.
2007-05-12 13:57:22 +00:00
obache
06aaeab07e Initial import of py-mecab version 0.95.
MeCab python module.
2007-05-12 13:56:34 +00:00