Commit Graph

24300 Commits

Author SHA1 Message Date
xsa
fddc6b1a9d use BINOWN and BINMODE instead of hardcoding them; ok pvalchev@. 2004-05-19 17:01:20 +00:00
xsa
b3cc6d7111 use MASTER_SITE_R5CONTRIB; 2004-05-19 12:19:14 +00:00
sturm
b6a5ff0d07 typo 2004-05-19 09:28:52 +00:00
sturm
27fddc5caa +p5-Class-Accessor
+p5-Class-Trigger
+p5-Class-Whitehole
2004-05-19 09:25:53 +00:00
sturm
90c6407f97 Initial import of Class-WhiteHole 0.04
Its possible to accidentally inherit an AUTOLOAD method.  Often this
will happen if a class somewhere in the chain uses AutoLoader or defines
one of their own.  This can lead to confusing error messages when method
lookups fail.

Sometimes you want to avoid this accidental inheritance.  In that case,
inherit from Class::WhiteHole.  All unhandled methods will produce
normal Perl error messages.

from Sam Smith <S at msmith.net>
2004-05-19 09:23:30 +00:00
sturm
5b7ec1fa66 Initial import of Class-Trigger 0.08
Class::Trigger is a mixin class to add / call triggers (or
hooks) that get called at some points you specify.

from Sam Smith <S at msmith.net>
2004-05-19 09:21:59 +00:00
sturm
ebd254e412 Initial import of Class-Accessor 0.19
This module automagically generates accessor/mutators for your class.

from Sam Smith <S at msmith.net>
2004-05-19 09:20:29 +00:00
dons
5add1e9487 MACHINE -> MACHINE_ARCH
ok pvalchev@
2004-05-19 06:15:57 +00:00
jakob
b67cae6e31 update to IPv6+TLS patch v1.24 2004-05-19 05:44:12 +00:00
brad
cf65f3bfa9 remove a bit more 2004-05-19 05:24:39 +00:00
brad
b7b68aa275 remove the disabled DO_FORCE_VERS chunks of this patch.
reminded by drahn@
2004-05-19 00:32:50 +00:00
brad
0b0e7ff81a Add a patch to fix libtiff 3.6.1 with HylaFAX.
http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=500
http://bugzilla.remotesensing.org/show_bug.cgi?id=483

Thanks to Uwe Dippel <udippel at uniten dot edu dot my> for
bringing this to my attention.
2004-05-18 23:35:35 +00:00
brad
1fbff106fd upgrade to cURL 7.11.2 2004-05-18 23:30:45 +00:00
dons
f6179f4875 Update darcs to 0.9.20, bug fix release
ok pvalchev@
2004-05-18 23:26:33 +00:00
dons
d223f8869d Add me
ok pval
2004-05-18 23:06:55 +00:00
naddy
d13e90e6bd maintenance update to 0.7.1; from Johan Fredin <griffin@legonet.org> 2004-05-18 21:00:23 +00:00
naddy
a528379a20 don't override compiler for perl modules 2004-05-18 20:52:48 +00:00
naddy
a8b586f9a9 Update to:
* gkrellm 2.2.0
* mms 2.1.19
* mss 2.5
* sun 0.11.0
* volume 2.1.9
* wireless 2.0.3

This also updates the dependancy on gkrellm to a minimum of 2.2.0, since
there are several updates that require some of the new functions.

From: Peter Hessler <spambox@theapt.org>
2004-05-18 14:49:56 +00:00
jakob
e5db3b26c1 fix unknown RRs (from miek) 2004-05-18 11:33:09 +00:00
xsa
c5dea26ca2 use ${MASTER_SITE_R5CONTRIB} 2004-05-18 08:45:33 +00:00
xsa
1bda42bb1c new MASTER_SITE_R5CONTRIB and sync _XCONTRIB sites;
ok pval@ sturm@.
2004-05-18 08:38:28 +00:00
sturm
7d7c3f292d +p5-Lingua-EN-Inflect
+p5-Lingua-EN-Inflect-Number
2004-05-17 19:37:20 +00:00
sturm
92f1a62049 Initial import of p5-Lingua-EN-Inflect-Number 1.1
This module extends the functionality of Lingua::EN::Inflect with three
new functions for word-number conversions.

from Sam Smith <S at msmith.net>
2004-05-17 19:36:22 +00:00
sturm
f5c1e93216 Initial import of p5-Lingua-EN-Inflect 1.86
The exportable subroutines of Lingua::EN::Inflect provide
plural inflections, "a"/"an" selection for English words,
and manipulation of numbers as words.

from Sam Smith <S at msmith.net>
2004-05-17 19:35:14 +00:00
naddy
398fa4ec0d update to 2.5; from Bernd Ahlers <lists-openbsd@ba-net.org> 2004-05-17 16:32:33 +00:00
espie
e6a457fa95 Mark as !64 bits.
Next version of squeak will be 64 bits clean.
2004-05-17 15:04:03 +00:00
grange
cb91285aea Remove DESTDIRNAME trick, instead delete private copy of tree.h
in post-extract.

Idea and ok naddy@
2004-05-17 11:34:06 +00:00
sturm
edf6d23e3c different tools support different sets of papersizes, so one PAPERSIZE
variable is not enough

noticed by ray at cyth.net
2004-05-17 05:32:39 +00:00
robert
c0ae8c0c74 +p5-Image-EXIF 2004-05-17 05:13:14 +00:00
robert
cf266799b2 Import of p5-Image-EXIF-0.98.6; from Dan Weeks <dan@danimal.org>
The Image::Exif Perl extension allows the user to use the
libexif library to extract EXIF information from JPEG
files created by digital cameras.

ok naddy@
2004-05-17 05:09:52 +00:00
dons
2419ed30f2 Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@
2004-05-17 03:38:51 +00:00
dons
a926eea62b Disable the ffi on all platforms. Too flakey, caused ffihugs to dump
core on sparc64. No ffi was the old hugs' behaviour.
Also respect $CC while we're here.

Tested and fixed by sturm@ with some help from me
Ok sturm@ pvalchev@
2004-05-17 02:24:32 +00:00
naddy
1e3bf2b5aa - Don't leave files behind in /tmp.
- Fix a number of compiler warnings.
- Clean INSTALL a bit.
- Point HOMEPAGE to a more useful place.

From: Andreas Kahari <ak+openbsd@freeshell.org>
2004-05-17 00:22:54 +00:00
pvalchev
409857a1be LP64_ARCHS 2004-05-16 23:37:58 +00:00
pvalchev
d570761068 provide LP64_ARCHS, a list of 64-bit architectures (to be used for
NOT_FOR_ARCHS and such); ok naddy
2004-05-16 23:14:44 +00:00
naddy
b8b98b3662 remove imaginary ImageMagick dependency; from Jacob Meuser <jakemsr@jakemsr.com> 2004-05-16 21:10:08 +00:00
xsa
93a5b5e598 update to 0.51 from Michael Coulter <mjc at bitz.ca>
maintainer ok via Michael;
2004-05-16 09:44:29 +00:00
xsa
5daf260fc2 update to 2.10 from Michael Coulter <mjc at bitz.ca>
maintainer ok via Michael;
2004-05-16 09:21:08 +00:00
xsa
72a5ab86db update to 0.11 from Michael Coulter <mjc at bitz.ca>;
maintainer ok via Michael;
2004-05-16 09:18:17 +00:00
brad
c76e4b492f revert back to 4.0.18
for details http://dev.mysql.com/doc/mysql/en/News-4.0.19.html

thanks to Frank Denis for pointing this out to me.
2004-05-16 09:01:15 +00:00
jolan
6d16b41b72 reorder libs so this links on hppa. makes ie(4) even more annoying, wee 2004-05-16 08:38:12 +00:00
brad
b72dc871d3 upgrade to MySQL 4.0.19 2004-05-16 04:30:39 +00:00
dons
14b767de8e +idoc 2004-05-16 03:23:52 +00:00
dons
e6bb1149f7 Import idoc-0.2.6, a minimalist documentation tool for Haskell
"IDoc extracts interface documentation and declarations from
    Haskell modules based on standard Haskell layout rules and a
    small number of clues that the programmer embeds in
    interface comments. These clues have been designed to be
    visually non-imposing when displaying the source in a text
    editor.  Interface documentation is rendered in standard
    markup languages (currently, only HTML is supported).  IDoc
    has been designed to be simple to use and install."

IDoc has an advantage over other interface doc tools (like
haddock) in that it is pure Haskell98, and builds with both
ghc and nhc98, making it far more portable.

ok pvalchev@
2004-05-16 03:21:34 +00:00
robert
26a5efa9b3 update to 3.92; disable opengl support; ok jolan@ 2004-05-15 23:27:26 +00:00
naddy
e56f5949c9 fix building with gcc3 2004-05-15 18:37:53 +00:00
sturm
935ad11dbc add snmp FLAVOR
from maintainer Johan Fredin <griffin at legonet.org>
2004-05-15 15:19:20 +00:00
naddy
8b735c27b0 check for __LP64__ rather than enumerating individual LP64 archs
and forgetting, say, amd64
2004-05-15 14:54:24 +00:00
sturm
85b113ee66 this configure script sux, fix regular build and build in case of
logged out user (as is the case when building bulk packages)
2004-05-15 14:35:01 +00:00
brad
9a1384afe0 Change kde -> KDE in COMMENT 2004-05-15 14:32:26 +00:00