Commit Graph

35900 Commits

Author SHA1 Message Date
steven
c0b7b27092 more cpanification from Simon Dassow 2006-12-04 22:13:51 +00:00
steven
af044e4bc6 cpanification, done by Simon Dassow 2006-12-04 21:49:38 +00:00
steven
57d346bc73 it works fine without setuid mode for xmcd/cda 2006-12-04 21:37:21 +00:00
steven
ab0c414c74 add it to sysutils as well 2006-12-04 21:10:07 +00:00
espie
e1c16ae99b iick 2006-12-04 20:53:05 +00:00
robert
5455693279 update to 20061022; from Josh Grosse <josh@jggimi.homeip.net> 2006-12-04 20:26:05 +00:00
jasper
31801dfe6f set USE_X11 2006-12-04 18:22:00 +00:00
mbalmer
2f2889eccf Maintenance update to ipcalc 1.2 to fix the -r option.
From maintainer, Pierre-Yves Ritschard
2006-12-04 17:37:51 +00:00
jasper
4122d036ee add tkdiff 2006-12-04 17:30:27 +00:00
jasper
44d7fe440f import tkdiff 4.1.3
TkDiff is a graphical front end to the diff program. It provides a
side-by-side view of the differences between two files, along with
several innovative features such as diff bookmarks and a graphical map
of differences for quick navigation.

from maintainer Vlad Glagolev <stelzy at gmail dot com>

feedback and ok steven@
2006-12-04 17:27:17 +00:00
kurt
4b5c3bd1d1 +nss 2006-12-04 17:22:03 +00:00
kurt
7c0da245f7 import nss 3.11.4
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and
server applications.

Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5,
PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other
security standards.

from MAINTAINER Martynas Venckus <martynas at altroot.org>. okay jolan@
2006-12-04 17:19:54 +00:00
steven
35c0595c7f add @mode 2006-12-04 17:08:42 +00:00
steven
de0ba49732 add @mode 2006-12-04 17:00:53 +00:00
steven
f04c684af2 forgot to bump PKGNAME 2006-12-04 16:53:19 +00:00
msf
084724013d +p5-Carp-Assert-More 2006-12-04 14:42:23 +00:00
msf
91c53ef03b initial import of Carp::Assert::More 1.12
Carp::Assert::More is a set of wrappers around the Carp::Assert
functions to make the habit of writing assertions even easier.
2006-12-04 14:35:12 +00:00
msf
2b8fb74b70 update to 2006.0814 2006-12-04 14:24:33 +00:00
msf
5c5d8aa209 update to 0.11 2006-12-04 14:18:13 +00:00
bernd
405e6f758b Security fix for a JPEG-EXIF meta information vulnerability.
http://www.kde.org/info/security/advisory-20061129-1.txt

'go ahead' espie@
2006-12-04 13:44:04 +00:00
bernd
07b32cb93a Fix some more security problems in cgi.rb.
ok msf@
2006-12-04 13:26:51 +00:00
msf
03793902fe update to 1.26 2006-12-04 12:41:40 +00:00
msf
dccae6b1bc update to 0.18 2006-12-04 12:38:19 +00:00
msf
8590b714e1 update to 0.14 2006-12-04 12:37:35 +00:00
msf
21432564d0 update to 9999.12 2006-12-04 12:07:21 +00:00
espie
b347413040 fix fetch, noticed by msf. 2006-12-04 11:34:58 +00:00
msf
fb69b3791e update to 2.17 2006-12-04 11:12:15 +00:00
msf
fee59d6e56 update to 0.16 2006-12-04 10:44:46 +00:00
msf
832e809c30 update to 1.05 2006-12-04 10:43:55 +00:00
msf
559464f90d update to 2.105 2006-12-04 10:26:15 +00:00
msf
e02b814f81 +p5-Algorithm-Dependency
+p5-File-Flat
+p5-File-NCopy
+p5-File-Remove
+p5-Test-ClassAPI
2006-12-04 10:25:47 +00:00
msf
63a6acb944 initial import of Algorithm::Dependency 1.102
Algorithm::Dependency is a framework for creating simple read-only
dependency heirachies, where you have a set of items that rely on other
items in the set, and require actions on them as well.
2006-12-04 10:17:16 +00:00
msf
0b96fa5cfe +p5-Pod-Tests 2006-12-04 10:15:27 +00:00
msf
f93b961bdc initial import of Pod::Tests 0.18
This is a specialized POD viewer to extract embedded tests and code
examples from POD. It doesn't do much more than that. pod2test does the
useful work.
2006-12-04 10:14:00 +00:00
msf
abbd8c0b74 initial import of File::Flat 0.96
File::Flat implements a flat filesystem. A flat filesystem is a
filesystem in which directories do not exist. It provides an abstraction
over any normal filesystem which makes it appear as if directories do
not exist. In effect, it will automatically create directories as
needed. This is create for things like install scripts and such, as you
never need to worry about the existance of directories, just write to a
file, no matter where it is.
2006-12-04 09:59:45 +00:00
msf
025783bbf3 initial import of Test::ClassAPI 1.02
For many APIs with large numbers of classes, it can be very useful to be
able to do a quick once-over to make sure that classes, methods, and
inheritance is correct, before doing more comprehensive testing. This
module aims to provide such a capability.
2006-12-04 09:54:10 +00:00
jolan
e48eefeea7 update to 20061120, from Martynas Venckus 2006-12-04 09:47:54 +00:00
msf
630f49a541 initial import of File::Remove 0.34
File::Remove::remove removes files and directories. It acts like
/bin/rm, for the most part.
2006-12-04 09:41:27 +00:00
msf
f6f643b7cd initial import of File::NCopy 0.32
File::NCopy::copy copies files to directories, or a single file to
another file.  You can also use a reference to a file handle if you wish
whem doing a file to file copy. The functionality is very similar to cp.
2006-12-04 09:40:31 +00:00
jolan
c903391a58 use nanosleep 2006-12-04 03:52:08 +00:00
espie
4971ebf88f update to 0.8.3 2006-12-04 01:20:31 +00:00
msf
24baab49a6 update to 2.13 2006-12-04 01:07:15 +00:00
naddy
386f8c6531 maintenance update to 2.2.24 2006-12-03 21:26:36 +00:00
jasper
2fd143296c update herrie to 1.0.1:
- Make Vorbis tag parsing less strict (match case insensitive)
	- Fix OSS and terminal resizing on OpenBSD
	- Fix terminal resizing in SIGWINCH wrapper while in chroot()
2006-12-03 17:17:09 +00:00
kili
9a0dc354c3 Don't lib_depend on guile. Same for run_depend and python.
Some hints from steven@ and espie@.
ok, kevlo@
2006-12-03 14:14:41 +00:00
steven
f961da4f71 +p5-Test-Reporter 2006-12-03 13:10:24 +00:00
steven
50eb85c436 import Test::Reporter 1.27
Test::Reporter reports the test results of any given distribution to
the CPAN testing service. See http://testers.cpan.org/ for details.
2006-12-03 13:09:30 +00:00
kili
646088950e Remove empty patch files i left over on the last commit. 2006-12-03 12:49:53 +00:00
espie
218dbb8c3e update to 1.6.1 2006-12-03 11:00:34 +00:00
steven
9ed4a1347e this depends on p5-Class-Data-Accessor 2006-12-03 10:39:01 +00:00