giovanni
62dc7a520a
Import SQLgrey, a Postfix greylisting policy daemon
...
Some help from kili@
SQLgrey is a Postfix greylisting policy service with
auto-white-listing with SQL database as storage backend.
It has many features including ipv6 support, activity
reports, fine log controls.
SQLgrey uses the Sqlite database by default, but it can also use
MySQL or Postgresql.
2009-11-16 10:43:55 +00:00
giovanni
51c279856e
Add a user for mail/sqlgrey
2009-11-16 10:40:35 +00:00
giovanni
3bb32e925d
Remove archivers/{freeze,unarj,unrar} from run-dependencies and use p7zip instead.
...
Users should tweak their config files before removing the old dependencies.
ok sthen@, msf@, aja@
2009-11-16 10:37:31 +00:00
ajacoutot
9075daa679
This daemon does not need to be setuid anymore.
2009-11-16 10:21:37 +00:00
ajacoutot
de795ccd72
Fix CONFIGURE_STYLE conditionnal.
...
thanks to bernd@ for refreshing my goldfish memory on pattern matching.
2009-11-16 08:39:28 +00:00
pyr
85b95bcba5
+ droid-fonts
2009-11-16 07:55:36 +00:00
pyr
7097f2a8f7
import droid-fonts. nice fonts as seen on the android devices.
...
ok ajacoutot@ & matthieu@
2009-11-16 07:54:36 +00:00
steven
218487feca
spacing
2009-11-15 22:05:36 +00:00
steven
d343c92dff
look for .la file associated with -lfoo argument in the cwd too
...
seems to fix a handful of ports
2009-11-15 21:51:59 +00:00
sthen
f00c67ed59
Update to 1.0.26, ok Brad (maintainer). Similar diff from chl@
2009-11-15 17:47:36 +00:00
ajacoutot
09a6e22955
Respect XDG_MENU_PREFIX.
...
Set default menu file to gnome-applications.menu.
2009-11-15 17:36:38 +00:00
naddy
cbdb1edad4
Fix the actual bug that caused translated message catalogs to be
...
displayed incorrectly, and remove the workaround. ok landry@, ajacoutot@
2009-11-15 17:13:44 +00:00
ajacoutot
9ae851efe3
Do not hardcode applications.menu.
2009-11-15 15:20:50 +00:00
ajacoutot
b29a744178
If XDG_MENU_PREFIX is not set, set it. This allows the menu to work when
...
not using gnome-session and not knowing about XDG_MENU_PREFIX.
2009-11-15 14:10:02 +00:00
ajacoutot
c663c5d14d
Unbreak...
...
spotted by pyr@
2009-11-15 08:53:04 +00:00
ajacoutot
da8b64728a
Remove useless patch.
...
No pkg change, no bump.
prodded by and ok naddy@
cvs: ----------------------------------------------------------------------
2009-11-14 22:52:20 +00:00
ian
b24fb12c52
Add patch to correct typos in messages; bump. OK jolan@ (maintainer)
2009-11-14 19:35:01 +00:00
sthen
17aff117b9
Update to 2.48
2009-11-14 18:42:35 +00:00
sthen
7cf9d872ae
Update to 0.6.19
2009-11-14 18:37:53 +00:00
landry
ffe06e820d
Set XDG_MENU_PREFIX in startxfce4 to 'xfce-', for a better compliance with
...
fd.o menu spec. Prompted by & after discussion with aja@.
Also reported upstream as http://bugzilla.xfce.org/show_bug.cgi?id=5980
2009-11-14 16:43:27 +00:00
ajacoutot
ac7d104490
Set XDG_MENU_PREFIX.
...
ok landry@
2009-11-14 16:41:57 +00:00
ajacoutot
a823c8b922
Respect XDG_MENU_PREFIX instead of using the hardcoded applications.menu
...
and remove the symlink hack.
ok landry@
2009-11-14 16:41:03 +00:00
ajacoutot
d258ef71f1
Remove the symlink hack, we are now using XDG_MENU_PREFIX.
2009-11-14 16:39:44 +00:00
ajacoutot
81ba303723
Respect XDG_MENU_PREFIX instead of using the hardcoded applications.menu.
...
ok landry@
2009-11-14 16:39:05 +00:00
ajacoutot
bde1f6c798
+evolution-exchange
2009-11-14 16:35:16 +00:00
ajacoutot
ca7710062c
Import evolution-exchange-2.28.1
...
This is the Ximian/Novel Connector for Microsoft Exchange, which adds
support for Microsoft Exchange 2000, 2003 and 2007 to Evolution.
2009-11-14 16:34:31 +00:00
ajacoutot
875dcf863c
Fix and enable exchange operations plugin, needed by upcoming
...
evolution-exchange.
Rework a bit the nasty hack from previous commit.
2009-11-14 16:33:16 +00:00
ajacoutot
cec9282f5c
SHA1_Update conflicts with openssl which may be dynamically loaded
...
at runtime via other libs (cups, kerberos...) so causing a crash due to
using the wrong binding.
Rename here to avoid conflict.
from pkgsrc
ok sthen@ jasper@ robert@
2009-11-14 16:31:06 +00:00
ajacoutot
7178d8128f
Update to py-xdg-0.18 which adds support for XDG_MENU_PREFIX.
...
prodded by landry@
2009-11-14 14:16:23 +00:00
ajacoutot
fcac72bf2b
Update to gtkaml-0.2.9.1 (updated for Vala 0.7.8).
2009-11-14 11:41:04 +00:00
ajacoutot
357c76a012
Update to vala-0.7.8.
2009-11-14 11:39:57 +00:00
landry
e3bc39d157
Fix de es fr pt_BR locales. Advertising the potfiles being UTF-8 while
...
they are in fact ISO-8859-1 badly breaks things. Pango doesn't complain
anymore, and accentued chars are correctly displayed now.
Note that i have nothing against ru zh_CN zh_TW zh_KR locales, but i
didn't find a way to unfuck the upstream potfiles.
ok ajacoutot@
2009-11-14 11:28:54 +00:00
ajacoutot
702887236e
Update to pinot-0.95.
...
Bugfix updates and daemon speed up.
Developer Fabrice Colin merged all of our patches.
2009-11-14 11:27:51 +00:00
sthen
b4e290642b
- match upper-case chars when detecting rrd file types; avoids problems
...
with processes with names containing upper-case characters.
- take MAINTAINER, bump PKGNAME
2009-11-14 11:06:42 +00:00
ajacoutot
7a43e69372
Bugfix update to xapian-core-1.0.16.
...
(needed for upcoming pinot update)
2009-11-14 10:57:44 +00:00
benoit
96ac375702
- update tor to 0.2.1.20
...
- add patches using the new SSL/TLS renegotiation.
ok rui@, ajacoutot@
2009-11-14 10:09:05 +00:00
jasper
c4965acd2d
re-import www/drupal6/nodetype, original by stephan@:
...
Change the content type of your posts while editing them.
This module is extremely simple and *only* changes the node
type in the database column. That is all. It does not convert
any CCK fields or change other things about the node.
Only use it when you know *exactly* what you're doing!
ok espie@ and jasper@ ports-wise
2009-11-14 08:19:57 +00:00
jasper
30cff008ee
- remove, it was imported into the wrong directory.
2009-11-14 08:15:06 +00:00
jakob
d004b5df78
upgrade to postfix snapshot 20091110; from brad
2009-11-14 07:05:44 +00:00
jakob
f7188a8991
upgrade to stunnel v4.28
2009-11-14 06:32:25 +00:00
jdixon
0b67b94ccc
Update to 1.0.
...
Please note:
Users upgrading from a prior release should review Blogsum/Config.pm.dist
for new settings to merge with their local Blogsum/Config.pm.
pretty fucking awesome merdely@
2009-11-14 05:28:28 +00:00
ajacoutot
4bd45bcbac
Generated library was linked against a non existent version, unbreak.
...
from Antti Harri with a tweak.
2009-11-13 20:41:43 +00:00
stephan
21d628537d
update to 6.04, ok kevlo@ and sthen@
2009-11-13 19:05:50 +00:00
ajacoutot
d057fe29e3
Start cleaning up the mess...
...
We can now restart/shutdown the machine. There are still a couple of tweaks
pending wrt to gnome-panel which I'll work on next.
Regen PLIST while here.
2009-11-13 15:48:05 +00:00
sthen
e8330b2841
Use ${LOCALBASE}/bin/sipsak rather than relying on PATH to be set.
...
Fixes SIP checks when nagios is started from rc.local. Bump PKGNAME.
2009-11-13 15:30:51 +00:00
ajacoutot
eb874011f3
Bring in several fixes from FreeBSD and fd.o bugzilla.
...
Fix tty names, cmd arguments... Install the stop/restart scripts.
Remove policykit support for now.
2009-11-13 14:52:33 +00:00
kevlo
ba48cd1fd9
update to 0.0.10
...
ok jasper@
2009-11-13 14:25:42 +00:00
pea
8ff6480d11
Completel support for tmux
...
"go ahead" jasper@
2009-11-13 12:26:40 +00:00
jasper
11c8d5e00e
add py-nltk
2009-11-13 12:17:55 +00:00
jasper
f3a5127b04
import py-nltk 2.0b7
...
NLTK, the Natural Language Toolkit, is a suite of open source Python
modules, data sets and tutorials supporting research and development in
Natural Language Processing.
A substantial amount of documentation about how to use NLTK, including a
textbook and API documention, is available from the NLTK website:
http://www.nltk.org/
2009-11-13 12:17:08 +00:00