Commit Graph

32880 Commits

Author SHA1 Message Date
msf
6df2cd9a41 initial import of Class::Data::Accessor 0.02 from submitter Sean Comeau
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.
2006-05-11 11:52:41 +00:00
msf
97ab081976 initial import of Class::Accessor::Chained from submitter Sean Comeau
A chained accessor is one that always returns the object when called
with parameters (to set), and the value of the field when called with no
arguments.

This module subclasses Class::Accessor in order to provide the same
mk_accessors interface.
2006-05-11 11:43:59 +00:00
msf
07b99d2c11 initial import of Class::C3 from submitter Sean Comeau
This is pragma to change Perl 5's standard method resolution order from
depth-first left-to-right (a.k.a - pre-order) to the more sophisticated
C3 method resolution order.
2006-05-11 11:39:51 +00:00
msf
85e919eaa5 initial import of Sub::Name 0.02
This module can be used to assign a new name to a referenced subroutine.
2006-05-11 11:37:45 +00:00
msf
cfb03c21c5 initial import of Algorithm::C3 from submitter Sean Comeau
C3 is an algorithm which aims to provide a sane method resolution order
under multiple inheritence.
2006-05-11 11:27:39 +00:00
msf
56039ae6e7 initial import of Class::Inspector 1.16 from submitter Sean Comeau
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.
2006-05-11 11:20:11 +00:00
msf
845fe252ae initial import of Module::Find 0.05 from submitter Sean Comeau
Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.
2006-05-11 11:14:29 +00:00
brad
39be40edec update to 1.0.4
also adds a simple workaround to support PseudoColor
and StaticColor modes on X11.

From: maintainer
2006-05-10 21:34:17 +00:00
mbalmer
8edf4d5c22 Update to wmwlmon 0.9.
from maintainer/developer, marcus@nazgul.ch
2006-05-10 21:03:40 +00:00
brad
bb482326d6 second revision of the kqueue diff that should resolve an issue with
Dovecot imap processes' spinning and taking up all the available CPU time.

From Vaclav Haisman on the Dovecot list.
2006-05-10 19:51:03 +00:00
bernd
63b1790f76 Update to png-1.2.10 and better DESCR.
ok naddy@
2006-05-10 13:50:01 +00:00
wilfried
60b2eff919 add OpenBSD tag 2006-05-10 13:48:01 +00:00
espie
67f79cfa1c use installed SQLite, okay robert@ 2006-05-10 11:38:08 +00:00
steven
34802d8471 allow build on sparc 2006-05-10 07:35:40 +00:00
brad
d5a5a6309f upgrade to MySQL 5.0.21 2006-05-10 03:21:30 +00:00
brad
e1c552749f add a diff to fix the crashing issues exhibited when using kqueue() and
re-enable kqueue().

From Vaclav Haisman on the Dovecot list.
2006-05-10 00:30:04 +00:00
brad
b0cf5680ec Postfix 2.3 20060430 snapshot 2006-05-09 22:31:08 +00:00
pedro
758c883eef Pace with inode/dinode changes by updating to version 4.77, fixes crash
reported by some people, okay jolan@ and pval@
2006-05-09 19:13:32 +00:00
naddy
4574d492b7 add pflogx and sort 2006-05-09 18:24:08 +00:00
naddy
1b52d9aa54 Import pflogx 0.86.
Submitted by Jasper Lievisse Adriaanse <jasper@nedbsd.nl>.

pflogx is a simple tool to export pf(4)'s logs to XML files. It reads a
binary logfile generated by pflogd to generate a human-readable XML
file.
2006-05-09 18:22:47 +00:00
espie
883266ff4c +sqlitebrowser 2006-05-09 15:19:38 +00:00
espie
8f4643b15f qt-based graphical browser for sqlite3 databases 2006-05-09 15:18:28 +00:00
robert
1351922e5d bump PKGNAME due to the change of the pear dependencies; 2006-05-09 14:16:50 +00:00
robert
151101789e Update to version 5.1.4;
Add a hardened flavor for both core and extensions (inspired by niallo@);
Use our own way to install pear because the bundled installer is totally
broken and upstream refuses to fix it.

Add a mysqli subpackage which can be used to access the functionality
provided by MySQL 4.1 and above.

Other minor changes and fixes are also included.

ok sturm@; tested by many
2006-05-09 14:15:40 +00:00
jolan
f249cc4e46 update to daapd-0.2.4b, from tom mclaughlin 2006-05-08 21:25:52 +00:00
espie
150927187e update to kphotoalbum 2.2 (yeah, the name change is a mess). 2006-05-08 16:41:41 +00:00
naddy
6196fc060b update to 4.4.0:
- new icons
- a single torrent can now use the complete upload bandwidth
2006-05-08 13:46:48 +00:00
naddy
3cd5989933 update to 2.6.3, in sync with out Gtk+2 version; ok alek@ 2006-05-08 13:44:18 +00:00
aanriot
d2abd65b28 - use ${INSTALL_*} macros.
- don't strip binaries by default.
- bump PKGNAME.

"much better" alek@
2006-05-08 07:27:04 +00:00
naddy
1774a832ba you are here ---> . 2006-05-07 22:14:14 +00:00
steven
d495fc4e19 update to 2.10; from maintainer jasper 2006-05-07 21:24:37 +00:00
steven
c3d30453d2 +p5-GSSAPI 2006-05-07 13:34:45 +00:00
steven
b1fd9f88d4 import p5-GSSAPI 0.21
This module gives access to the routines of the GSSAPI library.

joint work with Jasper Lievisse Adriaanse.
feedback and ok sturm@
2006-05-07 13:33:40 +00:00
sturm
d5941c7d22 security update to nagios 2.3
from Changelog:
* Bug fix for negative HTTP content_length header in CGIs
2006-05-07 10:48:44 +00:00
steven
8c8cd0ffe1 take out failing mirrors and introduce new ones for CPAN and GNU.
from Jim Razmus <jim at bonetruck.org>, thanks!
2006-05-07 09:23:51 +00:00
sturm
6898e31c46 do not install check_dhcp and check_icmp suid root (this code is
too crappy), instead explain how to setup systrace with privilege
elevation
2006-05-07 07:42:09 +00:00
brad
f79150a69d backport fix for 101669
http://bugs.kde.org/101669

From KDE SVN
2006-05-06 23:19:13 +00:00
msf
38773e4631 update to 1.43 2006-05-06 19:44:40 +00:00
msf
ec29478731 +p5-DBIx-DBSchema 2006-05-06 19:37:24 +00:00
msf
7785eab14d initial import of DBIx::DBSchema 0.31
This module implements an OO-interface to database schemas. Using this
module, you can create a database schema with an OO Perl interface. You
can read the schema from an existing database. You can save the schema
to disk and restore it a different process. Most importantly,
DBIx::DBSchema can write SQL CREATE statements statements for different
databases from a single source.
2006-05-06 19:36:12 +00:00
wilfried
3e3c2d308d +ipmitool 2006-05-06 17:29:48 +00:00
wilfried
53cc8c37e3 import of ipmitool-1.8.7
ipmitool is a utility for managing and configuring devices that
support the Intelligent Platform Management Interface.
2006-05-06 17:28:44 +00:00
msf
dcebcb23f9 +p5-capitalization 2006-05-06 17:09:03 +00:00
msf
24ff1e29d1 initial import of capitalization 0.03
capitalization is a perl module that allows you to use familiar
style on method naming
2006-05-06 17:07:39 +00:00
sturm
11ce6ba323 unbreak mirror-maker, there should be no trailing slash in *_DEPENDS 2006-05-06 16:20:44 +00:00
jolan
226e157ee2 roll in two distribution patches which fix erroneous memory handling
from maintainer rui reis
2006-05-05 22:58:45 +00:00
msf
692ed5c354 +p5-Nmap-Parser 2006-05-05 21:23:59 +00:00
msf
8ad38b8f84 initial import of Nmap::Parser 1.05
This module implements a interface to the information contained in an
nmap scan.  It is implemented by parsing the xml scan data that is
generated by nmap. This will enable anyone who utilizes nmap to quickly
create fast and robust security scripts that utilize the powerful port
scanning abilities of nmap.

submitted by Jasper Lievisse
2006-05-05 21:22:40 +00:00
msf
47745bc9f4 update to 0.10 from maintainer Jasper Lievisse 2006-05-05 16:57:11 +00:00
msf
e17b583fe9 update to 2.04 from maintainer Jasper Lievisse 2006-05-05 16:53:34 +00:00