Commit Graph

38028 Commits

Author SHA1 Message Date
ajacoutot
ae5419667a +gnugk 2007-04-27 21:13:57 +00:00
ajacoutot
3f3ea4d7f5 Add the _gnugk user. 2007-04-27 21:12:25 +00:00
ajacoutot
63850835a5 Import gnugk-2.2.6
The GNU Gatekeeper is an open-source project that implements an H.323
gatekeeper. A gatekeeper provides call control services to the H.323
endpoints. It is an integral part of most useful internet telephony
installations that are based on the H.323 standard.
According to the recommendations from H.323, GnuGK provides most of the
following functions based on the OpenH323 protocol stack:
 * Address Translation
 * Admissions Control
 * Bandwidth Control
 * Zone Management
 * Call Control Signaling
 * Call Authorization
 * Bandwidth Management
 * Call Management

ok kili@
2007-04-27 21:10:42 +00:00
bernd
15079c3740 Use xenocara expat. 2007-04-27 19:03:53 +00:00
matthieu
e5bc0040ba wm2 is back 2007-04-27 18:45:07 +00:00
matthieu
46d9f2a4d8 resurrect 2007-04-27 18:42:18 +00:00
bernd
ee467d8e45 Use xenocara expat. 2007-04-27 18:40:39 +00:00
matthieu
ecd030689a wm2 port. ok and tweaks sturm@ 2007-04-27 18:31:12 +00:00
naddy
e8e0b32ab7 update to 2.0.6: fix a potential segfault after justifying text marked
from the bottom up
2007-04-27 14:49:44 +00:00
ajacoutot
57e928e953 - we don't have a "lib64" directory 2007-04-27 13:38:09 +00:00
ajacoutot
c31145b2a1 +ohphone 2007-04-27 13:36:50 +00:00
ajacoutot
9763e3359a Import ohphone-1.14.4
Ohphone is a fully functional H.323 endpoint command line application
that can be used to listen for incoming H.323 calls, or to initiate a
call to a remote host.  It includes a simple menu that allows
interactive control of functions, as well as allowing control of most
dialing and answer functions via a phone handset.

ok kili@
2007-04-27 13:36:09 +00:00
ajacoutot
6a9007a935 - add UNMESSAGE (so you don't forget to remove the link MESSAGE asked you
to create)
2007-04-27 13:26:38 +00:00
ajacoutot
6f50b368ea - enable terminal support (now that we have a sane vte version in-tree)
- add xenocara WANTLIB
2007-04-27 10:51:23 +00:00
ajacoutot
3c39f398bc - add missing BUILD_DEPENDS
ok kili@
2007-04-27 10:37:57 +00:00
ajacoutot
2789e2ec04 - regen distinfo to base64 encoded
spotted by martynas@
2007-04-27 06:27:20 +00:00
mbalmer
6d5b9ca21d R-2.5.0 2007-04-26 20:26:12 +00:00
kurt
e828bd16b5 the accept retry change was rejected upstream. applications that use apr
have to retry upon EINTR instead of apr doing for them.
2007-04-26 16:05:01 +00:00
ajacoutot
ea6505e148 - update to 1.18.0 and unbreak
- enable h263 codec
- add SHARED_ONLY
- take over maintainership (ok couderc@, former maintainer)

ok todd@
2007-04-26 14:10:30 +00:00
espie
220b576a34 disable newly imported fam support for now, until we've had
time for proper tests.
2007-04-26 07:39:09 +00:00
ray
fc1fde72af Fix hard coded paths to config files, character sets, and word
lists.

OK maintainer cathcart@.
2007-04-26 04:14:01 +00:00
espie
9348446fd8 update to a more recent snapshot 2007-04-25 15:04:21 +00:00
espie
3782e1cd3d list -pthread as a dependency of qt4core, so that stuff will link in a simpler
way.
2007-04-25 14:56:13 +00:00
jasper
1705087d94 add patch to make libart work again with c++
(also found in upstream svn)

at least kdelibs3 is happy again

"Please commit!" martynas@
2007-04-25 14:17:09 +00:00
ajacoutot
d1c0d51d44 - update to hiawatha-5.8 (mainly bugfixes and improvements)
- regen patches while here
2007-04-25 13:55:58 +00:00
rui
dd37bcbff2 update flawfinder to 1.27
ok robert@
2007-04-25 13:03:14 +00:00
wilfried
733f062ca2 bump 2007-04-25 11:47:52 +00:00
wilfried
845abd26d4 On BSD systems putenv creates its own strdup of supplied string,
therefor it should be freed again

patch from Tobias Stoeckmann
2007-04-25 11:34:47 +00:00
wilfried
21cf4b7ace The WINGs-function wtokensplit does not set argv to NULL if no
string has been split - instead argc is set to 0

patch from Tobias Stoeckmann
2007-04-25 11:33:21 +00:00
wilfried
886c0ab2bd wtokenfree does not free the first entry of an array
patch from Tobias Stoeckmann
2007-04-25 11:32:55 +00:00
wilfried
1a9ed04220 Do not allow a pop from array if no more items are left
patch from Tobias Stoeckmann
2007-04-25 11:32:30 +00:00
wilfried
e1c9b28667 During expansion of path, the resulting path can overflow the
supplied area of PATH_MAX+2 (buffer as well as buffer2). A tampered
environment variable can be used to modify program flow.

Way too many functions handle a return value of NULL for wexpandpath
improperly, resulting in segfaults (and maybe other problems). To
prove the existance of these issues:

The improper parsing of environment variables can lead to expansion
of path names that were not intended to be expanded.

patch from Tobias Stoeckmann
2007-04-25 11:31:53 +00:00
ajacoutot
8976431708 +pwlib 2007-04-25 11:13:17 +00:00
ajacoutot
27d300f747 Import pwlib-1.10.3
PWLib is a moderately large class library that has its genesis many
years ago as a method to product applications to run on both Microsoft
Windows and Unix X-Window systems.
Since then the system has grown to include many classes that assist in
writing complete multi-platform applications. Classes for I/O
portability, multi-threading portability, aid in producing unix daemons
and NT services portably and all sorts of internet protocols were added
over the years. The library now also supports the open H323 project.

ok jasper@
2007-04-25 11:12:26 +00:00
jasper
9fd891c45e some files/dirs were @comment'ed a long time ago. no need to do that any longer
pointed out by Mikolaj Kucharski <mikolaj.kucharski@gmail.com>
2007-04-25 11:04:55 +00:00
jasper
e38eeba0f0 zap unneeded patch, 2007-04-25 11:01:16 +00:00
wilfried
2d2d8d5b54 update mysql-query-browser to mysql-gui-tools-5.0r11 2007-04-25 10:49:20 +00:00
wilfried
ef89949e9f update mysql-administrator to mysql-gui-tools-5.0r11 2007-04-25 10:48:35 +00:00
wilfried
f565d42e64 update mysql-gui-common to mysql-gui-tools-5.0r11 2007-04-25 10:48:10 +00:00
wilfried
1b130a07cc fix WANTLIB with new glib2mm/gtk2mm 2007-04-25 10:44:28 +00:00
wilfried
f8289ac766 fix WANTLIB with new glib2mm/gtk2mm
looks good martynas@
2007-04-25 10:43:02 +00:00
wilfried
39740fbb64 update gtk2mm to 2.10.9 2007-04-25 10:40:44 +00:00
wilfried
a7e36b0099 update glibmm to 2.12.8 2007-04-25 10:38:15 +00:00
wilfried
d93f467e54 +cairomm 2007-04-25 10:27:16 +00:00
wilfried
ec930e59a1 Import of cairomm-1.2.4
cairomm is a C++ wrapper for the cairo graphics library
2007-04-25 10:23:26 +00:00
jasper
a63f9f81ee fix rcsid 2007-04-25 09:57:04 +00:00
jasper
2a5d6abf3b we didn't need gawk after all, also @comment some ubuntu-specific files in PLIST
from Mikolaj Kucharski <mikolaj.kucharski@gmail.com>
2007-04-25 09:53:10 +00:00
pedro
30eb0b9dac No need to ask for Xinerama in 'WANTLIB', pointed out by Simon Kuhnle 2007-04-25 09:46:43 +00:00
steven
e2dab2cbff depends on gtk-engines2 >= 2.9 2007-04-25 05:35:34 +00:00
msf
2779502e85 update to 2.07 2007-04-25 05:33:48 +00:00