Commit Graph

44782 Commits

Author SHA1 Message Date
bernd
3286e8b515 Disable debug output and regen PLIST.
ok jasper@
2008-07-15 08:39:50 +00:00
jakob
3f1a16ec6a upgrade stunnel to v4.25 2008-07-15 08:33:49 +00:00
sthen
b3336cc89f Patch to #include more headers to fix missing prototypes, which
resulted in pointer truncation on LP64 arch.

patch-debugXML_c - string.h is wrapped in #ifdef, but the macro is
never set by autoconf. Most other source here unconditionally includes
string.h, so follow suit - fgsch@ would prefer mending configure.in.
Explanatory notes added to patch. ok martynas@.

patch-xmlmemory_h - stdlib.h missing. ok fgsch@ martynas@.
2008-07-14 20:42:41 +00:00
dhill
2b2360d2f5 upgrade to 0.49
OK MAINTAINER
2008-07-14 16:24:34 +00:00
dhill
47229b5135 upgrade to 0.31
ok simon@
2008-07-14 13:58:09 +00:00
dhill
86dcb2aa0b upgrade to 0.06
ok simon@
2008-07-14 13:57:04 +00:00
dhill
b1beb68260 upgrade to 0.03
OK simon@
2008-07-14 13:55:58 +00:00
jasper
b2e97aa481 - fix CONFIGURE_ENV so gnome-display-properties gets built
noticed by amfpg at yahoo.com
2008-07-14 12:24:47 +00:00
simon
b264e280f4 update to version 1.424 which fixes a bug where \n\r was used
instead of \r\n
2008-07-14 11:15:27 +00:00
brad
0908dcb207 - Update to XVidcore 1.1.3.
- Enable MMX/SSE2 support on amd64/i386.
- Remove the previous MAINTAINER.

ok jakemsr@
2008-07-14 06:02:30 +00:00
dhill
8709195090 upgrade to 1.13
OK kevlo@
2008-07-14 02:05:27 +00:00
claudio
1362338c1f Update to 0.7.9.2008.01.28. This fixes issues with ruby on rails because
of a missing HAVE_PQSERVERVERSION definition.
OK markus@ (maintainer), looks good & ok jasper@
2008-07-13 20:50:19 +00:00
simon
a70aa18eaa add p5-Catalyst-Plugin-Cache-FileCache 2008-07-13 18:37:44 +00:00
simon
3f5f542e48 import p5-Catalyst-Plugin-Cache-FileCache
This module extends the Catalyst base class with a file cache.

triggered and tested by Jim Razmus
2008-07-13 18:37:38 +00:00
simon
3f7a1be782 put openldap-server in REGRESS_DEPENDS and tweak test config to enable
more regression tests

feedback, testing and ok merdely@
2008-07-13 17:52:09 +00:00
dhill
f5c1071dd7 upgrade to 1.51
input and OK simon@
2008-07-13 17:32:10 +00:00
jasper
6d6fd15b66 - oops, missed this one. 2008-07-13 17:22:13 +00:00
jasper
f316ef0055 - add four new murrina themes
- update homepage
- update maintainer's address
- sync WANTLIB

from me at bradwalker.com (maintainer)
2008-07-13 17:20:03 +00:00
jasper
a2e3fd6724 - don't pickup gmkdir if present
- fix systrace issue
- regen PLIST
- add pixman-1

from rd at thrush.com
(pixman-1 by me)
2008-07-13 17:16:25 +00:00
jasper
9936741947 - update gnome-themes-extras to 2.22.0 2008-07-13 17:03:24 +00:00
jasper
970f84539d - update gnome-themes to 2.22.0 2008-07-13 17:03:07 +00:00
jasper
3dfd2a8a3e - update plist after recent icon-naming-utils update 2008-07-13 17:02:24 +00:00
sturm
67f81bc393 missing PKGNAME bump after adding @bin to PLIST-main 2008-07-13 12:09:14 +00:00
sthen
a57173695c +rawstudio 2008-07-13 08:42:08 +00:00
sthen
a4de53177a import rawstudio:
Rawstudio is an open-source program to read and manipulate RAW images
from most digital cameras.

Rawstudio will convert your RAW files into JPEG, PNG or TIF images which
you can then print or send to friends and clients.

It has a graphical user interface, so you can simply open a RAW file and
experiment with the controls to see how they effect the image. Rawstudio
has a very simple architecture which is optimized for ease of use and
therefore should be intuitive to most photographers.

The normal workflow would be that you first convert your RAW files and
then use an image editing application to further work on your images.
Rawstudio itself is a highly specialized application for processing RAW
images, not a fully featured image editing application.

ok phessler@
2008-07-13 08:41:16 +00:00
phessler
f509b71c9a updated themes (thats good), but sadly the same upstream name as the
old one (thats bad)

pointed out by James Turner (thanks!)
"if it works, commit" merdely@
2008-07-13 01:08:35 +00:00
dhill
fc52209f3b upgrade to 1.24
tested and "looks ok to me" merdely@
2008-07-12 21:03:52 +00:00
kili
0983b83248 Instead of copying the address, just copy the color data.
Initially found by naddy grepping for suspicious casts.
Bug and patch approved upstream.
2008-07-12 19:11:56 +00:00
naddy
73dea6672f update to bug-fix release 3.0.3; ok espie@ 2008-07-12 15:03:29 +00:00
dhill
4b15e20084 upgrade to 1.13
ok kevlo@
2008-07-12 14:12:10 +00:00
kevlo
331eae6e68 Update to 0.13 2008-07-12 13:42:07 +00:00
kevlo
a024b2e808 Update to version 0.14 2008-07-12 13:40:31 +00:00
kevlo
216e49c029 Update to 0.1002 2008-07-12 13:39:14 +00:00
dhill
7217ec7a38 upgrade to 3.20
ok kevlo@
2008-07-12 13:32:06 +00:00
sthen
a2f74d2e42 enable D-Bus support and bump package. ok brad@
remove duplicate pixman-1 in WANTLIB.
2008-07-12 13:28:04 +00:00
brad
a73258c217 Correct the permissions of the examples files.
Issue and an initial patch provided by RD Thrush <rd at thrush dot com>
ok mbalmer@
2008-07-12 12:33:21 +00:00
dhill
c7bb4cd254 upgrade to 3.07
ok msf@
2008-07-12 12:22:33 +00:00
msf
0cb855a9fd that should have been ${LOCALBASE}/bin/rake, adjust. again from bernd@ 2008-07-12 08:07:23 +00:00
brad
7422531ab5 Update to Kaffeine 0.8.7.
ok jakemsr@
2008-07-12 05:29:17 +00:00
brad
d8dab635b1 Update to SpanDSP 0.0.5pre4.
"it looks ok" jdixon@
2008-07-12 05:26:04 +00:00
dhill
3e8710325f upgrade to 0.20
OK djm@
2008-07-11 23:04:48 +00:00
martynas
7ce927be80 - bugfix update to py-turbogears-1.0.5
- patch-setup_py trick not needed anymore, now that python-2.5 is
default, and all dependencies got plists updated to include eggs
- switch to eggs.tg.org, to get this stable release
ok wcmaier@
2008-07-11 22:48:03 +00:00
martynas
29e1448521 - switch master site to pypi, which has newer source, required by tg
- update to py-turbojson-1.1.3
- MODPY_EGG_VERSION trick
ok wcmaier@
2008-07-11 22:43:19 +00:00
martynas
a20edc02a4 update to py-sqlobject-0.10.2; ok wcmaier@ 2008-07-11 22:41:28 +00:00
martynas
eba5b5bc9e - update to py-simplejson-1.9.2
- add a do-regress target, prodded by wcmaier@
ok wcmaier@
2008-07-11 22:40:06 +00:00
dhill
54d94dd877 upgrade to 1.09
OK jakob@
2008-07-11 22:30:59 +00:00
dhill
a17e867ebf upgrade to 0.34
OK jakob@
2008-07-11 22:29:23 +00:00
ajacoutot
1b0e6bac39 - use ARCH instead of MACHINE_ARCH for macppc test
- regen PLIST while here
- bump

ok sthen@ (on a previous diff)
2008-07-11 17:46:56 +00:00
brad
ef0aeed4b9 - Sync PLIST.
- Add a msnp14 FLAVOR to enable the experimental MSNP14 support.

ok sthen@ bernd@
2008-07-11 14:20:55 +00:00
dhill
17aea1748c upgrade to 1.889
OK maintainer
2008-07-11 13:59:22 +00:00