Commit Graph

8895 Commits

Author SHA1 Message Date
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
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
e41950b136 Disable the upcoming DIST_SUBDIR change in ghc.port.mk for this port, because
this is buildable with both ghc and nhc98.
2011-04-23 20:07:47 +00:00
kili
67047fb4b8 Depend on and use mtl-2 from devel/hs-mtl. 2011-04-23 14:32:50 +00:00
kili
c2d44c9575 Comment only. 2011-04-23 13:00:43 +00:00
kili
fbb4e44932 Use the pregenerated lexer and parser to get rid of alex
and happy dependencies (the latter causing circular build
dependencies via hs-mtl and hs-transformers back to haddock).
2011-04-23 12:25:51 +00:00
jeremy
52a581e1cd Remove duplicate version of ruby-rack-test. It was originally imported
under devel, and then later imported by me under www.  Since stuff
depends on the www version and it is more up to date, keep that version.

Add goo to update automatically from devel version to www version.

Discovered by claudio@.  OK sthen@.
2011-04-23 01:31:42 +00:00
jasper
f2a8537a69 re-order 2011-04-21 16:29:35 +00:00
jasper
72c12d30e9 no need for this script, it's unused 2011-04-21 11:37:56 +00:00
landry
54fe51ceef Update instructions for running in chroot, from Mattieu Baptiste, thanks! 2011-04-21 11:28:22 +00:00
jasper
96befc5a43 /bin/ksh works just fine, no need for bash 2011-04-21 10:41:05 +00:00
eric
c789225c54 - update to 0.8.3
- add a new _buildslave user
- add a rc script
- add a README
- update HOMEPAGE
- change MAINTAINER

from Piotr Sikora (new MAINTAINER)

ok ajacoutot@
2011-04-21 10:22:38 +00:00
eric
492972447c - update to 0.8.3p1
- add a new _buildbot user
- add a rc script
- add a README
- update HOMEPAGE
- change MAINTAINER (per his request)

from Piotr Sikora (new MAINTAINER)

ok ajacoutot@
2011-04-21 10:20:43 +00:00
ajacoutot
6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
ajacoutot
4d15a159e3 Oops, forgot to fix SHARED_LIBS before committing. 2011-04-21 07:04:37 +00:00
ajacoutot
7aa77eeb12 Major update to libnotify-0.7.2.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:03:21 +00:00
jasper
a20583fba2 - update to 1.06
- doesn't need groff
- set CONFIGURE_STYLE=modinst

from gleydson
2011-04-21 06:56:37 +00:00
naddy
8aa7922499 Update gmake to 3.82, including two important upstream fixes.
This version has some backward incompatibilities.  All affected
ports in the tree have been fixed in advance.
2011-04-20 20:51:41 +00:00