fgsch
9c5510c01c
Make this depend on python3.2 for the time being. Bump revision.
...
discussed and ok sthen@
2011-09-25 13:36:18 +00:00
fgsch
cb0c1dce38
Update to ibus-skk 1.3.9
2011-09-25 13:34:57 +00:00
ajacoutot
2641b1220d
Enable media keys support.
2011-09-25 13:13:05 +00:00
ajacoutot
4fd56c7874
Tighten PLIST.
2011-09-25 12:53:55 +00:00
ajacoutot
bc8d15fa90
Enable gnome-sound-applet.
2011-09-25 12:47:49 +00:00
ajacoutot
f967254f3a
Remove sound theme, it'll be shipped by gnome-control-center.
2011-09-25 12:42:46 +00:00
espie
7d0a0c4644
use bsd.port.arch.mk
2011-09-25 12:19:23 +00:00
ajacoutot
181d94d486
Missing RUN_DEPENDS.
...
Explicitely add --disable-* CONFIGURE_ARGS.
Remove a couple of @comment from PLIST which I didn't mean to commit in
previous.
2011-09-25 11:05:53 +00:00
espie
7fb255ef24
make dpb more useful for people hacking on ports, allow them to not clean
...
the work directory after building.
2011-09-25 10:41:30 +00:00
espie
1521428320
erroring once is enough... there should be some logfile for this too ;(
2011-09-25 10:40:25 +00:00
ajacoutot
8d92d14ef1
Add textproc/intltool MODULE;
2011-09-25 10:23:41 +00:00
ajacoutot
bf37e97e3e
Use --tag=disable-static.
2011-09-25 10:20:37 +00:00
ajacoutot
faf65812ba
Fix user/groups.
2011-09-25 09:59:08 +00:00
ajacoutot
42bb891480
Add pulseaudio user/groups.
2011-09-25 09:58:56 +00:00
ajacoutot
d4596f70f6
LOCALBASE -> TRUEPREFIX
2011-09-25 09:43:36 +00:00
robert
cb087605a3
+pulseaudio
2011-09-25 09:31:41 +00:00
robert
70e4d04392
import of pulseaudio 0.9.23 a cross-platform networked sound-server
...
many fixes from jasper@ and me.
2011-09-25 09:30:52 +00:00
ajacoutot
f9a67c31e9
Regen WANTLIB after evolution-data-server lost its dependency on
...
libunique3.
2011-09-25 08:38:27 +00:00
ajacoutot
c703c61aa4
Remove EXTRACT_SUFX.
2011-09-25 08:32:00 +00:00
ajacoutot
da3716a10e
Update to stable evolution-exchange-3.2.0.
2011-09-25 08:25:53 +00:00
ajacoutot
7932fa265a
Update to stable evolution-3.2.0.
2011-09-25 08:04:45 +00:00
espie
62f85f872e
use new framework
2011-09-25 08:01:16 +00:00
espie
1c7ee6e474
regroup everything having to do with MD stuff and split it off into
...
its own file.
*this requires current src as well*, to have the glue in /usr/share/mk
2011-09-25 07:59:49 +00:00
ajacoutot
5b2a973f80
Add sysutils/deja-dup to the list of nautilus extension dir.
2011-09-25 07:25:08 +00:00
ajacoutot
3873305f64
Update to stable evolution-data-server-3.2.0.
2011-09-25 06:41:58 +00:00
kili
17f7b251ba
+ hs-snap
2011-09-24 19:12:49 +00:00
kili
6383c0e75f
+ hs-attoparsec-text hs-blaze-html hs-xmlhtml
2011-09-24 19:11:45 +00:00
kili
13d57683bf
+ hs-blaze-builder-enumerator hs-case-insensitive
2011-09-24 19:10:37 +00:00
kili
f77d3db351
Bump.
2011-09-24 19:09:33 +00:00
kili
4536af7348
Update to 0.5.3.1.
...
ok jasper@ jim@
2011-09-24 19:08:45 +00:00
kili
6364d0b12d
Update to 0.5.3.
...
ok jasper@ jim@
2011-09-24 19:08:10 +00:00
kili
3ab276a84f
Update to 0.4.
...
ok jasper@ jim@
2011-09-24 19:07:39 +00:00
kili
1a4e3f064e
Update to 0.4.14.
...
ok jasper@ jim@
2011-09-24 19:07:04 +00:00
kili
fc6b625aed
Update to 0.10.0.
...
ok jasper@ jim@
2011-09-24 19:06:34 +00:00
kili
63f9dd0ffa
Snap skeleton project generator and the snap library containing
...
convenience functions and support code for the generator.
ok jasper@ jim@
2011-09-24 19:05:32 +00:00
kili
75c6a3feab
Contains renderers and parsers for both XML and HTML 5 document
...
fragments, which share data structures wo that it's easy to work
with both. Document fragments are bits of documents, which are not
constrained by some of the high-level structure rules (in particular,
they may contain more than one root element).
ok jasper@ jim@
2011-09-24 19:04:46 +00:00
kili
dc966679dc
A blazingly fast HTML combinator library for the Haskell programming
...
language.
ok jasper@ jim@
2011-09-24 19:04:12 +00:00
kili
0af85e1ef4
A fast parser combinator library, aimed particularly at dealing
...
efficiently with network protocols and complicated text/binary file
formats. This library is basically a translation of the original
attoparsec library to use text instead of bytestrings.
ok jasper@ jim@
2011-09-24 19:03:33 +00:00
kili
c8d983ad6c
The module Data.CaseInsensitive provides the CI type constructor
...
which can be parameterised by a string-like type like: String,
ByteString, Text, etc.. Comparisons of values of the resulting type
will be insensitive to cases.
ok jasper@ jim@
2011-09-24 19:02:40 +00:00
kili
a3b45c1c55
This package integrates the builders from the blaze-builder package
...
with the enumerator package. It provides infrastructure and enumeratees
for incrementally executing builders and pass the filled chunks to
a bytestring iteratee.
ok jasper@ jim@
2011-09-24 19:01:52 +00:00
sthen
9d14ebbfb3
update to asterisk 1.8.7.0
2011-09-24 13:47:42 +00:00
ajacoutot
fed1636c4e
Extend the avahi section.
2011-09-24 13:45:35 +00:00
ajacoutot
75373139c4
Forgot in previous.
2011-09-24 12:23:54 +00:00
ajacoutot
1d69c80cd3
Mention deja-dup.
2011-09-24 12:23:41 +00:00
ajacoutot
93f0ea808b
+deja-dup
2011-09-24 12:21:40 +00:00
ajacoutot
5623779f1c
Import deja-dup-19.92.
...
Deja Dup is a simple backup tool. It hides the complexity of backing up
the Right Way (encrypted, off-site, and regular) and uses duplicity as
the backend.
<...>
ok jasper@
2011-09-24 12:21:02 +00:00
ajacoutot
7ff0597561
Add a comment to explain RUN_DEPENDS.
2011-09-24 12:11:38 +00:00
ajacoutot
bd6ea073ca
Disable sharing, there is no code support for it as it was moved to the
...
soon to be imported seahorse-sharing.
2011-09-24 11:48:44 +00:00
ajacoutot
ea8199a0c3
update to stable libcryptui-3.2.0.
2011-09-24 11:42:20 +00:00
jasper
7e4b9b4d56
- remove workaround now that libtool is updated
2011-09-24 09:47:21 +00:00