File: README

package info (click to toggle)
libsgml-parser-opensp-perl 0.994-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: perl: 225; makefile: 10
file content (53 lines) | stat: -rwxr-xr-x 1,317 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SGML-Parser-OpenSP
==================

This module provides an interface to the OpenSP SGML parser.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

PPM PACKAGE

A Win32 ppm package, suitable for use with ActivePerl compatible
Perl packages, is kindly provided by Randy Kobes at

  http://theoryx5.uwinnipeg.ca/ppms/

To install it, within the ppm shell set the repository to

  http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58

and then

  ppm> install SGML-Parser-OpenSP

This should run a post-install script to fetch and install the
needed OpenSP 1.5.2+ DLL; if this doesn't work, the DLL can be
obtained from

  http://theoryx5.uwinnipeg.ca/ppms/scripts/

which should subsequently be placed somewhere in the PATH.

DEPENDENCIES

This module requires these other modules and libraries:

  Perl 5.8.0 or later
  Class::Accesor
  The OpenSP library v1.5.2 or later, see http://openjade.sf.net/

Note that you need the header files and link libraries included in
"-dev" packages for OpenSP, not just the command line applications.

COPYRIGHT AND LICENCE

Copyright (c) 2006-2008 by Bjoern Hoehrmann <bjoern@hoehrmann.de>

This module is licensed under the same terms as Perl itself.