Commit graph

2583 commits

Author SHA1 Message Date
seb
b718249fe6 Update to version 1.06.
No functional changes since last packaged version (1.04).

While here update HOMEPAGE, MAINTAINER and add test target support.
2004-12-23 16:30:10 +00:00
agc
e498cbfa64 Cast arguments to ctype macros to "unsigned char" - fixes -current build
problem pointed out in bulk builds.
2004-12-21 16:09:44 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
grant
fc9c762fd7 this won't build with xlc without some work, mark it as such. 2004-12-19 00:19:18 +00:00
wiz
8bda91c73b Fix insecure temporary file handling in groffer. Bump PKGREVISION. 2004-12-17 18:53:54 +00:00
reed
cd7560fdda Also buildlink the xml2-config tool. Okay'd by recht.
Noticed under Mac OS X which had a native xml2-config that wrong includes
were being used causing build failure of scrollkeeper.
2004-12-17 16:29:43 +00:00
uebayasi
48bb86f4de Define PKGSYSCONFDIR.eb as a shell command sequence, so that it
could be evaluated by configure scripts at the configure stage.

(Otherwise, pkg_admin(1) and pkg_info(1) can be executed only once
before EB as a dependency is not installed yet, which results in
that those commands return void.)
2004-12-17 01:14:19 +00:00
taca
b8216b675f - Correct some syntax of buildlink3.mk.
- Fix shared library handling; now it expected to work on Solaris
  and Linux.

Bump PKGREVISION.
2004-12-16 13:22:23 +00:00
taca
eb4c48129f Correct some syntax of buildlink3.mk, may improve bulk build problem. 2004-12-16 13:20:37 +00:00
uebayasi
46537e6c37 Fix pkg_admin(1) syntax. 2004-12-16 13:11:19 +00:00
minskim
145be7cfd0 Regen after DIST_SUBDIR change. 2004-12-16 07:30:14 +00:00
minskim
a35549b1a8 Fix checksum mismatch due to distfile change. diff with the previous
shows some code changes.  Set DIST_SUBDIR to PKGNAME and bump
PKGREVISION.
2004-12-16 07:29:18 +00:00
taca
407297578d Update namazu2 package to 2.0.14 fixing XSS security problem.
* pkgsrc changes:

	- simplify Makefile's structure.
	- utilize bsd.pkg.install.mk's framework.

* chages:

2004-12-15  Tadamasa Teranishi  <yw3t-trns at asahi-net.or.jp>

	* Namazu: Version 2.0.14 released.

2004-12-13  Tadamasa Teranishi  <yw3t-trns at asahi-net.or.jp>

	* doc/{ja, en}/tutorial.html: update.

	* NEWS: updated.

2004-12-08  Tadamasa Teranishi  <yw3t-trns at asahi-net.or.jp>

        * src/form.c: Correction for JVN#904429FE.

        * configure.in (Module): AC_INIT(namazu, 2.0.14)

        * src/form.c: Fix bug.

        * man/{mknmz, namazu}.1: update man.
2004-12-15 13:09:58 +00:00
grant
495ab8cee9 update config.{sub,guess} for various bootstrap tools. fixes build on
newer platforms such as DragonFly.

fixes PR pkg/28579 from Todd Willey.
2004-12-12 00:46:28 +00:00
minskim
2754efb63d Merge two patches modifying the same file. As a side effect, this
removes fuzz with GNU patch.
2004-12-11 08:04:25 +00:00
minskim
8a2bcedba5 Remove an install command that doesn't install anything. Should have
been removed when the package was updated to 0.8pre1.
2004-12-10 21:55:40 +00:00
wiz
1c9af669b0 Update to 2.117, provided by Dieter Roelants in PR 28558:
2.117 Thu Jul  1 12:11:47 CEST 2004
        - Fixed problems with squares and 32bit integer Perls.
        - Pod nits in Regexp::Common (Jim Cromie)
        - $VERSION fix in Regexp::Common::URI::RFCC2384 (Mike Arms)
        - Discuss unwanted matching in Regexp::Common::net (Charles Thomas)
        - 132238 tests in 48 files.

2.116 Wed Jun 30 11:37:45 CEST 2004
        - Restricted recognition of squares to numbers less than
          9000000000000000, to avoid problems with round-off errors.
        - Fixed an off-by-one error in t/zip/spain.t which caused some
          test to fail when they shouldn't.
        - 132235 tests in 48 files.

2.115 Wed Jun  9 23:59:13 2004
        - Patterns for comments of ABC, Caml, CLU, COBOL, ECMAScript,
          Icon, J, JavaScript, Lisp, M, MUMPS.
        - Patterns for postal codes of Norway, Italy and Spain.
        - Patterns for US SSN.
        - New way of doing tests using t::Common, giving more control
          to test program.
        - Random generators in t::Common.
        - Cut down on tests in test_lingua_palindrome.t.
        - Fixed bug in t/zip/australia.t could cause an infinite loop.
        - 132225 tests in 48 files.

2.114 Sun May 25 21:34:56 2003
        - Fix to t/zip/greenland.t to avoid generating valid zipcodes
          when testing for failures.
        - Fixes to t/URI/gopher.t and t/URI/wais.t to avoid warnings.
        - Australian postal codes now accept '0909'. (Ron Savage)
        - Added comments for 'C--', 'C#', 'Cg', 'Nickle', 'PL/SQL', 'QML'
          and SLIDE.
        - Fixed the assignment of the version number to $VERSION in 6 classes.
        - 158287 tests in 44 files.
        - 134 patterns in 11 classes and 12 subclasses.
2004-12-09 18:20:38 +00:00
wiz
84ad26e3ba Update to 1.8, provided by Dieter Roelants in PR 28557:
1.8  Thu Jul  1 23:21:14 EDT 2004
        - Fix handling for the case where we we're quoting
          a false but defined string. From Stephen Quinney.

1.7  Wed Jun 16 16:54:57 EDT 2004

        - New maintainer learns to remove his debugging output

1.6  Wed Jun 16 13:36:00 EDT 2004

        - New maintainer
        - Better handle attempts to quote an empty or undef string
2004-12-09 18:06:21 +00:00
markd
81beb91fbb Update ispell-romanian to 20031216.
distfile is not versioned and was changed in December 2003 to add
additional words to the dictionary.
Fixes PR pkg/26926.
2004-12-07 21:14:09 +00:00
uebayasi
3e64ed8a32 * Run commands carefully in make(1)'s ``VAR!= cmd'' syntax. Problem
reported by Krister Walfridsson.
* Set INSTALLATION_DIRS so that pkgviews installation succeeds.
2004-12-06 09:09:48 +00:00
he
6aa8e7a0e5 Update p5-Data-FormValidator from version 3.59 to 3.63.
Change log:

3.63
	[BUG FIXES]
    - email validation was beefed up to not permit spaces with e-mails
      or semi-colons to get through. Thanks to Jason Crome for some tests
      to this, and the Mail::VRFY module, which was the source of the
      improved RE.

    [INTERNALS]
    - Added a couple more test to the distribution which were missing in
      the MANIFEST

3.62 Fri Oct  8 22:55:49 EST 2004
    [INTERNALS]
    - Removed experimental label from 'msgs' functionality.
    - Beefed up test suite for dependencies and dependency_groups (Drew Taylor)

3.61 Mon Sep 20 18:10:23 EST 2004
	[BUG FIXES]
	- file_format from ::Constraints::Upload now handles
	  non-existent files more gracefully. (Evan A. Zacks)

3.60 Mon Sep 20 18:10:23 EST 2004
	[BUG FIXES]
	- file_max_bytes seemed to never be reporting failure.
2004-12-05 17:50:41 +00:00
taca
81f7a0fb3b Apply patch from PR pkg/28535.
- Fix Iconv::iconv error with "Shift_JIS" processing.
- Fix method name mistake.
- Since encoding modulde would be loaded as needs, it should be load
  by "load" instead of "require".

Add dependency to ruby-iconv or ruby-uconv package.

Bump package revision.
2004-12-05 15:21:06 +00:00
cube
88b807e637 Make antiword compile on FreeBSD. From pancake at phreaker dot net,
PR#28501.
2004-12-05 00:01:38 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
taca
549edd3dc6 Change method to create RUBY_RD_LIST as rubyversion.mk's change, avoiding
use of external command, sed(1).
2004-12-04 16:07:01 +00:00
taca
aa4693499d Prevent using :ts variable modifire to work on NetBSD 1.6 again.
Thanks to Krister Walfridsson noted by private mail.
2004-12-04 15:04:53 +00:00
wiz
cc0041b007 Add patch to make this build on -current. 2004-12-04 12:03:42 +00:00
uebayasi
a262364d2a Nuke sp, which has been broken for a while. Use OpenSP instead. 2004-12-04 04:32:02 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
adam
c9b82d8a3f Changes 2.0.8:
* Fix how the GtkTextTag is created to work with shared tag tables.
* Additional translation (see po/ChangeLog).

Changes 2.0.7:
* Activating the menu through a keybinding now properly checks the
  word currently under the cursor.
* Prevent the trampling on an application's textdomain (Stu Tomlinson).
* Additional translations (see po/ChangeLog).

Changes 2.0.6:
* Use new PANGO_UNDERLINE_ERROR style when available to highlight
  misspelled words with squiggly red underline.
* Internationalize with GNU Gettext. All five strings now translatable.
  Thanks to Adriano Del Vigna de Almeida <katmandu@fs.inf.br>
* New po/ChangeLog to track translation additions/updates.
2004-12-03 12:39:05 +00:00
wiz
ccd10c28c8 Article fix. 2004-12-01 15:49:34 +00:00
taca
81016cc094 Clean up buildlink3.mk; fix myself to understand buildlink3... 2004-12-01 15:33:47 +00:00
taca
b02621635f Add RUBY_RD_LIST; list of possible ruby-rdtool's package names which
made from RUBY_VERSION_LIST.
2004-12-01 15:32:39 +00:00
markd
ec179d7a15 Use packages internal {sq,unsq}.pl as ispell 3.2 no longer has them. 2004-12-01 12:27:44 +00:00
markd
ddd85ff009 Update ispell-british to 3.2.06
to match ispell-base.
2004-12-01 12:23:30 +00:00
markd
00c4c219ad Update ispell-base to 3.2.06 (only took 3 years :-)
Ispell 3.2 is primarily a bug-fix release, but a number of new
    features are important to users:

    -   There is a new interactive mode.  If ispell is invoked without
        arguments, it will prompt for words and suggest corrections.
    -   The emacs interface (ispell.el and ispell.texinfo) is no
        longer distributed with ispell.  Use the code that comes with
        emacs, or pick it up from:
            ftp://kdstevens.com/pub/stevens/ispell.el.gz
        or the matching ispell.el home page:
            http://www.kdstevens.com/~stevens/ispell-page.html
    -   There is now an HTML mode.  It is automatically selected for
        files ending in ".html", ".htm", or ".shtml".  It can also be
        chosen manually with the -H switch.
    -   There is a new general-purpose deformatter switch, -F.  This
        switch, which was suggested by Ron Guilmette, allows an
        external program to perform deformatting for ispell.  The -F
        switch opens the door to completely generalized spell checking
        with ispell.  Want to spell-check your C/C++ comments?  A
        simple deformatter filter will do the job.  See the ispell
        manual page for details.
    -   The annoying "TeX backslash bug" is now fixed correctly.
    -   TeX/LaTeX deformatting is now somewhat configurable.  Check
        out the -k switch and TEXSKIP1 in the manual page.

Also include the irix patches from PR pkg/26925 from Georg Schwarz.
2004-12-01 12:18:21 +00:00
wiz
0f83b17a8f Wildcard depends on p5-Algorithm-Diff. 2004-11-30 18:21:41 +00:00
uebayasi
d0f4dad232 Fix PLIST. 2004-11-29 13:02:42 +00:00
wiz
e35f007341 Take maintainership. 2004-11-28 15:47:21 +00:00
recht
bcf045be12 update to doclifter-1.15
and drop maintainership, since I don't longer use it

changes:
* Sat Nov 20 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.15-1
- Fix logic for flushing mdoc namediv.  Handle tables within mdoc lists better.
  Strip out some pod2mam-generated cliches.

* Thu Sep 2 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 1.14-1
- Added -e option to set encoding in the output XML.  Documented
  required file extensions for mm, me, ms.  Now lift some trivial uses
  of eqn(1) markup.  Better handling of mm header markup.  Interpret
  the X source distribution's local macros as a secondary markup.
  Nuke &hairsp; it's documented but apparently not actually defined.
2004-11-28 15:44:31 +00:00
wiz
22e2153cb5 Add missing files to PLIST; sort. 2004-11-28 14:16:28 +00:00
taca
5defa8e4fb Add and emable ruby-xmlparser. 2004-11-28 04:52:50 +00:00
taca
0dd1a7758a Initial import of ruby-xmlparser 0.6.8 pacakge.
Ruby-xmlparse is a module to access to James Clark's XML Parser Toolkit
"expat" (http://www.jclark.com/xml/expat.html) from Ruby.

It is used by net/ruby-xmlrpc4r pakcage.
2004-11-28 04:51:38 +00:00
taca
0ec190c28a Update ruby-rttool to 0.1.8 migrating to use new framework
for Ruby packages.

Changes:
	- Now right adjustment number with sign.
2004-11-28 04:48:25 +00:00
taca
4e2ba36c4b Update ruby-rexml package to 3.1.2 migrating to use new framework
for Ruby packages.

Changes are unknown but it would be huge.

NOTE: ruby18 (Ruby 1.8.1) package bundled rexml 2.7.3.
2004-11-28 04:42:29 +00:00
taca
d79e234e5c Migrate ruby-rdoc to use new framework for Ruby packages.
And mark this package is only for ruby16, too.
2004-11-28 04:38:37 +00:00
taca
468ee7ffda Migrate ruby-nqxml to use new framework for Ruby packages. 2004-11-28 04:36:05 +00:00
taca
f35c467898 Migrate ruby-html-parser to use new framework for Ruby packages. 2004-11-28 04:31:45 +00:00
taca
0cb4c24987 Migrate ruby-eruby to use new framework for Ruby packages. 2004-11-28 04:30:48 +00:00
taca
d649f65e77 Update ruby-erb package to 2.0.4 migrating to use new framework
for Ruby packages.  This pacakge is only for ruby16 since Ruby
1.8.1 bundled this ectention library.

Changes are huge, please refer HOMEPAGE or ChangeLog in source
files.
2004-11-28 04:27:13 +00:00
taca
16d1fb7992 Migrate ruby-amrita to use new framework for Ruby packages. 2004-11-28 04:22:48 +00:00
minskim
ffe8c8dc2a Enable pkgviews installation. 2004-11-27 18:48:25 +00:00
taca
99649a96f3 Migrate ruby-rdtool to use new framework for Ruby packages.
Add patch to prevent warning with Ruby 1.8, too.
2004-11-27 15:28:30 +00:00
wiz
3b30c2e228 avoid installing files generated through distribution patches 2004-11-26 12:24:40 +00:00
minskim
7de1122086 Update db2latex to 0.8pre1.
A large improvement in the out-of-box capabilities of DB2LaTeX.  See
the HOMEPAGE for details.
2004-11-25 20:47:00 +00:00
minskim
d3485931a0 Update my email address. 2004-11-25 19:11:58 +00:00
minskim
706101c861 Update py-libxml2 to 2.6.16.
Changes:
  - improvements: DTD validation APIs provided at the Python level.
2004-11-25 18:37:43 +00:00
wiz
379399e54b Update to 0.36:
Bug fixes:
- Bug reported by Michael Minn <mail@michaelminn.com> fixed
New features:
- The default mapping file is now based on the locale (Unix/Linux) or on
  the active codepage (DOS)
- A Word document can now be saved as "formatted" text. That means with things
  like *bold* to show bold text, /italics/ to show italics and _undeline_ to
  show underlined text are added to the plain text. Based on patches send by
  Ofir Reichenberg <ofir@qlusters.com>
- Improved table parsing. Based on information supplied by Bastien Legras
  <bastien.legras@nectech.fr> and Alex de Kruijff <freebsd@akruijff.dds.nl>
- A Word document can now be saved in PDF.
- First attempt to support PostScript output in the Cyrillic alphabet. Based
  on work done by Alexander Belyaev <isle@free.kursknet.ru>
- Better support for the Cyrillic alphabet
2004-11-23 18:20:03 +00:00
wiz
9bdf6d3ebc Get ISOEnts.zip from oasis-open instead of isoENTS from a master site
that disappeared.
2004-11-23 14:15:29 +00:00
xtraeme
099590cc99 MASTER_SITE is dead... use MASTER_SITE_BACKUP. 2004-11-23 14:11:50 +00:00
uebayasi
378041d9b3 EB 4.x needs Perl to build documents. Noted by kristerw@. 2004-11-22 02:21:13 +00:00
uebayasi
b899dccdcf Slight SUBST_* improvement. 2004-11-21 01:37:36 +00:00
jmmv
ed6f6b18b5 Backport security fixes (in the nanohttp and the nanoftp modules) from
libxml2 (several buffer overflows).  Bump PKGREVISION to 3.
2004-11-20 22:07:49 +00:00
uebayasi
5fa82e8e80 Update eblook to 1.6.1.
eblook supports EB 4.x.

While here, enable pkgviews installation.
2004-11-20 16:06:21 +00:00
uebayasi
44b28dc8c5 * Enable pkgviews installation.
* Fix build when eb is installed as pkgviews.
2004-11-20 16:02:53 +00:00
uebayasi
d4ffb52c03 Update eb to 4.1.1.
Changes since 3.3.4 are:

* Accept remote access.
* Adopt BSD license.
* Include only Japanese HTML documents (English documents are removed!).
* Accept Japanese encodings other than EUC-JP.
* Improve EB_BookList API.
* Many bug fixes.

While here, enable pkgviews installation.
2004-11-20 16:00:35 +00:00
grant
abdd668506 sync with src:
no trailing comma at end of enum.
2004-11-20 06:41:35 +00:00
wiz
b7c0d0e9cc Update to 1.7f:
*** Change the meaning of FLYSPELL-LARGE-REGION. From now on,
	if FLYSPELL-LARGE-REGION is nil, regions are treated as small.
	*** Improve doublon detection in TeX mode. The fix gets rid
	of errors introduced by indexes.
	*** Add the FLYSPELL-PROG-MODE-HOOK to FLYSPELL-PROG-MODE.
2004-11-19 18:27:11 +00:00
wiz
f94b70abfa Update HOMEPAGE. 2004-11-19 16:59:07 +00:00
wiz
18ac10bbd0 Sort. 2004-11-18 09:16:12 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
erh
6c26d2f97d Make sure the libxml-enno replacements conflict with p5-libxml-enno. 2004-11-12 07:11:44 +00:00
erh
1ea54b2996 Remove p5-libxml-enno. It has been replaced by:
p5-XML-DOM
    p5-XML-XQL
    p5-XML-Checker
    p5-XML-RegExp
    p5-XML-Filter-Reindent
    p5-XML-Filter-DetectWS
    p5-XML-Filter-SAXT
    p5-XML-UM
2004-11-12 07:00:45 +00:00
erh
e9d34f8d34 Add p5-XML-Encoding and p5-XML-UM. 2004-11-12 06:41:55 +00:00
erh
9bbbf734eb Create a packge for XML-UM-0.01
Convert UTF-8 strings to any encoding supported by XML::Encoding
2004-11-12 06:40:39 +00:00
erh
d28a86df30 Create a package for XML-Encoding-1.01
A perl module for parsing XML encoding maps
2004-11-12 06:39:55 +00:00
erh
cf01639864 Add p5-XML-Filter-DetectWS, p5-XML-Filter-Reindent and p5-XML-Filter-SAXT. 2004-11-12 06:25:22 +00:00
erh
d08a909efe Create a pacakge for XML-Filter-Reindent-0.03
Reformats whitespace for pretty printing XML
2004-11-12 06:21:19 +00:00
erh
c0b16850e7 Create a package for XML-Filter-DetectWS-0.01
A PerlSAX filter that detects ignorable whitespace
2004-11-12 06:20:31 +00:00
erh
9444625cef Create a pacakge for XML-Filter-SAXT-0.01
Replicates SAX events to several SAX event handlers
2004-11-12 06:19:25 +00:00
seb
31e158e054 Add 'perl5' to CATEGORIES. 2004-11-12 00:24:14 +00:00
recht
57854c940f update to 2.6.16
2.6.16: Nov 10 2004:
   - general hardening and bug fixing crossing all the API based on new
    automated regression testing
   - build fix: IPv6 build and test on AIX (Dodji Seketeli)
   - bug fixes: problem with XML::Libxml reported by Petr Pajas,  encoding
    conversion functions return values, UTF-8 bug affecting XPath reported by
    Markus Bertheau, catalog problem with NULL entries (William Brack)
   - documentation: fix to xmllint man page, some API function descritpion
    were updated.
   - improvements: DTD validation APIs provided at the Python level (Brent
    Hendricks)
2004-11-11 21:01:15 +00:00
epg
09068ddadb Make this build on FreeBSD (stop fussing about with malloc.h). 2004-11-10 16:18:29 +00:00
jmmv
c6d4fd88a0 Update to 1.67.0 from 1.65.0:
Release 1.67.0
  * A number of important bug fixes, documented in WhatsNew.
  * Added Saxon8 extensions
  * Enabled dbfo table-width on entrytbl in FO output
  * Added support for role=strong on emphasis in FO output
  * Added new FO parameter hyphenate.verbatim that can be used to turn on
    "intelligent" wrapping of verbatim environments.
  * Replaced all <tt></tt> output with <code></code>
  * Changed admon.graphic.width template to a mode so that different
    admonitions can have different graphical widths.
  * Deprecated the HTML shade.verbatim parameter (use CSS instead)
  * Wrapped ToC refentrytitle/refname and refpurpose in span with class values.
    This makes it possible to style them using a CSS stylesheet.
  * Use strong/em instead of b/i in HTML output
  * Added support for converting Emphasis to groff italic and Emphasis role=
    'bold' to bold. Controlled by emphasis.propagates.style param, but not
    documented yet using litprog system. Will do that next (planning to add
    some other parameter-controllable options for hyphenation and handling of
    line spacing).
  * callout.graphics.number.limit.xml param: Changed the default from 10 to 15.
  * verbatim.properties: Added hyphenate=false
  * Saxon and Xalan Text.java extensions: Added support for URIResolver() on
    insertfile href's
  * Added generated RELEASE-NOTES.txt file.
  * Added INSTALL file (executable file for generating catalog.xml)
  * Removed obsolete tools directory from package

Release 1.66.1
  * A number of important bug fixes, documented in WhatsNew.
  * Now xml:base attributes that are generated by an XInclude processor are
    resolved for image files.
  * Rewrote olink templates to support several new features.
      o Extended full olink support to FO output.
      o Add support for xrefstyle attribute in olinks.
      o New parameters to support new olink features: insert.olink.page.number,
        insert.olink.pdf.frag, olink.debug, olink.lang.fallback.sequence,
        olink.properties, prefer.internal.olink. See the reference page for
        each parameter for more information.
  * Added index.on.type parameter for new type attribute introduced in DocBook
    4.3 for indexterms and index. This allows you to create multiple indices
    containing different categories of entries. For users of 4.2 and earlier,
    you can use the new parameter index.on.role instead.
  * Added new section.autolabel.max.depth parameter to turn off section
    numbering below a certain depth. This permits you to number major section
    levels and leave minor section levels unnumbered.
  * Added footnote.sep.leader.properties attribute set to format the line
    separating footnotes in printed output.
  * Added parameter img.src.path as a prefix to HTML img src attributes. The
    prefix is added to whatever path is already generated by the stylesheet for
    each image file.
  * Added new attribute-sets informalequation.properties,
    informalexample.properties, informalfigure.properties, and
    informaltable.properties, so each such element type can be formatted
    individually if needed.
  * Add component.label.includes.part.label parameter to add any part number to
    chapter, appendix and other component labels when the label.from.part
    parameter is nonzero. This permits you to distinguish multiple chapters
    with the same chapter number in cross references and the TOC.
  * Added chunk.separate.lots parameter for HTML output. This parameter lets
    you generate separate chunk files for each LOT (list of tables, list of
    figures, etc.).
  * Added several table features:
      o Added table.table.properties attribute set to add properties to the
        fo:table element.
      o Added placeholder templates named table.cell.properties and
        table.cell.block.properties to enable adding properties to any
        fo:table-cell or the cell's fo:block, respectively. These templates are
        a start for implementing table styles.
  * Added new attribute set component.title.properties for easy modifications
    of component's title formatting in FO output.
  * Added Saxon support for an encoding attribute on the textdata element.
    Added new parameter textdata.default.encoding which specifies encoding when
    encoding attribute on textdata is missing.
  * Template label.this.section now controls whole section label, not only
    sub-label which corresponds to particular label. Former behaviour was IMHO
    bug as it was not usable.
  * Formatting in titleabbrev for TOC and headers is preserved when there are
    no hotlink elements in the title. Formerly the title showed only the text
    of the title, no font changes or other markup.
  * Added intial.page.number template to set the initial-page-number property
    for page sequences in print output. Customizing this template lets you
    change when page numbering restarts. This is similar to the
    format.page.number template that lets you change how the page number
    formatting changes in the output.
  * Added force.page.count template to set the force-page-count property for
    page sequences in print output. This is similar to the format.page.number
    template.
  * Sort language for localized index sorting in autoidx-ng.xsl is now taken
    from document lang, not from system environment.
  * Numbering and formatting of normal and ulink footnotes (if turned on) has
    been unified. Now ulink footnotes are mixed in with any other footnotes.
  * Added support for renderas attribute in section and sect1 et al. This
    permits you to render a given section title as if it were a different
    level.
  * Added support for label attribute in footnote to manually supply the
    footnote mark.
  * Added support for DocBook 4.3 corpcredit element.
  * Added support for a dbfo keep-together PI for formal objects (table,
    figure, example, equation, programlisting). That permits a formal object to
    be kept together if it is not already, or to be broken if it is very long
    and the default keep-together is not appropriate.
  * For graphics files, made file extension matching case insensitive, and
    updated the list of graphics extensions.
  * Allow calloutlist to have block content before the first callout
  * Added dbfo-need processing instruction to provide soft page breaks.
  * Added implementation of existing but unused default.image.width parameter
    for graphics.
  * Support DocBook NG tag inline element.
  * It appears that XEP now supports Unicode characters in bookmarks. There is
    no further need to strip accents from characters.
  * Make segmentedlist HTML markup more semantic and available to CSS styles.
  * Added user.preroot placeholder template to permit xsl-stylesheet and other
    PIs and comments to be output before the HTML root element.
  * Non-chunked legalnotice now gets an <a name="id"> element in HTML output so
    it can be referenced with xref or link.
  * In chunked HTML output, changed link rel="home" to rel="start", and link
    rel="previous" to rel="prev", per W3C HTML 4.01 spec.
  * Added several patches to htmlhelp from W. Borgert
  * Added Bosnian locale file as common/bs.xml.
2004-11-09 21:20:49 +00:00
jdolecek
d7a6086867 it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting now, do so for aesthetic reasons
2004-11-05 21:44:44 +00:00
jdolecek
5ec53f2a31 Add php5-xsl 5.0.2 - PHP5 extension implementing XSL standard, performing
XSLT transformations using the libxslt library.
2004-11-05 21:36:08 +00:00
jdolecek
b8aade8fb8 Add php5-dom 5.0.2 - PHP extension to access XML documents using DOM API.
This is PHP5 replacement of PHP4 DOM XML extension.
2004-11-05 21:15:38 +00:00
jdolecek
b989940c0f Add php5-dom 5.0.2 - PHP extension to access XML documents using DOM API.
This is PHP5 replacement of PHP4 DOM XML extension.
2004-11-05 21:13:00 +00:00
jdolecek
4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00
adrianp
578bfd48cb - Note addition of p5-Text-Tabs+Wrap-2001.0929 2004-11-03 21:01:19 +00:00
adrianp
ca17e891ea Text::Tabs performs the same job that the unix expand(1) and unexpand(1)
commands do: adding or removing tabs from a document.

Text::Wrap::wrap() will reformat lines into paragraphs.  All it does is
break up long lines, it will not join short lines together.

Text::Fill::fill() will reformat blocks of text into paragraphs.  It
uses Text::Wrap::wrap() to do the work
2004-11-03 20:58:21 +00:00
minskim
4e5105b758 Sync with libxslt-1.1.12. No Python-specific change. 2004-11-03 16:47:44 +00:00
minskim
920e0df9ce Sync with libxml2-2.6.15.
Changes since 2.6.12:
   - saving to python file objects (Malcolm Tredinnick)
   - structured error handler on Python 64bits
   - Python space/tabs cleanups
   - Python libxml2 driver improvement
2004-11-03 16:41:56 +00:00
seb
1ea6576132 It's p5-XML-Filter-BufferText not p5-XML-Filer-BufferText 2004-11-03 10:02:34 +00:00
seb
7fb496290f Initial import of p5-XML-Filer-BufferText version 1.01 into the NetBSD Packages
Collection.

This Perl 5 module is a very simple filter for XML parsers.  One
common cause of grief (and programmer error) is that XML parsers
aren't required to provide character events in one chunk. They can,
but are not forced to, and most don't. This filter does the trivial
but often-repeated task of putting all characters into a single event.

Actually this is the second import hopefully in the right directory this
time. Sorry for the mess.
2004-11-03 10:01:18 +00:00
seb
6d5c86010b Add & enable p5-XML-Filer-BufferText. 2004-11-03 09:52:35 +00:00
recht
058c4aad83 fix PLIST substitution for Darwin 2004-11-01 10:51:30 +00:00
wiz
7fdcb7d19a Update HOMEPAGE. 2004-11-01 00:27:41 +00:00
seb
b3c5242ff9 It seems that the Perl module Pod::Escapes is needed by Pod::Simple: add
a dependency on it. Now the 'test' target pass.

Bump PKGREVISION.
2004-10-31 22:16:38 +00:00
jdolecek
d3c56462a3 adjust for rename of most php4-* packages to php-* 2004-10-31 21:46:40 +00:00
jdolecek
ac09227971 convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)
2004-10-31 21:28:51 +00:00
jdolecek
ec3c63fd71 remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
2004-10-31 21:20:08 +00:00
jdolecek
49e9ef7f78 extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31 21:07:13 +00:00
jdolecek
52c1980501 new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x

convert existing php4-* packages to this framework and import as php-*
2004-10-31 19:30:29 +00:00
recht
7f070d90c1 update to libxslt-1.1.12
1.1.12: Oct 29 2004:
   - build fixes: warnings removal (William).
   - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date
    negative periods (William Brack), generated tree structure fixes,
    namespace lookup fix, use reentrant gmtime_r (William Brack),
    exslt:funtion namespace fix (William), potential NULL pointer reference
    (Dennis Dams, William), force string interning on generated
  documents.
   - documentation: update of the second tutorial (Panagiotis Louridas), add
    exslt doc in rpm packages, fix the xsltproc man page.
2004-10-31 11:01:23 +00:00
recht
69650be0be update to libxml2-2.6.15
changes:

* security fixes on the nanoftp and nanohttp modules
For details see:
http://www.securityfocus.com/archive/1/379383/2004-10-24/2004-10-30/0

* build fixes:
  - xmllint detection bug in configure
  - building outside the source tree (Thomas Fitzsimmons)
* bug fixes:
  - HTML parser on broken ASCII chars in names (William)
  - Python paths (Malcolm Tredinnick)
  - xmlHasNsProp and default namespace (William)
  - saving to python file objects (Malcolm Tredinnick)
  - DTD lookup fix (Malcolm)
  - save back <group> in catalogs (William)
  - tree build fixes (DV and Rob Richards)
  - Schemas memory bug
  - structured error handler on Python 64bits
  - thread local memory deallocation
  - memory leak reported by Volker Roth
  - xmlValidateDtd in the presence of an internal subset
  - entities and _private problem (William)
  - xmlBuildRelativeURI error (William).
* improvements:
  - better XInclude error reports (William)
  - tree debugging module and tests
  - convenience functions at the Reader API (Graham Bennett)
  - add support for PI in the HTML parser.

Update BUILDLINK_RECOMMENDED to 2.6.15 for the security fix.
2004-10-31 10:40:50 +00:00
minskim
3e1942afb9 Update docbook-simple to 1.1rc2.
Changes:
	- Added elements: subscript and superscript.
	- Minor fixes.
2004-10-30 06:31:02 +00:00
xtraeme
b3cdad43f7 Update textproc/libxslt to 1.1.11.
Changes:

   - bug fixes: xsl:include problems (William Brack), UTF8 number pattern
    (William), date-time validation (William), namespace fix (William),
    various Exslt date fixes (William), error callback fixes, leak with
    namespaced global variable, attempt to fix a weird problem #153137
   - improvements: exslt:date-sum tests (Derek Poon)
   - documentation: second tutorial by Panagiotis Lourida
2004-10-25 08:35:09 +00:00
seb
8e5abf31af Fix build on NetBSD 1.6.2 (with gcc 2.95.3).
Reported by diro at nixsys dot bz in PR pkg/27390.
2004-10-23 17:47:16 +00:00
xtraeme
aa606690df Update textproc/libxml2 to 2.6.14, this is a bugfix release. 2004-10-21 05:28:17 +00:00
seb
6075bf3b69 Update to version 1.11
Changes since last packaged version (1.10):
* errors in tags error files are reported more correctly and make
  the program exit
* more tag options added
* "linenum" tag for specifying the style of line numbers

Package changes:
* set USE_LANGUAGES
* fix HTML installation directory in manpage
2004-10-21 00:15:47 +00:00
tv
833a56113a PKGREVISION bump after previous. 2004-10-15 12:07:03 +00:00
tv
b1f31772d4 Update linkage to libltdl, now in its own package. 2004-10-15 12:03:52 +00:00
salo
d14d81ee8e Use libltdl, not libtool after recent changes. (hi tv!)
Bump PKGREVISION.
2004-10-15 09:49:36 +00:00
reed
476a159da8 Increase BUILDLINK_DEPENDS.xmlcatmgr to xmlcatmgr>=2.0beta1
which was the BUILDLINK_RECOMMENDED.xmlcatmgr. (Okay'ed by jmmv.)

I had noticed that old xmlcatmgr on my system (using IGNORE_RECOMMENDED)
was not good enough

The xmlcatmgr changes for 2.0alpha2 said that command line usage changed
in some scenarios.

Also remove BUILDLINK_RECOMMENDED.xmlcatmgr because now it was the
same (and is redundant for now).

I am not bumping in PKGREVISIONs because of this.  This happened
last January and is too late now and maybe I am the only person to
notice.
2004-10-09 23:16:14 +00:00
tv
a62d3fb0e1 Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
2004-10-07 16:36:47 +00:00
wiz
35a0026b69 Set DIST_SUBDIR to PKGNAME_NOREV, not PKGNAME, since the latter
changes with PKGREVISION settings. Closes PR 27148.
2004-10-05 13:16:56 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jmmv
b2e4c34ed4 Rework the way intltool is overriden in packages that use it. Up until now
we were running intltoolize before the configure stage, which replaced all
intltool-*.in files with symlinks to the ones installed by this package.

However, the new version of intltool, 0.31.3, has added new substitution
patterns to the scripts, which must be replaced by configure scripts at
configuration time.  The problem is that old configure scripts (pre-0.31.3)
do not know about these patterns, which results in them not being substituted,
thus causing build failures.

So, to fix this issue, replace all intltool-* files _after_ the configure
stage, just like we do with libtool.  Additional patters might be added
through the INTLTOOL_OVERRIDE variable, but I doubt this will be needed).

While here, update the dependency to 0.31.3 (has no other effect, as this
package is only used at build time by other packages).
2004-10-02 13:58:58 +00:00
jmmv
f67ff12932 Update to 0.31.3; I'm not sure the way I've used to depend on gettext (only
when needed) is correct but... no answers in tech-pkg@ for several days.

* Use absolute paths and allow env var overrides for gettext scripts
  -- bug #152020 (Rodney Dawes)
* Allow shell-backticks (and other shell features) in variable names
  -- bug #152448 (Danilo Segan)
* Fix typographical error in intltool.m4
  -- bug #153630 (Rodney Dawes)
2004-10-02 11:57:04 +00:00
epg
533b36ec50 +p5-Pod-Escapes, p5-Pod-Simple 2004-09-26 04:48:49 +00:00
epg
d0c0c32e9e Import p5-Pod-Simple-3.02.
Pod::Simple is a Perl library for parsing text in the Pod ("plain
old documentation") markup language that is typically used for
writing documentation for Perl and for Perl modules.

Pod formatters can use Pod::Simple to parse Pod documents into
produce renderings of them in plain ASCII, in HTML, or in any number
of other formats.
2004-09-26 04:41:03 +00:00
epg
098ade0167 Import p5-Pod-Escapes-1.04.
This module provides things that are useful in decoding Pod E<...>
sequences. Presumably, it should be used only by Pod parsers and/or
formatters.
2004-09-26 04:41:00 +00:00
wiz
e4a84d1b8e Use cp -r instead of cp -R, for Irix 5.3. Reported by Georg Schwarz. 2004-09-24 13:09:11 +00:00
ben
633b829d39 The nbcompat library is not ready for general use in packages, remove the
libnbcompat dependency.
2004-09-22 17:38:30 +00:00
ben
19a090b900 Apply patches from Georg Schwarz in order to compile helpdeco on IRIX 5.3. 2004-09-22 17:00:33 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
0db233dd6b Update to 0.6.0. This version corresponds to GNOME 2.8.0.
Enhancements since 0.5.1
========================

- add parsing location to all the CSS contructions at SAC level [Dodji Seketeli]
- add --dump-location option to csslint [Dodji Seketeli]
- enable several API/ABI incompatible versions of Libcroco to be
  installed on the same box [Dodji Seketeli]
- CSS properties inheritance support [Benjamin Dauvergne]
- CRStyle struct gatehering code cleanup [Benjamin Dauvergne]
- Better support for font selection [Dodji Seketeli]

Bugfixes since 0.5.1
====================

- #143308: fix parsing of non trivial functional #notations. [Dodji Seketeli]
- #143450: fix gcc 2.xx errors. [Dodji Seketeli]
- #139881: proper setting of parsing locations in urls. [Dodji Seketeli]
- #138267: remove C99-isms.
- #139889: fix an infinite loop in the parser [Dodji Seketeli]
- #139891: better @media rule reporting [Dodji Seketeli]
- #140317: fix class sel without class name crash [Dodji Seketeli]
- #140334: fix an infinite loop in the parser [Dodji Seketeli]
- attribute selectors evalution fixes. [Dodji Seketeli]
- Better support of descendant selectors evaluation [Dodji Seketeli]
- Better regression tests framework [Dodji Seketeli]
- fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli]
- 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-09-21 16:50:21 +00:00
minskim
d9163a1c41 Link with -liconv if ICONV_TYPE=gnu. This makes bdb-xml build on
platforms without native iconv.  Thanks to Aron Stansvik for testing.

Bump PKGREVISION.
2004-09-18 02:46:12 +00:00
wiz
f5682e47e5 Use rm -rf instead of -Rf to better support Irix. From Georg Schwarz
in PR 26985.
2004-09-17 19:25:03 +00:00
wiz
327443d416 Update MASTER_SITES and HOMEPAGE, from Alexander Becher in PR 26965. 2004-09-16 09:27:07 +00:00
jlam
1a116202be Don't have a comma end an enumeration list, which is apparently not
allowed by GCC with -pedantic -ansi.  Bump the PKGREVISION.
2004-09-15 17:09:37 +00:00
salo
24a3780273 Add -print to find(1) when listing files in Makefile rules.
Should fix PR pkg/26930 by Georg Schwarz.
2004-09-12 22:25:08 +00:00
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
recht
dc2a2df29b update to icu-3.0
major changes:

ICU 3.0 includes the latest bug fixes, locale/charset updates, and
performance/build/porting enhancements.
- Collation
  Collation data is in a separate data tree, allowing for easier
  modularization and maintenance.
  getFunctionalEquivalent API allows for better caching and UI support.
- Unicode 4.0.1
  ICU is updated to the latest version of Unicode standard, which had
  significant property changes.
- CLDR 1.1
  Updates to CLDR 1.1, with many updates to locale data, and special
  emphasis on collation data.
- Formatting
  As an aid to migration of traditional C (stdio) and C++ (iostream)
  formatting, the POSIX-like input/output library, icuio, is officially
  supported.
  Significant digits now supported in DecimalFormat, for general use and
  %g support.
- RFC822 time zone format support in DateFormat for compatibility.
- Currency formatting/parsing improvements
  Allows parsing multiple currencies with one formatter, without knowing the
  currency in advance. Much cleaner design allowing extensibility to other
  measurement units in the future.
- Regular expressions (C)
  The regular expressions framework now features a C API, instead of just C++.
- Locales
  Locale canonicalization spec defined and implemented. Provides
  interoperability with POSIX and .NET locale IDs, more RFC 3066 support.
- Layout engine
  Layout engine now supports using different canonically-equivalent Unicode
  forms of the same text: e.g. a + ´ or á. This is especially important for
  non-Latin scripts.
- Build Environment
  ICU can now build its data library much faster on most platforms.

For a complete list see:
http://oss.software.ibm.com/cvs/icu/~checkout~/icu/readme.html?tag=release-3-0
2004-06-26 20:18:50 +00:00
seb
02518bb0ce Update to version 4.1.
Package changes:

* remove inclusion of converters/libiconv/buildlink3.mk,
devel/gettext-lib/builtin.mk will take care of that if needed.

Changes since last packaged version (4.0.9):

* // matches the last regular expression even in POSIXLY_CORRECT mode.

* change the way we treat lines which are not terminated by a newline.
Such lines are printed without the terminating newline (as before)
but as soon as more text is sent to the same output stream, the
missing newline is printed, so that the two lines don't concatenate.
The behavior is now independent from POSIXLY_CORRECT because POSIX
actually has undefined behavior in this case, and the new implementation
arguably gives the ``least expected surprise''.  Thanks to Stepan
Kasal for the implementation.

* documentation improvements, with updated references to the POSIX.2
specification

* error messages on I/O errors are better, and -i does not leave temporary
files around (e.g. when running ``sed -i'' on a directory).

* escapes are accepted in the y command (for example: y/o/\n/ transforms
o's into newlines)

* -i option tries to set the owner and group to the same as the input file

* `L' command is deprecated and will be removed in sed 4.2.

* line number addresses are processed differently -- this is supposedly
conformant to POSIX and surely more idiot-proof.  Line number addresses
are not affected by jumping around them: they are activated and
deactivated exactly where the script says, while previously
    5,8b
    1,5d
would actually delete lines 1,2,3,4 and 9 (!).

* multibyte characters are taken in consideration to compute the
operands of s and y, provided you set LC_CTYPE correctly.  They are
also considered by \l, \L, \u, \U, \E.

* [\n] matches either backslash or 'n' when POSIXLY_CORRECT.

* new option --posix, disables all GNU extensions.  POSIXLY_CORRECT only
disables GNU extensions that violate the POSIX standard.

* options -h and -V are not supported anymore, use --help and --version.

* removed documentation for \s and \S which worked incorrectly

* restored correct behavior for \w and \W: match [[:alnum:]_] and
[^[:alnum:]_] (they used to match [[:alpha:]_] and [^[:alpha:]_]

* the special address 0 can only be used in 0,/RE/ or 0~STEP addresses;
other cases give an error (you are hindering portability for no reason
if specifying 0,N and you are giving a dead command if specifying 0
alone).

* when a \ is used to escape the character that would terminate an operand
of the s or y commands, the backslash is removed before the regex is
compiled.  This is left undefined by POSIX; this behavior makes `s+x\+++g'
remove occurrences of `x+', consistently with `s/x\///g'.  (However, if
you enjoy yourself trying `s*x\***g', sed will use the `x*' regex, and you
won't be able to pass down `x\*' while using * as the delimiter; ideas on
how to simplify the parser in this respect, and/or gain more coherent
semantics, are welcome).
2004-06-25 15:17:55 +00:00
xtraeme
777fb552f5 Remove xlhtml, we have already this package in converters, pointed out
by wiz.
2004-06-24 05:31:07 +00:00
xtraeme
19d83f1a30 Initial import of xlhtml-0.5.
xlhtml is used to convert Microsoft Excel Spreadsheet files into either html
or tab delimitted ASCII. The program can be interfaced with helper scripts
for viewing email attachments. Most use of this program is through the helper
scripts  and one would probably rarely resort to using the commandline
interface.
2004-06-24 05:26:13 +00:00
xtraeme
55ddc95cec Add p5-XML-RAI, p5-XML-RSS-Parser (hi schmonz!) 2004-06-24 03:46:33 +00:00
wiz
b1d7d718a2 Fix some bad roff in the man page. Closes PR 25950. Bump PKGREVISION. 2004-06-21 08:58:59 +00:00
schmonz
0eadf612dd Initial import of p5-XML-RAI.
The RSS Abstraction Interface, or RAI (said "ray"), provides an
object-oriented interface to XML::RSS::Parser trees that abstracts
the user from handling namespaces, overlapping and alternate tag
mappings.

It's rather well known that, while popular, the RSS syntax is a
bit of a mess.

RAI provides a single simplified interface that maps one method
call to various overlapping and alternate tags used in RSS feeds.
The interface also abstracts developers from needing to deal with
namespaces. Method names are based on Dublin Core terminology.
2004-06-20 22:28:00 +00:00
schmonz
650d6bd38a Initial import of p5-XML-RSS-Parser.
XML::RSS::Parser is a lightweight liberal parser of RSS feeds that
is derived from the XML::Parser::LP module the I developed for
mt-rssfeed -- a Movable Type plugin. This parser is "liberal" in
that it does not demand compliance of a specific RSS version and
will attempt to gracefully handle tags it does not expect or
understand. The parser's only requirements is that the file is
well-formed XML and remotely resembles RSS.
2004-06-20 22:25:59 +00:00
cjep
7c847fc994 Use the configure target and use REPLACE_PERL to get the correct
path to perl in html2wml. Fixes PR#25951 from diro at nixsys dot bz .
2004-06-17 08:48:12 +00:00
grant
7e4ff41536 bump to 20040613 2004-06-13 13:14:03 +00:00
grant
9fa7114bcf sync with src:
safer realloc, from openbsd
2004-06-13 13:12:09 +00:00
grant
3c859771e0 sync with src:
prevent integer underflow.  freebsd rev 1.32.  via openbsd
2004-06-13 13:11:41 +00:00
grant
37c6587ce0 sync with src:
apply patch in PR to fix argument parsing bug.
apply patch in PR to avoid writing to unallocated memory.
2004-06-13 13:09:34 +00:00
grant
f81cc371cf sync with src:
Bump Dd for previous.
2004-06-13 13:07:29 +00:00
grant
70c2720413 sync with src:
Point people to re_format(7) instead of regex(3) for RE description
2004-06-13 13:07:00 +00:00
grant
b5a9b112f6 sync with src:
Move UCB-licensed code from 4-clause to 3-clause licence.
2004-06-13 13:04:02 +00:00
minskim
a78dcdd77e Sync nbsed with -current and bump its version to 20040612. This fixes
a bug reported in PR bin/25899 that makes sed(1) fail if the last
character of the line buffer is a backslash.
2004-06-12 05:18:23 +00:00
taca
44080a0f62 Quick fix for build with converters/libiconv, making configure detect
iconv() in libiconv library.
2004-06-09 05:42:31 +00:00
shannonjr
cb4dd26e05 Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0
A missing type declaration causes compilation failure. The patch
fixes the problem by including the local header file "constant.h"
This closes the referenced PR.
2004-06-07 19:25:58 +00:00
grant
f164247a30 this package doesn't use a compiler. 2004-06-06 13:04:24 +00:00
schmonz
384af75e68 Packages no longer need to clean up *.subst.sav leftovers. 2004-06-06 04:29:17 +00:00
xtraeme
3be38dae2b Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
xtraeme
4a0b9a7797 Enable pkgviews installation. 2004-06-04 23:46:08 +00:00
jschauma
27d2003a39 This does not seem to need to link against libl, so leave it out to allow
build on OS that don't even have libl.
2004-06-04 18:34:17 +00:00
shannonjr
71f79b2075 Re: PR 25726 Compilation error on redeclaration of malloc() using gcc 3.4.0
This problem was anticipated in the source Makefile so fix was a trivial
matter of setting the CFLAG -DNO_MALLOC_DECL.
This closes the referenced PR.
2004-06-01 20:42:17 +00:00
shannonjr
5dc2891618 Re: PR 25725 Syntax errors prevent compilation of with gcc 3.4.0
The patch-ac corrects four instances of printf being called with an
uncompilable argument list; the patch follows a recommendation from
Christian Biere <christianbiere@gmx.de>.
The patch-ad corrects a situation where a label at end of block prevents
compilation; the fix adds a null statement as the label's target.
2004-06-01 15:36:50 +00:00
shannonjr
1eb78e7a02 Re: PR 25720 Syntax errors prevent compilation with gcc 3.4.0
The patch-al fixes a problem where a label appeared at end of block by
supplying a null statement for the label.
The patch-am provides a missing argument list separator (comma) in
four places.
This closes the PR.
2004-06-01 08:55:34 +00:00
shannonjr
ae68b0fb15 Re: PR 25715 Compilation error with gcc 3.4.0
dartsdic.cpp:180: error: ISO C++ forbids cast to non-reference type used
         as lvalue
The patch corrects the compilation error by rewriting the cast without
changing the meaning of the statement. This closes the PR.
2004-06-01 08:23:29 +00:00
kristerw
071f800f92 Use PTHREAD_OPTS+=require instead of implementing the same functionality
using if ${PTHREAD_TYPE} == "none" etc,  and use the blessed pthread
package instead of depending on devel/unproven-pthreads.

Bump PKGREVISION.
2004-05-29 20:45:34 +00:00
minskim
d04d69e6b5 Move WRKSRC definition into a later section. 2004-05-29 13:04:00 +00:00
minskim
f7525a92ce Enable pkgviews installation. 2004-05-29 13:01:11 +00:00
xtraeme
0163ffca78 Added p5-XML-XUpdate-LibXML-0.2.3, p5-XML-LibXML-XPathContext-0.06. 2004-05-29 02:01:22 +00:00
xtraeme
1a6bc89571 Initial import of p5-XML-LibXML-XPathContext-0.06.
This module augments XML::LibXML by providing a Perl
interface to libxml2's xmlXPathContext structure.
2004-05-29 01:58:56 +00:00
xtraeme
6c2d7d00a8 Initial import of p5-XML-XUpdate-LibXML-0.2.3.
Simple implementation of XUpdate format (http://www.xmldb.org/xupdate/).
The implementation is based on XML::LibXML DOM API.
2004-05-29 01:58:00 +00:00
xtraeme
1eab50bf4f Added p5-XML-LibXML-Iterator, p5-XML-NodeFilter. 2004-05-29 01:46:02 +00:00
xtraeme
d31178a89a Initial import of p5-XML-NodeFilter-0.01.
XML::NodeFilter is a generic node-filter class for DOM traversal as
specified in the DOM Level 2 Traversal and Range specification. It
extends that specification so this class is more easy to use for perl
programmers.
2004-05-29 01:43:19 +00:00
xtraeme
51045328af Initial import of p5-XML-LibXML-Iterator-1.00.
XML::LibXML::Iterator implements the iterator part of the DOM
Traversal and Range specification. This class allows to iterate
through a DOM as it is done through an ordinary array.
2004-05-29 01:42:39 +00:00
xtraeme
23a2d3262a Update textproc/p5-XML-DOM to 1.43 (previous distfile unavailable).
Changes:

1.43 (tjmather) 07/28/2003
- Fixed bug that manifests itself with XML::Parser 2.32 and greater,
specify external style as 'XML::Parser::Dom' rather than just 'Dom'.
(Matt Sergeant)
2004-05-29 01:19:32 +00:00
minskim
d9c35a3f06 Update docbook-simple to 1.1b3.
Changes since 1.1b1:
  - adds the anchor element and the remap attribute.
  - adds the anchor element to a few more parameter entities, fixing
    the bug where it was not available in all the appropriate contexts
    in V1.1b2.
2004-05-28 16:40:34 +00:00
simonb
1f01b4d1de Add "CONFIGURE_HAS_INFODIR=no" to get this package building. 2004-05-25 04:21:29 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
kristerw
586671512f Make this compile when using gcc 3.3. 2004-05-23 22:33:17 +00:00
recht
a2993cfa09 unused 2004-05-23 16:59:05 +00:00
wiz
adc1bb3c9d Unused. 2004-05-22 10:04:21 +00:00
minskim
828bcf67e8 USE_LANGUAGES= c c++
USE_LIBTOOL=	yes
2004-05-19 06:50:46 +00:00
minskim
6a0c4b490c Bump PKGREVISION due to major version bump of the opensp library. 2004-05-19 05:44:39 +00:00
minskim
210f03d9b1 Update opensp to 1.5.1.
Changes:

Enable run time selection of message format with SP_MESSAGE_FORMAT
environment variable. Value is one of XML, NONE, TRADITIONAL.

When validating/parseing a document using http, OpenSP will now follow
any redirects headers/requests from the server.

The environment variable SP_HTTP_USER_AGENT can be used to specify a
UserAgent: header.

The environment variable SP_HTTP_ACCEPT can be used to specify Accept:
headers.

A number of enhancements have been made to the osx tool: security
fixes in the handling of output files; addition of the "preserve case
option".

A testing framework together with some initial tests have been
added. Currently there are 22 tests. 6 of which fail.

Support for Mac OS/X, Darwin has been improved. Build infrastructure
and localisation fixes and enhancements. Improved compiler support.
2004-05-19 05:42:38 +00:00
recht
add1fc1507 update to 0.2.1
patch provided by Michal Pasternak in PR pkg/25611

Release 0.2.1

11 May 2004

Minor bugfixes and test improvements.
Release 0.2.0

20 Feb 2004

Reorganized code into modules; converted some iteration constructs to Python
iterators and generators. All text processing internally is now handled as
Unicode. Analyzers are back as generators of tokens.

The changes to the code to make it more pythonic appear to have resulted in
trading time for space: preliminary tests indicate about a 5% speedup on one
dataset in exchange for a 20% increase in memory usage.
2004-05-18 12:44:05 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
seb
50d96f3595 Fix build with older GNU libstdc++ (mentioned in PR pkg/25590).
While here add support for test target.
2004-05-16 12:22:40 +00:00
seb
c86fca8622 Update to version 1.9.
Changes since last packaged version:
   * --no-doc option added to cancel the --doc option even if
     it is implied (e.g., when css is given) (as suggested by Keith Lea
     and Grant McLean)
   * deal with \r correctly (reported by barrett@9hells.org)
   * added scanner for language LUA (thanks to Marc Côté)
   * added scanner for CAML and SML (with the help of Jean-Baptiste Rouquier
     and James Riely)
   * fixed a bug in C++ scanner concerning tabs after # (reported by
     Don Stauffer).
   * If not specified, the source language will be guessed from the
     input file extension.
   * Added src-hilite-lesspipe.sh a script that can be used with less
     in order to higlight the files processed with less
     (suggested by Konstantine Serebriany)
   * fixed a bug in perl scanning when \" is used in regular expressions
     (reported by Geir Nilsen)
   * html attribute values are generated in quotes (bug fixed by
     Patrick Wagstrom)
   * can generate anchors for line numbers (thanks to Oliver Fischer)
2004-05-15 14:55:38 +00:00
xtraeme
c39fb4635a Sort. 2004-05-13 04:13:27 +00:00
grant
0872fa7055 s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
wiz
83b1cb95f4 Unused. 2004-05-09 22:39:55 +00:00
snj
280b1b2fbe Convert to buildlink3. 2004-05-09 20:19:44 +00:00
wiz
aa3e858c8e Unused. 2004-05-09 11:23:51 +00:00
minskim
bc0e1b84ed Add and enable p5-XML-Sablotron. 2004-05-09 05:21:53 +00:00
minskim
9133638c8d Import p5-XML-Sablotron from pkgsrc-wip. Packaged by Adam Migus and
modified by me.

This perl module is encapsulation of the XSLT processor called
Sablotron (textproc/sablotron).  If you don't know what is XSLT, look
at http://www.w3.org/ site.  If you don't know what is Sablotron, look
at http://www.gingerall.com/.
2004-05-09 05:20:25 +00:00
minskim
497c47c7ad Update MASTER_SITES. 2004-05-09 04:56:45 +00:00
uebayasi
7b64533029 Enable pkgviews installation. 2004-05-08 15:09:14 +00:00
wiz
bc95b9bb5e Unused. 2004-05-08 08:53:54 +00:00
jschauma
4abc697bd0 Under Irix, vsnprintf(3) happily truncates longer strings and returns
the number of size.  This lead to some of the commands being truncated
and not executing appropriately.  (The function in questions was
make_message in ./src/preproc/html/pre-html.cpp.)  Patch this to also
behave correctly with Irix' vsnprintf(3) family.

This should address PR pkg/22563.
2004-05-08 03:21:57 +00:00
hrs
5811c4cbaf Update to 1.78.
Since the version 1.67, the distfiles are moved to
sourceforge.  A lot of bugfixes, improvements, and
more localization support are added.  This pkgsrc
update are reviewed by hubertf@.
2004-05-07 16:37:06 +00:00
seb
8e020c1ca2 Shorter HOMEPAGE. 2004-05-07 14:08:13 +00:00
wiz
270e4a71d2 Reset maintainer to tech-pkg@ (from ad@, since he is not working on them
any longer).
2004-05-07 11:54:35 +00:00
taca
e2f6b00f9f Include converters/libiconv/buildlink3.mk since now chasen uses libiconv(3).
This should fix PR pkg/25484 by diro at nixsys.bz.  (I haven't noticed it,
thanks much.)
2004-05-07 07:11:42 +00:00