Commit Graph

9466 Commits

Author SHA1 Message Date
sebastia
08431a1c49 Import Gemas: simple code editor for GNUstep
This is a simple code editor with highlight syntax and auto indentation.

OK landry@, reads fine, jasper@
2011-01-07 07:35:06 +00:00
sebastia
8b08408a32 Import HighlighterKit: framework for highlighting and coloring syntax
cat pkg/DESCR:
HighlighterKit provides a framework for highlighting and coloring syntax
in code editors.

OK landry@, reads fine, jasper@
2011-01-07 07:33:32 +00:00
ian
6d98718059 Use DISTFILES += , requested by ajacoutot@ 2011-01-06 00:58:02 +00:00
sebastia
f69dcbe3f6 Update to new Tcl layout.
OK landry@, stu@
2011-01-05 19:20:31 +00:00
sebastia
b75daa68cf Update to new Tcl layout.
Remove MAINTAINER, he is unreachable via this e-mail.

OK landry@, stu@
2011-01-05 19:15:09 +00:00
ian
70f20fc202 league-fonts 2011-01-05 19:03:10 +00:00
ian
10e0a25cd9 fonts from the League of Movable Type, improved & ok jasper@ 2011-01-05 19:01:25 +00:00
sebastia
f26b31718c Update to new Tcl layout, Makefile cleanups.
While there, update to version 2.3

OK landry@, stu@
2011-01-05 17:57:00 +00:00
sebastia
7b8ebbcc99 Update to new Tcl layout.
While there get rid of USE_GROFF, and fix some implicit declaration warnings at compile time.

OK landry@, stu@
2011-01-05 17:50:48 +00:00
sebastia
416b013a10 Update to new Tcl layout.
While there, fix whitespaces in Makefile.

OK landry@, stu@
2011-01-05 17:47:49 +00:00
sebastia
15c7f60a95 Update to new Tcl layout.
Install man page.

OK stu@, landry@
2011-01-05 17:38:25 +00:00
stu
ee06cd00e0 Port Makefile tidying.
ok landry@, sebastia@
2011-01-05 17:37:33 +00:00
stu
2f710abce9 Update to newer Tcl layout.
Upgrade to 1.9.4, port Makefile adjustments.

ok landry@, sebastia@
2011-01-05 17:07:26 +00:00
stu
129a75f2c7 Update to newer Tcl layout.
Port Makefile cleanup, remove wrong patch.

ok landry@, sebastia@
2011-01-05 17:03:34 +00:00
stu
7a7b8430cf Update to newer Tcl layout, doc fixes,
port Makefile adjustments.

ok landry@, sebastia@
2011-01-05 16:48:22 +00:00
stu
784550ed68 Update to newer Tcl layout,
consolidate include files into one dir,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@
2011-01-05 16:21:06 +00:00
stu
1c3883a3b6 Upgrade to 8.5.9. Update to newer Tcl layout,
consolidate include files into one dir,
improved building wrt threads/compiler flags, etc.

ok landry@, sebastiap@
2011-01-05 16:18:09 +00:00
ajacoutot
ae70c849c2 Make use of rcexec.
While here, force postgresql to quit in rc_stop, ok pea@
2011-01-05 16:05:54 +00:00
stu
78d4c46ce3 Make a home for Tcl and Tcl extensions: ${LOCALBASE}/lib/tcl,
and move in Tcl/Tk and extensions. This will provide a nice place
for all things Tcl as well as allowing us to remove ${LOCALBASE}/lib
from Tcl's "auto_path" which will greatly improve startup and package
loading times.

ok landry@, sebastiap@
2011-01-05 16:03:44 +00:00
dcoppa
67e1ed147a Various bugfixes for fullscreen windows, xcb, xinerama, and configfile
parsing.
All from upstream git.
2011-01-05 12:45:04 +00:00
ajacoutot
b0629e0162 Update to anjuta-extras-2.32.1.1.
* fix a crash due to misuse of xmlCleanupParser.
2011-01-04 06:45:58 +00:00
landry
61d4c2800a Update to xfce4-battery 1.0.0.
- Remove patches merged upstream.
- Fix WANTLIB while here.
2011-01-03 22:31:48 +00:00
sebastia
202c0c4ef9 do not hardcode /usr/local use LOCALBASE instead
remove version from BUILD_DEPENDS, as it is not taken into account anyways

pointed out and OK ajacoutot@
2011-01-03 18:00:16 +00:00
sebastia
7eaa2ec294 Now that pdfkit is in the ports tree, GWorkspace should make use of it.
OK landry@
2011-01-03 14:23:42 +00:00
sebastia
4dccda0548 enable pdfkit 2011-01-03 14:21:44 +00:00
sebastia
f50621679a Import pdfkit: framework for accessing and rendering PDF content
pkg/DESCR:
PDFKit is a wrapper over the xpdf library v. 3.0.2.  It is used by
GWorkspace for the PDF content inspector.

OK landry@
2011-01-03 14:20:28 +00:00
landry
336387f486 Fix http://bugzilla.xfce.org/show_bug.cgi?id=5160, bump REVISION.
Now cups printers properly show up in xfprint4-manager.
2011-01-03 13:11:49 +00:00
ajacoutot
3dd8f8eb09 Missed bumps. 2011-01-02 06:52:42 +00:00
dcoppa
2423823a12 Sync patch comments with reality
No functional changes, no bump.
2010-12-31 12:03:55 +00:00
ajacoutot
85e7ca5e26 Forgot to cvs add in previous... 2010-12-31 06:58:44 +00:00
ajacoutot
09a7fbcff0 SECURITY: CVE-2010-3907
Buffer overflow in Real demuxer.

See http://www.videolan.org/security/sa1007.html for details.

from Brad (maintainer)
2010-12-31 06:58:18 +00:00
ajacoutot
1649d52d71 Bugfix update to anjuta-2.32.1.1. 2010-12-29 19:48:04 +00:00
ajacoutot
e567e36795 Unbreak by using GNU libtool. 2010-12-29 15:21:58 +00:00
ajacoutot
25cf283a1f Update to gyrus-0.3.10.
* replace glade with gtkbuilder
* replace gnet with gio
* remove GTK+ deprecated API usage
* memory leaks fixed, UI improvements, and code fixes
2010-12-29 13:41:51 +00:00
jasper
e2852eeda5 - force the creation of the link 2010-12-29 12:28:36 +00:00
ajacoutot
063b026b89 Bugfix update to nautilus-2.32.2.1.
* Another fix for a crasher when unmounting volumes
* Fix a regression where '~' was not treated as $HOME in the location bar
2010-12-28 17:22:30 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
sebastia
6d06acf678 enable graphos.
Import was OK landry@
2010-12-27 12:06:08 +00:00
sebastia
49f8110c85 Import graphos: a gnustep based vector drawing application
pkg/DESCR:
Graphos is a vector drawing application centered around bezier paths.
2010-12-27 12:04:35 +00:00
dcoppa
3d335ddf57 Fix from upstream: set the MEDIAENDED state correctly when running
as plugin.
2010-12-24 13:19:20 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
landry
46061ee929 Update to xfce4-fsguard 1.0.0.
Bugfix and translation update.. fix WANTLIB while here.
2010-12-23 16:44:46 +00:00
landry
a8ef3f0fe3 Update to xfce4-verve 1.0.0.
Bugfix and translation release.. fix WANTLIB while here.
2010-12-23 16:42:33 +00:00
ajacoutot
240024ea5e Update to vino-2.32.1.
* mostly translation updates.
2010-12-23 14:13:22 +00:00
espie
a9f7da2307 missing dependencies 2010-12-23 10:25:48 +00:00
dcoppa
748105d75d Bugfix update to rxvt-unicode-9.10 2010-12-23 08:45:57 +00:00
jasper
a6f2b9abee - merge PFRAG into PLIST 2010-12-22 22:49:02 +00:00
jasper
017a8dfb0d - merge PFRAG.shared into PLIS 2010-12-22 22:18:51 +00:00
jasper
8c08f6ee11 - merge PFRAG.shared into PLIST 2010-12-22 22:08:45 +00:00
landry
511696d83c missing REVISION bump after PLIST change 2010-12-22 21:30:37 +00:00
espie
35e2b424cd explain 2010-12-22 14:53:26 +00:00
sebastia
658e1d2c91 hook up systempreferences 2010-12-22 12:22:20 +00:00
sebastia
83e0433265 Import gnustep systempreferences: manage settings of the gnustep environment
pkg/DESCR:
System Preferences is an application which allows to manage the settings
of many aspects of the gnustep environment and its applications.  System
Preferences are made of Modules, each one a bundle representing a single
control panel, and is thus extensible and modular.  Technically, it is a
clone of the Apple OS X System Preferences and offers a compatible
framework.

OK landry@
2010-12-22 12:21:23 +00:00
sebastia
aba2971f21 Switch naming of binary files in GNUstep bundles, to conform more with upstream.
Reorder WANTLIB in gnustep.port.mk, now do not include WANTLIB when only depending on gnustep-base.
Update/bump all gnustep ports that install bundles.

kind of a agree, landry@, OK aja@
2010-12-22 09:20:00 +00:00
ajacoutot
c49461252b Zap unrecognized configure arg. 2010-12-21 21:47:26 +00:00
ajacoutot
73d8f662f6 Unbreak, I forgot to cvs rm in previous.
whipping from landry@
2010-12-21 16:56:19 +00:00
ajacoutot
85a3e00edb Bugfix update to dbus-1.4.1. 2010-12-21 14:59:49 +00:00
dcoppa
52de70b04b Update to fbpanel-6.1. The new battery plugin is disabled as it's
not fully functional yet (even on linux).

Fix WANTLIB while here.
2010-12-21 10:29:48 +00:00
ajacoutot
cd5bf2e53e Update to dbus-1.4.0... second try.
Previously missed regression is fixed.
2010-12-21 05:57:42 +00:00
jasper
cbb202bd32 - bugfix update of gnome-doc-utils to 0.20.3 2010-12-20 15:04:50 +00:00
jasper
4b64f776f1 - fix install on clean system 2010-12-19 22:03:47 +00:00
ajacoutot
74c717b40b Bugfix update to f-spot-0.8.2. 2010-12-19 18:13:44 +00:00
sebastia
39037c7b3a Update projectcenter to 0.6.0.
many things were restructured, and besides a lot of bug fixes, integration with Gorm was enhanced and now includes internal debugger

OK landry@
2010-12-17 15:04:58 +00:00
ajacoutot
4f3d0498f5 There seems to be an annoying runtime regression with session bus after
the last update which I failed to see in my tests.
While this is being worked on, let's revert for now so that people don't
run into it. Other parts of the D-DBus gang update are fine (glib and
python). Also keep the recent rc script tweak.

Sorry about that...
2010-12-16 07:13:58 +00:00
dcoppa
c5815706e8 Bump after libxdg-basedir update. 2010-12-15 13:22:39 +00:00
dcoppa
35fe50f0d7 Update to libxdg-basedir-1.1.1 2010-12-15 13:22:03 +00:00
ajacoutot
bd6486671c It makes more sense to deal with the pidfile in pre, not post. 2010-12-14 18:45:54 +00:00
ajacoutot
2df1d40ba4 Regen WANTLIB to unbreak installation. 2010-12-14 12:23:30 +00:00
ajacoutot
62b6b5b582 Regen WANTLIB to unbreak installation. 2010-12-14 11:28:26 +00:00
ajacoutot
7390cdf3c8 * use gettext MODULE instead of iconv/intl in WANTLIB
* tweak the way we install examples so update-plist does not whine
* remove useless use of gtk-update-icon-cache goo
* regen WANTLIB while here

ok edd@ (maintainer)
2010-12-14 11:07:31 +00:00
ajacoutot
1c92e8faa9 Regen WANTLIB to unbreak installation. 2010-12-14 10:10:33 +00:00
ajacoutot
b21d741fe5 Tracker deskbar plugin is gone. 2010-12-14 09:54:35 +00:00
ajacoutot
83fd57d4fb Fix DESCR. 2010-12-14 09:54:17 +00:00
ajacoutot
17aeb8be9f Fix LIB_DEPENDS and WANTLIB to unbreak installation. 2010-12-14 09:33:03 +00:00
ajacoutot
73ebcb7514 Cope with recent rc.subr changes. 2010-12-13 16:13:04 +00:00
ajacoutot
ecf1d42ef4 Update to dbus-python-0.83.2. 2010-12-13 10:42:00 +00:00
ajacoutot
692b507b05 Update to dbus-glib-0.92. 2010-12-13 10:41:41 +00:00
ajacoutot
927234fdf3 Update to dbus-1.4.0. 2010-12-13 10:41:22 +00:00
jasper
40038d6302 - gmake is not needed 2010-12-13 09:50:12 +00:00
jasper
ee50eb08a4 - update icewm to 1.3.7 2010-12-12 19:13:01 +00:00
ajacoutot
6a984be570 Extend XXX: add URL to the bug report. 2010-12-12 07:08:13 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
ajacoutot
baffaea96e Cope again with rc.subr changes. 2010-12-11 09:59:25 +00:00
ajacoutot
d725b0742f Adapt after recent rc.subr changes.
You will need a very current su(1) and /etc/rc.subr.
2010-12-11 07:40:21 +00:00
martynas
53838065ae mark it with VMEM_WARNING. ok sthen@ 2010-12-10 20:02:01 +00:00
landry
17a34451be Update to xfce4-systemload 1.0.0:
- Add libxfcegui4 to LIB_DEPENDS in preparation for Xfce 4.8
- Fix WANTLIB
See for details:
http://foo-projects.org/pipermail/xfce/2010-December/028011.html
2010-12-10 08:34:44 +00:00
jasper
722b5eaa03 - remove imlib1 flavor, which isn't built by default.
- add @pkgpath marker
2010-12-09 14:55:39 +00:00
landry
daead6cbb7 Update to xfce4-netload 1.0.0, fix WANTLIB while here. 2010-12-08 20:13:48 +00:00
ajacoutot
670cc7feee Bugfix update to nautilus-2.32.2. 2010-12-08 16:07:11 +00:00
ajacoutot
04cb996372 WANTLIB. 2010-12-08 14:53:11 +00:00
ajacoutot
6c77f55ff0 Use bash for the accessibility gnome-command line tools for now. I will fix
this correctly when I have more time.
2010-12-07 21:53:55 +00:00
naddy
de59f803db * update to 1.8.4: fix potentioal memory fault with libX11-1.4.0
* update homepage and master site
2010-12-07 14:46:24 +00:00
ajacoutot
fc2bed1d96 This wants gnugetopt(1), from David Cantrell. 2010-12-07 06:31:24 +00:00
jasper
8314e39ec3 - update xscreensaver to 5.12 2010-12-06 17:37:59 +00:00
jasper
81a00dbe95 - missed bump 2010-12-06 16:47:06 +00:00
jasper
c5106d9694 - update wmclock to 1.0.13
prompted by bruce cran (upstream maintainer)
2010-12-06 16:21:05 +00:00
landry
7b1bf05028 Minor update to cpugraph panel plugin 1.0.1. 2010-12-05 18:13:18 +00:00
landry
fb45c3bceb Update to xfce4-wavelan 0.5.6. Fix WANTLIB while here. 2010-12-05 18:03:02 +00:00
espie
1e1983ff9d does not build reproductibly with our libtool 2010-12-05 13:15:46 +00:00
kili
3f71b67f44 Add a hint to xmonad-lib and hs-xmonad-contrib (initially suggested
by David Cantrell). Also turn {LIB,RUN}_DEPENDS-lib into
RUN_DEPENDS-lib/BUILD_DEPENDS (Haskell libs are still static).

ok dcoppa@
2010-12-04 11:53:57 +00:00
giovanni
663f6f23a1 Update to 0.8.2
ok merdeley@ (Maintainer) on a similar diff
2010-12-03 16:46:18 +00:00
ajacoutot
a71fc48966 Revert previous it was bogus. 2010-12-03 15:18:28 +00:00
jasper
c651fdf7b2 sync comment with reality 2010-12-03 14:56:19 +00:00
ajacoutot
ea6c0c9e74 * galago is gone, so remove useless CONFIGURE_ARGS.
* Rename tomboy.desktop to Tomboy.desktop to please session managers
looking for corresponding excutable <-> desktop.
* Really disable WebDavSyncService so that it doesn't come back into PLIST
* Merge patch from upstream to stop using gdk_display as it's deprecated
in GDK 2.22
2010-12-03 14:55:23 +00:00
ajacoutot
59d44b2666 Extend the gs-bug-buddy-debug patch so that g_debug messages are only
printed if we compile with --enable-debug even when the
libgnomesegvhandler module from bug-buddy is loaded.
2010-12-03 13:15:27 +00:00
ajacoutot
df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00
matthieu
4ac0c1cd21 Add patch to fix bad XChangeProperty() usage that crashed on sparc64.
pr6522. ok and revision bump reminded by ajacoutot@.
2010-12-02 07:50:06 +00:00
matthieu
a76cba72cf Add patch to fix bad XChangeProperty() usage that crashed on sparc64.
pr6522. ok benoit@ (maintainer) revision bump reminded by ajacoutot@.
2010-12-02 07:48:41 +00:00
ajacoutot
4431a17a56 Quiet up rc_post. 2010-12-01 19:57:51 +00:00
ajacoutot
ffe9105821 Drop galago support which we are going to remove.
jasper@ agrees
2010-12-01 14:51:45 +00:00
ajacoutot
7f9acaeddb No need to install libtool files for dlopen module. 2010-12-01 14:46:09 +00:00
ajacoutot
b65bf1a070 No need to install libtool file for dlopen module. 2010-12-01 14:45:29 +00:00
dcoppa
d6ddf4f2a2 CONFIGURE_STYLE=autoconf is not needed anymore, switch to
CONFIGURE_STYLE=gnu. No bump required.

OK jasper@
2010-12-01 09:22:49 +00:00
dcoppa
d43ca710c7 Fix a problem of getting artifacts on the bottom of the screen when
using rxvt-unicode without hints.

From awesome wm wiki, via jasper@
2010-12-01 07:33:05 +00:00
matthieu
464510bce3 Update to version 1.4. with feedback from sthen@, ok ajacoutot@, landry@. 2010-11-29 20:03:46 +00:00
ajacoutot
9c169d88b2 Mark broken on GCC4_ARCHS while a fix is in the work. 2010-11-29 18:04:25 +00:00
ajacoutot
81a7ee2a7f No point in looking for modprode, lsmod or any other program we need to
make FUSE work since we don't support it. Disable WebDAV support which
requires FUSE.
Actually log tomboy-panel output where intended.
2010-11-29 17:18:49 +00:00
ajacoutot
b81c8c7a97 Don't install useless libtool files and static libs under the modules/ dir. 2010-11-29 14:17:33 +00:00
ajacoutot
cfc3e8c856 Set SHARED_ONLY and don't install static gtk modules. 2010-11-29 14:16:21 +00:00
ajacoutot
b073a9d4a1 Remove non existent CONFIGURE_ARGS, no pkg change. 2010-11-29 10:09:39 +00:00
jasper
725ae551e3 - update libgda to 4.2.2 2010-11-27 17:13:42 +00:00
espie
24e41965fd minor bumps after pkg_create fix: generate catN entry when needed. 2010-11-27 11:54:53 +00:00
espie
52ad628070 better specs for libsigc++, fixes ekiga build. 2010-11-26 15:00:45 +00:00
espie
be2f93f11d since db/v4 has db->=4,<5 as default, no need to specify it explicitly 2010-11-26 14:50:09 +00:00
espie
b23c63119a PKGSPEC for automake as well, finish fixing those ports 2010-11-26 07:58:43 +00:00
espie
c7e774caa1 enforce autoconf-version, fix and bump xfce4-dev-tools
(this also fixes build depends in comms/tlf and games/alephone)
2010-11-26 07:54:43 +00:00
ajacoutot
da87e40fcb Enable gmime-sharp (i.e. evolution) support. 2010-11-25 15:38:33 +00:00
ajacoutot
d9780022d0 rc reload is not supported. 2010-11-25 15:27:30 +00:00
landry
3ae9fd04de Add patch to re-enable search button after a search, broken since Gtk
2.18 update....
http://bugzilla.xfce.org/show_bug.cgi?id=5831
2010-11-25 14:53:30 +00:00
dcoppa
cb9f2317f5 Update to rxvt-unicode-9.09
From LEVAI Daniel, with tweaks by me.
He's also the new maintainer of this port.
2010-11-25 13:19:35 +00:00
sebastia
f9b6a7fb6f Make gaia compatible with updated gpsd.
OK, landry@, jasper@
2010-11-25 08:58:49 +00:00
jasper
17d537dced - fix implicit declaration of strchr(). 2010-11-25 08:13:19 +00:00
dcoppa
1ed842bd28 Fix an assertion failure.
Patch committed upstream too.
2010-11-25 07:31:49 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
jasper
43b191604b - zap double dependency. spotted by aja@ 2010-11-24 13:34:25 +00:00
jasper
85fd9ffdd5 sync 2010-11-24 13:10:27 +00:00
jasper
db56bd71d5 import nitrogen 1.5.1
Nitrogen is a background browser and setter for X windows. It is written
in C++ using the gtkmm toolkit. It can be used in two modes: browser and
recall.

ok landry@
2010-11-24 13:10:07 +00:00
sebastia
24888dbbe1 Update to gspdf 0.4. Fixes some nasty random crasher on startup, and adds some smaller improvements.
OK landry@
2010-11-24 07:17:29 +00:00
sebastia
bc1438b145 Fix building of projectcenter. Make use of updated gnustep-make.
OK, landry@
2010-11-24 07:16:20 +00:00
sebastia
3a6c872355 Require the updated gnustep-make as BUILD_DEPENDS for the gnustep ports.
OK landry@
2010-11-24 07:14:44 +00:00
sebastia
68afba5cdf Do the same thing for frameworks, as we do for libraries to set the .so.MAJOR.MINOR correctly, use the INSTANCE_VERSION variable instead of VERSION
OK landry@
2010-11-24 07:10:44 +00:00
edd
c2a3075c34 sort ONLY_FOR_ARCHES, noticed by brad.
OK phessler@
2010-11-23 10:05:48 +00:00
dcoppa
5875984418 From upstream: remove useless socket.h declaration. 2010-11-23 08:51:29 +00:00
ajacoutot
d66aebe02d Bugfix update to genius-1.0.12. 2010-11-23 06:00:31 +00:00
ajacoutot
8a93c7125d Bugfix update to gcalctool-5.32.2. 2010-11-23 05:58:10 +00:00
jasper
0fb74a701a sigh, i should .poison REVISOIN.. 2010-11-22 19:52:49 +00:00
ajacoutot
47dda5f051 Bugfix update to gnome-applets2-2.32.1.1. 2010-11-22 18:16:03 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
fbc20d9b54 missed a few depends 2010-11-22 09:38:08 +00:00
espie
832615d6db fix build, do not pick rtdump if it's not intended 2010-11-22 09:02:49 +00:00
jasper
5160e43211 - drop maintainership of ports i don't use anymore, and take maintainership of three new ones. 2010-11-22 08:56:47 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
jasper
3ff527cc88 - add a working mirror 2010-11-21 21:26:55 +00:00
benoit
0b38550ead - update fltk2 to 2.0.x-r7725
- regen patches
- move LIB_DEPENDS to new style
2010-11-21 14:42:34 +00:00
jasper
a727f252b3 - adjust after recent schroedinger update
from brad
2010-11-19 08:59:32 +00:00
robert
340ad7abcc update to 2.8.1 and take maintainership 2010-11-18 22:39:58 +00:00
jasper
9f7abcc825 - missed bump after tracker-meta rename
spotted by landry@
2010-11-18 20:38:17 +00:00
jasper
cd93732537 - update libgdamm to 4.1.1
- new DEPENDS
2010-11-18 16:47:55 +00:00
jasper
4ed1c5d2b0 - update libgda to 4.2.1
- remove the empty subpacakges for ldap and odbc now that upstream
  decided not to rework them, but just removed the code instead.
- add @pkgpath markers accordingly
- new DEPENDS
2010-11-18 16:44:33 +00:00
dcoppa
35c222ff4a Bump after libev update.
While here, add two patches from upstream:

"Don't setup event handler when RandR base event is not set"
"Properly call init_workspaces() when RandR is known but not present"

I've found that they are needed (the hard way) when tried to run i3
under Xnest.
2010-11-18 12:20:54 +00:00
dcoppa
c27a386735 Bump after libev update. 2010-11-18 12:18:54 +00:00
ajacoutot
0e72da929e Minor update to gnome-control-center-2.32.1. 2010-11-18 10:20:38 +00:00
ajacoutot
a006330971 tracker-search -> meta-tracker 2010-11-17 20:40:31 +00:00
ajacoutot
be53f567ae Rename tracker-search to meta-tracker as it's what it is and even
upstream refers to it as such.

jasper@ agrees
2010-11-17 20:40:16 +00:00
jasper
eb0292a7ec - update py-xlib to 0.14 2010-11-17 19:27:53 +00:00
ajacoutot
138635af62 Mark BROKEN for now.
It needs the sqlite fts3 module which is not buildable on the vax...
2010-11-17 15:30:47 +00:00
jasper
ad5db45939 - add missing dependency
w/ aja@
2010-11-17 13:42:34 +00:00
jasper
676b798dee - update gnome-panel to 2.32.1
- new DEPENDS
2010-11-17 12:24:47 +00:00
jasper
414d95a5df - update gnome-desktop to 2.32.1 2010-11-17 12:01:08 +00:00
ajacoutot
a166047182 Minor update to pessulus-2.30.4. 2010-11-17 11:41:23 +00:00
ajacoutot
e91309d889 Minor update to gnome-session-2.32.1. 2010-11-17 11:37:31 +00:00
ajacoutot
f2892aba2b Minor update to gnome-menus-2.30.5. 2010-11-17 11:29:30 +00:00
ajacoutot
4c27c2ced4 Add missing run_depends. 2010-11-16 15:19:01 +00:00
ajacoutot
a08844cfa1 iUnbreak runtime: telepathy-mission-control is a run_depends, not a lib depends. 2010-11-16 14:06:52 +00:00
dcoppa
cbbf458653 The getdirentries basep type change was not handled correctly in
this case.
Fix a crash reported by Paolo Aglialoro and Andreas Kahari.

OK landry@ (MAINTAINER)
2010-11-16 13:33:47 +00:00
ajacoutot
7ba171cf22 Minor update to gtk+2-2.22.1. 2010-11-16 07:37:25 +00:00
ajacoutot
e451e95214 Bugfix update to zenity-2.32.1. 2010-11-15 23:06:20 +00:00
ajacoutot
b5f8a221d1 Bugfix update to eog-2.32.1. 2010-11-15 23:04:02 +00:00
ajacoutot
863f788a4a Bugfix update to orca-2.32.1. 2010-11-15 22:59:56 +00:00
ajacoutot
c54da1323d Bugfix update to file-roller-2.32.1. 2010-11-15 22:51:20 +00:00
ajacoutot
1785eee722 Bugfix update to gnome-games-2.32.1. 2010-11-15 22:16:19 +00:00
ajacoutot
23283b6abf Unbreak usage with python 2.6.
(patch from Fedora)
2010-11-15 18:30:38 +00:00
jasper
8879e1dba0 - update gcalctool to 5.32.1 2010-11-15 18:05:19 +00:00
ajacoutot
f803c2b946 Maintainance update to gnome-themes-2.32.1.
(translation updates)
2010-11-15 17:41:03 +00:00
ajacoutot
077e779303 Bugfix update to mousetweaks-2.32.1. 2010-11-15 17:24:39 +00:00
ajacoutot
1787d87523 Bugfix update to empathy-2.32.1. 2010-11-15 14:52:31 +00:00
ajacoutot
3f6df5c753 Bugfix update to gnome-settings-daemon 2.32.1. 2010-11-15 14:04:52 +00:00
dcoppa
53cbf96152 Backport a fix from upstream: don't hide controls and mouse in
fullscreen mode when mouse is over controls.

While here, make our defaults really work as it was intended.
2010-11-15 11:11:34 +00:00
ajacoutot
06ab4b9c67 Tighten up build depends, no pkg change. 2010-11-15 09:33:53 +00:00
ajacoutot
77b55f1c4f Add missing RUN_DEPENDS. 2010-11-15 09:09:24 +00:00
ajacoutot
e10dde0537 Bugfix update to gnome-terminal-2.32.1. 2010-11-13 18:47:23 +00:00
ajacoutot
fe8c698fa2 Bugfix update to gucharmap-2.32.1. 2010-11-13 13:09:48 +00:00
ajacoutot
7251de9a0d Bugfix update to librsvg-2.32.1. 2010-11-13 13:09:05 +00:00
ajacoutot
eee72ed215 Update to nautilus-2.32.1.
* Fix a crasher when unmounting volumes
2010-11-13 13:07:46 +00:00
ajacoutot
9a6bad1b48 Update to gvfs-1.6.6.
* Revert removal of app lookup extension for stable Gnome 2.32 line
2010-11-12 16:48:40 +00:00
ajacoutot
1cda55e583 Bugfix update to anjuta-2.32.1.0. 2010-11-12 15:05:17 +00:00
jasper
7e02990b9a - switch to pkg-readmes 2010-11-12 14:22:13 +00:00
jasper
03c7634d24 - missing rcs id 2010-11-11 10:10:52 +00:00
landry
152a8cca7e Switch to pkg-readme. 2010-11-11 10:09:34 +00:00
jasper
1b4c4b3717 - switch to pkg-readmes
ok landry@
2010-11-11 09:27:14 +00:00
jasper
62dfe388f5 - update py-qt4 to 4.8.1 2010-11-10 22:12:40 +00:00
jasper
420be8a121 - switch to pkg-readmes 2010-11-10 19:02:09 +00:00
sebastia
f2d5dd4c67 enable price 2010-11-10 17:26:40 +00:00
sebastia
16c4f303a2 import PRICE: precision raster image convolution engine
from DESCR:
PRICE allows you to open files in several formats and apply high quality
filters and other enhancements to the image.

OK, landry@, jasper@
2010-11-10 17:24:44 +00:00
landry
82bab7ea2d Mark as BROKEN on sparc64, agreed by jasper@. Build stalls 2010-11-09 19:49:03 +00:00
jeremy
c59f5b9113 Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. No package change,
no bump.

OK landry@
2010-11-09 18:46:18 +00:00
jasper
fb35cae765 - stop explaining how to add fvwm2 to xinitrc, and remove some more obvious
bits.

pointed out by danh@, ok pval@ (MAINTAINER)
2010-11-09 17:05:44 +00:00
naddy
9a4583ae97 cope with the libwpd -> libwpd-0.8 re-renaming 2010-11-09 16:27:04 +00:00
ajacoutot
c4b696cb73 Add rc script.
ok sthen@ (MAINTAINER)
2010-11-09 10:52:22 +00:00
ajacoutot
7da2ae2579 Consistency. 2010-11-09 09:05:31 +00:00
jasper
2a2627977b - switch to pkg-readmes
ok sebastia@ (MAINTAINER)
2010-11-09 08:58:06 +00:00
edd
666f370183 Update to mplayer-20101024. Noteworthy improvements include vpx
(webm) support and alpha support. This work is a joint effort from
myself, naddy@ and jakemsr@. Cheers.

OK jakemsr@
2010-11-08 21:25:44 +00:00
ajacoutot
e7a07d42cd Make the Xephyr window default to 800x600. 2010-11-08 19:28:32 +00:00
dcoppa
1e08009891 Ops! Leftovers from previous commit :( 2010-11-08 15:20:33 +00:00
dcoppa
82e9ee7343 Update to gnome-mplayer 1.0.0 and drop GConf dependency.
Suggestions about volume defaults by landry@

OK landry@
"go ahead" jasper@
2010-11-08 15:04:15 +00:00
dcoppa
a3ec4790b4 We now have sched_get_priority_*
OK landry@, jasper@
2010-11-08 10:58:05 +00:00
espie
313bfd362c bad me, fix modules 2010-11-08 09:04:52 +00:00
jasper
73958dc705 - alpha has bktr(4) as well, so enable it here too.
ok robert@ (MAINTAINER)
2010-11-07 19:59:00 +00:00
jasper
85973c6c87 - switch to pkg-readmes 2010-11-07 19:52:00 +00:00
jasper
5c6aa941f8 - ${LOCALBASE}/lib/pkgconfig and ${X11BASE}/lib/pkgconfig are default search
directories for pkg-config(1) nowadays. so remove these quirks.
2010-11-07 19:50:10 +00:00
jasper
399a149de3 - remove unneeded PKG_CONFIG_PATH 2010-11-07 19:29:56 +00:00
jasper
ce69ef1681 - move to pkg-readmes 2010-11-07 19:28:48 +00:00
sebastia
3d764f87ae Fix WANTLIB
OK, jasper@
2010-11-07 15:52:38 +00:00
merdely
b8972983b6 s/VAR=foo/VAR = foo/ 2010-11-07 00:27:56 +00:00
merdely
2e4a08ed9c emove myself as maintainer
- Remove USE_GROFF
 - Remove gettext MODULE
 - Remove LIB_DEPENDS line (included with qt4 MODULE)
 - Fix WANTLIB
 - SUBST_CMD
 - Major lib bump (removed some functions)
 - New pkg/README

help from and ok steven@
2010-11-07 00:26:13 +00:00
espie
12e833f14a convert LIB_DEPENDS in x11 ports 2010-11-06 23:49:19 +00:00
espie
9fb7a3fc28 tk/tcl wantlib conversion 2010-11-06 22:06:57 +00:00
espie
1d8cec31c3 kde -> wantlib 2010-11-06 19:38:54 +00:00
espie
a5c061d902 izbetter to also remove extra LIB_DEPENDS partz 2010-11-06 16:41:23 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
espie
dcdfee948c convert libiconv to new wantlib 2010-11-06 10:18:38 +00:00
espie
4ca14c8052 add the missing pieces to handle MULTI_PACKAGES port: LIB/RUN/WANT should
always go thru an indirection, so that a multi-packages port can turn them
on/off piecewise (required for libiconv cleanup of sope).

style nits: makefiles with lots of ?= +=   do *REQUIRE* spaces.
also indent tests, and do the :L dance to have cleaner stuff.
2010-11-06 10:03:31 +00:00
ajacoutot
e89b9beb0f Cosmetic, be consistent with how we set the rcs id in other files. 2010-11-06 07:56:48 +00:00
ajacoutot
3cf24bba95 Update to gtk-vnc-0.4.2. 2010-11-05 13:52:59 +00:00
espie
88f371a12f zap old lib depends for qt4 2010-11-05 13:47:46 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
jasper
240509d33b - cups builds fine nowadays on mips64(el), most likely because of the switch to gcc4.
so drop the hack to not build -cups on those arches.

ok ajacoutot@ (MAINTAINER) phessler@
2010-11-04 17:53:56 +00:00
jasper
c4cd4de0c1 - zap pointless MESSAGE and unneeded SEPARATE_BUILD 2010-11-04 17:44:14 +00:00
dcoppa
b3ecd6a680 Fix debug build.
"Go ahead" jasper@
2010-11-04 12:05:25 +00:00
kili
b808903775 bumpski 2010-11-03 22:12:01 +00:00
giovanni
c7ae1c891c Enable login sound by default
ok ajacoutot@, jasper@
2010-11-02 14:06:39 +00:00
dcoppa
571909623f Update to wxWidgets-2.8.11
Successfully tested in a bulk build by landry@

OK steven@, landry@
2010-11-02 13:10:51 +00:00
ajacoutot
3821bbd98f Maintainance update to gvfs-1.6.5.
* Remove app lookup extension (now handled internally in GIO)
    * sftp: Fix poll() timeout
2010-11-02 05:54:28 +00:00
jasper
5299a9e9e2 - mirror distfile, so it's reachable again 2010-11-01 10:39:40 +00:00
ajacoutot
ffb8e0c6a1 Bugfix update to gnome-mag-0.16.3. 2010-10-31 05:39:13 +00:00
ajacoutot
543ab560fa Regen PLIST and WANTLIB. 2010-10-29 15:07:25 +00:00
ajacoutot
1d69cad31e Move to pkg-readmes. 2010-10-29 12:59:03 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
landry
65924af12e Remove USE_GROFF, those manpage just display fine with mandoc(1).
Thanks ingo for showing me how to check it..
2010-10-29 12:44:06 +00:00
ajacoutot
9bb8edc168 Add RCS IDs and remove useless MESSAGEs. 2010-10-29 12:41:58 +00:00