Commit Graph

24317 Commits

Author SHA1 Message Date
msf
993a6d10a8 Add myself 2004-05-20 15:26:12 +00:00
sturm
8370fdfdda +p5-Universal-exports 2004-05-20 11:16:49 +00:00
sturm
53981091b0 Initial import of UNIVERSAL-exports 0.03
Lightweight universal exporting and requiring of variables.

from Sam Smith <S at msmith.net>
2004-05-20 11:14:50 +00:00
sturm
3533550ae0 +p5-Data-Page
+p5-DBIx-ContextualFetch
+p5-SQL-Abstract
2004-05-20 10:54:10 +00:00
sturm
b7d27296c9 these were imported into the wrong category, sorry 2004-05-20 10:53:00 +00:00
sturm
0c8ae630b6 Initial import Data-Page 1.01
When searching through large amounts of data, it is often the case that a
result set is returned that is larger than we want to display on one page. This
results in wanting to page through various pages of data. The maths behind this
is unfortunately fiddly, hence this module. 

The main concept is that you pass in the number of total entries, the number of
entries per page, and the current page number. You can then call methods to
find out how many pages of information there are, and what number the first and
last entries on the current page really are.

from Sam Smith <S at msmith.net>
2004-05-20 10:52:00 +00:00
sturm
83fcd335b3 wrong category 2004-05-20 10:48:23 +00:00
sturm
9f24ed1815 Initial import of DBIx-ContectualFetch 1.01
DBIx::ContextualFetch redefines some of the various fetch
methods to add context sensitivity.

from Sam Smith <S at msmith.net>
2004-05-20 10:46:40 +00:00
sturm
94c563cb62 Initial import of SQL-Abstract 1.15
This module generates SQL, while retaining complete control
over statement handles and uses the DBI interface. The
underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big
advantage is that you don't have to modify your code every
time your data changes, as this module figures it out.

from Sam Smith <S at msmith.net>
2004-05-20 10:44:45 +00:00
dons
33e46f03bf Remove ld -no-keep-memory workaround for amd64, and use VMEM_WARNING instead.
ok pvalchev@ brad@
2004-05-20 00:08:22 +00:00
msf
f274b6c375 Fix minor typo 2004-05-19 21:21:43 +00:00
msf
180202a2f1 + p5-B-Deobfuscate
+ p5-B-Keywords
+ p5-YAML

ok sturm@
2004-05-19 21:19:29 +00:00
msf
62802a17e9 Initial import of B-Keywords-0.06
B::Keywords supplies lists of keywords used inside the perl language.
It is used by modules like B::Deparse and B::Deobfuscate

ok sturm@
2004-05-19 21:17:05 +00:00
msf
46f173dde5 Initial import of B-Deobfuscate-0.10
B::DeObfuscate is a backend module for the Perl compiler that generates
perl source code, based on the internal compiled structure that perl
itself creates after parsing a program. It adds symbol renaming
functions to the B::Deparse module. An obfuscated program is already
parsed and interpreted correctly by the B::Deparse program.
Unfortunately, if the obfuscation involved variable renaming then the
resulting program also has obfuscated symbols.

ok sturm@
2004-05-19 21:15:47 +00:00
msf
5b02444b6d Initial import of YAML-0.35
YAML is a generic data serialization language that is optimized for
human readability. It can be used to express the data structures of most
modern programming languages.

ok sturm@
2004-05-19 21:13:34 +00:00
lebel
41d52c9780 SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse,
thanks to Stefan Esser. From Robert Nagy.
2004-05-19 18:04:37 +00:00
lebel
d7767e71c6 SECURITY (CVE CAN-2004-0398): Fix sscanf overflow in ne_rfc1036_parse,
thanks to Stefan Esser.  From Robert Nagy.
2004-05-19 18:03:00 +00:00
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