summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2002-11-11As pointed out on the website:jschauma2-7/+5
The detex-2.7 tarball was repackaged on 15 Oct 2002 to include a top level detex-2.7 directory. The contents are otherwise identical to the old tarball. Update Makefile and distinfo accordingly.
2002-11-11Fix build problems.uebayasi4-28/+14
2002-11-07add p5-XML-SAX-Expatexplorer1-1/+2
2002-11-07add XML::SAX::Parser, which provides an Expat parserexplorer4-0/+30
for XML::SAX, by using XML::Parse.
2002-11-06Downgrade the "libxslt" package to version 1.0.21 on a suggestion bytron3-9/+8
Nick Hudson. This finally fixes the build problems in KDE 2.
2002-11-06Upon approval by Martti Kuparinen downgrade the "libxml2" package totron3-13/+7
version 2.4.25. Version 2.4.26 has just too many bugs which e.g. break building the KDE 2 desktop. This fixes PR pkg/18873 by myself.
2002-11-02Add SCROLLKEEPER_DATADIR definition for use by dependent packages.rh1-4/+10
2002-11-01pkglint: collapse consecutive blank lines into one.rh1-2/+1
2002-11-01This doesn't use libtool, so remove USE_LIBTOOL.rh2-2/+26
Add buildlink2.mk
2002-11-01Add and enable btparserh1-1/+2
2002-11-01Initial import of btparse-0.33, a BibTeX parsing library.rh4-0/+45
2002-11-01Fix HOMEPAGE (with my Lout home page maintainer's hat on).uwe1-2/+2
2002-10-30Update to 4.2.3. Simplify logic to find libiconv.wiz2-14/+8
2002-10-30Add and enable py-docutilsmarkd1-1/+2
2002-10-30Initial import of py-docutils-0.2.markd4-0/+119
The purpose of the Docutils project is to create a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and TeX.
2002-10-30Fix whitespace. (need to alias cvs commit to pkglint && cvs commit :)seb1-2/+2
2002-10-30Fix whitespace.seb1-2/+1
2002-10-30Use buildlink2. Use perl5/module.mk.seb1-8/+7
Take care of a hidden -and unneeded- dependency on pthread library with the help of BUILDLINK_TRANSFORM.
2002-10-30Use buildlink2.seb2-6/+219
Provide buillink2.mk.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh6-29/+6
2002-10-29convert to use buildlink2 (trivial - NO_BUILD)drochner1-2/+3
2002-10-29Updated libxslt to 1.0.22martti3-8/+9
* bug fixes
2002-10-29Updated libxml2 to 2.4.26martti3-7/+13
* bug fixes
2002-10-28Sorry for the mess. I did *not* removed CONFIGURE_ARGS in the first place,seb1-3/+1
so now remove the duplicate!
2002-10-28Ooops put back CONFIGURE_ARGS removed by last commit!seb1-1/+3
2002-10-28Fix PLIST according to MACHINE_ENDIAN: so lib/icu/1.7/libicudt17*.soseb3-10/+130
entry is sorted hence package removal is clean. Trivially use buildlink2. Provide buildlink2.mk.
2002-10-28Use buildlink2. Use perl5/module.mk: remove post-{build,install} targetsseb1-9/+7
by way of PERL5_CONFIGURE_DIRS and BUILD_DIRS. XXX libeperl.a in ALL_TARGET does seem to be needed so drop ALL_TARGET override.
2002-10-27Use buildlink2. Use perl5/module.mk.seb5-30/+15
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-8/+5
Make pkglint happier.
2002-10-25Updated to py-HappyDoc-2.1shell2-9/+8
Changes : - #514237 - The PluginLoader no longer requires a '.py' extension on plugins. This should allow plugins to be written in any language for which Python can load a module, and as long as the file is named with the right convention they will be picked up and loaded. (The source of this change request was the maintainers of the PLD Linux Distribution.) - Resolved defect #513850, where output was written to the wrong place when the -d option was used. - Resolved defect #510447, a problem with escaping special characters in HTML output. Text enclosed in single quotes is now not escaped in output so that HTML text can be passed directly to the output file. - Fixed a problem with Windows installation using 'setup.py'. - Minor tweaks to the build and test tools.
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-10-24move completed - file unused nowdrochner1-6/+0
2002-10-24prepare for movedrochner1-0/+7
2002-10-24Sort.wiz1-2/+2
2002-10-23buildlink1 -> buildlink2.wiz1-3/+3
2002-10-21Convert to buildlink2.wiz1-3/+3
2002-10-20Use buildlink2. Use perl5/module.mk.seb6-36/+18
2002-10-19Remove unnecessary patch. Thanks buildlink2!seb2-16/+1
2002-10-19Distfile changed on MASTER_SITES without any update in name/revision.seb2-10/+7
Changes: - The bundled file XML::Node.sgml had been renamed to XML-Node.sgml (windows friendly?) - Diff between previous XML::Node.sgml and new XML-Node.sgml: --- XML-Node-0.10/XML::Node.sgml Mon Nov 15 21:18:52 1999 +++ XML-Node-0.10.new/XML-Node.sgml Fri Jan 5 20:23:46 2001 @@ -69,7 +69,7 @@ $p->register(">Orders>Order","end" => \&handle_order_end); print "Processing file [orders.xml]...\n"; -$p->parse("orders.xml"); +$p->parsefile("orders.xml"); So... Bump PKGREVISION, update distinfo and remove previous distfile from ftp.netbsd.org. While here use perl5/module.mk and use buildlink2.
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh5-10/+10
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-18Trivially use buildlink2 and use java.mk.jlam2-3/+6
2002-10-18The dependency on unzip is automatic based on EXTRACT_SUFX.jlam2-5/+2
2002-10-18Trivially use buildlink2 and use java.mk.jlam6-9/+17
2002-10-18Trivially use buildlink2 and use java.mk.jlam3-3/+9
2002-10-18Trivially use buildlink2 and use java.mk.jlam2-2/+5
2002-10-16Add and enable py-expattsarna1-1/+2
2002-10-16py-expat -- enables python's xml framework to use the expat parser.tsarna4-0/+61
2002-10-14Add grepbouyer1-1/+2
2002-10-14Package for GNU grep 2.5.bouyer5-0/+82
2002-10-14Updated php to 4.2.3martti5-22/+22
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now