Commit graph

733 commits

Author SHA1 Message Date
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
jlam
e2ed1cf7f6 Add buildlink.mk file for use by other package Makefiles. 2001-10-05 07:15:28 +00:00
jlam
742a0e0633 Strongly buildlinkify and mark as USE_BUILDLINK_ONLY. 2001-10-05 07:15:12 +00:00
hubertf
a4b5d1a947 print/jadetex was renamed to print/tex-jadetex 2001-10-04 18:56:53 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
mjl
711daa091f Enable p5-PDF and p5-PDF-Create 2001-10-03 15:39:19 +00:00
mjl
52b6573aad Initial import of p5-PDF-Create, as per PR/14143. 2001-10-03 15:34:23 +00:00
mjl
6551968f48 Initial import of p5-PDF, as per PR/14142. 2001-10-03 15:30:08 +00:00
jlam
21b51d6b73 We really don't need expat. 2001-10-03 10:36:02 +00:00
jlam
96c847c8cd Note addition of textproc/p5-XML-Writer. 2001-10-03 10:33:57 +00:00
jlam
f80d199e18 textproc/p5-XML-Writer - Perl module for writing XML documents
XML::Writer is a simple Perl module for writing XML documents: it
takes care of constructing markup and escaping data correctly, and by
default, it also performs a significant amount of well-formedness
checking on the output, to make certain (for example) that start and
end tags match, that there is exactly one document element, and that
there are not duplicate attribute names.
2001-10-03 10:32:25 +00:00
jlam
89d64d306e Use expat/buildlink.mk and remove some unnecessary variable settings. 2001-10-03 10:02:52 +00:00
hubertf
8d6e46a778 be more cautious about pkg wildcards: PR 14138, 14140 2001-10-03 02:33:55 +00:00
wiz
4f124337ee Add two (hi mcr) 2001-10-02 11:00:45 +00:00
mcr
ce3bac35aa pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-02 01:46:00 +00:00
wiz
84827ec048 Sort. 2001-10-01 16:36:01 +00:00
wiz
35342b9a51 re-add textproc to CATEGORIES 2001-10-01 16:33:54 +00:00
wiz
4117485097 Remove patch that's unneeded after mcr's "update" of the package. 2001-10-01 16:33:13 +00:00