Commit graph

1139 commits

Author SHA1 Message Date
cjep
8adfa6e014 Add and enable bsdgrep. 2002-11-19 07:15:40 +00:00
cjep
c178a21529 Re-import of Jamie Howard's grep 0.16 into the NetBSD packages
collection as textproc/bsdgrep.

This is the BSD-licensed grep(1) replacement.
2002-11-19 07:15:14 +00:00
wiz
a185a1303a Update to 20021114. Changes:
There are plenty of new words, UTF-8 support, and myspell (OO.o) support.
[If anyone's interested in the last, make a package for it :)]
2002-11-16 00:13:09 +00:00
jlam
4aee6aafd8 Use buildlink2. 2002-11-15 01:54:31 +00:00
jlam
19b404bbc7 buildlink1 -> buildlink2 2002-11-15 00:15:02 +00:00
jschauma
776926d5fa As pointed out on the website:
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-11 20:07:33 +00:00
uebayasi
fa2147ba8e Fix build problems. 2002-11-11 12:36:40 +00:00
explorer
c0af20baa6 add p5-XML-SAX-Expat 2002-11-07 20:47:44 +00:00
explorer
cffd20a04c add XML::SAX::Parser, which provides an Expat parser
for XML::SAX, by using XML::Parse.
2002-11-07 20:46:52 +00:00
tron
0709ae0338 Downgrade the "libxslt" package to version 1.0.21 on a suggestion by
Nick Hudson. This finally fixes the build problems in KDE 2.
2002-11-06 21:59:29 +00:00
tron
1977a6d315 Upon approval by Martti Kuparinen downgrade the "libxml2" package to
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-06 07:56:51 +00:00
rh
fef57c8b0c Add SCROLLKEEPER_DATADIR definition for use by dependent packages. 2002-11-02 02:08:01 +00:00
rh
184d8d4fa5 pkglint: collapse consecutive blank lines into one. 2002-11-01 04:25:19 +00:00
rh
f7d119f44c This doesn't use libtool, so remove USE_LIBTOOL.
Add buildlink2.mk
2002-11-01 04:18:02 +00:00
rh
99922ea71d Add and enable btparse 2002-11-01 02:21:11 +00:00
rh
94439b14c4 Initial import of btparse-0.33, a BibTeX parsing library. 2002-11-01 02:20:03 +00:00
uwe
b98ea4c00b Fix HOMEPAGE (with my Lout home page maintainer's hat on). 2002-11-01 00:52:29 +00:00
wiz
e7a1bc76f7 Update to 4.2.3. Simplify logic to find libiconv. 2002-10-30 15:28:12 +00:00
markd
a59ab4cc97 Add and enable py-docutils 2002-10-30 11:12:27 +00:00
markd
560cab3555 Initial import of py-docutils-0.2.
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-30 11:10:43 +00:00
seb
415178b498 Fix whitespace. (need to alias cvs commit to pkglint && cvs commit :) 2002-10-30 09:46:42 +00:00
seb
e4165fcf91 Fix whitespace. 2002-10-30 09:45:18 +00:00
seb
b1a484c3a0 Use buildlink2. Use perl5/module.mk.
Take care of a hidden -and unneeded- dependency on pthread library with
the help of BUILDLINK_TRANSFORM.
2002-10-30 09:43:35 +00:00
seb
a3edcd286b Use buildlink2.
Provide buillink2.mk.
2002-10-30 09:39:30 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
drochner
f82f931bbb convert to use buildlink2 (trivial - NO_BUILD) 2002-10-29 17:51:11 +00:00
martti
b20ca4424b Updated libxslt to 1.0.22
* bug fixes
2002-10-29 11:37:40 +00:00
martti
89586b514f Updated libxml2 to 2.4.26
* bug fixes
2002-10-29 11:37:38 +00:00
seb
fa30b7d1a2 Sorry for the mess. I did *not* removed CONFIGURE_ARGS in the first place,
so now remove the duplicate!
2002-10-28 22:59:59 +00:00
seb
fd096a30ee Ooops put back CONFIGURE_ARGS removed by last commit! 2002-10-28 22:58:13 +00:00
seb
1353de9673 Fix PLIST according to MACHINE_ENDIAN: so lib/icu/1.7/libicudt17*.so
entry is sorted hence package removal is clean.
Trivially use buildlink2.
Provide buildlink2.mk.
2002-10-28 22:49:15 +00:00
seb
f4eb4cb163 Use buildlink2. Use perl5/module.mk: remove post-{build,install} targets
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-28 00:22:03 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
seb
c0ddc32cdb Use buildlink2. Use perl5/module.mk.
Make pkglint happier.
2002-10-27 19:30:25 +00:00
shell
4b79526f44 Updated to py-HappyDoc-2.1
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-25 17:02:43 +00:00
wiz
176ca3a146 Add buildlink2.mk. 2002-10-25 12:53:41 +00:00
drochner
9278ba8fea move completed - file unused now 2002-10-24 22:34:14 +00:00
drochner
3b0a1aa6e0 prepare for move 2002-10-24 22:24:24 +00:00
wiz
f8f2c03e98 Sort. 2002-10-24 09:52:04 +00:00
wiz
64629cf237 buildlink1 -> buildlink2. 2002-10-23 11:51:57 +00:00
wiz
7b7e6d4954 Convert to buildlink2. 2002-10-21 15:35:42 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
seb
a17c41a506 Remove unnecessary patch. Thanks buildlink2! 2002-10-19 16:01:31 +00:00
seb
1c54dd1744 Distfile changed on MASTER_SITES without any update in name/revision.
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-19 14:42:47 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
jlam
757c5baf8c Trivially use buildlink2 and use java.mk. 2002-10-18 21:43:09 +00:00
jlam
d5391a8a34 The dependency on unzip is automatic based on EXTRACT_SUFX. 2002-10-18 21:41:36 +00:00
jlam
1d0f03cd44 Trivially use buildlink2 and use java.mk. 2002-10-18 21:36:53 +00:00
jlam
baebf7f3d4 Trivially use buildlink2 and use java.mk. 2002-10-18 21:24:55 +00:00
jlam
973921598e Trivially use buildlink2 and use java.mk. 2002-10-18 20:58:31 +00:00