Commit graph

2249 commits

Author SHA1 Message Date
jmmv
f40b4279b9 Use 'echo y' instead of 'yes' to accept a question asked by the installation
script.  'yes' is not available on some systems, like IRIX, so this fixes
the build in them.  Closes PR pkg/26929 by Georg Schwarz.
2004-09-12 21:47:46 +00:00
jmmv
f21465a52a Use a different MASTER_SITE since the old one does not contain the file
any more.
2004-09-12 21:37:27 +00:00
kristerw
e0c00912d6 Add pthread.buildlink3.mk to make this package build on NetBSD 1.6. 2004-09-12 21:23:16 +00:00
salo
2e89fb1b9e Update to version 0.2.2.
Changes:
- new words, misc bugfixes, affix changes, documentation changes

Addresses PR pkg/26928 by Georg Schwarz.
2004-09-12 20:57:41 +00:00
jschauma
83a9355796 Sync with last (pointed out by jlam@: don't check for fgetln, setprogname
and getprogname.
We're using libnbcompat, so we know they exist.  (If we were to check again,
then we'd mess up definitions set in the nbcompat headers.)
2004-09-12 16:50:50 +00:00
cjep
05f97563bf Use buildlink3 and put in dependency on zlib. PR#26915 from
Georg Schwarz.
2004-09-12 11:06:59 +00:00
minskim
a9b568dcc1 Update hre to 0.9.8a. Should fix the build problem seen in sketch's
bulk build.  Patch submitted by Lee Jae-Hong, the maintainer.

Changes:
  - Support all metacharacters except character classes.
  - Build on Solaris.
2004-09-12 06:04:45 +00:00
jschauma
3b7e4ba262 Remove check for getprogname, setprogname and fgetln, consistent with
jlam's last change, since we use libnbcompat.  (If we left these checks in,
configure would test for them, find them and set HAVE_GETPROGNAME, subsequently
breaking 'getprogname', as nbcompat.h wouldn't work since HAVE_GETPROGNAME
is then defined.)
2004-09-11 17:54:04 +00:00
minskim
72c88baeef Update teixsl-html and teixsl-fo to 3.3, because their old distfiles
were replaced with this version.  ChangeLog is not available.
2004-09-11 03:36:54 +00:00
jmmv
8f4fc4cf74 Avoid hardcoded /usr/pkg paths in the package, to let this build where
LOCALBASE != /usr/pkg.  While here, remove multiple gcc specific flags.
Closes PR pkg/26898.
2004-09-10 08:40:51 +00:00
markd
ff42e5bb82 Use PATCHFILES rather than trying to do the same itself. 2004-09-08 13:38:50 +00:00
wiz
047b045c69 Also remove .orig_dist files before installation; otherwise we get
unwanted extra files installed.
2004-09-08 11:21:50 +00:00
jmmv
ae0b6d6cea Fix build by solving a namespace collision introduced by libnbcompat.
I'm doing it the easy way because jlam@ will look at this problem closely
in a future.
2004-09-08 08:37:38 +00:00
jmmv
ef3c79882c Some PRINT_PLIST_AWK magic for share/sgml and share/xml. 2004-09-02 11:38:07 +00:00
jmmv
57ea08857a Update to 1.1.10:
- build fix: NUL in c file blocking compilation on Solaris, Windows build
    (Igor Zlatkovic)
   - fix: key initialization problem (William Brack)
   - documentation: fixed missing man page description for --path
2004-09-02 11:18:10 +00:00
jmmv
2f2215198a Update to 2.6.13:
- build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc,
    Solaris compiler warning, fixing RPM BuildRequires,
   - fixes: DTD loading on Windows (Igor), Schemas error reports APIs
    (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack
    and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace
    problem (William), Schemas hexbinary empty values, encoding error could
    genrate a serialization loop.
   - Improvements: Schemas validity improvements (Kasimier), added --path
    and --load-trace options to xmllint
   - documentation: tutorial update (John Fleck)
2004-09-02 11:13:27 +00:00
jmmv
35405efccb Update to 0.31.2:
Version 0.31.2

* Handle package name extraction better
  -- bug #144725 (Daniel Elstner)
* Support for comments before translatable attributes in XML files,
  support for translating both tag content and attributes
  -- bug #143581. (Danilo Segan)

Version 0.31.1

* Switch to gnome-common for autogen.sh so we can detect automake
  versions better -- bug #145027 (Jordi Mallach)
2004-09-01 13:35:10 +00:00
jmmv
6e41f0dee6 Update to 2.2:
Third stable version of the 2.x branch, released on 2004/09/01.

* Converted to use the GNU Build System (GNU Automake and GNU Autoconf).

* Because of the previous change, the build has been hopefully fixed in
  several platforms, specially under Irix 6.5 using the MIPSpro C compiler.
2004-09-01 09:43:16 +00:00
schmonz
ea1406e9da Fix PLIST. 2004-08-28 14:53:01 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
jlam
cbc4a5a727 Simplify the import structure by keeping the "sed" name, and using the
configure script's --program-transform-name to install as "nbsed".  Also
add a cat-ready nbsed.0 file.
2004-08-27 03:45:08 +00:00
minskim
70e1098ab6 Update hre to 0.9.8. Patch submitted by Lee Jae-Hong, the maintainer.
Changes:
  - Follow POSIX ERE.
  - Add/improve test rule sets.
  - Support all meta characters except character classes.
2004-08-25 18:51:08 +00:00
drochner
0f82b044ce +xmlstarlet 2004-08-24 12:01:42 +00:00
drochner
80a78cadc5 import xmlstarlet-0.9.3, a command line tool to manipulate XML
files using libxml2 and libxslt
2004-08-24 11:59:23 +00:00
drochner
3cb4c97eb4 sync with libxslt update to 1.1.9 2004-08-24 11:55:19 +00:00
drochner
1654d37d8a update to 1.1.9
changes:
-improvements: EXSLT date:sum added (Joel Reed), hook for document loading
 for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes,
 extend xsltproc --version with CVS stamp (William).
+bugfixes
2004-08-24 11:53:32 +00:00
drochner
1d11e25bf1 sync with libxml2 update to 2.6.12
python specific changes:
avoid a warning with 2.3 (William Brack), tab and space mixes (William),
wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node
wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
2004-08-24 11:43:32 +00:00
drochner
2cf2283249 update to 2.6.12
changes:
-improvements: DocBook catalog build scrip (William), xmlcatalog tool
 (Albert Chin), xmllint --c14n option, no_proxy environment (Mike Hommey),
 xmlParseInNodeContext() addition, extend xmllint --shell, allow XInclude
 to not generate start/end nodes, extend xmllint --version to include
 CVS tag (William)
+bugfixes
2004-08-24 11:39:01 +00:00
jlam
14c650204f Rename the err() defined in the nbsed sources to "sederr" to avoid
conflicts with the system err() pulled in via <nbcompat.h>.
2004-08-23 03:03:08 +00:00
jlam
73596af21b We use libnbcompat, so remove some standalone implemenations of some
needed functions, and vastly simplify the configure script.
2004-08-23 02:58:58 +00:00
jlam
c911e88f6d Include <termios.h> for winsize declaration and TIOCGWINSZ. Should fix
build on Solaris.
2004-08-22 05:51:55 +00:00
jlam
6cc8af8dc3 Update textproc/nbsed to 20040821 (date of import from src HEAD).
Changes from the previous version include:

- Adding a sed2nbcompat script to ease importing from src HEAD into
  pkgsrc.

- Make this package depend on libnbcompat since it needs a regex
  implementation and it's also a bootstrap package.

* s/xmalloc/xrealloc/ so that large (greater than _POSIX2_LINE_MAX*2-1)
  multi line text can be added.
2004-08-21 08:39:54 +00:00
sketch
6cae704dd8 Clean up the patch to allow building with compilers other than GCC, and link
using the C compiler to enable 64bit sunpro builds.
2004-08-20 09:14:19 +00:00
seb
80c952e3a8 Update to version 1.10.
Changes since last packaged version:

Version 1.10
   * Added scanner for log files (also for iptables and apache logs)
     thanks to Jan Tatarik
   * Fixed some bugs in the perl scanner (thanks to Geir Nilsen)
   * configure checks for ios_base
   * check for the right ar to use, fixes problems under Sun compilers
     (thanks to Paul Townsend)
2004-08-16 15:21:45 +00:00
wiz
4dc1bbef1b Update to 1.13:
- Manual date now goes in refentryinfo, as Steve Cheng suggested.
  Restored correct parsing of multicommand synopses.
2004-08-15 11:26:31 +00:00
minskim
88a548d8b9 Add and enable hre. 2004-08-12 03:39:55 +00:00
minskim
8e48d2647d Initial import of hre-0.9.7. Packaged by Lee Jae-Hong.
HRE is a regular expression library for Korean.  While most regex
libraries support only per-syllable processing for Korean, HRE
provides an extended grammar to specify phonemes in each syllable.
It supports both KS X 1001 and Unicode charsets.
2004-08-12 03:38:11 +00:00
cube
f7d47d707f p5-Module-Build is a BUILD_DEPENDS. No revision bump since I imported
that package yesterday and nothing uses it so far.
2004-08-06 11:21:52 +00:00
recht
3a0afc4940 update to expat-1.95.8
Release 1.95.8 Fri Jul 23 2004
        - Major new feature: suspend/resume.  Handlers can now request
          that a parse be suspended for later resumption or aborted
          altogether.  See "Temporarily Stopping Parsing" in the
          documentation for more details.
        - Some mostly minor bug fixes, but compilation should no
          longer generate warnings on most platforms.  SF issues
          include: 827319, 840173, 846309, 888329, 896188, 923913,
          928113, 961698, 985192.
2004-08-05 22:16:59 +00:00
cube
448377fe15 Add p5-Text-WikiFormat. 2004-08-05 15:19:40 +00:00
cube
fc9dbac420 Initial import of p5-Text-WikiFormat, version 0.72, into the NetBSD
Packages Collection.

The original Wiki web site was intended to have a very simple interface to
edit and to add pages.  Its formatting rules are simple and easy to use.

Text::WikiFormat helps in easily translating to other, more complicated
markup languages.  It creates HTML by default, but can be extended to
produce valid POD, DocBook, XML, or any other format imaginable.
2004-08-05 15:17:09 +00:00
wiz
8db1ece68b Update to 1.12:
* Tue Jul 27 2004 Eric S. Raymond <esr@golux.thyrsus.com> - 1.12-1
- Implemented handling of mdoc .Brq macro.  Code no longer chokes on
  multiple Synopsis headers.

* Mon Jul 26 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.11-1
- Speed optimizations.  Improved pod2man detection.  Close <anchor/> properly.
  .UN before .SH or .SS sets the XML ID of the generated section.
  Boldfaced lines immediately before tables are interpreted as titles. .UR now
  generates <link> for local links.  Improved .RE handling that fixes
  a couple of edge cases.  Multiline table entries are now interpreted as full
  blocks, so commands work normally there.

* Tue Jul  6 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.10-1
- Enhance to handle lynx dump pages.  Fix .Fa interpretation.
  Gets 96% of 10862 Fedora Core 2 pages.
2004-08-04 12:18:35 +00:00
wiz
92f22e4fc3 Add -Wl,-R${libdir} to xml2-config output, similar to how it is done
in libxml. Bump PKGREVISION.
2004-08-04 11:19:59 +00:00
wiz
f2686aa730 regen (fix line offsets) 2004-08-04 11:19:31 +00:00
recht
fff610f84f Add a IBM http download site for ICU and set it to the first position.
To avoid problems with IBM's ftp site which requires non-default settings
in ~/.netrc.
2004-08-04 08:47:22 +00:00
minskim
ecea58b660 Missed in the previous tei-html update. 2004-08-03 14:11:36 +00:00
minskim
6b96744c42 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.  Changes
include updating author's email address, correcting typos, and adding
missing HTML tags.

pkgsrc change:
  - Use XML_ENTRIES instead of installing a separate catalog file,
    because it adds only one entry.
2004-08-03 14:10:30 +00:00
minskim
8df6f6f251 Bump PKGREVISION and set DIST_SUBDIR=${PKGNAME} because the distfile
was updated with some functional changes while having the same file
name and version number.  Changes include DTD public identifier
changes, more documentations, and copyright notice.

While here, update my email address.
2004-08-03 14:04:09 +00:00
wiz
c431174311 Add two patches:
. build fix for sparc64
. bug fix to make xorg-docs build
Both from official groff CVS via Werner Lemberg.

Bump PKGREVISION.
2004-08-02 16:14:24 +00:00
recht
6ebf7de3c5 update to 0.3.5
Major changes:
* improved, extended and reorganized documentation;
  see http://docutils.sourceforge.net/docs/
* new cvs-table directive
* many minor improvements, additions and bug fixes

For a detailed list see:
http://docutils.sourceforge.net/0.3.5/HISTORY.html
2004-07-30 18:28:25 +00:00
grant
c3c01fde3f link against libm on Solaris for sqrt(), as well as libCrun and libCstd
when using SunPro so libaspell.so can resolve all symbols required.

bump PKGREVISION for library dependency change.
2004-07-25 07:42:02 +00:00
grant
8d0cac60d6 bump to 20040725. 2004-07-25 05:42:30 +00:00
grant
5eee77338d sync with src:
Usage: Options before arguments; add -E.
2004-07-25 05:40:39 +00:00
grant
46bbd6c55d sync with src:
Sort options.
2004-07-25 05:40:25 +00:00
grant
9c376da5ba sync with src:
Yet another s/xmalloc/xrealloc/ so that large multi line text
can be added.
2004-07-25 05:40:08 +00:00
salo
d2131ec308 Make it compile with SunPro C++ 2004-07-24 19:05:37 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
recht
bd76b41c95 update to XML-Parser 2.34
ok'd by bad@

changes:
(none given for 2.34..)

2.33
    - Fixed Tree style (grantm)
    - Fixed some non-utf8 stuff in DTDs (patch in XML::DOM tarball)

2.32
    - Memory leak fix (Juerd Waalboer).
    - Added windows-1252 encoding
    - Styles moved to separate .pm files to make loading faster and
      ease maintainence
    - Don't load IO::Handle unless we really need to
2004-07-20 21:32:01 +00:00
bad
48ee82be71 Update p5-XML-Simple to 2.12. Distfile for 2.07 has vanished from the mirrors.
Relevant changes since 2.07:
      - added NumericEscape option
      - added ValueAttr option (patch from Anton Berezin)
      - suppress 'wide character in print' warning (reported by Dawei Lin)
      - Added AttrIndent option (patch from Volker Moell)
      - Hash keys are now sorted alphabetically by default; enable the
        new NoSort option if you don't want this (patch from Volker Moell)
      - Fixed bug where disabling array folding broke anonymous array handling
      - Fixed bug when unfolding a tied hash
      - SuppressEmpty patch from Douglas Wilson
      - POD update re XMLin(XMLout($data)) caveats (bug report from Slaven
        Rezic)
      - fixed hash ordering assumption in test script (reported by Michel
        Rodriguez)
      - fixed variable expansion not happening in attributes (patch from Paul
        Bussé)
2004-07-19 10:43:01 +00:00
schmonz
010c97ae5a Update to 3.3.
Changes in 3.2:

* use cjkcodecs and iconv_codec if available
* always convert feed to UTF-8 before passing to XML parser
* completely revamped logic for determining character encoding and
    attempting XML parsing (much faster)
* increased default timeout to 20 seconds
* test for presence of Location header on redirects
* added tests for many alternate character encodings
* support various EBCDIC encodings
* support UTF-16BE and UTF16-LE with or without a BOM
* support UTF-8 with a BOM
* support UTF-32BE and UTF-32LE with or without a BOM
* fixed crashing bug if no XML parsers are available
* added support for "Content-encoding: deflate"
* send blank "Accept-encoding: " header if neither gzip nor zlib
    modules are available

Changes in 3.3:

* optimize EBCDIC to ASCII conversion
* fix obscure problem tracking xml:base and xml:lang if element
    declares it, child doesn't, first grandchild redeclares it,
    and second grandchild doesn't
* refactored date parsing
* defined public registerDateHandler so callers can add support
    for additional date formats at runtime
* added support for OnBlog, Nate, MSSQL, Greek, and Hungarian dates (ytrewq1)
* added zopeCompatibilityHack() which turns FeedParserDict into a
    regular dictionary, required for Zope compatibility, and also
    makes command-line debugging easier because pprint module
    formats real dictionaries better than dictionary-like objects
* added NonXMLContentType exception, which is stored in bozo_exception
    when a feed is served with a non-XML media type such as
    "text/plain"
* respect Content-Language as default language if not xml:lang is present
* cloud dict is now FeedParserDict
* generator dict is now FeedParserDict
* better tracking of xml:lang, including support for xml:lang=""
    to unset the current language
* recognize RSS 1.0 feeds even when RSS 1.0 namespace is not the
    default namespace
* don't overwrite final status on redirects (scenarios: redirecting
    to a URL that returns 304, redirecting to a URL that redirects
    to another URL with a different type of redirect)
* add support for HTTP 303 redirects
2004-07-17 16:28:29 +00:00
erh
bfe1cf6f02 Add p5-Data-Formvalidator subdirectory 2004-07-13 04:37:13 +00:00
erh
0a22862eae Add package p5-Data-FormValidator version 3.59
Validates used input based on input profile
2004-07-13 04:31:05 +00:00
jdolecek
ce763f8230 the trick with setting PHP_ICONV in environment doesn't work with
more recent PHP anymore, so use USE_BUILDIN.iconv test to select
the appropriate iconv parameter value

fixes compilation on NetBSD 1.6.x and other systems without builtin
iconv, and thus PR pkg/26212 and PR pkg/26213

package behaviour unchanged, so no PKGREVISION bump done
2004-07-12 04:32:21 +00:00
wiz
718ffe9bd3 Add a standard that will be in the next groff release.
No PKGREVISION bump since the 1.19.1 update was committed only a short while ago.
2004-07-11 21:17:00 +00:00
wiz
4741de9b24 Update to 1.19.1:
Groff
-----

o The argument of the command line option `-I' is now also passed to troff
  and grops, specifying a directory to search for files on the command line,
  files named in `so' and `psbb' requests, and files named in \X'ps: file'
  and \X'ps: import' escapes.

o If option `-V' is used more than once, the commands will be both printed
  on standard error and run.

Troff
-----

o Two new read-only, string-valued registers `.m' and `.M' return the
  name of the current drawing and background color, respectively.

o New read-only register `.U' which is set to 1 if in safer mode and set
  to 0 if in unsafe mode.

o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added.
  Example use:

    groff -Tdvi -mlatin5 my_file > my_file.dvi

  Note that some output devices don't support all glyphs of this encoding.

o If the `return' request is called with an argument, it exits twice,
  namely the current macro and the macro one level higher.  This is
  used to define a wrapper macro for `return' in trace.tmac.

o For completeness, two new requests have been added: `dei1' and `ami1'.
  They are equivalent to `dei' and `ami', respectively, but the macros
  are executed with compatibility mode off (similar to `de1' and `am1').

o New command line option `-I' to specify a directory for files (both
  those on the command line and those named in `psbb' requests).  This is
  also handled by the groff wrapper program.

o Since version 1.19 you can say `.vs 0'.  Older versions emit a warning
  and convert this to `.vs \n[.V]'.

  This hasn't been documented properly.  Note that `.vs 0' isn't saved in a
  diversion since it doesn't result in vertical motion.

Pic
___

o Dashed and dotted ellipses have been implemented.

Tbl
---

o New key character `x' to make tbl call a user-defined macro on a table
  cell.  Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.

Grap2graph
----------

o A new script contributed by Eric S. Raymond <esr@thyrsus.com>.  It
  converts a grap diagram into a cropped image.  Since it uses gs and the
  PNM library, virtually all graphics formats are available for output.
  [Note that the grap program itself isn't part of the groff package;
  see the file MORE.STUFF how to obtain grap.]

Grohtml
-------

o New option `-j' to emit output splitted into multiple files.

Grops
-----

o New command line option `-I' to specify a directory to search for files
  on the command line and files named in \X'ps: import' and \X'ps: file'
  escapes.  This is also handled by the groff wrapper program.

o The default value for the `broken' keyword in the DESC file is now 0.

Grolj4
------

o A new man page `lj4_font(5)' documents how fonts are accessed with
  grolj4.

o The built-in fonts for LJ4 and newer PCL 5 devices have been completely
  revised, mainly to access as much glyphs as possible.  The provided
  metric files should be compatible with recent PCL 5 printers also.
  Additionally, font description files have been added for the Arial and
  Times New Roman family, the MS symbol, and Wingdings fonts.

Afmtodit
--------

o New option `-x' to prevent use of built-in Adobe Glyph List.

Hpftodit
--------

o Completely revised to handle HP TrueType metric files also.  See the
  hpftodit manual page for more details.

Groffer
-------

o This version is a rewrite of groffer in many parts, but it is kept in
  the old single script style.

  New options: --text, --mode text, --tty-viewer, --X, --mode X,
  --X-viewer, --html, --mode html, --html-view, --apropos-data,
  --apropos-devel, --apropos-progs.

  New documentation file: README_SH.

  Enhancement of the configuration files and the `apropos' handling.

Macro Packages
--------------

o www.tmac: New macro `JOBNAME' to split output into multiple files.

o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY
  section.
2004-07-11 13:40:05 +00:00
wiz
fdce780ffd Fix build on 2.0. 2004-07-10 14:38:08 +00:00
salo
a36f5e7bac Remove references to p5-Data-FormValidator for now.
The package was accidentaly removed while cleaning up the src/ misimport.
2004-07-09 20:44:53 +00:00
salo
5967ac3fae <tab>, not 4x<space> (hi erh!). 2004-07-09 16:30:28 +00:00
drochner
36b5101f64 set the GROFF and TBL variables to the full path 2004-07-09 12:30:17 +00:00
erh
3a34670838 Add the p5-Data-FormValidator subdirectory 2004-07-08 22:14:56 +00:00
drochner
0f908e5c63 add this to allow pkgs to depend on groff, whether it is part of the
base system or not
2004-07-07 19:06:23 +00:00
xtraeme
907a4e97ad Set USE_JAVA2, so we can use sun-jre* packages, USE_BUILDLINK3 must be
set to [Yy][Ee][Ss].
2004-07-07 11:39:30 +00:00
seb
af8306b2c9 Update to version 4.1.1.
Disable the config.status overriding, it causes config.status to be rerun...
FYI an alternative would be to use  GNU make!

Changes since last packaged version:

Sed 4.1.1
* preserve permissions of in-place edited files
* yield an error when running -i on terminals or other non regular files
* do not interpret - as stdin when running in in-place editing mode
* fix bug that prevented 's' command modifiers from working
2004-07-07 11:33:10 +00:00
wiz
aff90872e9 buildlink2 -> buildlink3 in comment. 2004-07-06 22:57:48 +00:00
wiz
4237d54a34 Unused. 2004-07-06 22:41:15 +00:00
bouyer
41084745a7 Apply patch from
http://lists.gnu.org/archive/html/bug-gnu-utils/2002-03/msg00359.html
requested by Georg Schwarz in private mail: make it compile with non-gcc
compilers.
2004-07-06 20:36:58 +00:00
jdolecek
e20e6ce14e Update php4 package to 4.3.7.
Change list from release notes:

* Synchronized bundled GD library with GD 2.0.23.
* Fixed a bug that prevented compilation of GD extensions against
  FreeType 2.1.0-2.1.2.
* Fixed thread safety issue with informix connection id.
* Fixed incorrect resolving of relative paths by glob() in windows.
* Fixed mapping of Greek letters to html entities.
* Fixed a bug that caused an on shutdown crash when using PHP with Apache
  2.0.49.
* Fixed a number of crashes inside pgsql, cpdf and gd extensions.

All in all this release fixes over 30 bugs that have been discovered
and resolved since the 4.3.6 release.
2004-07-06 19:52:01 +00:00
recht
b4f5d8011e Catch up with the libxslt update and update to 1.1.8
Python related changes:
1.1.8: July 5 2004:
   - bug fixes: undefined namespace message (William Brack), search engine
    (William), multiple namespace fixups (William), namespace fix for key
    evaluation (William), Python memory debug bindings,
2004-07-06 16:44:50 +00:00
recht
d4f13f43ae catch up with libxml2 update and update to 2.6.11
Python related changes:

2.6.11: July 5 2004:
   - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
    properly initialize the library (William), empty node set in XPath
    (William), xmlSchemas errors (William), invalid charref problem pointed
    by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
    with div processing (William), XPointer and xml:base problem(William),
    Reader and entities, xmllint return code for schemas (William), reader
    streaming problem (Steve Ball), DTD serialization problem (William),
    libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
    Python classes, xmlReader buffer bug, Python bindings memory interfaces
    improvement (with Stéphane Bidoul), Fixed the push parser to be back to
    synchronous behaviour.
   - improvement: custom per-thread I/O enhancement (Rob Richards), register
    namespace in debug shell (Stefano Debenedetti), Python based regression
    test for non-Unix users (William), dynamically increase the number of
    XPath extension functions in Python and fix a memory leak (Marc-Antoine
    Parent and William)

2.6.10: May 17 2004:
   - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
    vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
    use "list" as parameter name, make tests work with Python 1.5 (Ed
  Davis),
2004-07-06 16:43:01 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
recht
222ec3f538 Raise DEPENDS to the latest and greatest (1.1.8) since, as noted by wiz,
we have to do a recursive PKGREVISION bump anyway since libxslt now needs
libgcrypt..
2004-07-06 16:28:12 +00:00
recht
a53398616a libxslt needs libgcrypt to build 2004-07-06 15:06:19 +00:00
xtraeme
08e845362a Update textproc/libxslt to 1.1.8.
1.1.8: July 5 2004:
   - build fixes: Windows runtime options (Oliver Stoeneberg), Windows
    binary package layout (Igor Zlatkovic), libgcrypt version test and link
    (William)
   - documentation: fix libxslt namespace name in doc (William)
   - bug fixes: undefined namespace message (William Brack), search engine
    (William), multiple namespace fixups (William), namespace fix for key
    evaluation (William), Python memory debug bindings,
   - improvements: crypto extensions for exslt (Joel Reed, William)
2004-07-06 13:58:55 +00:00
xtraeme
108b7e4f12 Update textproc/libxml2 to 2.6.11.
2.6.11: July 5 2004:
   - Schemas: a lot of changes and improvements by Kasimier Buchcik for
    attributes, namespaces and simple types.
   - build fixes: --with-minimum (William Brack),  some gcc cleanup
    (William), --with-thread-alloc (William)
   - portability: Windows binary package change (Igor Zlatkovic), Catalog
    path on Windows
   - documentation: update to the tutorial (John Fleck), xmllint return code
    (John Fleck), man pages (Ville Skytta),
   - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
    properly initialize the library (William), empty node set in XPath
    (William), xmlSchemas errors (William), invalid charref problem pointed
    by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
    with div processing (William), XPointer and xml:base problem(William),
    Reader and entities, xmllint return code for schemas (William), reader
    streaming problem (Steve Ball), DTD serialization problem (William),
    libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
    Python classes, xmlReader buffer bug, Python bindings memory interfaces
    improvement (with Stéphane Bidoul), Fixed the push parser to be back to
    synchronous behaviour.
   - improvement: custom per-thread I/O enhancement (Rob Richards), register
    namespace in debug shell (Stefano Debenedetti), Python based regression
    test for non-Unix users (William), dynamically increase the number of
    XPath extension functions in Python and fix a memory leak (Marc-Antoine
    Parent and William)
   - performance: hack done with Arjan van de Ven to reduce ELF footprint
    and generated code on Linux, plus use gcc runtime profiling to optimize
    the code generated in the RPM packages.
2004-07-06 13:52:25 +00:00
wiz
0ddc5bd083 Really test CC_VERSION, as previous commit message suggests. 2004-07-04 08:43:03 +00:00
grant
9687065817 test CC_VERSION instead of USE_MIPSPRO. 2004-07-03 14:00:28 +00:00
wiz
fd8eb26b00 bl2 -> bl3 in comment. 2004-07-02 20:46:26 +00:00
recht
01ee3bcd00 update to 1.1.7 and take maintainership
use xmlsoft's FTP since GNOME's hasn't got this version

1.1.7: May 17 2004
- build fix: warning about localtime_r on Solaris
- bug fix: UTF8 string tokenize (William Brack), subtle memory corruption,
  linefeed after comment at document level (William), disable-output-escaping
  problem (William), pattern compilation in deep imported stylesheets
  (William), namespace extension prefix bug, libxslt.m4 bug (Edward Rudd),
  namespace lookup for attribute, namespaced DOCTYPE name
2004-07-01 15:14:23 +00:00
recht
ab1282dfa0 update to 2.6.10 and take maintainership
use xmlsoft's FTP since GNOME's hasn't got this version

2.6.10: May 17 2004

- build fixes: --without-html problems, make check without make all
- portability: problem with xpath.c on Windows (MSC and Borland), memcmp
  vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++
  do not use "list" as parameter name, make tests work with Python 1.5
  (Ed Davis),
- improvements: made xmlTextReaderMode public, small buffers resizing
  (Morten Welinder), add --maxmem option to xmllint, add
  xmlPopInputCallback() for Matt Sergeant, refactoring of
  serialization escaping, added escaping customization
- bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs
  (William Brack), xmlReader end of stream problem, node deregistration with
  reader, URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer),
  regexp transition reduction (William), various XSD Schemas fixes (Kasimier
  Buchcik), XInclude fallback problem (William), weird problems with DTD
  (William), structured error handler callback context (William), reverse
  xmlEncodeSpecialChars() behaviour back to escaping '"'
2004-07-01 15:14:03 +00:00
schmonz
028a3f112a Update to 3.1. From the changelog:
* added and passed tests for converting HTML entities to Unicode
    equivalents in illformed feeds (aaronsw)
* added and passed tests for converting character entities to
    Unicode equivalents in illformed feeds (aaronsw)
* test for valid parsers when setting XML_AVAILABLE
* make version and encoding available when server returns a 304
* add handlers parameter to pass arbitrary urllib2 handlers (like
    digest auth or proxy support)
* add code to parse username/password out of url and send as basic
    authentication
* expose downloading-related exceptions in bozo_exception (aaronsw)
* added __contains__ method to FeedParserDict (aaronsw)
* added publisher_detail (aaronsw)
2004-06-30 20:17:35 +00:00
wiz
41f666f3a5 Update to 1.9:
John Franklin's support for the Vt macro in mdoc. Tuning for Psyco.
2004-06-29 23:54:57 +00:00
abs
1386ca7e03 Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28 17:28:56 +00:00
abs
22f500a8fb Switch to buildlink3 2004-06-28 11:47:35 +00:00
kristerw
a0d84f8e78 This is a C99 program, so require gcc3. 2004-06-28 00:28:07 +00:00
jmmv
b14ba8e3be Remove xml-i18n-tools. This package is obsolete: the homepage is not
available, intltool provides its funcionality, and some Linux systems
I checked do not provide it any more.
2004-06-27 17:31:26 +00:00
jmmv
a90d2e5119 Update to 0.31. While here, make this package also install the xml-i18n-tools
utility to obsolete the standalone xml-i18n-tools package.

Changes since 0.30:
* Usage of [no-xml] option in AC_PROG_INTLTOOL to avoid requiring
  XML::Parser Perl module. (Rodney Dawes)
* Support for C#. (Rodney)
* Support for running intltool-update without autoconf, or with
  po/Makevars file (as used in gettext). (Danilo Segan)
* New XML merging (compatible with pre-0.27.2 intltool) -- bug
  #130802 -- entity decoding and encoding is not done anymore for
  XML. (Danilo)
* Multiple-output XML merging now produces simpler files, and sets
  "xml:lang" only when translation is used -- bug #46650. (Danilo)
* Support for passing comments to translators from XML and GConf
  schema files. (Danilo)
* Many bug fixes (Rodney, Danilo, Callum McKenzie)
2004-06-27 17:27:12 +00:00
schmonz
5cecf2a8b3 Add and enable py-feedparser. 2004-06-27 06:33:36 +00:00
schmonz
7ee5e70b41 Import Universal Feed Parser 3.0.1.
Universal Feed Parser is a Python module for downloading and parsing
syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland
RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom,
and CDF feeds.

To use Universal Feed Parser, you will need Python 2.1 or later.
Universal Feed Parser is not meant to run standalone; it is a module
for you to use as part of a larger Python program.

Universal Feed Parser is easy to use; the module is self-contained
in a single file, feedparser.py, and it has only one public function,
parse. parse takes a number of arguments, but only one is required,
and it can be a URL, a local filename, or a raw string containing
feed data in any format.
2004-06-27 06:31:20 +00:00
recht
0d8360e0d7 Bump PKGREVISION to 1 (for the icu update). 2004-06-26 20:27:15 +00:00