Commit Graph

43610 Commits

Author SHA1 Message Date
merdely
0829ab8652 Update to cnagios 0.25.
- Work properly with nagios-3.x status.dat
 - Removes need for patch-configure with --with-status-file
   configure argument.
Fixes from Steve Rader, cnagios author

ok sthen@ (MAINTAINER)
2008-04-17 01:15:35 +00:00
kili
e704eaa96c Update to 0.7. 2008-04-16 21:00:56 +00:00
jasper
5631075d51 - tweak sample config file to chroot(), use kqueue and bind to ipv4 and ipv6
- install documentation

from brad@ (with the docs part from me)
2008-04-16 20:42:35 +00:00
jasper
57858cd3a3 - Add missing goo, preventing some icons to not show up after a clean install 2008-04-16 20:31:24 +00:00
naddy
8c2a2bdea0 sysctl HW_PHYSMEM -> HW_PHYSMEM64; ok wilfried@ 2008-04-16 20:29:38 +00:00
ajacoutot
a5824ce4c8 - update to 3.4.7.1
(a bug was introduced in 3.4.7 that disabled feedback while resizing windows)
- disable automatic dbus-launch start (there seems to be an issue with it,
which will be worked on later)
2008-04-16 19:54:33 +00:00
jasper
9842e90ec3 revert for now, it turns out we need some newer perl base modules 2008-04-16 19:53:37 +00:00
mbalmer
fa0e2fef8f Update ClamAV to version 0.93, which fixes mostly security problems, at
least one highly critical (remote). See http://secunia.com/advisories/29000
for details.

Thanks to kurt@ for helping analyzing the threaded code issues.
2008-04-16 19:46:01 +00:00
jasper
a02724e465 - mention gnomebaker 2008-04-16 18:07:35 +00:00
jasper
aa446c9cc8 - update MIME::tools to 5.246
"get it in, please.." simon@
2008-04-16 17:57:20 +00:00
wcmaier
12dabb7375 Add ntlmaps. 2008-04-16 17:36:54 +00:00
wcmaier
552d46603e import ntlmaps 0.9.9.0.1
NTLM Authorization Proxy Server is an http proxy server that allows
you to authenticate via the proprietary NTLM protocol, so you can
use web sites and web proxies that require NTLM authorization.

ok and help from sthen, merdely; 'schaweet' marco
2008-04-16 17:34:47 +00:00
wcmaier
732f0939de Add _ntlmaps user/group for www/ntlmaps.
ok merdely
2008-04-16 17:33:16 +00:00
jasper
8a2ec865f8 - add gnome-baker 2008-04-16 16:09:11 +00:00
jasper
8dde69a864 import gnomebaker 0.6.2
GnomeBaker is a free CD/DVD authoring application Unix-like operating systems.

It features:
* Create data CDs.
* Blank RW disks.
* Burn DVDs.
* Copy data CDs.
* Copy audio CDs.
* Support multisession burning.
* Record to and burn from existing CD ISO images.
* Drag and drop to create data CDs (including drag and drop to/from the Nautilus
  file manager).
* Create audio CDs from existing WAV, MP3, FLAC, and Ogg files.
* Integrate with GConf for storage of application settings.

lots of help and ok ajacoutot@, thanks!
2008-04-16 16:05:36 +00:00
ajacoutot
7559c1e5cb - bugfix update to devede-3.7 2008-04-16 13:35:23 +00:00
jasper
4e958229c6 - add py-xdg 2008-04-16 12:07:37 +00:00
jasper
0a9ce1ce80 import py-xdg 0.15
PyXDG is a python library to access freedesktop.org standards.
Currently supported are:

  * Base Directory Specification
  * Menu Specification
  * Desktop Entry Specification
  * Icon Theme Specification
  * Recent File Spec
  * Shared-MIME-Database Specification

ok ajacoutot@
2008-04-16 12:05:28 +00:00
ajacoutot
62d418d93a - empty man pages are not really usefull...
reminded by jasper@
2008-04-16 08:26:48 +00:00
ajacoutot
66570ae8ae - update openbox to version 3.4.7 2008-04-16 07:41:35 +00:00
ckuethe
72909f04a2 stevesk@ pointed out that gpsctl was in the wrong package (-python). fix.
while i'm here, also actually ship the libgpsd pkgconfig file.
2008-04-16 06:53:35 +00:00
jakemsr
7203fdc58b - fix automatic resampling
- disable the libsamplerate resampler, it clips and is horribly
inefficient
- fix WANTLIB
- stop ffmpeg decoder from spamming stdout
- enable jack output
2008-04-16 02:10:21 +00:00
jakemsr
5f5750a4da add jack support as a FLAVOR
"no objections" MAINTAINER
2008-04-16 01:43:12 +00:00
jasper
7e53f0daaa - enable SSL support 2008-04-15 22:20:28 +00:00
jasper
3f14b4708a - update Event to 1.10 2008-04-15 22:17:07 +00:00
jasper
8428d8a67a - update Test::Manifest to 1.22 2008-04-15 22:09:06 +00:00
jasper
4372f14c93 - update Mail::POP3Client to 2.18 2008-04-15 21:58:13 +00:00
jasper
eea5c6f7c0 - update SVG to 2.40 2008-04-15 21:54:26 +00:00
jasper
2b66fafac3 - update Class::Data::Inheritable to 0.08 2008-04-15 21:52:28 +00:00
jasper
f0d399bab3 - update Want to 0.18 2008-04-15 21:47:31 +00:00
jasper
b60927ffdc - update Module::CoreList to 2.15 2008-04-15 21:44:46 +00:00
jasper
252a156e2f - update Grapichs::ColorNames to 2.11 2008-04-15 21:42:07 +00:00
jasper
0776cf2bcc - add p5-Module-Loaded 2008-04-15 21:40:57 +00:00
jasper
1fcbcc8f73 import Module::Loaded 0.01
When testing applications, often you find yourself needing to provide
functionality in your test environment that would usually be provided by
external modules. Rather than munging the %INC by hand to mark these
external modules as loaded, so they are not attempted to be loaded by
perl, this module offers you a very simple way to mark modules as loaded
and/or unloaded.
2008-04-15 21:39:57 +00:00
jasper
de2db5596e - update PoCo::Client::MPD to 0.8.1 2008-04-15 21:06:00 +00:00
jasper
5c7e73960b - add CPAN_AUTHOR, makes this fetchable again 2008-04-15 21:05:19 +00:00
jasper
c9aed4612c - update Audio::MPD to 0.19.1 2008-04-15 21:01:59 +00:00
jasper
c824f3dfc9 - update Audio::MPD::Common to 0.1.2
- add RCS id
- fix RUN_DEPENDS
2008-04-15 21:01:32 +00:00
jasper
2854f5e26e - add teeny-tiny accelerator to quit.
"of course!" maintainer
2008-04-15 20:43:20 +00:00
merdely
215ed2c6b2 Update to 4.9.
ok MAINTAINER (Jim Razmus)
input from Tobias Ulmer and kili@

ok sthen@, jasper@, kili@
2008-04-15 19:44:10 +00:00
ajacoutot
899cdd05a3 - add support for CUPS ("-cups" subpackage)
this makes printing using gtkprint and CUPS much more pleasant ;-)
- fix a small typo in COMMENT-docs while here

"no objections" jasper@, looks good "landry@
2008-04-15 19:34:53 +00:00
jasper
7a53953f98 - mention gnome-scan 2008-04-15 15:14:21 +00:00
jasper
04a37c16ee - fix location of gnome-keybindings.pc
spotted by espie@ some time ago, thanks!
2008-04-15 15:07:03 +00:00
sthen
4b6f74777a +sysbench 2008-04-15 14:16:56 +00:00
sthen
8455372320 import sysbench:
SysBench is a modular, cross-platform and multi-threaded benchmark tool
for evaluating OS parameters that are important for a system running a
database under intensive load.

The idea of this benchmark suite is to quickly get an impression about
system performance without setting up complex database benchmarks or
even without installing a database at all.

Current features allow to test the following system parameters:

    * file I/O performance
    * scheduler performance
    * memory allocation and transfer speed
    * POSIX threads implementation performance
    * database server performance (OLTP benchmark)

Primarily written for MySQL server benchmarking, SysBench will be
further extended to support multiple database backends, distributed
benchmarks and third-party plug-in modules.

from Jung (maintainer) with some tweaks.
thanks to landry@ for testing and feedback.

ok landry
2008-04-15 14:14:08 +00:00
deanna
7e320765fa Hide arch-dependant distfile from those that don't need it. Unbreaks
mirror-maker.

From Josh Elsasser (MAINTAINER)
noticed by and ok naddy@
2008-04-15 12:07:31 +00:00
jasper
be504b4117 - add MODGNOME_HELP_FILES for run-time dependency on x11/gnome/yelp
- add MODGNOME_DEVHELP_FILES for run-time dependency on x11/gnome/devhelp

ok ajacoutot@
2008-04-15 11:51:23 +00:00
jakemsr
678ec40500 make kaffeine.desktop more compliant with freedesktop.org "standards"
from kaffeine source repo via brad@
2008-04-15 11:27:54 +00:00
jakemsr
0d6ddb7b46 update to xine-lib-1.1.12
This release contains a security fix (unchecked array index,
CVE-2008-1686). There are also a few bug fixes, and open-source
support for RealAudio "cook". For front-end package maintainers,
there's a tool to help maintain MIME type lists, and for developers
who need raw frame data, you can now get that with the "raw" video
output plugin.

from brad@
2008-04-15 11:24:14 +00:00
eric
54a04228f2 - update to the latest 8.0.1 release
- unbreak twisted.web2
- remove dropin.cache when deleting py-twisted-core

help and ok martynas@
2008-04-15 11:04:27 +00:00