Commit Graph

51454 Commits

Author SHA1 Message Date
ckuethe
04601b8199 update to vim 7.2.234, and enable the cscope plugin by request of sthen@ 2009-07-19 20:22:01 +00:00
naddy
b390f31390 fix the db4 dependency of the db flavor; ok maintainer Olivier Cherrier 2009-07-19 18:58:54 +00:00
martynas
551b2abd47 add cacert class 1 & class 3 certs to ckfw builtins by default.
bumped minor, symbols were added.  req&ok naddy@
2009-07-19 18:38:08 +00:00
sthen
fb5e6e10c9 oil/schroedinger WANTLIB. 2009-07-19 16:28:31 +00:00
martynas
7af160a362 sndio backend for firefox 3.5 nssound. uses (external) audio/libcanberra
for system events, if installed.  resulting package does not depend
on it though.
2009-07-19 15:30:16 +00:00
sthen
110ae222c4 really add oil to WANTLIB; bump again. spotted by kili. 2009-07-19 15:25:55 +00:00
sthen
e975ca32e8 WANTLIB+=schroedinger and bump 2009-07-19 15:06:46 +00:00
sthen
a922996083 add schroedinger/oil WANTLIB, bump 2009-07-19 13:05:02 +00:00
sthen
fe8c933798 add schroedinger/oil WANTLIB, bump 2009-07-19 12:54:49 +00:00
sthen
0127d8b71f add schroedinger/oil WANTLIB, bump 2009-07-19 12:42:04 +00:00
landry
0ee4163a8e Update to gdal 1.6.1, fix MODPY_EGG_VERSION while here.
See http://trac.osgeo.org/gdal/wiki/Release/1.6.1-News for details.
2009-07-19 12:01:58 +00:00
landry
7148b4f8d2 +glabels 2009-07-19 11:59:48 +00:00
landry
490a21c384 Import glabels 2.2.5.
gLabels is a small stand-alone program for creating labels and business
cards using a laser or ink-jet printer. It can uses csv files, vcard
files or evolution address book as a data source. It knows a lot of
label/card size & formats, but you can also create your own templates
using the builtin template designer.

with tweaks by and ok ajacoutot@
2009-07-19 11:59:05 +00:00
landry
f25ba246ae Update to sdlmame 0.132, from MAINTAINER Pierre Riteau. Patches merged
upstream.
2009-07-19 11:28:17 +00:00
kili
b5c7413fc0 Fix WANTLIB (oil-0.3 and schroedinger-1.0) and bump. 2009-07-19 11:22:18 +00:00
kili
5ed04ae613 Let update-mime-database create all the mime .xml snippets on install
and remove them on uninstall.

ok ajacoutot@

(and sorry for causing so much confusion about this diff)
2009-07-19 10:44:59 +00:00
ajacoutot
355ab9e3b8 Quick and dirty patch to solve the bug in Picard when we use the command
"pydoc -k". Also make the regress target works.

from Amaury Gauthier (maintainer)
2009-07-19 09:06:43 +00:00
sthen
a4e80472aa Minor update to flvstreamer 1.8d 2009-07-18 21:56:31 +00:00
naddy
a1b08e915c use the tk module; ok william@ 2009-07-18 21:37:53 +00:00
naddy
4e0c336db5 fix libnet dependency 2009-07-18 20:28:39 +00:00
naddy
2f2f0ccd59 fix db dependency for db4 flavor and bump; ok jakob@ 2009-07-18 20:26:18 +00:00
naddy
a567cef8ea use the tk module; ok ckuethe@ 2009-07-18 19:23:55 +00:00
kili
078d574784 move shared_mime_info from BUILD_DEPENDS to RUN_DEPENDS.
found while fiddling with all ports that have @exec/@unexec
update-mime-database in their PLISTs.
2009-07-18 17:41:10 +00:00
naddy
d014831c36 fix package spec in depend 2009-07-18 15:52:21 +00:00
naddy
27635a6555 fix package specs in depends 2009-07-18 15:50:40 +00:00
sthen
a42bc0f569 Make RUN_DEPENDS comply with packages-specs(7) by converting the
port to python.port.mk; spotted by naddy@. ok kevlo@ (maintainer).
2009-07-18 15:07:51 +00:00
djm
75f2f8c4c8 allow building against python2.6 2009-07-18 12:37:21 +00:00
sthen
a6255103ba Switch to the release tarball/naming; identical to previous release candidate. 2009-07-18 11:29:11 +00:00
sthen
1729cf24ef Add pthread to WANTLIB; the linkage doesn't pull it in directly but
it should be updated when the pthread API changes. From Brad.
2009-07-18 10:56:29 +00:00
ajacoutot
60bd1762b6 Bugfix update to gtk+2-2.16.5
* Accelerators fail for submenus
* Collapsed save dialog needs to indicate filesystem...
* GtkAssistant should set buttons as default widget
* Iconview DnD fails when Destination is empty
2009-07-18 09:10:37 +00:00
sthen
9b02165205 enable support for the Dirac codec with the newly imported schroedinger
library. From Brad, no OpenBSD/cats were harmed in this port...
2009-07-18 09:06:26 +00:00
sthen
6f44b21cf6 +schroedinger 2009-07-18 08:53:48 +00:00
sthen
97be163b30 import multimedia/schroedinger, from Brad.
Schroedinger is a high-speed Dirac codec being developed by Fluendo
in partnership with the BBC. The main developer is David Schleef, who
developed the liboil optimisation library which is heavily used in
the project.
2009-07-18 08:53:08 +00:00
sthen
df986b2c92 update liboil to 0.3.16, from benoit@. Tested by myself and kili@. 2009-07-18 08:25:06 +00:00
landry
5804a50c53 Backport upstream svn r30251, fixing bug #5461.
This fixes opening help files in various xfce apps.
2009-07-18 08:21:35 +00:00
sthen
ea935b06ed comment-out function having no effect; drops RAM use by 30x.
from upstream svn r3895
2009-07-17 18:19:52 +00:00
martynas
84af2859fd stability update to firefox 3.5.1. MFSA 2009-41 doesn't affect this port 2009-07-17 17:09:35 +00:00
landry
ed744c58e3 update to claws-mail-vcalendar 2.0.5 2009-07-17 17:05:44 +00:00
landry
cba22f8ec5 update to claws-mail-rssyl 0.25 2009-07-17 17:05:11 +00:00
landry
ecdab219e7 update to claws-mail-notification 0.22 2009-07-17 17:04:08 +00:00
landry
df0e52147d update to claws-mail-htmlviewer 0.24 2009-07-17 17:03:38 +00:00
landry
ab9a201f8c Update to claws-mail 3.7.2, prodded by an initial diff from Pawlowski
Marcin Piotr, diff put into shape by Ulrich Kahl (MAINTAINER).
2009-07-17 17:02:45 +00:00
jolan
862191fde5 remove more dts cruft (lib symlink & man page copies) 2009-07-17 17:00:06 +00:00
eric
c30d772978 link with -pthread instead of -lpthread
ok ajacoutot@
2009-07-17 16:58:01 +00:00
naddy
09ddba7b03 fix package specs in depends; ok sthen@ 2009-07-17 16:38:48 +00:00
kurt
739b7ab787 - update to 4.1.40 which includes some security fixes:
http://tomcat.apache.org/security-4.html
2009-07-17 13:38:56 +00:00
sthen
39cff0955c - update to 3.52.6
- clean the Makefile, update license notes
- use MODULES=devel/gettext
- fix pkgconfig file
- regen PLIST

joint work with/ok ajacoutot@. maintainer timed out.
2009-07-17 10:45:05 +00:00
espie
9e79ab9070 +imagecache_profiles 2009-07-17 10:43:52 +00:00
espie
c6e6d559d9 link between imagecache and avatars 2009-07-17 10:43:16 +00:00
espie
7cba026b1e unfuck 2009-07-17 10:25:49 +00:00