Commit graph

1739 commits

Author SHA1 Message Date
jlam
1d4345080c bl3ify 2004-02-01 10:28:48 +00:00
jlam
beb6679f7f Missing an :M operator on the match for "yes". 2004-02-01 10:17:21 +00:00
jlam
7c294cef3b Preserve previous behaviour by unconditionally setting USE_BUILDLINK2 if
we're not already using buildlink3.
2004-02-01 10:12:58 +00:00
jlam
cc930177c2 Add a buildlink3.mk file for xmlcatmgr and teach catalogs.mk to use the
buildlink3.mk file if USE_BUILDLINK3 is "yes".
2004-02-01 10:11:39 +00:00
xtraeme
9ec888e1e8 Update to 2.6.5, provided by Min Sik Kim in PR pkg/24272.
Changes:

	o Python bindings: fixes (William)
	o enum support
	o structured error reporting
2004-01-31 22:19:06 +00:00
xtraeme
dc37b569bc Update to 2.6.5, provided by Min Sik Kim in PR pkg/24271.
Changes:

   - Bugfixes: dictionnaries for schemas (William Brack), regexp segfault
    (William), xs:all problem (William), a number of XPointer bugfixes
    (William), xmllint error go to stderr, DTD validation problem with
    namespace, memory leak (William), SAX1 cleanup and minimal options fixes
    (Mark Vadoc), parser context reset on error (Shaun McCance), XPath union
    evaluation problem (William) , xmlReallocLoc with NULL (Aleksey Sanin),
    XML Schemas double free (Steve Ball), XInclude with no href, argument
    callbacks order for XPath callbacks (Frederic Peters)
   - Documentation: python scripts (William Brack), xslt stylesheets (John
    Fleck), doc (Sven Zimmerman), I/O example.
   - XInclude: various fixes for conformance, problem related to dictionnary
    references (William & me), recursion (William)
   - xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred
    Mickautsch),
   - xmlSchemas: normalizedString datatype (John Belmonte)
   - code cleanup for strings functions (William)
   - Windows: compiler patches (Mark Vakoc)
   - Parser optimizations, a few new XPath and dictionnary APIs for future
    XSLT optimizations.
2004-01-31 22:13:52 +00:00
heinz
1585f86d28 Do not use "find -d". This option is not available on all supported platforms. 2004-01-28 23:41:08 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
kristerw
092a1ec191 Add build dependency on textproc/p5-XML-Parser. 2004-01-25 15:29:51 +00:00
tron
81f0a2c842 Fix crappy C code which breaks the build with GCC 2.95.3. 2004-01-25 09:35:38 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
jmmv
c627996592 Fix build; I guess this is a gcc3 issue. 2004-01-24 10:00:29 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
rh
2e520ef7b9 Don't force binary package consistency through BUILDLINK_DEPENDS, we now
have BUILDLINK_RECOMMENDED for this.
2004-01-24 01:31:45 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jmmv
39bd9e1ae9 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1 2004-01-23 17:18:31 +00:00
jmmv
850572fa4d Update to 2.0beta1:
Released on 2004/01/23, its state was beta.

* Recognize two default catalog files, one for XML and one for SGML,
  instead of only one as in previous versions.

* Added the `-h' option to xmlcatmgr, which shows a descriptive usage
  message.

* Added multiple comments to the code, explaining what each function does.

* Some bug fixes.

The version in the buildlink2.mk file is bumped because there were some
incompatible changes done in the previous version that may cause problems
to people upgrading an already installed package.  This should have really
happened in the previous version... but well, as this is now beta, there
shouldn't be any interface changes any more.
2004-01-23 17:12:16 +00:00
jmmv
5ecc4ed9c6 Update to 0.3.14. Changes since 0.3.12:
0.3.14
=======
- Build fixes:
        - Correct problem with distributed intltool scripts.
        - Update rpm spec file.

0.3.13
=======
- Runtime fixes:
        - Use a per-user directory for storing the extracted contents files.
          This avoids problems when multiple users share /tmp and use
          scrollkeeper.
        - Do XInclude processing on documents before extracting information.
        - By default, do not use the network to retrieve required DTDs.
                - Can be changed using the '-n' parameter to
                  scrollkeeper-install and friends.
        - Do not segfault if an OMF file is invalid.
- Build fixes:
        - Install various package documentation files.
        - Tidy up the build process a little bit and fix some portability bugs.
        - Update included gettext code.
        - Build fixes for specific platforms (Solaris and *BSD systems).
        - Detect installed version of the DocBook DTD at build time.
        - Allow the location of system XML catalog to be specified.
                - see the --with-xml-catalog flag.
        - Install locale-specific program files correctly (i.e. portably).
        - Allow scrollkeeper data directory to be customised
                - see the --with-partial-db-dir flag.
        - Upgrade supplied gettext and automake versions.
- Miscellaneous:
        - Correctly register translated versions of documents by considering
          their category, rather than their titles.
        - Don't leak file descriptors when updating the database. This fixes
          resource starvation problems on some systems.
        - Fix some memory leaks.
        - Should now work with IPv6-enabled systems.
        - When using a non-default prefix, the scrollkeeper log files are
          updated correctly.
        - Many Sourceforge bug tracker bugs fixed and all outstanding patches
          in the patch tracker evaluated and applied if appropriate.
- Translations updated.
2004-01-23 16:55:37 +00:00
recht
e2aec8ebd8 bump PKGREVISIONS after name change of the pyxml dependency.
spotted by wiz@
2004-01-23 16:48:54 +00:00
recht
caef7d2d63 catch up with pyxml -> py-xml name change 2004-01-23 15:39:13 +00:00
recht
2b3c97bffa Catch up with pyxml -> py-xml name change in the Makefile and finally
remove pyxml.
2004-01-23 15:36:13 +00:00
recht
45a80ef602 catch up with pyxml -> py-xml name change 2004-01-23 15:31:58 +00:00
recht
cd32bcea7c Re-import of pyxml as py-xml to match Python module naming convention.
Addresses PR pkg/23999 by Michal Pasternak.
ok'ed by drochner@

The PyXML package is a collection of libraries to process XML with Python. It
contains, among other things

    xmlproc: a validating XML parser.
    sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a
	factor of 5.
    PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers.
    4DOM: A fully compliant DOM Level 2 implementation
    javadom: An adapter from Java DOM implementations to the standard Python
	DOM binding.
    pulldom: a DOM implementation that supports lazy instantiation of nodes.
    marshal: a module with several options for serializing Python objects to
	XML, including WDDX and XML-RPC.
    unicode: a helper module for Python 1.5 users who need conversions between
	UTF-8 and ISO-8859-?.
2004-01-23 15:25:39 +00:00
agc
9e64f6943e Split the ispell-russian packages into two separate packages,
ispell-russian and ispell-russian-io.
2004-01-23 15:02:07 +00:00
agc
f6545cdb60 Add and enable ispell-russian-io 2004-01-23 15:00:41 +00:00
agc
f0d58f5cb5 Break the ispell-russian package into two separate packages -
ispell-russian, and
	ispell-russian-io

ispell-russian-io is the same as the ispell-russian package, but with
"YO" support enabled (this was previously done in a dodgy,
undocumented way in the ispell-russian package).

Both packages can be installed at the same time.

With thanks to Valeriy E. Ushakov for guidance.
2004-01-23 15:00:01 +00:00
wiz
c706434e7f Update to 4.09:
* 0 address behaves correctly in single-file (-i and -s) mode.
* documentation improvements.
* tested with many hosts and compilers.
* updated regex matcher from upstream, with many bugfixes and speedups.
* the `N' command's feature that is detailed in the BUGS file was disabled
  by the first change below in sed 4.0.8.  The behavior has now been
  restored, and is only enabled if POSIXLY_CORRECT behavior is not
  requested.
2004-01-21 22:53:22 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
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