Commit Graph

2519 Commits

Author SHA1 Message Date
naddy
5aa12beb57 fix up MODGNU_CONFIG_GUESS_DIRS 2004-07-31 21:17:21 +00:00
dons
dc31ee2230 Update darcs to 0.9.23
ok pvalchev@
2004-07-31 03:18:29 +00:00
brad
4911331205 make sure X support has been disabled. 2004-07-28 01:47:24 +00:00
xsa
5711f0ae5c python -> Python 2004-07-26 21:04:24 +00:00
david
0bc83833ba a->an 2004-07-26 06:13:03 +00:00
marcm
799e23d23b Update to 1.10.0 2004-07-25 00:15:34 +00:00
robert
09b9f79bfe upgrade to 1.0.1 2004-07-24 16:59:48 +00:00
espie
b6b38a6131 okay, forgot how patch is stupid.
Regen patches properly.
2004-07-24 15:48:49 +00:00
todd
05fa41b2cd o @dir subdir -> subdir/ syntax change
o resort properly with current make-plist
2004-07-23 13:11:58 +00:00
xsa
e47d8c5572 update to py-pexpect-0.999; 2004-07-23 09:08:08 +00:00
xsa
bcd9762a40 + py-parsing 2004-07-23 08:41:06 +00:00
xsa
3dc1af1575 Initial import of py-parsing-1.2
pyparsing is an alternative approach to creating and executing simple
grammars, vs. the traditional lex/yacc approach, or the use of regular
expressions.  The parsing module provides a library of classes that
client code uses to construct the grammar directly in Python code.
2004-07-23 08:39:24 +00:00
espie
96b8d1ddb0 switch to @info
rename direntries so that they get added.
regen patches.
2004-07-22 05:50:07 +00:00
brad
07427565e8 what a surprise... this needs X. 2004-07-21 03:11:49 +00:00
espie
eacc990baa and there was a hidden dependency on gettext, of course... 2004-07-19 22:30:10 +00:00
espie
52e17ae2d3 remove ludicrous dependency on gnu-make.
fix obvious mistake in makefile location.
regen patches.

art `why does this depend on gnu make ?'
2004-07-19 16:12:36 +00:00
pvalchev
4624a11376 remove bogus depends; pointed out by wilfried 2004-07-19 11:06:33 +00:00
pvalchev
fe40ccf6d9 install documentation under "docs" subpackage; based on Julian Leyh <oenone@oenone.de> 2004-07-19 10:58:17 +00:00
kevlo
37ac316663 move pear-HTML-Select to www 2004-07-17 01:11:46 +00:00
kevlo
dd7feb6f0f move category devel -> www 2004-07-17 01:11:06 +00:00
kevlo
4100aeb297 remove p5-HTML-Common 2004-07-16 13:14:24 +00:00
kevlo
4215142a43 My bad, this port already exists. Pointed out by avsm@ 2004-07-16 13:13:50 +00:00
kevlo
87d21ed22c add pear-HTML-Common and pear-HTML-Select 2004-07-16 10:07:14 +00:00
kevlo
80e35d6124 Initial import of pear-HTML-Select-1.2.1
HTML_Select provides an OOP way of generating HTML form select elements.
2004-07-16 10:05:54 +00:00
kevlo
19b3ecfe7a Initial import of pear-HTML-Common-1.2.1
The PEAR::HTML_Common package provides methods for html code display
and attributes handling.
2004-07-16 10:04:39 +00:00
naddy
b698e27062 deal with libwrap.so* expanding to more than one file 2004-07-14 23:35:09 +00:00
todd
1a0897c9da move to @dir 2004-07-14 19:36:58 +00:00
todd
b6fa9ee322 move to @dir, trim down list of locale dirs to stuff not installed by gettext 2004-07-14 17:28:26 +00:00
todd
6d1c5ef1d4 move to @dir 2004-07-14 17:10:19 +00:00
jolan
b201527aec update to 1.03 2004-07-12 06:16:49 +00:00
brad
083227db96 until I can figure out this total gayness with libtool relinking
improperly then I'll just put the usual workaround in place.
2004-07-11 19:22:05 +00:00
msf
44c2aec33f +p5-Sub-Uplevel 2004-07-09 03:07:57 +00:00
msf
5dd24db624 +p5-Array-Compare
+p5-Test-Exception
+p5-Test-Warn
+p5-Tree-DAG_Node
2004-07-09 01:41:55 +00:00
msf
482b2c4a59 Initial import of Test-Warn-0.08
This module provides a few convenience methods for testing warning based
code.
2004-07-09 01:37:38 +00:00
msf
165a0f2b5c Initial import of Tree-DAG_Node-1.04
This class encapsulates/makes/manipulates objects that represent nodes
in a tree structure. The tree structure is not an object itself, but is
emergent from the linkages you create between nodes. This class provides
the methods for making linkages that can be used to build up a tree,
while preventing you from ever making any kinds of linkages which are
not allowed in a tree (such as having a node be its own mother or
ancestor, or having a node have two mothers).
2004-07-09 01:35:14 +00:00
msf
c91842c0e3 Kill extra whitespace I missed 2004-07-09 01:31:59 +00:00
msf
6245337ce6 Initial import of Array-Compare-1.09
If you have two arrays and you want to know if they are the same or
different, then Array::Compare will be useful to you.
2004-07-09 01:30:00 +00:00
msf
661a0687b2 Initial import of Test-Exception-0.15
This module provides a few convenience methods for testing exception
based code. It is built with Test::Builder and plays happily with
Test::Simple, Test::More and friends.
2004-07-09 01:23:14 +00:00
msf
34d3369f4e Initial import of Sub-Uplevel-0.09
Like Tcl's uplevel() function, but not quite so dangerous. The idea is
just to fool caller(). All the really naughty bits of Tcl's uplevel()
are avoided.
2004-07-09 01:08:29 +00:00
msf
a635e37a48 Fix PLIST. 2004-07-06 22:03:18 +00:00
msf
421850c45f +p5-Test-MockObject 2004-07-06 21:04:49 +00:00
msf
92f2a026ba Initial import of Test-MockObject-0.14
Test::MockObject allows you to create objects that conform to particular
interfaces with very little code. You don't have to reimplement the
behavior, just the input and the output.

requested by xsa@
2004-07-06 21:03:25 +00:00
xsa
3191442786 PKG_NAME -> PKGNAME; okay msf@. 2004-07-06 14:48:13 +00:00
kevlo
8452287556 disable php4 and ocaml; pointed out by naddy@.
I will add FLAVOR stuff if I have time.
2004-07-06 00:58:39 +00:00
espie
31bbcfedb2 new dynlibdir on /usr/local ??? hello ? 2004-07-05 19:13:39 +00:00
mjc
8b245164e0 update my e-mail address 2004-07-04 23:40:05 +00:00
pedro
491963bb4e forgot to change these to openbsd.org as well 2004-07-03 14:23:32 +00:00
brad
eb85612971 upgrade to libtool 1.5.6, libltdl is now a sub-package. 2004-07-02 01:59:12 +00:00
robert
9f3da32ffb update to 3.01 from MAINTAINER Sam Smith <S@msmith.net> 2004-07-01 23:21:45 +00:00
robert
b88d434f62 +giblib 2004-07-01 21:55:17 +00:00