Commit Graph

48571 Commits

Author SHA1 Message Date
ajacoutot
d5713889a1 - s/lpthread/pthread
- tweak WANTLIB while here
2009-02-09 15:35:50 +00:00
ajacoutot
8a9ca8b5dc - explicitely disable xmp support as nautilus will not build if exempi is
installed; no bump needed
spotted by Mikolaj Kucharski
2009-02-09 15:18:10 +00:00
form
faeca641e3 Allow starting by root (set user context to _ircd-hybrid in that case).
reviewed by simon@ and ajacoutot@
ok bernd@
2009-02-09 15:14:22 +00:00
form
aa99206c3d add memtest86+ 2009-02-09 14:55:44 +00:00
form
4b408cc1ff Import Memtest86+ 2.11
Memtest86+ is thorough, stand alone memory test for Intel i386 architecture
systems, based on the well-known Memtest86 written by Chris Brady.
    
ok sturm@
2009-02-09 14:54:40 +00:00
form
c548a4e021 oops :( 2009-02-09 14:49:18 +00:00
form
7fff41c484 Import Memtest86+ 2.11
Memtest86+ is thorough, stand alone memory test for Intel i386 architecture
systems, based on the well-known Memtest86 written by Chris Brady.         

ok sturm@
2009-02-09 14:42:32 +00:00
ajacoutot
bc5361e4c5 - remove bashism 2009-02-09 13:32:10 +00:00
simon
a753325f3e update to version 0.76 but avoid use of gmake
gmakeism identified by James Wright, patch from netbsd found by sthen@,
thanks guys!
testing and ok sthen@
2009-02-09 12:08:25 +00:00
ajacoutot
13346f229e - move some files from -main to -foomatic where they belong; fix
packaging of flavored builds
- regen WANTLIB while here
2009-02-09 11:25:12 +00:00
simon
1c7cd32f95 add missing includes to prevent segfaults
looks sane to ajacoutot@
2009-02-09 10:48:51 +00:00
simon
e8be3e6c8d add user for ircd-ratbox 2009-02-09 09:42:08 +00:00
simon
57c6856b01 add ircd-ratbox 2009-02-09 09:42:02 +00:00
simon
cef96c6e30 import ircd-ratbox
ircd-ratbox is an advanced, stable and fast ircd.
It is the primary ircd used on EFNet, combining the stability of an ircd
required for a large production network together with a rich set of
features, making it also suitable for use on smaller networks. 

Features include:
 * optional SSL support to enable encrypted connections between clients
   and servers, as well as server to server links
 * support for SSL only channels (channel mode +S)
 * uses sqlite3 for handling and storing k/x/d lines
 * support for global CIDR limits
 * provides adminwall command allowing admins to broadcast messages to
   each other
 * support to force nick changes

request, testing and feedback by Michiel van Baak
setusercontext() idea from form@ via bernd@
tested on armish and ok by sthen@
2009-02-09 09:41:54 +00:00
sthen
f363b22732 update to 0.5.08, from Jim Razmus via maintainer Bruno Bigras. 2009-02-09 00:28:33 +00:00
sthen
9821b40d56 update to 1.6b from Jim Razmus via maintainer Bruno Bigras. 2009-02-09 00:28:01 +00:00
sthen
21ea50d254 update to 5.4.1; "please commit" Jim Razmus (MAINTAINER) who had
a similar diff.
2009-02-09 00:11:22 +00:00
sthen
405c122be8 update to a newer snapshot; made after upstream's freeze in the
runup to 2.5 release towards the end of this month.
2009-02-08 22:55:43 +00:00
sthen
bd9c0d45ea update to svn snapshot; no release in a few years and the port has
been broken for some time due to incompatibility with Python 2.5.
tested by Tasmanian Devil, thanks!
2009-02-08 22:42:56 +00:00
ajacoutot
0725b81ebc - fix WANTLIB 2009-02-08 22:38:28 +00:00
ian
67f6154732 += dfu-util 2009-02-08 22:35:15 +00:00
ian
e32cc6b40f dfu-util for Openmoko & similar devices, improved by fgsch@,
comments by various, ok sthen@
2009-02-08 22:32:40 +00:00
ajacoutot
3f5367e1af - fix a sigbus error on sparc64; from Debian
breakage reported by sturm@
2009-02-08 22:31:58 +00:00
ajacoutot
9a8d1bd136 - update to icewm-1.2.37
from Alexandr Shadchin, thanks!
2009-02-08 21:56:18 +00:00
merdely
1305d01ff9 Update to 0.5. Include a patch to fix -c.
From James Turner (MAINTAINER).
ok kili@
2009-02-08 20:41:22 +00:00
naddy
dd8e5c9eef Switch default CD/DVD device to /dev/rcd0c because rcd0a doesn't work for
audio CDs.  Document the device in the man page.  ok biorn@
2009-02-08 20:25:09 +00:00
ajacoutot
340f3cb50a - respect cflags
- fix some warnings
2009-02-08 16:54:54 +00:00
ajacoutot
413adea965 - update to dbus-glib 0.80
from Brad
2009-02-08 15:51:45 +00:00
sthen
ae88779346 bug fix update to Squid 2.7-STABLE6, from Brad. 2009-02-08 15:04:33 +00:00
wcmaier
f8153abe76 Update to 0.7. 2009-02-08 14:56:32 +00:00
sthen
1603ca096a roll in fixes from upstream repo; from Brad.
- mail_index_lookup_first() didn't always find the result.
  This caused SELECT not to return UNSEEN number always.
- Maildir: Fix to earlier >26 keywords handling change.
- i_stream_read(): Added a few more asserts.
- istream-tee: Minor cleanups, assert and a potential fix.
2009-02-08 14:54:21 +00:00
sthen
b8f38b3065 update to 0.14, based on update from maintainer with small adjustments. 2009-02-08 14:36:01 +00:00
grange
2d6a8d1c1b Update to gxemul 0.4.7.1, from brad. 2009-02-07 21:32:22 +00:00
pea
53e9a2408d Upgrade to 8.3.6.
See http://www.postgresql.org/docs/8.3/static/release-8-3-6.html

ok mbalmer@ ajacoutot@
2009-02-07 16:56:31 +00:00
naddy
bcb6783940 install a few missing docs; from Tim van der Molen 2009-02-07 16:07:53 +00:00
ajacoutot
3a6bac8212 - remove; it is already provided by the gtk-engines2 package and adds a
really not needed conflict

ok jasper@
2009-02-07 16:01:38 +00:00
ajacoutot
fed9a27aee - remove the index.theme from Clearlooks theme, it is already provided
by the gtk2-clearlooks-engine package (we depends on gtk-engines2 which
depends on gtk2-clearlooks-engine)
- remove conflict with gtk2-clearlooks-engine

ok jasper@
2009-02-07 15:59:03 +00:00
ajacoutot
bd423badfd - disable clearlook engine and add gtk2-clearlooks-engine as run_dependency
- remove conflict with gtk2-clearlooks-engine
- add add @pkgpath marker for updating from gtk-thinice-engine

ok jasper@
2009-02-07 15:58:27 +00:00
ajacoutot
c48b623f73 - remove conflict with gtk-engines2 and gnome-themes
- add missing icon goos
- regen WANTLIB and set GPL version marker

original conflict removal idea from Stefan Sperling
Douglas Santos (maintainer) agrees with the change
ok jasper@
2009-02-07 15:57:50 +00:00
simon
27d324ff11 set SHARED_ONLY, update packaging lists accordingly and bump
ok bernd@
2009-02-07 09:58:42 +00:00
form
921a918c5b +xhomer 2009-02-07 02:38:54 +00:00
form
870250e644 Import Xhomer 9-16-06
Xhomer is a machine emulator for the DEC Professional 350 computer,
a PDP-11-based machine that was sold in the early to mid-'80's.
Xhomer is based on the PDP-11 CPU core from the SIMH simulator,
and is written entirely in C.

ok sturm@
2009-02-07 02:37:42 +00:00
robert
ffc1a6ebf6 we need bash to complete a build at the moment. this is being worked on,
but for now, add it to the build dependencies.
noted by simon@
2009-02-06 23:06:27 +00:00
simon
0e138a39c1 add p5-CGI-Application-Plugin-ConfigAuto and
p5-CGI-Application-Plugin-ValidateRM
2009-02-06 22:09:16 +00:00
simon
0c17821df6 import p5-CGI-Application-Plugin-ValidateRM
CGI::Application::Plugin::ValidateRM helps to validate web forms when
using the CGI::Application framework and the Data::FormValidator module.

from Mikolaj Kucharski
2009-02-06 22:09:13 +00:00
simon
650b0d4df0 import p5-CGI-Application-Plugin-ConfigAuto
CGI::Application::Plugin::ConfigAuto adds easy access to config file
variables to your CGI::Application modules.  Lazy loading is used to
prevent the config file from being parsed if no configuration variables
are accessed during the request.  In other words, the config file is not
parsed until it is actually needed.  The Config::Auto package provides
the framework for this plugin.

from Mikolaj Kucharski
2009-02-06 22:09:10 +00:00
simon
41bffc309c add p5-CGI-Application-Plugin-DBH 2009-02-06 22:03:55 +00:00
simon
13e92b3ab0 import p5-CGI-Application-Plugin-DBH
CGI::Application::Plugin::DBH adds easy access to a DBI database handle
to your CGI::Application modules.  Lazy loading is used to prevent a
database connection from being made if the dbh method is not called
during the request.  In other words, the database connection is not
created until it is actually needed.

from Mikolaj Kucharski
2009-02-06 22:03:51 +00:00
robert
ac8a01a745 add ru_RU 2009-02-06 21:16:01 +00:00
sturm
cfde48727f fix bad WANTLIB changes after libsoup,ssl removal 2009-02-06 19:06:09 +00:00