Commit Graph

4110 Commits

Author SHA1 Message Date
steven
d923bbcff0 +p5-Event-Lib 2006-11-18 00:08:10 +00:00
steven
6d1516e1e6 oops, no PFRAG.shared needed 2006-11-18 00:07:13 +00:00
steven
98c6393c14 import Event::Lib 1.00
Perl wrapper around event(3).

from Okan Demirmen <okan at demirmen.com>
2006-11-18 00:04:26 +00:00
kurt
3ebfead8e1 - attempt to fully send/receive packets in socketTransport.c by handling
EINTR and continue to send/receive the rest of the packet. corrects:
"ERROR: transport error 202: recv error: Interrupted system call
["transport.c",L41]" seen while debugging large projects in eclipse.
from niklas@
- Prevent problems opening RandomAccessFile with "rws" as the mode by
defining O_SYNC and O_DSYNC if they aren't defined.  In particular we
were previously defining O_SYNC bogusly to the same value as O_EXCL.
from FreeBSD
- close two more pthread_addr leaks
2006-11-17 20:19:33 +00:00
kurt
8a66388653 adjust depends due to www/mozilla conversion to devel/nspr 2006-11-17 19:41:58 +00:00
espie
73098c9807 switch to cpan 2006-11-17 17:01:51 +00:00
espie
d69610e735 another way to validate data before stuffing it in a database.
dep for some DBIx::Class:*, requires newer Class::Data::Accessor
2006-11-17 16:14:45 +00:00
espie
7d6b32c835 update p5-Universal-exports, UNIVERSAL::require no longer included.
Update all dependencies accordingly, switch affected modules to cpan.
(after discussion with maintainers)
2006-11-17 16:02:48 +00:00
espie
b46544f5d6 cpan, update Mail-Tools (prompted by David Hill) 2006-11-17 15:08:16 +00:00
msf
91223a6add initial import of Perl::Critic 0.21
Perl::Critic is an extensible framework for creating and applying coding
standards to Perl source code. Essentially, it is a static source code
analysis engine. Perl::Critic is distributed with a number of
Perl::Critic::Policy modules that attempt to enforce various coding
guidelines. Most Policy modules are based on Damian Conway's book Perl
Best Practices. However, Perl::Critic is not limited to PBP and will
even support Policies that contradict Conway. You can enable, disable,
and customize those Polices through the Perl::Critic interface. You can
also create new Policy modules that suit your own tastes.
2006-11-17 02:16:42 +00:00
espie
1a8de730a6 +p5-DateTime-Format-MySQL 2006-11-16 22:34:23 +00:00
espie
20e201592e interfaces DateTime objects and MySQL databases 2006-11-16 22:32:56 +00:00
steven
350a10b42d fix group for some files.
add version to SUBST_VARS and regen plist while here.
2006-11-16 22:25:58 +00:00
matthieu
42c20f8a7e - update to git 1.4.4
- add manual pages.
ok aanriot@
2006-11-16 19:28:53 +00:00
kurt
1ec8b79489 fix ownership. okay steven@ 2006-11-16 15:06:18 +00:00
alek
58c67de237 Add pyrex 2006-11-16 01:12:38 +00:00
alek
fdda5d4300 Import pyrex 0.9.4.1
Pyrex is a language specially designed for writing Python extension
modules. It's designed to bridge the gap between the nice, high-level,
easy-to-use world of Python and the messy, low-level world of C.
2006-11-16 01:09:38 +00:00
steven
1f1e4037e6 +p5-Fortran-Format 2006-11-15 20:23:13 +00:00
steven
44c5e264cd import Fortran::Format 0.90
read and write data according to a standard Fortran 77 FORMAT
2006-11-15 20:22:37 +00:00
pvalchev
607d69ca13 libusb-0.1.12, latest stable; ok ian 2006-11-15 18:34:13 +00:00
kurt
cd7517c261 link in libc since we are using libc strtod and __dtoa 2006-11-15 17:42:24 +00:00
kurt
7a8823ecec use system libz instead of internal libz 2006-11-15 17:27:40 +00:00
ajacoutot
8e2d2dcdfb - add arm support (from kili@)
- increase soft limits for regression tests and make sure the prpollml
test works (from kili@ and kurt@)
- enable nameshm1 regression test (disable ClientServerTest function)

ok kurt@
2006-11-15 09:05:36 +00:00
ajacoutot
22cf0f97dd Add py-orbit. 2006-11-14 21:20:57 +00:00
ajacoutot
c2b30c1ce6 Import py-orbit, ORBit2 Python bindings.
ok mbalmer@
2006-11-14 21:19:35 +00:00
espie
1f19027b77 add more p5-* 2006-11-14 19:16:03 +00:00
espie
0aa5c715b1 mysql-specific extension to Time::Piece 2006-11-14 19:07:17 +00:00
espie
a0a381a3d2 switch to cpan 2006-11-14 10:32:37 +00:00
msf
688d5a88d4 update to 0.62
convert to MODULES=cpan
2006-11-14 10:02:39 +00:00
msf
b820b4140c update to 2.0604
convert to MODULES=cpan
2006-11-14 09:55:38 +00:00
msf
bcd6d8dede update to 1.104
convert to MODULES=cpan
2006-11-14 09:40:22 +00:00
msf
1bc325f710 +p5-String-Format
+p5-Test-Object
2006-11-14 09:39:06 +00:00
msf
e107334313 initial import of Test::Object 0.05
"Test::Object" is a testing package designed to allow you to easily test
what you believe is a valid object against the expected behaviour of all
of the classes in its inheritance tree in one single call.
2006-11-14 09:33:13 +00:00
msf
dc34bd5c85 initial import of String::Format 1.14
String::Format lets you define arbitrary printf-like format sequences to
be expanded.  This module would be most useful in configuration files
and reporting tools, where the results of a query need to be formatted
in a particular way
2006-11-14 09:28:02 +00:00
wilfried
dc252ece00 split into two subpackages, headers and libs, from maintainer 2006-11-13 21:52:52 +00:00
matthieu
c6ae39979a update to 1.4.3.5 2006-11-13 21:02:26 +00:00
jasper
8ec984de7d add p5-DateTime-Format-W3CDTF 2006-11-13 17:42:12 +00:00
jasper
b288010b9f import p5-DateTime-Format-W3CDTF 0.04
this module parses and format W3CDTF datetime strings

ok espie
2006-11-13 17:39:15 +00:00
espie
5ca9fe7422 +p5 ports 2006-11-13 15:25:16 +00:00
espie
772f19bcef needed by some tests 2006-11-13 15:19:32 +00:00
espie
959a71bc09 simple interface for prompting user 2006-11-13 15:19:19 +00:00
espie
9de8281961 OO extension, prereq for some tests 2006-11-13 15:19:02 +00:00
espie
8010ce8a87 syntactic sugar around Bit::Vector 2006-11-13 15:18:40 +00:00
espie
f370133aab bigger brother of IPC-Run3 2006-11-13 15:18:26 +00:00
espie
eff30f1018 zap stuff that shouldn't be there 2006-11-13 10:44:18 +00:00
espie
c0916f5516 oops, class isa is part of perl 5.8.8 2006-11-13 10:43:11 +00:00
steven
2e8d1a700e USE_X11 2006-11-13 10:08:12 +00:00
espie
da0da9d7da +p5 pieces 2006-11-13 00:13:55 +00:00
espie
d243d78e36 return polymorphic values 2006-11-13 00:10:03 +00:00
espie
c24808fc58 IO bag-of-tricks 2006-11-13 00:09:50 +00:00