Commit graph

751 commits

Author SHA1 Message Date
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
seb
58344dcb4e Added docbook-xml version 4.1.2, XML version of DocBook a DTD designed
for computer documentation.
2001-11-04 22:46:58 +00:00
tron
dab8ffd24d Use "${PREFIX}" instead of hard coded "/usr/pkg". 2001-11-01 18:24:44 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tv
c212b5d43e Clean out my pkgsrc diffs:
Update p5-Convert-BER to 1.31.
2001-10-31 14:39:19 +00:00
seb
c977cb995a To avoid build dependencies on auto* tools a patch on configure script
(manually regenerated from patched configure.in) is added, AUTOMAKE_OVERRIDE
is also defined hence custom pre-configure target is removed.

To avoid useless makeinfo run sed.info, version.texi and stamp-vti are added
to AUTOMAKE_PATTERNS (this also fix a hidden and forgotten build dependency on
../../devel/gtexinfo).

While here my email address as maintainer is updated.
2001-10-29 12:30:06 +00:00
jmc
3f4dcce89e Fix depends lines to point to correct paths 2001-10-29 05:43:47 +00:00
jlam
c96c9806bc Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
2001-10-27 07:00:52 +00:00
agc
1ad4fd0608 Add a small Makefile for unroff in a more conventional way, using patches.
Remove configure script.
2001-10-25 19:16:50 +00:00
tron
45f45dd825 Back out last commit. Under certain circumstance (which??) the files
are installed indeed.
2001-10-24 14:36:14 +00:00
tron
7f54f20b19 Remove bogus entry for "share/omf/scrollkeeper/scrollkeeper_manual-C.omf". 2001-10-24 13:21:54 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
skrll
fcbff59015 Update to the version that is distributed with kde 2.2.1. No idea what the
changes are there doesn't appear to be a changelog.

Remove BUILD_DEPENDS on autoconf
2001-10-18 09:57:11 +00:00
tron
5dd3db0a26 Add conflict between "glimpse" and "openssl" package. They both install
"bin/cast" in "${LOCALBASE}".
2001-10-18 04:51:04 +00:00
jlam
d6dfd69fec Update libxml2 to 2.4.6. Changes from version 2.4.5 include bug fixes,
minor API enhancements, and updated documentation.
2001-10-17 20:06:55 +00:00
lukem
9cc387cf7e frob the global paths in the man page as well 2001-10-17 08:52:03 +00:00
lukem
1eca0af4d7 changes to allow global configuration to work correctly, eliminating
the need to setup per-user ~/.antiword/ directories:
	- install resources (fontnames, etc) into ${PREFIX}/share/antiword
	  instead of ${PREFIX}/share/examples/antiword
	- modify GLOBAL_ANTIWORD_DIR from /opt/antiword/share to
	  ${PREFIX}/share/antiword
2001-10-17 08:43:25 +00:00
rh
dde0e0e5a6 Update antiword to 0.23. The package now includes a MESSAGE that describes
how to set up a default configuration.  Changes in the original program are

Bug fixes:
- Bug reported by Forrest J. Cavalier III <mibsoft@mibsoftware.com> fixed
- Bug reported by Jan ONDREJ (SAL) <ondrejj@salstar.sk> fixed
- Bug in dealing with RLE compressed bitmap images fixed
- Bug in the image scaling fixed (RISC OS only)

New features:
- Improved leading. (Unix only; PostScript version only)
- Antiword can now read from the standard input.  This is based on an idea
  by Matthew Miller <mattdm@mattdm.org> (Unix only)
- A white background looks much better. (RISC OS only)
- A system-wide directory for the mapping files.  As suggested by Sven
  Geggus <sven@geggus.net> and many others. (Unix only)
- Antiword can now deal with documents larger than 7 MB.
2001-10-17 06:22:38 +00:00
jlam
28578b6213 Find Makefile.module in ../../www/php4. 2001-10-16 06:58:30 +00:00
jlam
b5fb0a2478 Note additions of php4-sablot, php4-wddx, php4-xml. 2001-10-16 06:29:12 +00:00
jlam
9b0ee25ff9 textproc/php4-wddx: PHP4 extension for WDDX (Web Direct Data eXchange).
This version is from the php-4.0.6 distribution.
2001-10-16 06:28:06 +00:00
jlam
550d0718ab textproc/php4-xml: PHP4 extension for parsing XML
This is the version from the php-4.0.6 distribution.
2001-10-16 06:26:10 +00:00
jlam
b0ffc8a819 Update php4-sablot to the version from the php-4.0.6 distribution. There
is no list of changes from version 4.0.5.  Also move from the www category.
2001-10-16 06:23:08 +00:00
hubertf
b4404f763a Fix previous problem (libexpat looked for in libpth dir, and of course
not found if pth is not installed) differently: look in $Config{prefix}/lib
first.

Patch mailed to the perl folks (perl-xml@lyris.activestate.com)
2001-10-16 00:22:04 +00:00
hubertf
4b971524f9 Makefile.PL looks for libpth when it really wants to look for libexpat.
Seems that's not set in %Config either, though (esp. when you don't
have pth installed 8-).

Fix path to expat by passing EXPATLIBPATH and EXPATINCPATH to the
Makefile.PL.
2001-10-16 00:03:50 +00:00
tron
2ab07e3e27 Add a mixture of Debian, FreeBSD and self made patches to make this
package build with the new toolchain. Bump the version number to 1.2.1nb4.
2001-10-14 12:19:16 +00:00
mjl
fe5a9c9582 Update to 4.15. Changes are mostly bugfixes and small enhancements. 2001-10-13 23:43:29 +00:00
simonb
be12b9c17f Update packages to version 1.5.5. Notable changes are:
- Update for 64-bit machines.
 - Some memory leak fixes.
2001-10-12 10:51:51 +00:00
rh
46204338b7 Buildlinkify. Patches provided in private mail by Eric Gillespie
<epg@pretzelnet.org>
2001-10-06 12:43:08 +00:00
tron
26f022dbd1 Resolve CVS conflict in this file. 2001-10-05 10:02:53 +00:00
jlam
dd064e5852 Add dependency on libiconv...it's a useful feature. 2001-10-05 07:27:48 +00:00