espie
a65c637f7f
tarball rerolled, minor tweaks to documentation
2011-09-19 22:27:35 +00:00
ajacoutot
1388d85bfb
When using xdm(1), x11vnc is started before the display manager in which
...
case we don't know the auth file. Use the '-auth guess' option to enable
the x11vnc heuristic to find the correct file.
While here, remove -display :0 which is the default.
ok sthen@ (maintainer)
2011-09-19 21:33:42 +00:00
jasper
ebd71b8786
remove EXTRACT_SUFX
2011-09-19 19:13:17 +00:00
ajacoutot
e7a158b800
Better COMMENT.
2011-09-19 14:44:43 +00:00
jasper
de1ea5740b
- fix a bad line continuation
2011-09-19 14:24:44 +00:00
jasper
a0771359b0
explicitly disable pulseaudio in these ports so they won't pick it up
...
when it becomes available.
thanks to sthen@ for grepping the sources
2011-09-19 13:48:15 +00:00
ajacoutot
1ba27d1a5b
Update to gnome-user-docs-3.0.5.
2011-09-19 13:21:46 +00:00
ajacoutot
a804583ac3
Sync.
2011-09-19 10:39:23 +00:00
jasper
e2a80798e8
revert previous for now
2011-09-19 09:07:24 +00:00
jasper
9d6e45cb5c
if MODGNOME_TOOLS isn't set, we still need a way to disable stuff, so build
...
CONFIGURE_ARGS out of MODGNOME_CONFIGURE_ARGS* later.
discussed with aja@
2011-09-19 08:47:20 +00:00
jasper
c9f6c2a9ed
- add MODGNOME_TOOLS to indicate certain tools are needed for building bindings
...
or for ensuring the docs are available. currently supported are
gobject-introspection, gtk-doc, vala and yelp.
untill ports are moved to MODGNOME_TOOLS this won't interfere with
MODGNOME_HELP_FILES.
discussed with and ok aja@
2011-09-19 07:55:43 +00:00
ajacoutot
81aad1f6a7
MODXFCE_DESKTOP_FILE
2011-09-19 07:54:03 +00:00
ajacoutot
c0374768a1
MODGNOME_DESKTOP_FILE => MODXFCE_DESKTOP_FILE
...
discussed with and ok landry@
2011-09-19 07:53:15 +00:00
ajacoutot
034d725fcc
DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
...
discussed with and ok jasper@
2011-09-19 07:44:58 +00:00
ajacoutot
7d0ed62993
Patch not needed anymore.
2011-09-18 21:32:39 +00:00
ajacoutot
0ed6eb3c5a
Missing RUN_DEPENDS.
2011-09-18 21:32:25 +00:00
ajacoutot
3bbe2397b2
Build against external libcryptui.
2011-09-18 21:20:59 +00:00
ajacoutot
9a6361a0f0
Update to seahorse-3.1.92.
2011-09-18 20:32:15 +00:00
pirofti
eb3216ed82
Ooops, forgot to rename the file in the Makefile on my original commit.
...
Okay landry@.
2011-09-18 20:24:44 +00:00
ajacoutot
dbe82bacfe
+libcryptui
2011-09-18 20:17:38 +00:00
ajacoutot
9b9b337333
Update to gnome-keyring-3.1.92.
2011-09-18 20:12:34 +00:00
ajacoutot
cc0fe20aad
update to libgnome-keyring-3.1.92.
2011-09-18 20:11:40 +00:00
ajacoutot
d114753756
Import libcryptui-3.1.91.
...
libcryptui is a library used for prompting for PGP keys.
ok jasper@
2011-09-18 20:10:59 +00:00
jasper
88ab34bab1
- bugfix update to 3.1.92
2011-09-18 19:26:52 +00:00
nigel
3b50535e2e
Bump revision as intended.
...
ok landry@ aja@
2011-09-18 18:49:12 +00:00
ajacoutot
c48535214e
Missing BUILD_DEPENDS.
2011-09-18 10:27:02 +00:00
jasper
befae0ef62
-add missing build depends
2011-09-18 10:09:48 +00:00
ajacoutot
f2db35e67a
Re-introduce some sane defaults:
...
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices
* stop indexing if available space is =< 5%
2011-09-18 09:21:34 +00:00
ajacoutot
a5cee722f8
Provide 2 sample packages sets to have a working (and complete) GNOME
...
Desktop: mimimal and full.
Add a note about mDNS support.
2011-09-18 09:20:39 +00:00
ajacoutot
310abc982c
Tracker plugins.
2011-09-18 08:43:13 +00:00
ajacoutot
cf5f83ec3b
Unbreak this port: major update to meta-tracker-0.12.1.
...
Introducing 3 subpackages:
-main (tracker itself)
-evolution (mail indexing)
-nautilus (tag editing from within nautilus)
2011-09-18 08:36:56 +00:00
ajacoutot
bdbf2e73fc
Prefer regular search.
2011-09-18 08:17:00 +00:00
ajacoutot
3bc271080f
Load the proper libtracker-sparql module.
2011-09-18 06:46:07 +00:00
ajacoutot
0ab7845788
typo.
2011-09-17 11:02:07 +00:00
pirofti
272d06bbcb
Link sis-gnome.
2011-09-17 10:59:21 +00:00
pirofti
776393952e
Make little sisters all around the world happy.
...
Just pkg_add sis-gnome, and your little sister will stop calling you
for the whole week as she'll have a full Destop Manager to work with
on her computer!
Okay robert@
2011-09-17 10:55:47 +00:00
sebastia
6bd658f9df
hook up sqlclient and webserver
2011-09-17 07:28:18 +00:00
sebastia
0c948960ba
import GNUstep SQLClient framework:
...
The SQLClient library is designed to provide a simple interface to SQL
databases for GNUstep applications. It does not attempt the sort of
abstraction provided by the much more sophisticated GDL2 library but
rather allows applications to directly execute SQL queries and
statements.
SQLClient provides for the Objective-C programmer much the same thing
that JDBC provides for the Java programmer.
OK landry@
2011-09-17 07:26:08 +00:00
sebastia
a91de2d5f6
import GNUstep WebServer framework:
...
GNUstep WebServer is a framework for GNUstep programs to act as HTTP or
HTTPS server.
OK landry@
2011-09-17 07:23:58 +00:00
landry
e1c9a42a9b
Bugfix update to xfce4-session 4.8.2, see for the list of bugs fixed :
...
http://mail.xfce.org/pipermail/xfce/2011-September/029148.html
2011-09-16 21:03:46 +00:00
landry
8f0692f69b
Bugfix update to orage 4.8.2. See for the list of bugs fixed :
...
http://mail.xfce.org/pipermail/xfce/2011-September/029147.html
2011-09-16 21:03:05 +00:00
landry
d8997041f8
Bugfix update to xfdesktop 4.8.3, fix WANTLIB while here. See
...
http://mail.xfce.org/pipermail/xfce/2011-September/029149.html for the
list of bugs fixed.
2011-09-16 21:02:23 +00:00
landry
0121f44442
Bugfix update to garcon 0.1.9, now directly depends on libxfce4util. For
...
the list of bugfixes, see
http://mail.xfce.org/pipermail/xfce/2011-September/029145.html
2011-09-16 21:01:24 +00:00
landry
fd94b4c236
Bugfix update to libxfce4util 4.8.2. For the list of bugfixes, see
...
http://mail.xfce.org/pipermail/xfce/2011-September/029146.html
2011-09-16 21:00:39 +00:00
espie
346b5bc6dc
normalize pkgpath
2011-09-16 12:29:12 +00:00
espie
1b91509b26
comment out missing dependencies of broken ports so I can still compute
...
properties through the full tree
2011-09-15 20:36:56 +00:00
sthen
751936ca78
update to x11vnc 0.9.13
2011-09-15 20:27:29 +00:00
jasper
3c2783184e
- update to 1.5.2
...
- drop USE_GROFF
2011-09-15 16:31:54 +00:00
ajacoutot
44dfb50988
Remove bogus CONFIGURE_ENV.
2011-09-15 10:54:05 +00:00
ajacoutot
a9275f3d3b
Disable gnome-sound-recorder; until we have support for pulseaudio, this
...
has no chance to work.
2011-09-15 10:26:43 +00:00
ajacoutot
63d5dd47b0
This patch is not needed anymore after the move to GNOME 3.
2011-09-15 08:31:16 +00:00
ajacoutot
22d095788a
Update to lxrandr-0.1.2.
2011-09-15 08:24:23 +00:00
ajacoutot
69f333715d
Remove gratuitous desktop patch.
2011-09-15 08:09:28 +00:00
ajacoutot
647d42a78b
Remove the added category for now; let's wait for upstream on this.
2011-09-15 08:06:06 +00:00
ajacoutot
f980b780ea
Add gnome-media.
2011-09-15 07:46:00 +00:00
ajacoutot
3522e1dd36
Some rewordings and remove mention of GDM for now.
2011-09-14 08:38:40 +00:00
ajacoutot
b509a978f0
Add a build dependency on gnome-menus. Normally this should have been
...
taken care of automatically because alacarte depends on gnome-panel
(which itself depends on gnome-menus); however this dependency is not
enforced: it can either be gnome-panel or exo (for XFCE users).
missing dependency spotted by Josh Grosse, thanks.
2011-09-14 06:25:06 +00:00
ajacoutot
6b737a552f
Remove gratuitous patch.
2011-09-14 05:52:04 +00:00
gsoares
c443db73c7
update x11/dwm to 5.9
...
ok jim@ ( maintainer )
2011-09-13 14:02:53 +00:00
ajacoutot
ac7e98c62d
+gdl1
2011-09-13 13:01:32 +00:00
ajacoutot
c6b81d8c72
RE-import gdl-2.30.1 as x11/gnome/gdl1 since a stupid map viewer still
...
needs this oldie.
2011-09-13 13:01:11 +00:00
ajacoutot
46ff0b4aa8
Really fix the symlink mess; hackish but works.
2011-09-13 11:07:32 +00:00
dcoppa
15bab017a1
Various bugfixes from upstream git:
...
Fix a bug causing argb32 application icons to appear garbled
Remap keysyms to keycodes after 'MappingNotify' (fix keybindings
with non-qwerty keyboard layouts)
Do not change workspaces when using NextWindow / PrevWindow buttons
in toolbar
Fix a race condition between copying the default config files
to ~/.fluxbox/ and executing 'fluxbox-update_configs'
2011-09-13 09:31:47 +00:00
jasper
93206a8377
Fix horrible symlink mess
2011-09-13 09:20:54 +00:00
ajacoutot
69a6ffa57e
+evolution-rss
2011-09-13 09:15:25 +00:00
ajacoutot
26c940874e
GTK+2 -> GTK+
2011-09-13 09:00:40 +00:00
jasper
7dd2b33389
- missing bump
2011-09-13 08:55:28 +00:00
jasper
5b4cbb0785
libgda is needed by the symbol-db plugin, which we don't build on OpenBSD.
...
though GDA_CFLAGS is used in various Makefile's. So instead of changing
dozens of files, we just drop the LIB_DEPENDS and keep the BUILD_DEPENDS.
2011-09-13 08:37:47 +00:00
ajacoutot
4f25505f72
gnome-icon-theme-symbolic is already part of the dep chain when installing
...
gnome-session.
2011-09-13 08:15:38 +00:00
ajacoutot
685d7a79aa
Tweak RUN_DEPENDS.
2011-09-13 08:07:22 +00:00
ajacoutot
9004dd72d5
No more gnome-themes-extras.
2011-09-13 07:38:33 +00:00
ajacoutot
7b98dc97f2
Fix Alacarte on GNOME 3 and add missing category to the desktop file.
2011-09-13 07:20:37 +00:00
ajacoutot
4dc8e8e039
No need to check for libcanberra-gtk3; sound support is disabled because
...
we don't have pulseaudio.
2011-09-13 06:39:11 +00:00
ajacoutot
7d9a8ea1c1
Do not force EXTRACT_SUFX.
2011-09-13 05:55:00 +00:00
ajacoutot
ab46311ff9
Remove bogus EXTRACT_SUFX.
2011-09-13 05:44:43 +00:00
jasper
c0dc2a95b0
- update to 3.1.91 and remove BROKEN now that we have a new vala
2011-09-12 20:20:18 +00:00
ajacoutot
e21fa0e877
Sort and some rewording.
2011-09-12 18:55:43 +00:00
ajacoutot
19276f4888
No more gnome-audio.
2011-09-12 18:35:44 +00:00
naddy
1e2bbe8777
bump all (sub)packages that depend on db/v4; requested by and help from espie@
2011-09-12 18:02:34 +00:00
ajacoutot
25b61e0b8f
Sync README.
2011-09-12 17:41:13 +00:00
ajacoutot
4c5989e186
Fix build with cups >=1.5.0.
2011-09-12 17:24:56 +00:00
jasper
98f99334dd
fix extract_sufx, spotted by naddy@
2011-09-12 15:50:04 +00:00
ajacoutot
85538e5a0f
Update to libgdamm-4.99.3.
2011-09-12 15:32:14 +00:00
ajacoutot
1415cb09fb
Update to libgda-4.99.4.
...
Remove useless mdb support.
ok jasper@
2011-09-12 15:31:15 +00:00
ajacoutot
3ebd0ae3e5
Temporarily mark BROKEN.
2011-09-12 15:03:16 +00:00
jasper
c293ac09f7
bump to a git checkout that uses gtk3 and new panel-applet.
2011-09-12 14:48:15 +00:00
ajacoutot
42d643f361
Forgot in previous.
2011-09-12 14:38:38 +00:00
ajacoutot
ed5ecdb150
Remove GNOME 2 themes.
...
ok jasper@
2011-09-12 14:36:27 +00:00
ajacoutot
2d75533784
I wasn't expecting we could remove this lib so early but it seems we can,
...
do DIE deprecated lib!
ok jasper@
2011-09-12 14:14:23 +00:00
ajacoutot
4d260ad5c8
Remove libgnomecups; unused and deprecated.
2011-09-12 13:46:53 +00:00
ajacoutot
e85afb1b14
Start deprecating libgnomeprint; remove support for cups.
2011-09-12 13:44:45 +00:00
ajacoutot
687a511d70
Add a small comment.
2011-09-12 13:21:59 +00:00
jasper
ad2a9c291c
switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable.
2011-09-12 12:07:24 +00:00
jasper
9d1eccb70a
switch to using .tar.xz by default
2011-09-12 12:04:16 +00:00
jasper
fdb723c2fa
- switch to .tar.xz as the default EXTRACT_SUFX.
...
most new distfiles on gnome master sites have been using this for a while now, and
soon no new .tar.bz2/tar.gz distfiles are allowed anymore upstream
as discussed with aja@
2011-09-12 12:02:39 +00:00
jasper
fce9bd8960
fix after gtk2 flavor removal
2011-09-12 09:17:11 +00:00
jasper
1f5ed97e71
missed in previous, it's old deprecated etcetc
2011-09-12 09:16:36 +00:00
ajacoutot
7119861ec9
Sync, only list the most usefull apps.
2011-09-12 09:10:53 +00:00
ajacoutot
7614c0dc98
Update to gnome-common-3.1.0.
2011-09-12 08:56:14 +00:00
ajacoutot
76e622a696
Cosmetic.
2011-09-12 08:53:54 +00:00
ajacoutot
aa59131c2e
No more gtk-vnc,gtk2.
2011-09-12 08:49:06 +00:00
ajacoutot
8a1d90bafd
No more gucharmap,gtk2.
2011-09-12 08:48:42 +00:00
ajacoutot
2ef87f1040
Drop the gtk2 FLAVOR.
2011-09-12 08:47:23 +00:00
jasper
d85dc5ddf6
- drop gtk2 flavor
2011-09-12 08:46:10 +00:00
jasper
8015435307
- mark this broken for now as it badly needs an update to stop depending
...
on deprecated gnome shitz.
2011-09-12 08:44:56 +00:00
jasper
2bad784361
- drop gtk2 flavor
2011-09-12 08:35:20 +00:00
jasper
fdb84675ac
- update to 2.91.2
...
* drops glade3 subpackage
* loses some functionality as we don't have a pulseaudio port yet.
2011-09-12 08:32:32 +00:00
ajacoutot
7786b65796
No more gtk2 FLAVORS for gconf2 and metacity.
2011-09-12 08:24:34 +00:00
ajacoutot
d2251fe6d7
Drop gtk2 FLAVOR.
2011-09-12 08:21:08 +00:00
ajacoutot
9e4daae7fc
Drop the gtk2 FLAVOR.
2011-09-12 08:13:31 +00:00
ajacoutot
356a559311
Oops, forgot this part.
2011-09-12 08:06:22 +00:00
ajacoutot
c649831bab
Tweak the accessibility section and fix a typo.
2011-09-12 08:05:37 +00:00
ajacoutot
cb6176d075
Temporarily mark these broken until we can update them.
2011-09-12 08:02:55 +00:00
jasper
b8ff9ddeb8
- add missing conflict with older gnome-media
...
ok aja@
2011-09-12 08:02:51 +00:00
ajacoutot
e74ed2ab97
Remove gnome2 oldies and some other stuffs that never worked quite well.
...
Better start on a cleaner base.
2011-09-12 07:56:46 +00:00
jasper
5f17eac450
- update to 2.90.2
...
* among various changes, this drops the dependency on libgnome(print)ui
2011-09-12 07:52:46 +00:00
ajacoutot
d3cc7e0747
Mark broken until we updated this (soon).
2011-09-12 07:49:52 +00:00
jasper
2692ced3da
mark these broken for now, untill clutter can be updated.
2011-09-12 07:49:42 +00:00
ajacoutot
87dfb86e7e
Remove some gnome2 oldies that nothing uses in-tree anymore.
2011-09-12 07:48:37 +00:00
jasper
8ec5f6abd1
- update to 3.0.1 (no changes apart from this patch being integrated)
2011-09-12 07:41:34 +00:00
ajacoutot
8313153b23
Update to gdm-3.0.4 but mark BROKEN for now.
2011-09-12 07:39:20 +00:00
jasper
e3f28c1669
- update to 3.0.0
2011-09-12 07:36:49 +00:00
ajacoutot
fa73aa35af
Merged into the main tree.
2011-09-12 07:36:13 +00:00
ajacoutot
17c2344b7a
Remove, superseded by controlcenter.
2011-09-12 07:34:47 +00:00
ajacoutot
515811131b
controlcenter2 -> controlcenter
2011-09-12 07:34:25 +00:00
ajacoutot
082dee7474
Missing.
2011-09-12 07:33:03 +00:00
jasper
ae93fbf0ae
Remove what I've merged.
2011-09-12 07:31:38 +00:00
ajacoutot
fddf0adc02
Fix conflicts.
2011-09-12 07:31:17 +00:00
ajacoutot
a22e3b471a
Re-import an updated gnome-control-center-3.0.2 from x11/gnome3 under
...
x11/gnome/controlcenter.
2011-09-12 07:29:31 +00:00
jasper
5b39fca11d
Moar GNOME3 merge
2011-09-12 07:28:52 +00:00
ajacoutot
caf812f3f7
Remove what I merged.
2011-09-12 07:26:57 +00:00
ajacoutot
32563635a5
Start the GNOME3 merge armageddon... breakage expected.
2011-09-12 07:26:18 +00:00
ajacoutot
8d5b2d1a57
Remove. It's been broken for years (because of the p5-GLib perl+thread
...
situtation) ; also it comes in the way of the update to gnome3 and nothing
depends on it.
2011-09-11 10:40:15 +00:00
ajacoutot
3b1fac67e8
Bugfix update to dbus-1.4.14.
2011-09-09 09:00:25 +00:00
ajacoutot
adfd7f6996
Fix build fix cups >=1.5.
2011-09-08 10:34:25 +00:00
ajacoutot
a98534ed5c
Bugfix update to gnome-screensaver-3.0.1.
2011-09-08 07:27:10 +00:00
espie
466e503040
minor update to 4.7.4 (mostly bugfixes)
...
while there, clean up WANTLIBs
2011-09-07 09:54:07 +00:00
ajacoutot
381339f629
SECURITY: fix for CVE-2011-3146 (update to librsvg-2.34.1).
2011-09-06 22:37:18 +00:00
ajacoutot
135b2332c8
Bugfix update to libgda-4.2.9.
2011-09-05 14:28:55 +00:00
ajacoutot
e0d16feeb8
Minor update to notification-daemon-0.7.2.
2011-09-05 13:41:09 +00:00
landry
a662a91961
Missed bump to REVISION-examples in previous commit.
2011-09-03 08:21:14 +00:00
rpointel
e6554bf67a
Add missing RCS id.
2011-09-01 21:06:00 +00:00
landry
bd6de2dbae
Fix path to systemwide echinusrc in echinus(1), again from Michal Mazurek.
2011-09-01 20:59:19 +00:00
ajacoutot
cb12135c97
Typos, from Daniel Villarreal.
2011-09-01 15:46:29 +00:00
ajacoutot
e764fb9354
Missed bump in previous.
...
Also, properly set {RUN,LIB,BUILD}_DEPENDS.
2011-09-01 14:11:04 +00:00
mpi
698d2bbf12
Fix DEPENDS, gnome-settings-daemon is needed for building.
...
spotted by Nigel Taylor
2011-09-01 14:00:35 +00:00
landry
a24dcff245
Update to echinus 0.4.7, from Michal Mazurek on ports@, thanks!
2011-09-01 08:14:48 +00:00
mpi
e04833d37e
sync
2011-08-31 15:17:37 +00:00
mpi
49ed4a3db3
Import gpointing-device-settings-1.5.1
...
GPointingDeviceSettings is a GUI tool for setting pointing device such
as TrackPoint or Touchpad. Each UI can be written as dynamic loadable
module, so a third party can add its own UI.
Based on a port from jasper@ with tweaks by ajacoutot@
ok ajacoutot@, jasper@
2011-08-31 15:15:25 +00:00
ajacoutot
7a646fe16f
Fix comment.
2011-08-31 15:09:33 +00:00
ajacoutot
176d27df3f
Bugfix update to evolution-exchange-3.0.3.
2011-08-31 15:00:34 +00:00
ajacoutot
e50ab18abe
Update to a newer snapshot.
2011-08-31 10:30:51 +00:00
ajacoutot
95200ed1a4
Bugfix update to evolution-3.0.3.
2011-08-31 09:22:41 +00:00
ajacoutot
cb09b4d96c
Bugfix update to evolution-data-server-3.0.3.
2011-08-31 09:21:54 +00:00
ajacoutot
2f4751d9bc
Bugfix update to gtk+2-2.24.6.
2011-08-31 06:25:54 +00:00
ajacoutot
f75fac70ef
Rework the autofoo stuff.
2011-08-30 12:18:18 +00:00
ajacoutot
ef8ab198cd
Fix WANTLIB after gpgme update.
2011-08-30 06:54:11 +00:00
ajacoutot
b57e1c04f8
Fix WANTLIB after gmime/gpgme update.
2011-08-30 06:52:57 +00:00
ajacoutot
dc9a057ff2
Use new mail/gmime (i.e. gmime-2.6).
2011-08-30 06:48:11 +00:00
ajacoutot
bdad56e1ce
Return layout indicator to the screensaver unlock dialog, from upstream.
...
This allows choosing which kbd map you want for unlocking.
2011-08-29 15:18:30 +00:00
ajacoutot
9ff0a38ea3
Ignore SIGPIPE signals to avoid process termination on cancelled transfer,
...
from upstream.
2011-08-29 15:12:50 +00:00
jasper
5fba3d7e72
sync
2011-08-29 14:42:13 +00:00
nigel
a99759fe21
x11/p5-Tk-TableMatrix
...
Tk::TableMatrix is a table/matix widget extentsion to perl/tk
for displaying data in a table (or spreadsheet) format.
ok jasper@
2011-08-29 14:30:44 +00:00
ajacoutot
2c3f5e3813
Update to scrotwm-0.9.34.
...
ok sthen@ marco@ (former maintainer)
from Gonzalo L. R. who takes maintainer
2011-08-29 13:21:29 +00:00
ajacoutot
457d489c72
trayicon-x11: Fix warnings when visual is not available, from upstream.
2011-08-29 09:26:49 +00:00
ajacoutot
35043a15e3
Better patch for gvfsbackendftp.c and regen patches while here.
2011-08-29 08:50:56 +00:00
jasper
561790a575
- bugfix update to 2.0.1
...
- regen WANTLIB
from Amit Kulkarni (MAINTAINER)
2011-08-28 15:39:10 +00:00
espie
badd1536e3
fix WANTLIB, bump revs.
...
from Amit Kulkarni <amitkulz@gmail.com>
2011-08-28 07:57:40 +00:00
espie
ca952f2d57
DESCR change -> pkg bump
2011-08-26 08:09:01 +00:00
ajacoutot
42cdf99279
Small update to gnome-settings-daemon-3.0.3.
2011-08-25 11:42:59 +00:00
espie
26d3db4cfc
webserver ? obviously not imported yet.
...
unbreak tree
2011-08-22 20:09:43 +00:00
stsp
fec53329fa
Fix hang when resuming/terminating existing sessions.
...
Patch from upstream (r574).
ok jasper
2011-08-22 09:49:22 +00:00
sebastia
dc25f86096
enable databasin
2011-08-22 08:09:35 +00:00
sebastia
0095d939f9
import DataBasin:
...
DataBasin is a data access tool for Salesforce.com, it allows querying,
deleting and inserting records. It accesses the APIs through the usage
of web services.
OK landry@
2011-08-22 08:03:26 +00:00
sebastia
00236b2478
import GNUstep WebServices:
...
Framework for GNUstep programs to interact with web services. GNUstep
WebServices provides an easy/simple ObjectiveC API for
parsing/generating XML documents, XMLRPC and SOAP remote procedure call
support, and WSDL support.
OK landry@
2011-08-22 08:01:48 +00:00
kili
132e34c9fe
s/lsx/dmenu_lsx/ in manpages, too.
...
ok jim@ (maintainer)
2011-08-21 21:28:24 +00:00
kili
3e2234704e
Use dmenu_run instead of the old dmenu_path | dmenu
way, which doesn't
...
work any longer.
2011-08-21 17:32:28 +00:00
naddy
afefda1eb0
autoreconf calls libtoolize, so require devel/libtool at build time
2011-08-18 19:45:49 +00:00
gsoares
f881b7a1fa
update x11/dmenu to 4.4
...
tweaks/OK sthen@ jim@(MAINTAINER)
2011-08-18 14:13:28 +00:00
ajacoutot
0faa8624b2
Bugfix update to polkit-gnome-0.102.
2011-08-17 16:59:47 +00:00
edd
323e804fed
Now that the OGG demuxer bug is gone, we remove reference to it in the READMEs.
...
From brad, OK sthen@
2011-08-17 15:12:15 +00:00
jasper
214ac85f4e
- bugfix update to 3.0.7
2011-08-17 12:56:06 +00:00
ajacoutot
943c51b6e8
Bugfix update to anjuta 3.1.5.
2011-08-16 15:04:14 +00:00
landry
4b92747c6a
Update to slim-themes 1.2.3p4.
...
- remove the old 'sepp0' theme featuring OpenBSD 4.5 artwork
- add a simple OpenBSD generic theme, from Miguel Vidal
(mvidallop / gmail), thanks. (and thanks aja@ for the distfile mirror !)
2011-08-16 10:12:56 +00:00
landry
f7e0dab6d6
Update to xfce4-notifyd 0.2.2.
2011-08-16 07:52:31 +00:00
robert
4686e2ccbe
sync the baraction script with the top(1) changes
...
ok naddy@
2011-08-03 15:21:18 +00:00
jasper
c112c5d6f0
steph@ drops maintainership, amit kulkarni takes over
...
ok espie@ landry@
2011-08-01 10:56:50 +00:00
ajacoutot
7e7c33ada9
Bugfix update to gnote-0.7.5.
2011-07-30 18:22:11 +00:00
benoit
6cd28dc93b
- drop maintainership on it
2011-07-30 07:55:14 +00:00
jasper
1699ccac19
- fix some more fallout from the recent @comment changes
...
ok aja@
2011-07-29 20:42:26 +00:00
ajacoutot
c844ef2dc4
Update to genius-1.0.14, fixes a crasher.
2011-07-29 18:04:52 +00:00
mpi
bb169ee409
Update my email address.
...
ok gsoares@
2011-07-29 14:19:33 +00:00
ajacoutot
b0389a30ce
Bugfix update to genius-1.0.13.
2011-07-29 06:25:48 +00:00
dcoppa
c19a85585e
Fix typos in the manpage; from Aron Xu
2011-07-28 12:05:46 +00:00
ajacoutot
1583bea603
Bugfix update to gtk+3-3.0.12.
2011-07-28 06:51:16 +00:00
sebastia
7b3b2313f1
Remove two obsolete patches. I missed them with the update 'cause of my
...
tests with pre-releases...
no bump, since it prevented the port to build.
Pointed out by Nigel Taylor. njtailor AT asterisk daemon co uk
2011-07-28 06:21:10 +00:00
sebastia
64d1b45cb4
Minor update to pdfkit 0.9 -> 0.9.1
...
OK jasper@
2011-07-27 19:55:40 +00:00
jasper
8d001788a9
- trim DESCR
...
prompted by antti harri
2011-07-27 18:44:25 +00:00
jasper
939f62a250
- update to 0.2.4
2011-07-27 11:00:03 +00:00
jasper
b9295cc05d
sync
2011-07-27 10:49:29 +00:00