Commit Graph

297 Commits

Author SHA1 Message Date
kevlo
8de4d85f96 Add clo++ 2001-01-31 10:03:23 +00:00
kevlo
e4eaac32ed Initial import of clo++-0.3.0
clo++ is a command line parser generator.
2001-01-31 10:02:48 +00:00
avsm
1b6d327f95 + p5-XML-XPath 2001-01-26 01:02:51 +00:00
avsm
0a5c990626 - initial import of p5-XML-XPath-1.04
--
This module aims to comply exactly to the XPath specification at
http://www.w3.org/TR/xpath and yet allow extensions to be added in
the form of functions.

Modules such as XSLT and XPointer may need to do this as they support
functionality beyond XPath.
2001-01-26 01:01:38 +00:00
avsm
24eba80fb3 + p5-XML-DOM
+ p5-XML-XSLT
2001-01-25 00:20:13 +00:00
avsm
95460bee27 initial import of p5-XML-XSLT-0.32
--
This is a Perl module to parse XSL Transformational sheets. For a
description of the XSLT, see http://www.w3.org/TR/xslt.  Other
useful resources can be found at http://www.xslt.com
2001-01-25 00:18:47 +00:00
avsm
5b30648943 initial import of p5-XML-DOM-1.25
--
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an
Object Oriented datastructure with a DOM Level 1 compliant interface.
For a description of the DOM (Document Object Model), see
http://www.w3.org/DOM/
2001-01-25 00:11:52 +00:00
brad
6c33ab241e set myself as maintainer; Ok'd by previous maintainer 2001-01-23 03:27:11 +00:00
brad
7117549b06 - fixup Makefile
- sync libtool patches with our libtool port
2001-01-22 16:40:22 +00:00
avsm
748f380672 + p5-XML-Parser
+ p5-XML-Simple
2001-01-21 19:29:28 +00:00
avsm
c79cbbd3f9 - import of p5-XML-Simple-1.05
--
XML::Simple is a Perl module that makes it really easy to read and
write XML files. You can get a full rundown of the module's
capabilities and limitations in the manual page.

XML::Simple was originally developed for the purpose of reading and
writing config files in XML format (which offers various advantages
over say .INI format). Having said that, many people find it useful
for other purposes.
2001-01-21 19:27:54 +00:00
avsm
7690998c25 - import of p5-XML-Parser-2.30
--
This module provides ways to parse XML documents. It is built on
top of XML::Parser::Expat, which is a lower level interface to James
Clark's expat library. Each call to one of the parsing methods
creates a new instance of XML::Parser::Expat which is then used to
parse the document. Expat options may be provided when the XML::Parser
object is created.

These options are then passed on to the Expat object on each parse
call. They can also be given as extra arguments to the parse methods,
in which case they override options given at XML::Parser creation
time.
2001-01-21 19:22:42 +00:00
avsm
6cb9ca4279 - update to expat-1.95.1
This is the new stream of official development for expat,
and is now developed on sourceforge.
2001-01-21 19:17:40 +00:00
kevlo
74f7920570 +java2html 2001-01-19 03:17:26 +00:00
kevlo
0fee206128 Initial import of java2html-1.7
java2html is the Java sources to HTML converter
2001-01-19 03:16:49 +00:00
brad
7864888328 style 2001-01-15 17:49:19 +00:00
brad
b20dcd6d5f upgrade to libxml 2.2.11 2001-01-09 14:49:31 +00:00
avsm
6c5aa773bd Clarify the DESCR regarding which DTDs are installed with the port. 2001-01-07 10:42:21 +00:00
avsm
3528b59c95 +p5-XML-Writer 2001-01-05 18:16:09 +00:00
avsm
bf7a6b8598 initial import of p5-XML-Writer-0.4
--
XML::Writer is a helper module for Perl programs that write an XML
document. The module handles all escaping for attribute values and
character data and constructs different types of markup, such as
tags, comments, and processing instructions.

By default, the module performs several well-formedness checks to
catch errors during output. This behaviour can be extremely useful
during development and debugging, but it can be turned off for
production-grade code.

The module can operate either in regular mode in or Namespace
processing mode. In Namespace mode, the module will generate Namespace
Declarations itself, and will perform additional checks on the
output.

Additional support is available for a simplified data mode with no
mixed content: newlines are automatically inserted around elements
and elements can optionally be indented based as their nesting
level.
2001-01-05 18:14:09 +00:00
brad
c7881f6a8a bye bye NO_CDROM and MIRROR_DISTFILE 2001-01-05 16:35:58 +00:00
kevlo
b7bd1130de Correct RCS tag 2001-01-04 13:17:21 +00:00
kevlo
876bb54ef4 Add xerces 2001-01-03 03:33:20 +00:00
kevlo
a1ee73fc08 Initial import of Xerces-1.2.3
Xerces is xml parser for Java.
2001-01-03 03:32:34 +00:00
jakob
e85bbddaac update to v1.2.3, add HOMEPAGE 2001-01-01 19:57:38 +00:00
avsm
da394bb67a Upgrade to docbook-modular-1.60. Minor localisation fixes, and
a cure for the missing table-of-contents-entries bug.  Also support
for python's ClassSynopsis.
2000-12-22 20:20:58 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
brad
647a646f17 upgrade to expat 1.2 2000-12-14 16:02:58 +00:00
espie
c5af8657b0 Bye, bye, EXTRACT_CMD, EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS 2000-12-14 13:22:59 +00:00
kevlo
488ea07c7a - Update to 2.2.10
- Take over maintainership

ok maintainer <rohee@>
2000-12-10 14:40:07 +00:00
avsm
8b85c54482 Integrate the set of HTML documentation provided by Norman Walsh for
the DSSSL stylesheets.  Installs into PREFIX/share/doc/docbook-modular
in HTML format.
2000-12-05 14:58:28 +00:00
avsm
8eb05870c6 - upgrade to docbook-modular-1.59
- bump NEED_VERSION

--
Bug fixes, international language improvements (new Korean locale is main
one), support for monospaced literallayout.
2000-12-05 14:22:28 +00:00
espie
2705903016 oops. Noticed by obecian@ 2000-12-05 12:10:15 +00:00
espie
a5b273bbfa +lgrind 2000-12-04 22:48:41 +00:00
espie
dadfcdf699 lgrind pretty-printer. 2000-12-04 22:47:50 +00:00
dugsong
f623e293a8 whack auto cruft 2000-12-01 08:07:20 +00:00
dugsong
603753c7c6 typo 2000-12-01 05:49:58 +00:00
dugsong
9e7a8ad74d p5-sdf - simple document format. http://www.mincom.com/mtr/sdf/ 2000-12-01 05:47:34 +00:00
dugsong
30df994897 i suk. sdf -> p5-sdf 2000-12-01 05:44:50 +00:00
dugsong
512ab52310 add p5-sdf 2000-12-01 05:31:59 +00:00
dugsong
677dbea165 p5-sdf - simple document format. http://www.mincom.com/mtr/sdf/ 2000-12-01 05:29:24 +00:00
espie
9caf73d4ab Trim down comments 2000-11-21 17:26:32 +00:00
avsm
d4eb473bfa add a pointer to the O'Reilly online edition of the DocBook
Definitive Guide. espie@ ok
2000-11-10 23:57:00 +00:00
espie
a82927c16c ${HOMEPAGE} works much better if you actually define HOMEPAGE 2000-11-10 13:47:34 +00:00
jakob
9da086c4d3 DISTNAME changed. ok espie@ 2000-11-01 19:13:17 +00:00
espie
d6cc9f1ec1 Trim comment 2000-11-01 14:52:15 +00:00
espie
7e856aabd3 Repair 2000-10-31 09:49:15 +00:00
espie
7987406fd0 MAINTAINER address 2000-10-27 12:56:09 +00:00
avsm
402c166b15 - work-around a pkg_add issue by adding manual entries to PLIST (it
was conflicting with docbook-modular as an already-existing version
  of docbook)  thx to espie@ for the way to solve this
- bump NEED_VERSION
- correct minor typo in DESCR
2000-10-24 17:04:57 +00:00
avsm
21535520eb Compensate for oasis-open.org always being down by adding the docbook.org
mirror site (only for 3.1 and 4.x unfortunately)
2000-10-24 13:32:20 +00:00