jasper
667cc8fd1b
import statusnet 0.8.2
...
StatusNet (formerly Laconica) is a Free and Open Source microblogging
platform. It helps people in a community, company or group to exchange
short (140 character) messages over the Web. Users can choose which
people to "follow" and receive only their friends' or colleagues' status
messages. It provides a similar service to sites like Twitter, Jaiku,
Yammer, and Plurk.
not hooking it up to the builds yet, as it will need some more tweaking
to set up.
2010-01-03 17:29:35 +00:00
jcs
ef43c8350d
i moved, stop sending missiles to my old house
2010-01-03 16:40:42 +00:00
jakemsr
dad23d7bfb
- use sndio instead of ossaudio
...
- regen patches
- @bin marker
2010-01-03 08:58:07 +00:00
jakemsr
33315fbf42
use sndio for audio
...
ok naddy@ (MAINTAINER)
2010-01-02 20:44:19 +00:00
naddy
daece9aad1
* update to 1.0.21
...
* use sndio instead of ossaudio
with jakemsr@
2010-01-02 17:53:27 +00:00
naddy
b8bfcd2111
update to bugfix release 3.0.7
2010-01-02 17:51:52 +00:00
landry
474e865ea6
Update to xfce4-settings 4.6.4, bugfix and translation release.
2010-01-02 15:23:46 +00:00
landry
5874014205
Update to xfce4-panel 4.6.3, bugfix & translation release.
2010-01-02 15:15:30 +00:00
espie
87a403339e
adapt to new api
2010-01-02 12:54:22 +00:00
msf
198953c52f
update to merb 1.0.15, which actually works with the version of datamapper
...
we have in tree. take maintainership
ok bernd@
2010-01-02 00:28:55 +00:00
sthen
056e4d6cc4
Adjust FH_DATE_PAST_20XX rule so it doesn't trigger on all dates from 2010.
...
From upstream repository.
2010-01-01 22:41:15 +00:00
ajacoutot
d23a1cb5aa
Update to nautilus-open-terminal-0.18.
2010-01-01 21:51:44 +00:00
jcs
c27d48be73
make this actually work again after the last update from pirofti
...
the authors changed the interfaces to the bcrypt() and
bcrypt_gensalt() routines, so rename them to avoid conflicting with
our own routines in libc
2010-01-01 20:35:34 +00:00
ajacoutot
91a08fe7dc
Bugfix update to MySQL 5.1.42.
...
See http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html for details.
from Brad
2010-01-01 19:54:33 +00:00
robert
f98440fa15
- add mssql and pdo_dblib extensions from Antti Harri <iku@openbsd.fi>
...
- fix the odbc and soap configure args when they are disabled
2010-01-01 19:48:23 +00:00
robert
ee510d6d18
Update to mc-4.7.0 which brings many many new features and bugfixes
...
like UTF-8 support. diff from Alexandr Shadchin <alexandr.shadchin@gmail.com>
2010-01-01 19:21:05 +00:00
ajacoutot
0b5d0a473f
Minor update to gtk-engines2-2.18.5:
...
* removal of a potential infinite loop in different clearlooks styles
2010-01-01 16:26:04 +00:00
kili
b6ab5b7165
Unbreak after openmotif change.
...
Regen PLIST, adjust WANTLIB, bump.
2010-01-01 12:25:17 +00:00
kili
d74f83d278
Update to 2.12.3.
2010-01-01 11:00:49 +00:00
nicm
7632194958
Take maintainership, ok okan
2009-12-31 21:33:42 +00:00
landry
85e34e2d7c
+glog
2009-12-31 15:49:40 +00:00
landry
beea239526
Import glog-0.3.0:
...
The glog library implements application-level logging. This library
provides logging APIs based on C++-style streams and various helper
macros.
From MAINTAINER Vicent Auclair (thanks!) @ ACSEL and a few tweaks by me
2009-12-31 15:48:59 +00:00
sthen
e0db87e993
update to 2.53 with various improvements and cleanups
...
N.B. deprecated options have been removed in this update.
2009-12-31 14:53:33 +00:00
sthen
863b25ba3f
update to 1.0.25
2009-12-31 14:49:45 +00:00
kevlo
8626084f17
Update to 4.0.5
...
ok pea@
2009-12-31 14:31:37 +00:00
kili
cc2a74fc3a
Use ${MAKE_PROGRAM}, not ${GMAKE}.
...
ok ajacoutot@
2009-12-31 14:07:19 +00:00
landry
4f6a7920cc
Add shared-mime-info to RUN_DEPENDS, since gtk+ 2.14 gdk-pixbuf can use
...
GIO for mime type detection, which needs shared-mime-info. Otherwise,
gdk-pixbuf falls back to its built-in sniffing implementation.
discussed with and ok ajacoutot@ jasper@
2009-12-31 13:07:30 +00:00
eric
ebb1fdf249
update to 0.10.0
...
ok pea@
2009-12-31 12:34:45 +00:00
eric
b0d7cfc066
update to 0.6.0
...
ok pea@
2009-12-31 12:31:44 +00:00
espie
7d383f48ef
remove extra under-specified stdc++ libdepends.
2009-12-31 12:06:35 +00:00
landry
3696a7757f
Update to xfce4-dict 0.6.0, translation and bugfix release. Fix WANTLIB
...
while here.
2009-12-31 12:01:26 +00:00
landry
bda5264cc1
Update to gigolo 0.4.0, translation & bugfix release.
2009-12-31 12:00:47 +00:00
landry
2ddcd51019
+gtest
2009-12-31 11:22:28 +00:00
landry
e02d06d91c
Import gtest 1.4.0:
...
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on
the xUnit architecture. Supports automatic test discovery, a rich set
of assertions, user-defined assertions, death tests, fatal and
non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.
From MAINTAINER Vincent Auclair (thanks!) @ ACSEL
2009-12-31 11:21:13 +00:00
ajacoutot
9712a9c04d
Update to the latest rubrica2 release: 2.0.7.
2009-12-31 10:27:30 +00:00
benoit
09ff3217ba
- unbreak lbreakout2
...
naddy@ who reported the issue, ok edd@
2009-12-30 16:36:32 +00:00
benoit
9a4a96d511
IW /tmp/xx (Modified) Row 4 Col 1 5:36 Ctrl-K H for help
...
- unbreak lbreakout2
naddy@ who reported the issue, ok edd@
2009-12-30 16:36:22 +00:00
giovanni
bc4e5a6a38
Update to 0.1623, fixes compatibility issue with Perl 5.10.1 spotted
...
by Mikolaj Kucharski.
2009-12-30 14:20:34 +00:00
jasper
994c9419ed
- update filezilla to 3.3.0.1
...
- remove gnutls hack
2009-12-30 13:49:09 +00:00
jasper
291399cd69
- update json-glib to 0.10.0
2009-12-30 12:55:48 +00:00
kevlo
e5fa1b9d44
- update to 1.9.7; tested by Fred Crowson
...
- drop maintainership
2009-12-30 10:01:31 +00:00
stephan
8a942fc169
- update to 0.14
...
- style tweaks
ok sthen@ jasper@
2009-12-30 09:56:39 +00:00
jasper
25dba93d54
- update znc to 0.078
...
from brad smith (MAINTAINER)
2009-12-30 09:46:42 +00:00
jasper
96fff38b66
- update fet to 5.12.0
2009-12-30 09:16:22 +00:00
giovanni
7a1e742553
Update to bugfix release 2.6.8
...
ok jasper@ stephan@
2009-12-30 09:06:12 +00:00
fgsch
8d43645efb
Update to openvpn_bsdauth 5. fkr@ ok.
2009-12-30 01:11:05 +00:00
benoit
6aacb5b150
- Rename obprop to resolve a conflict with misc/openbabel
...
jasper@ who reported the issue, ok ajacoutot@
2009-12-29 23:32:02 +00:00
jasper
5d8b361c1c
- revert previous update, to what turned out to be a development version.
2009-12-29 23:25:58 +00:00
jasper
4406624518
- update glabels to 2.2.6
2009-12-29 23:02:20 +00:00
jasper
2e3c6401bc
- update rubrica2 to 2.1.6
2009-12-29 22:49:12 +00:00