Commit graph

1952 commits

Author SHA1 Message Date
snj
c0fa25a8a7 Convert to buildlink3. 2004-04-11 06:59:06 +00:00
minskim
4d60fe28a3 Update py-libxslt to 1.1.5.
Changes since 1.1.2:
  - patch for OS-X
  - enums export
2004-04-10 09:02:06 +00:00
minskim
bf6230a1f0 Update py-libxml2 to 2.6.8.
Changes since 2.6.5:
   - Canonicalization C14N support added
   - 2.3 compatibility, whitespace fixes
2004-04-10 08:58:44 +00:00
reed
701d395e11 Bump BUILDLINK_DEPENDS.expat from 1.95.4 to 1.95.7.
The expat-1.95.6nb1 package has libexpat.so.4.0
and expat-1.95.7 has libexpat.so.5.0.

I noticed this because I had a fontconfig package built against
libexpat.so.4 which installed fine on another box
with expat-1.95.7 (libexpat.so.5). The fontconfig package
should have required the expat as now available in pkgsrc.

Please note that I have not bumped PKGREVISIONs for all
the packages depending on this.
2004-04-08 16:35:21 +00:00
jmmv
5f6fe28718 Fix PLIST under Linux. Also attempt to fix under IRIX and SunOS (though,
untested).
2004-04-06 16:36:00 +00:00
xtraeme
55cd72c51f Added lua-expat-1.0a 2004-04-05 13:59:35 +00:00
xtraeme
e8d4952ea3 Initial import of lua-expat from pkgsrc-wip, packaged by pancake.
LuaExpat is a XML parser based on the Expat XML parser.
It allows Lua programs to:

- Process a XML document incrementally , thus being able to handle
  huge documents without memory penalties;

- Register handler functions wich are called by the parser during
  the processing of the document, handling the document elements or text.
2004-04-05 13:57:53 +00:00
recht
1142738923 update to 2.8
Lot's of changes and fixes.
For example:
# Number Formatting
  ICU4C adds support for formatting and parsing of 64-bit integers.
# Text Analysis (Break Iterators)
  Full conformance with Unicode Consortium UAX 29 and UAX 14 definitions for
  text boundary positions. Significantly improved performance for reverse
  direction iteration and isBoundary tests of arbitrary string positions.
# StringPrep
  ICU 2.8 adds APIs and a tool for generic support of StringPrep profiles such
  as those used in NFS 4.

For a complete list see:
http://oss.software.ibm.com/icu/download/2.8/index.html
2004-04-04 16:58:16 +00:00
abs
f1cff0d42f Update p5-Text-CSV-Hash to 0.18:
Fix error in sample code, and switch to .tbz
2004-04-02 13:41:20 +00:00
jmmv
c51053d98b Update to 0.5.0:
- better regression suite framework [Dodji Seketeli]
- support of the 'color' property gathering [Benjamin Dauvergne]
- furious memory leaks/corruptions hunting [Dodji Seketeli, Rob BUIS]
- total support of the !important keyword [Dodji Seketeli, Rob BUIS]
- selectors evaluation in csslint [Dodji Seketeli, Rob BUIS]
- fix compilation warnings [David A Knight, Dodji Seketeli]
- more complete CSS statement serialisation [Dodji Seketeli]
- better gathering of style information [Dodjij Seketeli]
- better cascading algorithm conformance [Dodji Seketeli, Rob BUIS]
- @import rule parsing fix [Dodji Seketeli]
- support of CSS3 indentifiers [Dodji Seketeli]
- better w3c DOM integration support [Rob BUIS, Dodji Seketeli]
- many parsing fixes [Dodji Seketeli]
- style structure debuging facility [Dodji Seketeli]
- better fragment parsing support [Dodji Seketeli]
- Split libcroco and sewfox [Dodji Seketeli]
- class selector evaluation fix [Rob BUIS]
- csslint cleanup and bugfixes [Dodji Seketeli]
- :first-child pseudo class selector support [Dodji Seketeli]
- pluggable pseudo class selectors evaluators [Dodji Seketeli]
2004-04-01 18:26:22 +00:00
xtraeme
730907460f Update libxslt to 1.1.5
Changes:

1.1.5: Mar 23 2004:
   - performance: use dictionnary lookup for variables
   - remove use of _private from source documents
   - cleanup of "make tests" output
   - bugfixes: AVT in local variables, use localtime_r to avoid thread
    troubles (William), dictionary handling bug (William), limited number of
    stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
    superfluous namespace (William), xsltproc error code on
    <xsl:message> halt, OpenVMS fix, dictionnary reference counting
    change.
2004-04-01 15:15:19 +00:00
xtraeme
bdc98b3a0c Added xmlindent-0.2.16. 2004-04-01 05:31:21 +00:00
xtraeme
7c1adb38b1 Initial import of xmlindent-0.2.16, packaged by pancake from pkgsrc-wip.
XML Indent is a XML stream reformatter written in ANSI C.
It is analogous to GNU indent.
2004-04-01 05:29:57 +00:00
jlam
646616eff0 Find the expat libraries and headers if they come from /usr/X11R6. 2004-03-31 07:54:50 +00:00
jlam
a4fbec96a6 Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. 2004-03-30 18:32:32 +00:00
wiz
0fd92e94d8 Update to 1.57; addresses PR 23884. Changes:
- added cloneNode to XML::LibXML::Document
   - include Schema/RelaxNG code only with libxml2 >= 2.6.0 (to support old libxml2)
   - applied patch to example/cb_example.pl (bug 4262)
   - fixed insertBefore/insertAfter on empty elements (bug 3691)
   - more DOM conformant XML::LibXML->createDocument API (by Robin Berjon)
   - fixed encoding problems with API calls in document encoding
   - improved support for importing DTD subsets
   - fixed DTD validation error reporting problems with libxml2-2.6.x
   - fixed compilation problems with libxml2-2.6.x
   - fixed XML::LibXML::Number to support negative numbers
   - added XML Schema validation interface (XML::LibXML::Schema)
   - added XML RelaxNG validation interface (XML::LibXML::RelaxNG)
   - Michael K. Edwards' patch applied with some amendments from Petr Pajas:
     * add debian build files (I added SKIP_SAX_INSTALL flag for
       Makefile.PL and changed the patch so that it doesn't disable
       sax parser registration completely by default, and rather made
       debian build use this flag)
     * general cleanup (use SV_nolen, etc.)
     * SAX parsers cleanup
     * general error reporting code cleanup/rewrite, try preventing
       possible memory leaks
     * recover(1) now triggers warnings (disable with $SIG{__WARN__}=sub {})
     * slighlty more strict parse_string behavior (now same as when
       parsing fh, etc): e.g. parse_string("<foo:bar>"), i.e prefix without
       NS declaration, raises error unless recover(1) is used
     * documentation fixes/updates
     * slightly updated test set to reflect the new slightly more strict
       parsing.
   - fixed default c14n XPath to include attributes and namespaces (Petr Pajas)
   - make libxml2's xmlXPathOrderDocElems available through a new
     $doc->indexElements method
   - added version information of libxml2
   - Les Richardson's documentation patch applied.
2004-03-29 23:50:49 +00:00
tv
7954712b2d +p5-String-Approx 2004-03-29 18:54:28 +00:00
tv
079db6ca8a Eek, meant to import 3.23, not 3.20. Since this is an update, ChangeLog:
=====

Mon Nov 30 15:18:15 2003  Jarkko Hietaniemi  <jhi@iki.fi>

        * Safeguards against trying to use greater edit distance
          than the pattern is long, inspired by 'idallen'.

        * Advise against using String::Approx for text comparisons,
          since String::Approx is meant for strings.

        * Released as 3.23.

Sun Oct 19 12:17:20 2003  Jarkko Hietaniemi  <jhi@iki.fi>

        * adistr($pattern, @inputs) returned absolute, not relative,
          distances in list context, reported by 'idallen'.

        * Released as 3.22.

Sat Oct 18 10:29:30 2003  Jarkko Hietaniemi  <jhi@iki.fi>

        * asubstitute() didn't substitute in $_ as promised,
          reported by Tim Maher.

        * Released as 3.21.
2004-03-29 18:51:27 +00:00
tv
a6a9abbe25 String::Approx lets you match and substitute strings approximately.
With this you can emulate errors: typing errorrs, speling errors,
closely related vocabularies (colour color), genetic mutations (GAG
ACT), abbreviations (McScot, MacScot).
2004-03-29 18:48:13 +00:00
recht
bdbf5d4cc4 Alos install ngerman.alias.
Bump PKGREVISION.
2004-03-29 14:03:28 +00:00
jlam
6d92080aa2 Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
2004-03-29 05:43:28 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
minskim
c579829082 Update p5-XML-Writer to 0.500. Patches provided by Adrian Portelli in
PR pkg/24903.  While here, bl3ify and enable pkgviews installation.
2004-03-29 01:39:45 +00:00
minskim
465f5024fe Add and enable py-textile. 2004-03-28 23:24:06 +00:00
minskim
279f0ad5ca Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak and
slightly modified by me.

Textile is a XHTML generator using a simple markup developed by Dean Allen.
This is a Python port with support for code validation, itex to MathML
translation, Python code coloring and much more.
2004-03-28 23:22:43 +00:00
jmmv
023e93a91f Honour PKG_SYSCONFDIR. Bump PKGREVISION. 2004-03-28 21:43:26 +00:00
jmmv
7b07ac1e7b Update to 2.6.8:
2.6.8: Mar 23 2004:
   - First step of the cleanup of the serialization code and APIs
   - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam
    Dickmeiss), anyURI for "" (John Belmonte)
   - Python: Canonicalization C14N support added (Anthony Carrico)
   - xmlDocCopyNode() extension (William)
   - Relax-NG: fix when processing XInclude results (William), external
    reference in interleave (William), missing error on <choice>
    failure (William), memory leak in schemas datatype facets.
   - xmlWriter: patch for better DTD support (Alfred Mickautsch)
   - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William
    Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to
    URI on SYSTEM lookup failure, XInclude parse flags inheritance (William),
    XInclude and XPointer fixes for entities (William), XML parser bug
    reported by Holger Rauch, nanohttp fd leak (William),  regexps char
    groups '-' handling (William), dictionnary reference counting problems,
    do not close stderr.
   - performance patches from Petr Pajas
   - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey)
   - compilation and portability fixes: --without-valid, catalog cleanups
    (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation
    to Windows (Christophe de Vienne),  --with-html-dir fixup (Julio Merino
    Vidal), Windows build (Eric Zurcher)
2004-03-28 21:31:46 +00:00
jmmv
48c209b63d Update to 2.0:
First stable version of the 2.x branch, released on 2004/03/26.

* Fixed build under HP-UX and Tru64 Unix.

* Fixed a crash that occurred during parsing of some malformed XML
  catalogs.
2004-03-28 19:51:06 +00:00
uebayasi
987f2678e2 Regen. 2004-03-28 12:47:42 +00:00
uebayasi
49b668fd2d Put distfiles in a versioned subdirectory for two version-less files (LIST,
LIST-ja).
2004-03-28 12:46:17 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
recht
32024a2212 add: USE_LANGUAGES= c c++ 2004-03-23 23:47:15 +00:00
snj
22a13aecec Fix build with gcc2 on sparc64. 2004-03-22 22:25:59 +00:00
kristerw
59129cb6cc Work around "internal compiler errors" for gcc 2.95.3 on i386. 2004-03-22 17:04:13 +00:00
uebayasi
ba83f29764 Update to 3.1.5. Bug fixes. 2004-03-21 12:30:33 +00:00
heinz
904f5a0a8b Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:18:42 +00:00
minskim
e1a1b4c04f Bump PKGREVISION for teixsl-html and teixsl-fo and regenerate
distinfo, because the distfiles were updated with some functional
changes but have the same file name and version number.
2004-03-20 19:47:17 +00:00
heinz
ad0ce21143 Add HOMEPAGE, adapt to buildlink3. Uses no compiler, so mark it with empty USE_LANGUAGES. 2004-03-20 17:26:10 +00:00
wiz
8aaf98f21d Add NetBSD-1.6.2 here too. 2004-03-20 10:59:33 +00:00
uebayasi
37dc02b785 Update to 1.6. Support EB 4.x. Add pbm, xbm, bmp, bmp2ppm, bmp2tiff,
jpg, jpeg commands.  Bug fixes.

Bl3'ify.
2004-03-19 16:02:17 +00:00
uebayasi
3a1182fa2e Update to 3.3.4. Minor bug fixes. Bl3'ify. 2004-03-19 15:59:16 +00:00
bouyer
391e366497 These packages use c++, so add USE_LANGUAGES= c c++ 2004-03-19 08:34:01 +00:00
uebayasi
4323e3624b Fix build on Linux (Red Hat 7.3). 2004-03-19 06:20:21 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
taca
9c8799e8a4 Update MASTER_SITES and HOMEPAGE. 2004-03-15 14:24:57 +00:00
jmmv
4b6e502be2 Update to 1.1.4:
1.1.4: Feb 23 2004:
   - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with
     Yelp, extension problem
   - display extension modules (Steve Little)
   - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
2004-03-13 09:55:24 +00:00
recht
e110eaadba update to 1.21
1.21

* Fix output for 7.2 in regards to indexes. ( Rod)
* Correct a configure issue with some non-standard versions of Bash. ( Rod)

1.20

* Use View heading for views rather than calling them tables. ( Andrew)
* Add an option to specify the template location during execution. ( Andrew)
* Add an option to specify a specific output type, rather than
  receiving all possible types. ( Andrew)
* Display limited function information in HTML and DocBook output formats.
  ( Andrew, Rod)
* Output limited information about non-unique table indexes in DocBook
  output. Unique indexes are already displayed as constraint output. ( Rod)
2004-03-12 22:14:20 +00:00
recht
61f8d2aea0 update to 20030222 version
and also install ngerman.{aff,hash} links

changes since 20021114:
- "Wiederstand ist zwecklos" (thanks to Roland Wingerter) and minor
  other fixes
- some fem. flags added
2004-03-12 19:54:51 +00:00