summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2001-11-22Handle gcc pre-2.8 - do not use -fexceptions in that case.abs2-1/+22
So I found a 1.3 box running pkgsrc and wanted to update apache...
2001-11-19Add and enable source-highlightseb1-1/+2
2001-11-18Initial import of source-highlight version 1.1seb4-0/+62
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-17Work arround broken circular include directives which cause build failurestron4-2/+27
in the "kdelibs2" package.
2001-11-16Uppdate "libxml2" package to version 2.4.10. Changes since version 2.4.6:tron3-7/+9
- 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-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc5-12/+12
single instance of ${PAX}.
2001-11-13* Strongly buildlinkify.jlam1-6/+10
2001-11-08Sort.wiz1-2/+2
2001-11-08Add and enable docbook-xmlagc1-1/+2
2001-11-04Added docbook-xml version 4.1.2, XML version of DocBook a DTD designedseb4-0/+90
for computer documentation.
2001-11-01Use "${PREFIX}" instead of hard coded "/usr/pkg".tron1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum282-167/+167
2001-10-31Clean out my pkgsrc diffs:tv2-5/+5
Update p5-Convert-BER to 1.31.
2001-10-29To avoid build dependencies on auto* tools a patch on configure scriptseb3-12/+36
(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-29Fix depends lines to point to correct pathsjmc1-3/+3
2001-10-27Remove commented USE_LIBINTL definitions ... we already use thejlam2-4/+2
gettext-lib/buildlink.mk file.
2001-10-25Add a small Makefile for unroff in a more conventional way, using patches.agc3-31/+28
Remove configure script.
2001-10-24Back out last commit. Under certain circumstance (which??) the filestron1-1/+2
are installed indeed.
2001-10-24Remove bogus entry for "share/omf/scrollkeeper/scrollkeeper_manual-C.omf".tron1-2/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego27-27/+54
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-18Update to the version that is distributed with kde 2.2.1. No idea what theskrll3-18/+10
changes are there doesn't appear to be a changelog. Remove BUILD_DEPENDS on autoconf
2001-10-18Add conflict between "glimpse" and "openssl" package. They both installtron1-1/+3
"bin/cast" in "${LOCALBASE}".
2001-10-17Update libxml2 to 2.4.6. Changes from version 2.4.5 include bug fixes,jlam5-25/+11
minor API enhancements, and updated documentation.
2001-10-17frob the global paths in the man page as welllukem4-8/+29
2001-10-17changes to allow global configuration to work correctly, eliminatinglukem6-48/+55
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-17Update antiword to 0.23. The package now includes a MESSAGE that describesrh6-30/+62
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-16Find Makefile.module in ../../www/php4.jlam3-6/+6
2001-10-16Note additions of php4-sablot, php4-wddx, php4-xml.jlam1-1/+4
2001-10-16textproc/php4-wddx: PHP4 extension for WDDX (Web Direct Data eXchange).jlam6-0/+95
This version is from the php-4.0.6 distribution.
2001-10-16textproc/php4-xml: PHP4 extension for parsing XMLjlam3-0/+21
This is the version from the php-4.0.6 distribution.
2001-10-16Update php4-sablot to the version from the php-4.0.6 distribution. Therejlam4-0/+56
is no list of changes from version 4.0.5. Also move from the www category.
2001-10-16Fix previous problem (libexpat looked for in libpth dir, and of coursehubertf3-5/+18
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-16Makefile.PL looks for libpth when it really wants to look for libexpat.hubertf1-2/+4
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-14Add a mixture of Debian, FreeBSD and self made patches to make thistron6-13/+66
package build with the new toolchain. Bump the version number to 1.2.1nb4.
2001-10-13Update to 4.15. Changes are mostly bugfixes and small enhancements.mjl5-51/+34
2001-10-12Update packages to version 1.5.5. Notable changes are:simonb8-77/+60
- Update for 64-bit machines. - Some memory leak fixes.
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-9/+59
<epg@pretzelnet.org>
2001-10-05Resolve CVS conflict in this file.tron1-14/+1
2001-10-05Add dependency on libiconv...it's a useful feature.jlam2-2/+4
2001-10-05Add buildlink.mk file for use by other package Makefiles.jlam1-0/+38
2001-10-05Strongly buildlinkify and mark as USE_BUILDLINK_ONLY.jlam1-5/+3
2001-10-04print/jadetex was renamed to print/tex-jadetexhubertf1-2/+15
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-3/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam2-2/+6
installed files. We don't want buildlink references to escape into the install directory.
2001-10-03Enable p5-PDF and p5-PDF-Createmjl1-1/+3
2001-10-03Initial import of p5-PDF-Create, as per PR/14143.mjl4-0/+34
2001-10-03Initial import of p5-PDF, as per PR/14142.mjl4-0/+28
2001-10-03We really don't need expat.jlam1-2/+1
2001-10-03Note addition of textproc/p5-XML-Writer.jlam1-1/+2
2001-10-03textproc/p5-XML-Writer - Perl module for writing XML documentsjlam4-0/+30
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.