Commit graph

1711 commits

Author SHA1 Message Date
jmmv
d79f69e2b6 Update description according to xmlcatmgr's 2.x branch. 2004-01-18 11:00:17 +00:00
jmmv
5a7cc41b85 Update to 2.0alpha2:
Released on 2004/01/17, its state was alpha.

* Fixes to allow multiple entries with the same content in both SGML and
  XML catalog files.  Sorry but this may break command line compatibility
  with old versions in some scenarios; that is, the "remove" action now
  takes pairs of values.  Even though, if just one argument is given to
  "remove", it behaves as before to help the transition to newer versions.

* New catalogs are created now in memory before writting them to disk.
  This ensures that they will look exactly the same after creation and
  after some manipulation (addition and removal of entries).

* Added an option to configure, '-n doc', to disable installation of
  distribution documentation files in the system.

* Some bug fixes.
2004-01-17 16:00:20 +00:00
recht
c2612f6fbc + doclifter 2004-01-17 01:08:31 +00:00
recht
01176c05eb initial import of doclifter 1.6
The doclifter program translates documents written in troff macros to DocBook.

Lifting documents from presentation level to semantic level is hard, and
a really good job requires human polishing. This tool aims to do everything
that can be mechanized, and to preserve any troff-level information that might
have structural implications in XML comments.

This tool does most of the hard parts, but not all. TBL tables diagrams are
translated into DocBook table markup and and PIC into SVG, but EQN is not
translated.

Test loads are included in the distribution. The code has been tested in about
the most brutal possible way; it has been run against every single man page
in all sections of a full installation of Red Hat 9 with Fedore Core 1 updates.
It lifts 96% of 9836 pages without requiring any hand-hacking required.
2004-01-17 01:07:14 +00:00
xtraeme
080645d6d3 Make this build with libxml-2.6.x 2004-01-15 09:11:58 +00:00
xtraeme
a8f1a51ee6 Update to 0.13
Changes:

o make parse return 1 (Steven Allen)
o sub setModel: Generation of regexp goes wrong if an element has more than
  62 members and any of these has cardinality other than 1:
  Parentheses are required around each re token, because the tokens are
  encoded as character pairs if there's 62 or more of them. (B Mills)
2004-01-15 09:02:32 +00:00
cjep
1b39677b6e Remove unnecessary blank lines. 2004-01-12 09:46:04 +00:00
jschauma
3a2379e7ac Make this compile with gcc-3.3. Fixes problem seen in agc's latest bulk build. 2004-01-11 20:31:44 +00:00
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."
2004-01-07 02:21:16 +00:00
jlam
fe69a47fe5 bl3ify 2004-01-05 23:34:03 +00:00
kristerw
6b1687795d Back out last change, since those belong to the textproc/xmlcatmgr
package.

Noted by Min Sik Kim (minskim at bawi dot org)
2004-01-05 22:20:54 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
wiz
7443ef098e Update to 1.0.1, based on PR 23989 by Adam Migus.
Version 1.0.1
November 24, 2003
-----------------
	- minor changes to configure (snprintf tested)
	- fixed a bug of wrong error line numbers in imported or
	  included template
	- fixed a bug of count() function argument casting
	- misplaced xsl:import no more processed
	  [reported by Bob Kline]
	- fixed a bug of crashing current() [reported by Alex Greg]
	- fixed a bug in DOM (inserting child nodes)
	- fixed a bug of pointers sized differently from boolean on
	  64-bit platforms

Add lots of documentation to PLIST.
2004-01-05 19:11:25 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
kristerw
86d545bbce Add a missing directories to ${INSTALL_DATA_DIR} and PLIST. 2004-01-05 06:20:29 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
recht
87c74cd9e0 fix path to py-libxml2
noted by Min Sik Kim in private mail
2004-01-04 22:24:05 +00:00
cjep
d6958d265e Locally mirror jade_1.2.1-18.diff.gz as this has gone from the Debian site.
(cf. PR#23632).

XXX We should probably update jade to use jade_1.2.1-38.diff.gz
2004-01-04 18:34:31 +00:00
xtraeme
753541da3a Update to 0.4.0, based on patch sent from Min Sik Kim in PR pkg/23793.
Changes:

	o Compiles with g++.
	o seleng and layeng are disabled by default.
	  (NOTE: They are enabled in pkgsrc.)
	o Build system cleanup.
	o More fixes.
2004-01-04 18:00:28 +00:00
recht
3f4d4b3570 add py-libxml2 and py-libxslt 2004-01-04 11:56:29 +00:00
recht
a6fc8bcee2 initial import of py--libxslt-1.1.2
provided by Min Sik Kim via pkgsrc-wip

This is the libxslt python module, providing access to the libxslt
library.
2004-01-04 11:48:30 +00:00
recht
2285f7245c initial import of py-libxml2-2.6.4
provided by Min Sik Kim via pkgsrc-wip

This is the libxml2 python module, providing access to the libxml2
library.
2004-01-04 11:47:17 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
cjep
2cd1edfaf1 Note othersrc->src. No functional change 2004-01-02 15:10:06 +00:00
seb
c53fae23ee Work around a f77 ICE on NetBSD/sparc64 1.6* by "disabling" f77
completely. Please note that a Fortran compiler is not needed by
this package but configure -libtool in fact- tickles it if one is
found.
2003-12-31 09:55:43 +00:00
cjep
c843a6ae2a Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
cjep
5eb0c48a6d Update of textproc/bsdgrep-devel to 20031230. Changes since previous
version (20030914):

 * Fix reading expressions from file.
 * Fix explanation of -C in manual page.
 * Removal of unused functions and variables.
 * Use correct {f,gz}seek parameters.
 * Exit with 2 on errors.
 * Correctly handle a mmap failure condition.
2003-12-30 15:34:52 +00:00
jmmv
b5c7bd8e1b Rename files that have apostrophes in their name. Fixes problems with
pkg_install (which cannot handle such names properly).  Bump PKGREVISION to 1.
2003-12-28 16:15:09 +00:00
tron
07b61bde03 Correct contents of directory "share/doc/html/libxslt/EXSLT". 2003-12-28 10:34:37 +00:00
jmmv
06dae053c6 Update to 1.1.2, from Min Sik Kim in PR pkg/23896 with some changes by me:
1.1.2:
        * libxlst/numbers.c: fixed xsl:number level="any" for Bug
          129057
        * libxslt/numbers.c: added namespace comparison for
          xsl:number count function (Bug 129057)
        * tests/docs/Makefile.am tests/docs/bug-139.xml
          tests/general/Makefile.am tests/general/bug-139*: added
          test for entities parsing (Bug #129489)
        * tests/docs/Makefile.am tests/docs/bug-138.xml
          tests/general/Makefile.am tests/general/bug-138*: added
          test for namespace problem (Bug #129624)
        * xsltproc.c: fixed #129327 make sure parser flags get transmitted to
          the transformation context
        * libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h
          libxslt/xsltutils.c libxslt/xsltutils.h: add a new call
          xsltSetCtxtParseOptions() to update parsing options in document()
        * libxslt/keys.c: fixed second problem on #122483, namespace
          definitions must be propagated to keys.
        * tests/docs/Makefile.am tests/docs/bug-137.xml
          tests/general/Makefile.am tests/docs/bug-137*: added test
          to the regression for bug #122483
        * libxslt/transform.c: added the cast needed to fix #129188 warning
        * libexslt/transform.c: fixed Bug 129624 (erroneous output
          of namespaces)
        * libexslt/date.c: fixed several routines to assure empty
          string returned (rather than a string object with a null
          string pointer) (Bug 129561)
        * doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl
          doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html:
          enhanced documentation to include exslt; rebuilt docs
        * libxslt/xsltutils.h
        * doc/*
        document XSLT_TRACE macro (sort of) and rebuild docs
        * win32/Makefile.mingw win32/configure.js: tried to fix mingw
          build, no success, it still works halfway.
        * win32/Makefile.* win32/configure.js libxslt/xsltexports.h
          libexslt/exsltexports.h libxslt/win32config.h: msvc and
          mingw compilation fixes.

1.1.1:
   - code cleanup (William Brack)
   - Windows: Makefile improvements (Igor Zlatkovic)
   - documentation improvements: William Brack, libexslt man page (Jonathan
    Wakely)
   - param in EXSLT functions (Shaun McCance)
   - XSLT debugging improvements (Mark Vakoc)
   - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William
    Brack), key selector parsing with | reported by Oleg Paraschenko,
    xsl:element with computed namespaces (William Brack), xslt:import/include
    recursion detection (William Brack), exslt:function used in keys (William
    Brack), bug when CDATA_SECTION are foun in the tree (William Brack),
    entities handling when using XInclude.
2003-12-26 21:56:14 +00:00
jmmv
7435f4ff33 Update to 2.6.4, from Min Sik Kim in PR pkg/23895 with some changes by me:
2.6.4: Dec 24 2003:
   - Windows build fixes (Igor Zlatkovic)
   - Some serious XInclude problems reported by Oleg Paraschenko and
   - Unix and Makefile packaging fixes (me, William Brack,
   - Documentation improvements (John Fleck, William Brack), example fix
    (Lucas Brasilino)
   - bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of
    NULL strings (William Brack) , API building reader or parser from
    filedescriptor should not close it, changed XPath sorting to be stable
    again (William Brack), xmlGetNodePath() generating '(null)' (William
    Brack), DTD validation and namespace bug (William Brack), XML Schemas
    double inclusion behaviour

2.6.3: Dec 10 2003:
   - documentation updates and cleanup (DV, William Brack, John Fleck)
   - added a repository of examples, examples from Aleksey Sanin, Dodji
    Seketeli, Alfred Mickautsch
   - Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw
    (Kenneth Haley)
   - Unicode range checking (William Brack)
   - code cleanup (William Brack)
   - Python bindings: doc (John Fleck),  bug fixes
   - UTF-16 cleanup and BOM issues (William Brack)
   - bug fixes: ID and xmlReader validation, XPath (William Brack),
    xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser
    (James Bursa), attribute defaulting and validation, some serialization
    cleanups, XML_GET_LINE macro, memory debug when using threads (William
    Brack), serialization of attributes and entities content, xmlWriter
    (Daniel Schulman)
   - XInclude bugfix, new APIs and update to the last version including the
    namespace change.
   - XML Schemas improvements: include (Robert Stepanek), import and
    namespace handling, fixed the regression tests troubles, added examples
    based on Eric van der Vlist book, regexp fixes
   - preliminary pattern support for streaming (needed for schemas
    constraints), added xmlTextReaderPreservePattern() to collect subdocument
    when streaming.
   - various fixes in the structured error handling
2003-12-26 21:49:08 +00:00
wiz
4c6c372fee Update to 1.1.3:
1.1.3:
Now with shiny new Hspell support (requires hspell
0.7). Other than that, no changes have been made since
the 1.1.2 release.

1.1.2:
Has Jordi's Ispell bugfix in it plus the new Hspell
backend.

1.1.0:
New Enchant release. This fixes some
ispell-compatibility mode problems (i.e. the command
line program), specifically related to charsets.

This also fixes some other charset issues that
affected our Ispell and Myspell backends. Big thanks
to Raphael Finkel and egmont@uhulinux.hu (Egmont
Koblinger)

Everyone is strongly encouraged to upgrade. It exports
1 more function and maintains API/ABI compability.
AbiWord 2.1.0 depends on this released version or a
CVS equivalent.

1.0:
:)
2003-12-26 18:19:46 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
wiz
b34df0ba8b Update to 1.1b1, provided by Min Sik Kim in PR 23863.
Changes since 1.0:
  - Added more elements and attributes.
  - 1.1b1 has 116 elements, 546 entities, and 29 notations.
2003-12-23 22:25:29 +00:00
jmmv
9e51645da2 Enable developer mode (so that assertions are kept). This should be removed
when the 2.x branch of the program is stabilized.
2003-12-23 11:56:41 +00:00
jmmv
537fb9f927 Update to 2.0alpha1. This is the first version of the development branch.
I'm updating the package to this version because it should fix many
portability issues (avoiding the installation of GNU tools), and because
it is a lot safer when modifying existing catalog files (not line oriented
any more and with real file locking).

I've tested the program under several other systems and platforms (including
FreeBSD, Linux and Solaris, the later with the sunpro compiler too), and it
built and worked fine.  Thanks to simonb@ for testing under an Alpha system
with pkgsrc.

Change log follows:

Released on 2003/12/23, its state was alpha.

* xmlcatmgr has been completely rewritten in C.  Even though, command line
  compatibility has been kept, so that existing scripts using this program
  do not break.

* Buildtool is not used any more.  A custom build infrastructure has been
  implemented, as something small and very portable was needed.

* Added the `lookup' action, used to search for entries in catalogs.

* Added real parsers to manipulate SGML and XML catalogs.  The program is
  not line oriented any more, thus beeing a lot more flexible.

* Multiple race conditions fixed, which were unavoidable from a shell
  script.

* Better handling of special characters and spaces in strings, difficult
  to handle from shell scripts.
2003-12-23 11:45:05 +00:00
sketch
839613806e Use compiler.mk logic, fixing systems with a non-GCC compiler. 2003-12-23 10:37:56 +00:00
jmmv
bed6814e74 Update to 1.64.1. Changes since previous release:
Changes to xsl/*
  | 	* Makefile: Check for DIFFVER and make sure tags happen
  | 	* RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES
  | 	  file for 1.64.1
  | 	* Makefile, VERSION: Prepare to support freshmeat-submit for
  | 	  next release
  | 	* VERSION: Version 1.64.0 released.
  | 	* VERSION: Version 1.63.0 released.
  | 	* VERSION: Version 1.62.4 released.

Changes to xsl/common/*
  | 	* .cvsignore, Makefile: Support sr_Latn locale
  | 	* l10n.xml: Added sr_Latn.xml for Serbian in Latin script.
  | 	* common.xsl: Fixed bug #851603 infinite recursion in
  | 	  copyright.year when no <year> elements at all.
  | 	* common.xsl: section.level now computes refentry sections
  | 	  relative to container element.
  | 	* gentext.xsl, labels.xsl, subtitles.xsl, table.xsl,
  | 	  targets.xsl, titles.xsl: Added CVS $Id$ comment.
  | 	* labels.xsl: Fixed bug where sect1 generated infinite loop
  | 	  when root element and
  | 	  $section.label.includes.component.label is non zero.
  | 	* gentext.xsl: Fixed cut-and-paste typo in substitute.markup
  | 	  template.

Changes to xsl/docsrc/*
  | 	* htmlhelp.xml: Corrected parameter name

Changes to xsl/fo/*
  | 	* index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug
  | 	  in index title indents when $title.margin.left is non-zero.
  | 	* sections.xsl: Now marker respects $marker.section.level
  | 	  parameter.
  | 	* param.ent, param.xweb: Added marker.section.level to control
  | 	  which sections are included in running headers or footers.
  | 	* component.xsl: Fixed bug #605761 where article/appendix
  | 	  title did not respect the $title.margin.left setting. Use a
  | 	  new article.appendix.title.properties attribute set.
  | 	* param.ent, param.xweb: Added
  | 	  article.appendix.title.properties to fix bug 605761.
  | 	* param.ent, param.xweb: Added refentry.pagebreak parameter.
  | 	* refentry.xsl: refnamediv now uses section.level template to
  | 	  compute title level.
  | 	* refentry.xsl: Added $refentry.pagebreak parameter to make
  | 	  page breaks optional.
  | 	* inline.xsl, param.ent, param.xweb: Support new parameters
  | 	  for superscript/subscript properties
  | 	* lists.xsl: Processing of listitems now processes and
  | 	  preserves order of comments and PIs.
  | 	* htmltbl.xsl, task.xsl: Added CVS $Id.
  | 	* pagesetup.xsl: Remove $title.margin.left from the
  | 	  margin-left calculation when $passivetex.extensions != 0
  | 	  since it can't do the math.
  | 	* lists.xsl: Make sure that fo:list-item-body always contains
  | 	  an fo:block
  | 	* inline.xsl: Support code inline
  | 	* formal.xsl: Moved id from fo:table to container block in
  | 	  informaltable to eliminate duplicate ids when multiple
  | 	  tgroups used.
  | 	* graphics.xsl: Added GIF extensions which is supported by FOP
  | 	* formal.xsl: Add comment about span not working in most FO
  | 	  processor because not on a child of fo:flow.
  | 	* pagesetup.xsl: Added units to margin-left="0" in header and
  | 	  footer templates.
  | 	* titlepage.xsl: width property added to revhistory table,
  | 	  with option to use <?dbfo table-width="xx%"?> processing
  | 	  instruction.
  | 	* pagesetup.xsl: Removed title.margin.left indent for the
  | 	  index-*-draft page masters as well.
  | 	* autoidx.xsl, index.xsl, param.ent, param.xweb: Significant
  | 	  index terms can get special rendering in XEP
  | 	* lists.xsl: Support stepalternatives
  | 	* lists.xsl: Fixed bug in variablelist width calc that was
  | 	  returning zero.

Changes to xsl/html/*
  | 	* chunk-common.xsl: Fix ugly performance problem in
  | 	  footer.navigation (thanks again Guillaume du Bourguet)
  | 	* inline.xsl: Fix bug [ 841586 ] id-attibute in firstterm
  | 	  prohibits link to glossary.
  | 	* autotoc.xsl: Omit setindex from TOC if $generate.index = 0
  | 	* table.xsl: Now colwidth="*" treated as colwidth="1*" for
  | 	  tablecolumns extension.
  | 	* lists.xsl: Processing of listitems now processes and
  | 	  preserves order of comments and PIs.
  | 	* autoidx.xsl, changebars.xsl, chunk-code.xsl,
  | 	  chunk-common.xsl, chunk.xsl, chunker.xsl, chunkfast.xsl,
  | 	  chunktoc.xsl, html-rtf.xsl, htmltbl.xsl, maketoc.xsl,
  | 	  manifest.xsl, oldchunker.xsl, onechunk.xsl,
  | 	  profile-chunk.xsl, profile-onechunk.xsl, task.xsl: Added CVS
  | 	  $Id$ comments.
  | 	* Makefile.param, param.ent, param.xweb: Added new HTML Help
  | 	  parameters from patches by W. Borgert
  | 	* chunk-common.xsl: Experimental fix for some xref linking
  | 	  issues in cases where dbhtml 'dir' is used.
  | 	* chunk-common.xsl: Fix ugly performance problem with chunking
  | 	  (thanks Guillaume du Bourguet)
  | 	* glossary.xsl: Fix bugs in formatting of glosslist
  | 	* inline.xsl: Support code inline
  | 	* chunk-common.xsl: Moved call to user.head.content to just
  | 	  before </head> to give the user the last word.
  | 	* chunk-code.xsl: Remove index from Next and Previous when
  | 	  $generate.index = 0.
  | 	* lists.xsl: Support stepalternatives

Changes to xsl/htmlhelp/*
  | 	* htmlhelp-common.xsl: Fixed parameter name collision
  | 	* htmlhelp-common.xsl: Added new HTML Help parameters from
  | 	  patches by W. Borgert
  | 	* htmlhelp-common.xsl: Handle setindex in a proper way

Changes to xsl/manpages/*
  | 	* lists.xsl: Fix nested lists properly.
  | 	* docbook.xsl: Use .nf environment for literallayout.
  | 	* docbook.xsl: Prevent duplicate .nf environments inside
  | 	  informalexample or screen. All fiftenn allowed contained
  | 	  element in these elements will provide its own.
  | 	* docbook.xsl: Last commit reverted a previous change -- redo
  | 	  it.
  | 	* docbook.xsl: Remove unused rule.
  | 	* docbook.xsl: Fix literallayout inside para.
  | 	* lists.xsl: Fix singly-nested lists.
  | 	* docbook.xsl: Don't mess up roff markup in tables.
  | 	* lists.xsl, synop.xsl: 2003-11-06 Tim Waugh
  | 	  <twaugh@redhat.com> * lists.xsl: Normalize space in
  | 	  itemizedlist/listitem. * synop.xsl: Likewise.

Changes to xsl/params/*
  | 	* article.appendix.title.properties.xml: Fixed typo in
  | 	  use-attribute-sets attribute
  | 	* title.margin.left.xml: Fix typo in parameter end tag
  | 	* marker.section.level.xml: New file.
  | 	* article.appendix.title.properties.xml: New file.
  | 	* refentry.pagebreak.xml: New file.
  | 	* refentry.title.properties.xml: Added space-before properties
  | 	  since page breaks are now optional. Added a description
  | 	  paragraph.
  | 	* subscript.properties.xml, superscript.properties.xml: New
  | 	  file.
  | 	* htmlhelp.display.progress.xml,
  | 	  htmlhelp.enhanced.decompilation.xml, htmlhelp.hhc.width.xml,
  | 	  htmlhelp.hhp.windows.xml,
  | 	  htmlhelp.remember.window.position.xml,
  | 	  htmlhelp.show.toolbar.text.xml,
  | 	  htmlhelp.window.geometry.xml: New file.
  | 	* title.margin.left.xml: Set to zero if passivetex.extensions
  | 	  != 0 since PassiveTeX cannot handle the math expression with
  | 	  negative values.
  | 	* index.preferred.page.properties.xml: New file.

Changes to xsl/extensions/xalan2/.classes/*
  | 	* Makefile.common: Support unicode.font in Xalan extensions

Changes to xsl/extensions/xalan2/com/nwalsh/xalan/*
  | 	* FormatCallout.java, FormatUnicodeCallout.java, Params.java,
  | 	  Verbatim.java: Support unicode.font in Xalan extensions
2003-12-21 10:01:12 +00:00
jmmv
9df6598823 Update to 1.2:
Released on 2003/12/16, its state was stable.

* Added the BT_PROG_GREP variable to the build system; this is to allow the
  user override the grep program used by xmlcatmgr.  In some systems, like
  Solaris, the -F flag is not supported, so an alternative must be used.
2003-12-16 22:45:33 +00:00
sketch
f6c197ca04 Ensure a version of grep is used which can handle the -F argument. 2003-12-16 11:33:44 +00:00
sketch
285f3a5771 Don't rely on xargs behaviour to pass arguments correctly to rm, instead
execute if necessary directly from find.  Fixes breakage on systems
which output "blah" from $(echo | xargs echo "blah") (Solaris, Linux, ..)
2003-12-16 11:30:57 +00:00
jmmv
4ce69a53dc Update to 1.34, from Soren Jacobsen in PR pkg/23741:
* Improve check for certain lines (not those that begin a chunk) that
  begin with '-', treating all except "---" as a delete (report by
  James Rowe <Jay@jnrowe.uklinux.net>).
* Minor updates to configure script.
2003-12-14 11:14:21 +00:00
xtraeme
6d76ce0c83 Add and enable db2latex, docbook-simple and dtdparse. 2003-12-13 21:22:33 +00:00
xtraeme
4bdc8bf2c6 Initial import of dtdparse-2.0beta6 from pkgsrc-wip, packaged by
Min Sik Kim.

DTDparse reads an SGML or XML DTD and constructs an XML database of
its content. This database can be examined to construct other views of
the DTD.
2003-12-13 21:20:38 +00:00
xtraeme
139ca5fa3f Initial import of docbook-simple-1.0 from pkgsrc-wip, packaged by
Min Sik Kim.

Simplified DocBook is an attempt to provide a proper subset of DocBook
that is simultaneously smaller and still useful. Its original genesis
was a desire to make "the HTML subset of DocBook," that is, a subset
that had roughly as many tags as HTML and roughly the same descriptive
power.
2003-12-13 21:19:18 +00:00
xtraeme
e2ea0a7d5a Initial import of db2latex-0.7 from pkgsrc-wip, packaged by Min Sik Kim.
DB2LaTeX are a set of XSLT stylesheets which generate high level
LaTeX2e from your docbook document.  They do not perform any FO
transformation, the only thing they do is to map DocBook tags into
more or less standard LaTeX (a recent installation of LaTeX 2e is
required, with most common packages. However, in more stable releases,
package dependencies will be completely managed with xsl variables,
making it virtually compatible with basic LaTeX 2e installations).
All the "styling" has to be done by modifying available xsl:variables,
overriding and customizing templates, and in the last, by adding your
"sty" files.
2003-12-13 21:18:12 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
jmmv
6305c2d4b1 Update to 0.28 and take maintainership:
* made intltool-merge use XML::Parser (#116526 and others) [Brian Cameron]

  - added and updated tests
  - updated so that intltool-merge doesn't add a trailing '\n'
    character to CDATA values.
  - Corrected the logic of encoding/decoding the string
    before/after translation.
  - Added it to build, made it install (Kenneth Christiansen)
    - Added missing DESTDIR (Abel Cheung)
    - Also nstall OrigTree.pm in the distribution tree (Malcolm Tredinnick)
    - Check for the XML::Parser module at build time (Malcolm Tredinnick)

* Added INTLTOOL_KBD_RULE for GOK\s *.kdb files (Bill Haneman)
* Added --multiple-output option (Kenneth Christiansen)
* Avoid bashism in xgettext version check. (#120267) (Abel Cheung)
* Handle standard GNU gettext 0.12 and 0.13 installations (Malcolm Tredinnick)
* Fix the running of test 18 (multiple output test) (Malcolm Tredinnick)
2003-12-13 17:19:26 +00:00