Commit Graph

8539 Commits

Author SHA1 Message Date
kili
81dadbbe5d Fix WANTLIB-smb and bump. 2010-07-25 13:07:16 +00:00
ajacoutot
b1049ddee3 More typos. 2010-07-25 09:07:01 +00:00
ajacoutot
ed256b0f84 Oops, evil typo. 2010-07-25 08:59:54 +00:00
ajacoutot
2626f8f3b1 Add a reminder comment. 2010-07-25 08:18:32 +00:00
ajacoutot
acf3cb55ca Switch to new DEPENDS/WANTLIB/REVISION. 2010-07-25 08:15:32 +00:00
naddy
34837b39ea bump PKGNAME for PLIST changes 4.7 -> 4.8 2010-07-24 23:05:08 +00:00
ajacoutot
f7a8b003d0 Try to unfuck a bit glib2 functions with pthreads(3).
Remove the non-blocking flag from the fd passed to
g_daemon_file_input_stream_new(). This is needed because our userland
threads set the fd to non-blocking where g_input_stream_*() functions
are blocking operations.
This fixes the progress bar display and allows to write to remote
directories like ftp, sftp, webdav. Reading from these remote locations
is "somehow" working now too, but there is still something fishy when
copying directories.
You have been warned. However, it's much better than it was.
2010-07-24 16:04:21 +00:00
benoit
1c431d41c0 - update liberation-fonts to 1.06.0.20100721
- regen PLIST

Initial diff by myself, update by and ok ajacoutot@
2010-07-24 07:42:33 +00:00
ajacoutot
24d81cb750 User switching requires running another new X server which will not work
by default on OpenBSD so don't display the option in the logout dialog.
2010-07-23 09:28:05 +00:00
ajacoutot
039a38fc60 Tracker can be *very* hard on ressources, so let's set some sane
defaults (which can be changed in the preferences):
* disable monitoring (gamin uses kqueue(2) and will run out of fds very
fast on a default GNOME system so it will fall back to polling which is
very ressource intensive)
* stop indexing if available space is =< 5%
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices

I will revisit this later when/if tracker behaves nicer.
2010-07-23 07:57:12 +00:00
ajacoutot
488b3de7b4 Restore media-keys functionnality. From GNOME perspective, binding a key
to an action requires pulseaudio... yeah right...
2010-07-22 11:26:29 +00:00
ajacoutot
fec6dd7fcc Use the python MODULE and set MODPY_BUILDDEP and MODPY_RUNDEP to No.
Remove XXX.
2010-07-22 10:41:06 +00:00
ajacoutot
51adf18917 Use the python MODULE and set MODPY_BUILDDEP and MODPY_RUNDEP to No.
Remove XXX.

ok sthen@
2010-07-22 10:40:35 +00:00
ajacoutot
d74efa0c48 Fix build.
noticed by landry@
2010-07-22 09:12:42 +00:00
edd
c18dcc985a convert some of my ports to the new LIB_DEPENDS and REVISION conventions.
OK sthen@
2010-07-21 21:14:47 +00:00
steven
18f8738020 update homepage 2010-07-21 20:37:26 +00:00
ajacoutot
7d7d5bad26 Remove non existent configure args.
Move to new DEPENDS while here.
2010-07-21 20:01:10 +00:00
ajacoutot
5145457348 Add missing dependency on py-xdg.
from Juha Erkkila
2010-07-21 18:42:35 +00:00
ajacoutot
b4c9935c1c Make sure we don't end up with the same entry listed several times in the
default configuration. This fixes crawling on systems where XDG_* special
directories are set to HOME.
2010-07-20 09:38:34 +00:00
ajacoutot
bb5c2d9178 Bugfix update to gtksourceviewmm-2.10.1.
* Fixed passing empty strings to SourceLanguageManager::guess_language()
2010-07-19 22:06:06 +00:00
edd
cff3d5fe18 add a patch from svn that fixes tint on sparc64. OK sthen@ 2010-07-19 15:17:45 +00:00
edd
ff905902c8 regenerate patch - OK sthen@ 2010-07-19 15:13:19 +00:00
landry
f371a46205 Convert py-gnome-extras to build against/use xulrunner 1.9, patch mostly
taken from debian. Added comments to patches while here.
This needs a very -current xulrunner, hence version check enforced in
LIB/BUILD_DEPENDS.
ok ajacoutot@
2010-07-19 14:55:03 +00:00
naddy
a2c9a774ff Remove redundant variables OPSYS and OPSYS_VER.
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.

ok espie@
2010-07-18 18:49:01 +00:00
kili
c0220d10c2 Zap the v0' from PKGNAME-main to get rid of the v0v0'.
Bump EPOCH (else updates won't work).
2010-07-18 18:27:13 +00:00
ajacoutot
4412a3e196 Mention gnome-system-monitor. 2010-07-18 06:12:26 +00:00
ajacoutot
5cd7b9d197 Better MASTER_SITES. 2010-07-18 05:33:44 +00:00
matthieu
fc66a6fee5 update to rendercheck 1.3. hints and ok sthen@. 2010-07-17 20:32:38 +00:00
kili
671ec9137c Update to to version 0.11.1.
Add battery monitor support for OpenBSD.

From maintainer Jona Joachim.
2010-07-17 14:55:21 +00:00
kili
7adf58310c New WANTLIB/LIB_DEPENDS style. 2010-07-17 13:59:44 +00:00
kili
a72ff5f5e9 Switch to REVISION. 2010-07-17 13:56:14 +00:00
kili
65b2bee750 Switch to REVISION and new WANTLIB/LIB_DEPENDS style. 2010-07-17 13:54:30 +00:00
kili
50d05ff91a Add LIB_DEPENDS to RUN_DEPENDS (for the -lib subpackage).
Switch to REVISION and now WANTLIB/LIB_DEPENDS style.
Bump (only -lib).
2010-07-17 13:49:21 +00:00
kili
205d4391a4 Add LIB_DEPENDS to RUN_DEPENDS.
Switch to REVISION.
Bump.
2010-07-17 13:43:36 +00:00
ajacoutot
3670f93c23 +polkit-qt4 2010-07-17 05:57:59 +00:00
ajacoutot
7fdf4a960e Not needed, shared only. 2010-07-17 05:57:27 +00:00
ajacoutot
54ffbe14d8 Import polkit-qt4-0.95.1.
polkit-qt4 is a library that lets developers use the PolicyKit API
through a nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
PolicyKit.
2010-07-17 05:50:24 +00:00
naddy
7a0545185f bump after mcclient library fix 2010-07-16 20:19:49 +00:00
ajacoutot
f3c097f76c Fix several implicit declarations.
Move to REVISION and new DEPENDS.
Regen WANTLIB.
2010-07-16 13:15:19 +00:00
ajacoutot
3b93e116fc Bugfix update to tracker-search-0.8.15. 2010-07-16 11:56:15 +00:00
sebastia
77a5dca5c8 Use VERSION in the Makefile, and do not overwrite CFLAGS, regen PLIST, as pointed out by Antoine
OK ajacoutot@
2010-07-16 11:25:12 +00:00
ajacoutot
6d25002e5e Fix some warnings. 2010-07-16 10:04:10 +00:00
ajacoutot
2b5bb40706 Remove myself from MAINTAINER.
Use REVISION and new DEPENDS.
2010-07-16 09:58:09 +00:00
sebastia
7f749cfc04 enable tkdnd, tkhtml, tktray 2010-07-16 08:37:24 +00:00
sebastia
a2ae1f1ec5 import tkhtml, Tk widget to display HTML/CSS formatted contents.
Tkhtml3 is a Tk widget that displays content formatted according
to the HTML and CSS standards. Tkhtml3 is not an end-user application,
it is for Tcl programmers who wish to embed a standards-compliant
HTML/CSS implementation in their applications.

OK landry@ and after more cleanup, also OK sthen@
2010-07-16 08:32:13 +00:00
sebastia
6dc48e3589 import tkdnd, drag n drop extension for Tk.
TkDND is an extension that adds native drag & drop
capabilities to the tk toolkit.

OK landry@, and after more cleanup, also OK sthen@
2010-07-16 08:30:27 +00:00
sebastia
d99a36aae6 Import tktray, system tray icon support for Tk.
Tktray is an extension that is able to create system tray icons.                                                                                                                                                              
It follows http://www.freedesktop.org specifications when looking                                                                                                                                                             
up the system tray manager. This protocol is supported by modern                                                                                                                                                              
versions of KDE and Gnome panels, and by some other panel-like                                                                                                                                                                
application.
OK landry@, and after more cleanup, also OK sthen@
2010-07-16 08:28:14 +00:00
edd
7289784553 remove redundant GCC4 stuff for PPC (from brad) and update to new libs style.
OK sthen@
2010-07-14 18:15:37 +00:00
landry
c5587c0d13 Switch to REVISION. 2010-07-14 11:48:13 +00:00
ajacoutot
543edee30d Bugfix update to gtk-vnc-0.4.1. 2010-07-14 11:11:18 +00:00