landry
56f17afd60
Fix, was broken since vim 7.3 update. Pointed out by Rafael Sadowski,
...
thanks!
2011-04-29 13:27:20 +00:00
stsp
c93b5f15db
Update to 1.7.5. ok bernd
2011-04-29 11:09:10 +00:00
jasper
918d66b089
- update to 0.2
2011-04-29 09:32:50 +00:00
jasper
e1094de897
sync
2011-04-29 07:31:17 +00:00
jasper
973e6194eb
import libwnck3 3.0.0
...
this is the gtk3 counterpart of devel/libwnck and can be installed alongside
just fine.
ok aja@
2011-04-29 07:30:49 +00:00
jasper
613a1ee084
- bugfix update to 2011-04-28
2011-04-29 06:46:06 +00:00
jasper
1b30818661
usage of SUBST_CMD wasn't needed here, so use MAKE_FLAGS instead. prevents
...
unneeded substitutions in PLIST too.
2011-04-28 21:27:31 +00:00
jasper
6b93577fce
- update to 2011-04-23
2011-04-28 21:18:47 +00:00
dhill
fc71d3791d
update to 0.3.
...
ok jasper@
2011-04-28 20:50:11 +00:00
landry
360aefae1c
Let's use a common DIST_SUBDIR for all mozilla ports so that it's easier
...
to clean the gigabytes of src tarballs previously piling up in distfiles/.
Update distinfo accordingly.
Looks sane to jasper@.
2011-04-28 20:44:47 +00:00
kili
a183052f5d
+ hs-ansi-terminal
2011-04-28 17:35:13 +00:00
kili
45679cc987
ANSI terminal support for Haskell, which allows:
...
* Cursor movement
* Screen and line clearing
* Color output
* Showing or hiding the cursor
* Changing the console title (though this is not strictly part of
ANSI, it is widely supported in Unix)
It is compatible with Windows (via an emulation layer) and those
Unixes with ANSI terminals.
ok jasper@
2011-04-28 17:31:57 +00:00
ajacoutot
ef8aef2f3a
-eggdbus
2011-04-28 13:12:03 +00:00
ajacoutot
46e27e8b33
Remove, deprecated and not needed by anything anymore.
...
ok jasper@
2011-04-28 13:11:36 +00:00
ajacoutot
9413dc5c08
Regen dependencies after recent updates: drop eggdbus dependency.
...
(this will also fix a symbol conflict between libeggdbus and glib2)
ok jasper@
2011-04-28 13:10:57 +00:00
ajacoutot
8c8429a47c
Workaround the fact that we cannot pass SCM_CREDS over unix sockets:
...
implement the "intended" SCM_CREDS stack as if we had support for that
in the kernel (by-pass it almost completely).
send/recv a single null byte without creds, but on recv, just do a
getsockopt(SO_PEERCRED) and return that as if it coming from the cmsg.
This works as long as creds are not retreived from an fd which has
already been handed over to a different process via SCM_RIGHTS. It will
probably not be enough in the future but we'll see then.
all this work done by eric@ (thanks!) and tested by myself
Enable support for g_credential*
Fix a couple of warnings.
ok eric@ jasper@
2011-04-28 13:07:53 +00:00
dcoppa
6579c5d0ce
Remove david@ as maintainer, as per his request.
2011-04-28 09:45:14 +00:00
ajacoutot
9e7cf2d928
Regen PLIST after the itlocaledir fix in the gnome MODULE.
2011-04-28 07:35:19 +00:00
dcoppa
03c29ef9ed
Bugfix update to libyajl-1.0.12
2011-04-27 21:02:06 +00:00
jasper
bb7ba11fb2
use versioned config tarballs
2011-04-27 17:30:18 +00:00
jasper
9d8cfb59c4
use ${VERSION} in PLIST instead of hardcoding it
2011-04-27 16:29:33 +00:00
jasper
7fe89810a9
- adjust INCLUDE_PATH
...
- tweak PLIST
2011-04-27 15:15:22 +00:00
gsoares
443949e035
- update to 20
...
- fix MASTER_SITES
- set EXTRACT_SUFX to .zip
- install doc files inside ${PREFIX}/share/doc
- regen plist
ok jasper@ sthen@
2011-04-27 12:57:05 +00:00
ajacoutot
671738ab09
Use MODPY_ADJ_FILES to remove the 'env python' stuffs...
2011-04-27 12:53:01 +00:00
jasper
7d6e76bdef
sync
2011-04-27 11:22:24 +00:00
jasper
d0ad5696be
import libunique3, the gtk+3 counterpart of libunique (they can be installed
...
alongside eachother)
ok aja@
2011-04-27 11:22:07 +00:00
kili
50de8460c5
Save some build time by not building the darcs library at all.
2011-04-27 11:19:13 +00:00
jasper
bd52a21fc4
- tweak COMMENT to reflect it's GTK+2-ness.
...
ok aja@
2011-04-27 11:07:11 +00:00
ajacoutot
22f1fd9899
Update to gsettings-desktop-schemas-3.0.1.
...
* Don't migrate background-related keys
* Don't migrate custom GTK+ color schemes and various GTK+ tweaks keys
2011-04-27 05:26:40 +00:00
kili
100a2539fc
This now depends on devel/hs-haskeline. While here, add a version range
...
matching the .cabal file to the devel/hs-mtl dependency.
(I really have to work on a .cabal => *_DEPENDS tool, and I also should
switch to the more readable stemless dependencies whereever possible,
but on the other hand, this can wait until the next major haskell update)
2011-04-26 19:29:16 +00:00
kili
9d739b0ee4
+hs-haskeline
...
+hs-terminfo
2011-04-26 19:25:06 +00:00
kili
545fa42620
Provides a user interface for line input in command-line programs.
...
This library is similar in purpose to readline, but since it is
written in Haskell it is (hopefully) more easily used in other
Haskell programs.
This also was in lang/ghc and didn't belong there.
ok jasper@
2011-04-26 19:24:40 +00:00
kili
5e66bc5aa1
Provides an interface to the terminfo database (via bindings to the
...
curses library). Terminfo allows POSIX systems to interact with a
variety of terminals using a standard set of capabilities.
This was in lang/ghc but didn't belong there.
ok jasper@
2011-04-26 19:23:38 +00:00
jasper
e6e60e92d2
missing bump on arches that use ghc
...
spotted by naddy@, ok kili@ (MAINTAINER)
2011-04-26 14:51:32 +00:00
ajacoutot
687b73d774
No need for the itlocaledir tweak anymore.
2011-04-26 13:09:07 +00:00
jasper
ec2e357b53
unbreak unbreaking..
2011-04-26 12:14:34 +00:00
jasper
10c92c49da
unbreak
2011-04-26 12:12:14 +00:00
ajacoutot
d7173dd95e
The archive uses the PaxHeader extension, so use gtar to unpack,
...
otherwise we miss files.
2011-04-26 09:01:43 +00:00
ajacoutot
972ab90a12
Bugfix update to libsoup-2.34.1.
2011-04-26 05:50:36 +00:00
jeremy
088fe66707
Update to 1.2.3.
2011-04-25 18:12:31 +00:00
jasper
fc8251a4b1
- tweak DESCR
...
ok kili@ (who calls me a DESCR nazi for this)
2011-04-25 15:11:39 +00:00
kili
500d822152
Update to hs-atom-1.0.9.
...
ok jasper@ (maintainer)
2011-04-25 15:09:15 +00:00
kili
967e708e74
+ hs-bimap
2011-04-25 15:08:23 +00:00
kili
124e70d5ba
A data structure representing a bidirectional mapping between two
...
key types. Each value in the bimap is associated with exactly one
value of the opposite type.
ok jasper@
2011-04-25 15:08:05 +00:00
jolan
1a3df9cf28
remove dead mirrors and use MASTER_SITE_BACKUP explicitly
2011-04-25 15:01:28 +00:00
jasper
7522707120
- update to 1.050
...
from wen heping
2011-04-25 13:46:16 +00:00
jasper
f65c5de38a
- update to 0.10.8
...
ok aja@
2011-04-25 11:43:17 +00:00
ajacoutot
a61add409a
Update to gconf2-2.32.3.
...
* translation updates
2011-04-25 11:05:35 +00:00
ajacoutot
27834ffeea
Consistency.
2011-04-24 19:15:13 +00:00
kili
0a939560c2
Set DIST_SUBDIR for the no_deps pseudo flavor.
2011-04-23 21:05:14 +00:00