105268 Commits

Author SHA1 Message Date
sthen
d973289c58 +tokyocabinet 2015-10-11 21:39:43 +00:00
sthen
f1d694f382 import ports/databases/tokyocabinet, ok landry@
Tokyo Cabinet, developed as the successor of QDBM, is a library of
routines for managing a simple file-based key/value database.
Keys and values are serial bytes with variable length; both binary
data and character string can be used as key or value. Data are
organized in a hash table, B+ tree, or fixed-length array.
There is no concept of data tables or data types.
2015-10-11 21:39:18 +00:00
sthen
f9e7aa16ff bzip2 now also needs rpath 2015-10-11 21:07:32 +00:00
ajacoutot
16a0952e39 Cope with GKqueue Monitor change in newer GLib. 2015-10-11 17:33:33 +00:00
rpointel
79b998e610 update tortoisehg to 3.5.2.
ok aja@.
2015-10-11 15:57:33 +00:00
rpointel
b5efc4fb91 update mercurial to 3.5.2.
ok aja@.
2015-10-11 15:57:02 +00:00
kili
251e000224 Update to poppler-0.37.0.
ok aja@
2015-10-11 15:50:49 +00:00
ajacoutot
f1fceec312 Missing LIB_DEPENDS on devel/libidn. 2015-10-11 15:22:20 +00:00
rpointel
c0093af19f update django-lts to 1.8.5.
ok aja@.
2015-10-11 15:05:50 +00:00
ajacoutot
71facd869a Regen WANTLIB-sane to unbreak.
breakage reported by naddy@
2015-10-11 14:52:52 +00:00
sthen
1aaafd59da needs libtool m4 files, found by nigel@ 2015-10-11 11:21:49 +00:00
jasper
c713351bde update to gtksourceview-3.18.1 2015-10-11 10:03:19 +00:00
benoit
424579b3aa Update to Net-SFTP-Foreign-1.79. 2015-10-11 09:28:45 +00:00
benoit
6b3c64593a Update to pngcrush-1.7.87. 2015-10-11 08:50:50 +00:00
ajacoutot
6e6027770c Update to gnome-maps-3.18.1. 2015-10-11 08:15:00 +00:00
ajacoutot
92067b9670 Google bits were missing in PSEUDO_FLAVORS. 2015-10-11 07:52:52 +00:00
ajacoutot
f4296ed6b7 Add PORTROACH limit. 2015-10-11 07:30:34 +00:00
sthen
9c7d769e3a Update to pidgin-sipe 1.20.0, fixing connections with Office 365 now MS have
disabled RC4 support. From Mattieu Baptiste, "maintainer has the same diff".
2015-10-10 20:22:25 +00:00
kili
4b3cff07bf Restore REVISION (this wasn't a real update). 2015-10-10 20:19:19 +00:00
sthen
ea0f321243 update to asterisk-11.20.0 2015-10-10 19:58:47 +00:00
sthen
97d3ab1a75 fix tests, they need an extra file (relatively large compared to the main
distfile, and with no copyright info) so there's a manual step to fetch that.
(set TEST_IS_INTERACTIVE).
2015-10-10 13:00:04 +00:00
sthen
50e0d03ebb update to asterisk-g729 1.3 2015-10-10 12:35:56 +00:00
sthen
7dbde8c538 +bcg729 2015-10-10 12:33:33 +00:00
sthen
1dc1a5463b import telephony/bcg729, ok landry@, tweak from czarkoff@
Bcg729 is a software G729A encoder and decoder library written in C,
developed by Belledonne Communications, the company supporting the
Linphone project. It was written from scratch and is NOT a derivative
work of ITU reference source code in any kind.
2015-10-10 12:33:16 +00:00
sthen
ee9eccee2a fix LIB_DEPENDS-pjsua, problem reported by naddy 2015-10-10 12:30:38 +00:00
ajacoutot
00af6b6728 -main only needs iconv, not gettext. 2015-10-10 10:15:09 +00:00
ajacoutot
3fbb58fa58 Add a dependency on x11/gnome/gvfs,-google,. 2015-10-10 09:44:27 +00:00
ajacoutot
364398b48c Add a -google subpackage: GVFS mount module for Google Drive. 2015-10-10 09:42:59 +00:00
kirby
2f3001454e update to hugin-2014.0.0
add missing build dependency (from sthen@)
ok sthen@, maintainer
2015-10-10 08:44:39 +00:00
kirby
46acef9019 update to libpano13-2.9.19, required by upcoming hugin update.
ok sthen@, maintainer
2015-10-10 08:32:04 +00:00
ajacoutot
9d70b545cb Sync login_passwd with OpenBSD. 2015-10-10 07:35:13 +00:00
tim
3ed0d895ac Update to 0.83; OK sthen@ 2015-10-09 22:16:51 +00:00
tim
0b066f60cd Update to 4.48.0; OK sthen@ 2015-10-09 22:15:49 +00:00
sthen
14b0496a47 Update and rework the telephony/pjsua port. The upstream distribution
is a telephony library (pjsip) with some sample applications; pjsua
itself is one of those samples. Previously the port built everything
but only installed the application; newer versions of Asterisk require
the libraries, so I've converted to multi-packages, providing a new
pjsip package with the libs, and retaining pjsua as a separate package
providing the CLI SIP client.

Taking maintainership with the agreement of chrisz@.
2015-10-09 21:28:13 +00:00
ajacoutot
be4dc63481 Sync wantlib/depends to unbreak after recent sane-backends update.
reported by nigel@
2015-10-09 18:21:34 +00:00
sthen
9bb5b6f0cf +rspamd 2015-10-09 16:09:56 +00:00
sthen
885c079421 import ports/mail/rspamd, joint work with brad - not yet perfect, but in
good enough shape to continue in tree.  tweak/ok giovanni@.

Rspamd is an advanced spam filtering system that allows evaluation of messages
by a number of rules including regular expressions, statistical analysis and
custom services such as URL black lists. Each message is analysed by rspamd and
given a spam score.

According to this spam score and the user's settings rspamd recommends an action
for the MTA to apply to the message- for example to pass, reject or add a
header. Rspamd is designed to process hundreds of messages per second
simultaneously and has a number of features available.
2015-10-09 16:09:17 +00:00
sthen
3b7fa75e62 reserve 756 for mail/rspamd 2015-10-09 16:08:09 +00:00
naddy
4cd7f97ec6 explicitly replace symlink with file and use sed -i 2015-10-09 15:28:24 +00:00
sthen
787ebf4e8b update to quodlibet-3.5.0 2015-10-09 14:51:57 +00:00
sthen
f60619de23 update to ocserv-0.10.9 2015-10-09 14:47:40 +00:00
sthen
157f9bf6cb update to ccache-3.2.4
- Improved signal handling: Kill compiler on SIGTERM; wait for compiler to exit
  before exiting; die appropriately.

- The correct compression level is now used if compression is requested.

- Fixed a bug where cache cleanup could be run too early for caches larger than
  64 GiB on 32-bit systems.
2015-10-09 13:33:44 +00:00
jasper
e32922a8b1 sed -i 2015-10-09 12:48:21 +00:00
jasper
02e26726b9 remove post-configure, the '@perl' hid the fact the file operated on no longer exists 2015-10-09 12:38:25 +00:00
jasper
e5349ec9b1 use SUBST_CMD 2015-10-09 12:23:29 +00:00
jasper
6795e1dc94 update to elasticsearch-1.7.2 2015-10-09 12:23:24 +00:00
ajacoutot
d980efe757 Update to baobab-3.18.1. 2015-10-09 11:59:56 +00:00
sthen
cb7e44bbc2 fix tests for py3, spotted by ajacoutot@ 2015-10-09 10:07:18 +00:00
czarkoff
aa2905e072 Re-enable DTLS in libre
OK sthen@
2015-10-09 09:54:00 +00:00
sthen
26b53c6870 cope with 'env python' (extra space) in MODPY_BIN_ADJ, ok landry 2015-10-09 09:22:48 +00:00