Commit graph

881 commits

Author SHA1 Message Date
jlam
43a410d1ba Update textproc/php4-domxml to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:48 +00:00
abs
768501c9bd Updated p5-Text-CSV-Hash to 0.11
The 0.10 distfile was not correctly updated. Bump version to 0.11 to
	ensure we really know which version we are using
2002-02-27 11:28:09 +00:00
abs
1d7de57eb1 Import p5-Text-Substitute 0.10
Text::Substitute substitutes the contents of a hash into a file or text string.

It includes a limited set of conditionals, looping, and the ability
to include other files. It was designed primarily for generating
web content.
2002-02-27 11:22:20 +00:00
abs
1731448f40 Update p5-Text-CSV-Hash to 0.10
Fix a couple of glitches with loading/saving files with entries
	containing ""
2002-02-25 10:16:07 +00:00
abs
f1393a938d Update p5-Text-CSV-Hash to 0.09
- Handle .csv files with any combination of unquoted fields, quoted
      fields with embedded newlines, fields ending in ", embedded "\n
      strings (the most fun), all on the same line.
    - Vow to hunt down and kill anyone producing such files.
2002-02-21 20:34:07 +00:00
abs
06b1618dd4 Update p5-Text-CSV-Hash to 0.08:
Add new method 'linenolable' to retrieve the label for the linenumber
    Rename 'entries' to 'rows' (leaving entries as a synonym)
2002-02-21 12:04:42 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
abs
2dc05efc6a Updated p5-Text-CSV-Hash to 0.06
Avoid uninit warnings for zero length .csv files
2002-02-15 12:03:21 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
abs
046e5b2eb7 Updated lq-sp to 1.3.4.7 [abs 2002-02-14]
1.3.4.6: fixed a compile error when using gcc 2.96
    1.3.4.7: fixed a bug where a bad Host header was sent when fetching
	     a URL whose host was given as an IP address.
2002-02-14 16:28:02 +00:00
manu
a659090df3 Added php4-domxml: a DOM interface for PHP4 2002-02-11 09:34:32 +00:00
manu
7cb755e010 DOM interface for PHP 4. 2002-02-11 09:33:42 +00:00
drochner
a694be71e3 update to 0.7
changes:
        * Expat 1.95.2 has been integrated.
        * James Tauber has contributed an implementation of TREX,
          in the xml.schema.trex module.
        * xmlproc has been updated to produce Unicode strings in
          Python 2.x using the Python codecs to convert the input.
        * 4XPath and 4XSLT from the 4Suite package have been
          integrated as xml.xpath and xml.xslt. Both packages are a
          few releases behind 4Suite. In case of conflicts with
          a 4Suite installation, passing --without-{xpath,xslt}
          to setup.py is recommended.
        * XBEL has been updated to revision 1.1.
        * The C14N code in xml.dom.ext.c14n was completely rewritten.
        * Swedish and French messages have been added to xmlproc.
        * New SAX2 drivers have been added for htmllib, sgmllib,
          sgmlop, and sgmlop_html.
2002-02-05 21:58:09 +00:00
martti
77bc71c576 Updated gtk-doc to 0.9 (privided by Amitai Schlair in pkg/15484)
* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs
  to pass options to gtkdoc-scanobj or gtkdoc-scangobj.

* tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding
  skeleton comment blocks above functions. Very handy!

* gtkdoc-scangobj.in: we now default to calling g_type_init() to
  initialize the type system, rather than gtk_init(). This means you
  don't need an X connection to build the docs any more. Hurrah!
  Also added a '--type-init-func' argument so you can change the
  function to be called. GTK+ uses --type-init-func="gtk_type_init(0)".

* gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.
2002-02-05 11:11:03 +00:00
taca
eba0faec5e Update ruby-rdtool package to 0.6.11. It also updates devel/ruby-rd-mode
package implicitly.

0.6.11
 * support Ruby 1.4.6. thanks. > Aoki-san
 * now `=begin' and `=end' are omitable. thanks. > Nakada-san
 * changed to omit <p>...</p> for some ListItem.
 * added `class="foottext"' attribute to <p> element for foottext.
   thanks. > Kimura-san
 * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san
 * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san
 * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
2002-02-04 15:30:17 +00:00
skrll
5d76fba944 This pkgs uses a newer libtool which means we need LIBTOOL_OVERRIDE not
LTCONFIG_OVERRIDE.

From Eric Schnoebelen <eric@cirr.com> in pkg/15472
2002-02-03 22:29:11 +00:00
abs
d68caac05d fix package name 2002-01-31 17:04:55 +00:00
martti
da6108d160 Added html2wml 2002-01-31 08:40:41 +00:00
martti
5abdff6d36 Added html2wml-0.4.8.2 (provided by Shell Hung in pkg/15089)
Html2Wml converts HTML pages to WML pages, suitable for being viewed
on a Wap device. The conversion can be done either on the command
line to create static WML pages or on-the-fly by calling this program
as a CGI.
2002-01-31 08:40:17 +00:00
martti
1e9176a21e Added gtk-doc 2002-01-31 08:13:50 +00:00
martti
1196c05431 Added gtk-doc-0.8 (provided by Amitai Schlair in pkg/15071)
The GTK+ Reference Documentation Project (RDP) aims to provide a
complete set of reference material for the GLib, GDK, and GTK+
libraries.

It is created using the gtk-doc system, which parses C header files
and creates 'template' files which are then filled in by the authors.
These template files are then converted into DocBook SGML, and from
there to HTML or printed output.
2002-01-31 08:13:06 +00:00
mjl
bec9ad8a82 Enable p5-XML-Checker, p5-XML-LibXML, p5-XML-NamespaceSupport, p5-XML-SAX. 2002-01-30 22:42:26 +00:00
mjl
cdd1c3d147 Initial import of p5-XML-LibXML-1.31
This module is an interface to the gnome libxml2 DOM parser (no SAX
parser support yet), and the DOM tree. It also provides an
XML::XPath-like findnodes() interface, providing access to the XPath
API in libxml2.

Provided by Shell Hung in PR/15088.
2002-01-30 22:38:36 +00:00
mjl
5107ce8c17 Initial import of p5-XML-SAX-0.07
XML::SAX is a SAX parser access API for Perl. It includes classes
and APIs required for implementing SAX drivers, along with a factory
class for returning any SAX parser installed on the user's system.

Older version (0.6) provided by Shell Hung in PR/15087.
2002-01-30 22:16:50 +00:00
mjl
d1fa925dcb Initial import of p5-XML-NamespaceSupport-1.04
This module offers a simple to process namespaced XML names (unames)
from within any application that may need them. It also helps
maintain a prefix to namespace URI map, and provides a number of
basic checks.

Provided by Shell Hung in PR/15408.
2002-01-30 22:03:34 +00:00
mjl
4f9579e58c Initial import of p5-XML-Checker-0.10
XML::Checker is a different ways to validating XML documents, it
provides several classes :

XML::Checker         - contains the XML::Checker class that is used
                       by the others
XML::Checker::Parser - an XML::Parser that validates at parse time
XML::DOM::ValParser  - an XML::DOM::Parser that validates at parse time

Provided by Shell Hung in PR/15086.
oVS: ----------------------------------------------------------------------
2002-01-30 21:55:31 +00:00
mjl
3672522010 Canonize download path 2002-01-30 21:44:57 +00:00
drochner
243fd616fc add py-HappyDoc 2002-01-29 16:35:09 +00:00
drochner
999458de7c initial import of py-HappyDoc-2.0, a python tool to generate Python API
documents, submitted by Shell Hung per PR pkg/15145
2002-01-29 16:26:44 +00:00
martti
1d246f458a Updated libxslt to 1.0.9 (provided by Shell Hung in pkg/15078)
- documentations updated
- applied Keith Isdale patch for debugger glue
- replaced breakpoint module
- more bugs fixed
2002-01-29 07:40:45 +00:00
martti
10856ce17c Updated libxml2 to 2.4.13
* several bug fixes
* documentation fixes

(ChangeLog is almost 200 lines for 2.4.12 -> 2.4.13)
2002-01-29 07:40:11 +00:00
taca
4c3f863657 Add and enable ruby-nqxml. 2002-01-27 15:28:46 +00:00
taca
85db5ce03f Importing ruby-nqxml package 1.1.3.1, XML parser written in pure Ruby.
Based on PR pkg/14301 with slightly modification and newer version 1.1.3p1.
2002-01-27 15:27:28 +00:00
wiz
171df3d93f Depend on 0.12.2nb1 (link fix). 2002-01-24 13:49:59 +00:00
wiz
ec0a87df6a Bump to 0.12.2nb1: Link library with stdc++. 2002-01-24 13:49:40 +00:00
drochner
326b7447a4 for transition, move to lang/python20/Makefile.inc 2002-01-22 18:26:19 +00:00
agc
03cad03e6a Update source-highlight package from version 1.1 to version 1.2.1.
Provided in PR 15330 by Kevin Lo (kevlo@midassol.com).

Changes since previous version:
+ More modern versions of getopt.c, getopt1.c, getopt.h taken from
the GNU C library
+ miscellaneous bug fixes and additional checks
+ tags2.j2h added
+ Added NormalGenerator for normal text
2002-01-22 10:40:01 +00:00
skrll
4956e3ed9a Make sure we get a version of libxml2 that the configure script wants. 2002-01-22 08:35:02 +00:00
taca
2bbb09787b Update ruby-eruby package to 0.9.7. Quote from ChangeLog is bellow.
Wed Oct 17 14:58:24 2001  Shugo Maeda  <shugo@modruby.net>

	* version 0.9.7 released.

Mon Oct 15 13:54:18 2001  Shugo Maeda  <shugo@modruby.net>

	* eruby_main.c (run): fix prototype of Init_stack().

Wed Oct 10 15:15:48 2001  Shugo Maeda  <shugo@modruby.net>

	* eruby_main.c (run): call ruby_finalize().

	* eruby_main.c (run): print error messages to stderr if $DEBUG is
	false.

Tue Sep  4 15:33:38 2001  Shugo Maeda <shugo@modruby.net>

	* eruby_main.c (run): call Init_stack().
2002-01-19 09:42:47 +00:00
mjl
ef78be34a6 Update p5-Text-Balanced to 1.89
- Revised licence for inclusion in core distribution
 - Consolidated POD in .pm file
 - renamed tests to let DOS cope with them
 - Made extract_multiple aware of skipped prefixes returned
   by subroutine extractors (such as extract_quotelike, etc.)
 - Made extract_variable aware of punctuation variables
 - Corified tests
 - Fixed extvar.t tests
2002-01-19 03:54:08 +00:00
mjl
1defb688f9 Update p5-XML-DOM to 1.36.
- Replaced 'our' with 'my' in t/dom_text.t, to work with perl < 5.6.0
2002-01-19 03:28:32 +00:00
drochner
206e023818 move to canonical pkg name (pyX.Y-pkg-vers),
append version suffix to installed scripts to avoid conflicts,
patch path to python executable into installed scripts
2002-01-17 11:22:43 +00:00
abs
31efb91a90 Update p5-Text-CSV-Hash to 0.05
Correctly handle commas and other fun in column headings when writing
	out csv files.
2002-01-17 00:01:59 +00:00
abs
b80c53178b Update p5-Text- CSV-Hash to 0.04:
Implement name_row_offset option.
2002-01-16 22:06:06 +00:00
drochner
3f0aa6e853 use buildlink for python 2002-01-16 21:06:44 +00:00
wiz
c675b31ca1 Add and enable aspell. 2002-01-15 01:08:28 +00:00
wiz
8f693822f2 Initial import of aspell:
Aspell is an Open Source spell checker designed to eventually replace
Ispell. Its main feature is that it does a much better job of coming up
with possible suggestions than Ispell does. In fact recent tests shows
that it even does better than Microsoft Word 97's spell checker in some
cases. In addition it has both compile time and run time support for other
non English languages. Aspell is also a library however the recommend way
to use aspell is through the Pspell library as the actual interface to the
aspell library is constantly changing.
2002-01-15 01:07:24 +00:00
wiz
e808df375b Update to 0.12.2; also buildlink'ify and add buildlink.mk.
Changes since 0.11.2:
* Added a length parameter to many Pspell functions which should cut
  down on unnecessary copying of words with some programs that use
  Pspell. Unfortunately this also breaks sourcecode compatibility. But
  it is easy to fix, see section 2.3.4 for what to do.
* Added support for mapping the county code to a spelling for the
  English language. For example the language tag ``en_GB'' will now get
  the British dictionary if it is available.
* Rewrote the ``Usage'' section of the manual to use the C interface
  instead of the C++ one as I recommend using the C interface even in
  C++ code to avoid some of the nasty issues associated with C++
  linkage.
* Libltdl is now enabled by default.
* Switched to the multi-language branch of libtool.
* Added support for iso-8859-13 and 14.
And some of bugfixes.
2002-01-15 01:05:14 +00:00
wiz
dfd9443556 patthern -> pattern 2002-01-13 11:45:31 +00:00
wiz
aee98a9a4b Wildcard elk dependency. 2002-01-10 23:13:54 +00:00
wiz
15ca72dfc9 Remove non-existing patch-aa from distinfo. 2002-01-10 14:17:54 +00:00
jlam
156605b056 Update textproc/php4-xslt to 4.1.1. Changes from version 4.1.0 include:
- Fixed several crash bugs in the xslt extension. (Markus, Derick)
2002-01-06 19:57:07 +00:00
jlam
968eacf53f Update textproc/php4-xml to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:57:02 +00:00
jlam
229cb8f1eb Update textproc/php4-wddx to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:55 +00:00
taca
513ddfad2a Update ruby-eruby package to 0.9.6. Quote from ChangeLog is below.
Also simplify document arrangement.

Mon Aug  6 18:42:18 2001  Shugo Maeda <shugo@modruby.net>

	* version 0.9.6 released.

Mon Aug  6 18:23:21 2001  Shugo Maeda <shugo@modruby.net>

	* eruby_main.c (init): set $stdout to binmode for mswin32.

Tue Jul 10 12:01:43 2001  Shugo Maeda <shugo@modruby.net>

	* eruby_lib.c (eruby_load): don't set eruby_charset and
	eruby_noheader.
2002-01-05 06:16:36 +00:00
taca
54325f549d Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstd
package now.
2002-01-05 05:47:21 +00:00
taca
4502903508 Update ruby-rttool to 0.1.7.
- Fix a bug of processing empty cell.
- Right justified signed numeric item.
2002-01-04 00:13:06 +00:00
taca
2443564926 Remove dependency to ruby-amstd package. 2002-01-03 15:50:42 +00:00
taca
0424c1866b Apply footnote patch and bump PKGREVISION (ruby-rdtool-0.6.10nb1).
From [ruby-list:32471] on ruby-list@ruby-lang.org.
2002-01-03 14:11:25 +00:00
fredb
b634ab48b3 Install this package to ${X11PREFIX}, and set the default database location
to ${X11PREFIX}/var/scrollkeeper, just so that everything installs where
"gnome" packages expect to find it (${PREFIX}/share/oaf included). Also let
it install the fixed database template to ${X11PREFIX}/var/lib/scrollkeeper,
rather than "/var/scrollkeeper", and register it properly. If you have
another use for this package besides gnome, you can now run
"scrollkeeper-rebuilddb -p anydir" (even "/var/scrollkeeper", if you want).
2002-01-02 04:49:34 +00:00
jlam
90485a20ed Install the API documentation for php4-xslt. 2002-01-01 06:46:39 +00:00
jlam
110ffcdba0 Sort previous entry. 2002-01-01 03:50:19 +00:00
jlam
76876462d5 Note addition of textproc/php4-xslt. 2002-01-01 03:49:36 +00:00
jlam
d201ee15d0 textproc/php4-xslt: PHP4 extension for XSLT functions (Sablotron backend)
PHP is a programming language designed to be embedded into web pages.
This module provides XSLT functions for PHP4.  This module replaces
textproc/php4-sablot, which has been deprecated/removed.
2002-01-01 03:48:14 +00:00
jlam
c3fb12eeb1 Add sxpath.h to the list of files to link into ${BUILDLINK_DIR}. 2002-01-01 03:42:11 +00:00
jlam
3b383e58df Update textproc/sablotron to 0.71. Bump version for sablotron/buildlink.mk
since the shared library major version increases with every release.  Changes
from version 0.60 include:

- Bug fixes
- implemented axes 'following' and 'preceding'
- added an SXP callback for id() and a 'user data' pointer for some callbacks
- improved error messages
- added Sablotron XPath processor
- implemented xsl:key and key()
- implemented format-number() and xsl:decimal-format
- implemented xsl:number
- improved HTML indentation
- parameter entities are always parsed
- xml declaration ends with ?> using HTML method
- > is escaped in HTML
- changed SDOM_xql so it uses namespace declarations on the document element
2002-01-01 03:11:17 +00:00
jlam
c43234b002 Update textproc/php4-xml to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:59:28 +00:00
jlam
b02ddced6c Update textproc/php4-wddx to 4.1.0. Changes from version 4.0.6 include:
- Fixed a bug in WDDX deserialization that would sometimes corrupt the root
  element if it was a scalar one. (Andrei)
2001-12-31 23:59:22 +00:00
jlam
c7df6d2d7b Deprecate in favor of forthcoming php4-xslt. This mirrors the change in
PHP-4.1.0, which no longer offers the sablot code as an extension.
2001-12-31 23:34:43 +00:00
wiz
83997e1ac8 Add build dependency on perl. Noted in pkg/15091 by Hiramatsu Yoshifumi. 2001-12-30 11:52:13 +00:00
wiz
9bf0197387 Oops, fix path to perl directory. 2001-12-19 20:29:31 +00:00
wiz
42c85ce0e9 Add perl BUILD_DEPENDENCY. Should fix bulk build failure. 2001-12-19 20:28:53 +00:00
abs
8e4af260b0 Add and enable p5-Text-CSV-Hash. 2001-12-19 13:23:46 +00:00
abs
5c85c5e4b7 Import p5-Text-CSV-Hash-0.02, a perl5 module for hash based CSV usage. 2001-12-19 13:22:41 +00:00
jmc
640ce96364 Add perl buildlink (needed for tests during install) 2001-12-12 04:53:40 +00:00
taca
b00db3713a update libxml2 package to 2.4.12.
Changes from 2.4.10 are various bug fixes and it become over 4000 bytes.
Please look at libxml2-2.4.12/ChangeLog in detail.
2001-12-10 13:29:31 +00:00
jlam
dafe677081 Really buildlink'ify by using the xml2-config buildlink wrapper instead of
the real one, and move the HTML documentation to ${PREFIX}/share/doc/html.
2001-12-07 04:50:42 +00:00
skrll
3d555018c2 Update to the kdoc that comes with KDE 2.2.2. I don't think anything will
have changed.
2001-12-04 08:39:05 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
mjl
c48498273c Update to 0.23
* Changed "char" to "unsigned char" in CSV_XS.xs.
2001-11-30 14:23:02 +00:00
jlam
113f69d713 Buildlinkify. 2001-11-29 13:27:46 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
martti
4eea594033 Added p5-PDF-API2 2001-11-28 12:14:32 +00:00
martti
e24974637e Added p5-PDF-API2-0.2.0.2 (PR#14144).
Changes for PR:
- use version 0.2.0.2
- moved pkg/*

From DESCR:

Perl module for the next generation API for creating and modifing PDFs.
2001-11-28 12:11:12 +00:00
martti
c179f99a55 Updated to 1.35 (PR#14750)
Changes :
- Removed dependency on p5-Parse-Yapp
- Separated out XML::UM, XML::Filter::* and XML::Builder::* modules
  into sperate modules
- Added use bytes pragma to XML::DOM to fix unicode problems
- The '>' character is now encoded in attribute values
- hasFeature now is case-insensitve for name of feature
2001-11-28 11:21:06 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
martti
d8108db043 Added libxslt 2001-11-23 08:34:44 +00:00
martti
aee69e4efb Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is
a an XML language to define transformation for XML. Libxslt is based on libxml2
the XML C library developped for the Gnome project. It also implements most of
the EXSLT set of extensions functions and some of Saxon's evaluate and
expressions extensions.

Submitted in pkg/14688 by Mark Davies.
2001-11-23 08:34:25 +00:00
martti
e1c8b18357 Updated to version 1.42 (PR#14570). Changes since 1.31:
Fixed a bug relating to use of UNTAINT under perl 5.005_03 and
        possibly other versions.

        Taint-related tests are now more comprehensive.

        Tests now work correctly on Windows systems and possibly on
        other non-unix systems.

        New UNTAINT option tells the module that it is safe to 'eval'
        code even though it has come from a file or filehandle.

        Code added to prevent memory leaks when filling many
        templates.  Thanks to Itamar Almeida de Carvalho.

        Bug fix:  $OUT was not correctly initialized when used in
        conjunction with SAFE.

        You may now use a glob ref when passing a filehandle to the
        ->new funcion.  Formerly, a glob was reuqired.

        New subclass:  Text::Template::Preprocess.  Just like
        Text::Template, but you may supply a PREPROCESS option in the
        constructor or the fill_in call; this is a function which
        receives each code fragment prior to evaluation, and which may
        modify and return the fragment; the modified fragment is what
        is evaluated.

        Error messages passed to BROKEN subroutines will now report
        the correct line number of the template at which the error
        occurred.

        If the template comes from a file, the filename will be
        reported as well.

        INCOMPATIBLE CHANGE:

        The format of the default error message has changed.

        Note that the default message used to report the line number
        at which the program fragment began; it now reports the line
        number at which the error actually occurred.
2001-11-22 09:45:21 +00:00
abs
dbfb14322d Handle gcc pre-2.8 - do not use -fexceptions in that case.
So I found a 1.3 box running pkgsrc and wanted to update apache...
2001-11-22 00:55:48 +00:00
seb
93d3e93274 Add and enable source-highlight 2001-11-19 00:00:52 +00:00
seb
c2b4100752 Initial import of source-highlight version 1.1
This package contains GNU java2html version 1.9 and GNU cpp2html version 1.5:
- java2html highlights the syntax of a Java source file into a HTML document,
- cpp2html highlights the syntax of a C or C++ source file into a HTML document.
2001-11-18 23:55:11 +00:00
tron
d9674cad80 Work arround broken circular include directives which cause build failures
in the "kdelibs2" package.
2001-11-17 15:28:49 +00:00
tron
4c355c7b79 Uppdate "libxml2" package to version 2.4.10. Changes since version 2.4.6:
- URI escaping fix (Joel Young)
- added xmlGetNodePath() (for paths or XPointers generation)
- Fixes namespace handling problems when using DTD and validation
  improvements on xmllint: Morus Walter patches for --format and
  --encode, Stefan Kost and Heiko Rupp improvements on the --shell
- fixes for xmlcatalog linking pointed by Weiqi Gao
- fixes to the HTML parser
- fixes more catalog bugs
- avoid a compilation problem, improve xmlGetLineNo()
- fixed SGML catalogs broken in previous release, updated xmlcatalog
  tool
- fixed a compile errors and some includes troubles.
- exported some debugging interfaces
- serious rewrite of the catalog code
- integrated Gary Pennington thread safety patch, added configure option
  and regression tests
- removed an HTML parser bug
- fixed a couple of potentially serious validation bugs
- integrated the SGML DocBook support in xmllint
- changed the nanoftp anonymous login passwd
- some I/O cleanup and a couple of interfaces for Perl wrapper
- general bug fixes
- updated xmllint man page by John Fleck
- some VMS and Windows updates
This will hopefully fix PR pkg/14336.
2001-11-16 20:59:32 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
jlam
67f53ecf18 * Strongly buildlinkify. 2001-11-13 21:27:27 +00:00
wiz
7c7dcdd852 Sort. 2001-11-08 13:45:42 +00:00
agc
37db2767bd Add and enable docbook-xml 2001-11-08 13:04:41 +00:00