87755 Commits

Author SHA1 Message Date
brad
370c7f2f0f Update to ircd-hybrid 8.1.8.
Similar diff and typo fix from Adam Jeanguenat <avj at voyager dot 6v6 dot org>

ok sthen@
2013-10-31 01:23:25 +00:00
brad
17dffabb14 Upgrade to gmake 4.0.
Bulk build tested by landry@

ok sthen@
2013-10-30 23:08:56 +00:00
bcallah
c8d38c929f +sdl2-image 2013-10-30 23:03:34 +00:00
bcallah
20140d1fd4 Import devel/sdl2-image, the SDL2 image library.
ok landry@
2013-10-30 23:03:07 +00:00
zhuk
f110461523 Zap -cups completely, and cleanup Makefile while there. Needed to make
upcoming diff readable.

okay landry@
2013-10-30 21:02:30 +00:00
fgsch
8b3750eb0c Update dictionary to 20131026.
file hostes by ajacoutot, thanks!
2013-10-30 20:21:11 +00:00
brad
5396b30573 Update to QEMU 1.6.1.
ok sthen@
2013-10-30 19:53:29 +00:00
bcallah
d7274d02ad +sdl2 2013-10-30 18:11:34 +00:00
bcallah
172b2e38c8 Import devel/sdl2, SDL2-2.0.1, the latest release of SDL.
Most of the porting work done by jsg@.
ok jsg@ (who was also ok with me taking maintainer) bentley@ landry@
2013-10-30 18:11:11 +00:00
benoit
8a37551002 +py-ecdsa 2013-10-30 16:35:11 +00:00
ajacoutot
e19f85b88f path_namespace='/' should match everything (upstream). 2013-10-30 15:41:58 +00:00
dcoppa
635a96784e Update tomcat7 to 7.0.47.
While here, fix COMMENT.
2013-10-30 15:35:22 +00:00
benoit
f9ca202f5e Import security/py-ecdsa
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python, released under
the MIT license. With this library, you can quickly create keypairs (signing
key and verifying key), sign messages, and verify the signatures. The keys
and signatures are very short, making them easy to handle and incorporate
into other protocols.

ok sthen@
2013-10-30 15:24:54 +00:00
dcoppa
ae719919a2 Fix DefaultAsynchronousChannelProvider.create so it does not crash
("java.lang.InternalError: platform not recognized"), but instead
creates an instance of BsdAsynchronousChannelProvider().

From FreeBSD PR 183389

okay kurt@ (maintainer)
2013-10-30 15:23:32 +00:00
landry
b3cee68a04 Enable the JP2OpenJPEG driver using the newly imported graphics/openjp2
port. See http://www.gdal.org/frmt_jp2openjpeg.html for features and
differences with the jasper-based driver (mainly, being able to use
GeoJP2 support without needing a hacked up jasper library).
2013-10-30 15:22:33 +00:00
ajacoutot
f0f074dada Fix saslauthd man page display; noticed by aalm@
While here, add missing libgs2 (stupid make plist).
2013-10-30 15:06:46 +00:00
dcoppa
2cc2d0c2d3 Update to 2013.10.30 and remove USE_GROFF, as suggested by schwarze@ 2013-10-30 13:23:35 +00:00
stsp
9ac8794803 Fix pulseaudio --start to not wait for a thread created in a parent process.
Doing so makes the child hang indefinitely (undefined behaviour as per POSIX).
It is now possible to log out of GNOME and log back in again.
bug analyzed by guenther@ ok aja@
2013-10-30 10:49:31 +00:00
ajacoutot
325e58b325 Missing RUN_DEPENDS. 2013-10-30 10:46:20 +00:00
ajacoutot
9b557d0ce6 +py-sql 2013-10-30 10:45:42 +00:00
ajacoutot
0bdeb11003 Import py-sql-0.2.
python-sql is a library to write SQL queries in a pythonic way.

ok robert@
2013-10-30 10:45:12 +00:00
schwarze
ab7bd9c293 +p5-Devel-Cover-Report-Clover 2013-10-30 09:53:13 +00:00
schwarze
d243429431 Import devel/p5-Devel-Cover-Report-Clover.
This module generates Clover compatible coverage XML files which
can be used in various continuous integration software systems.
It is designed to be called from the cover(1) program distributed
in the p5-Devel-Cover package.

ok benoit@ (who updated p5-Devel-Cover earlier this year) and sthen@
2013-10-30 09:50:30 +00:00
ajacoutot
8c0084f3ef Fix job history, from upstream via Fedora. 2013-10-30 08:35:55 +00:00
benoit
8180f1ab18 Update to rocksndiamonds 3.3.1.0. 2013-10-30 08:25:20 +00:00
bluhm
7916cf5c54 update p5-Net-SIP to 0.683 2013-10-30 02:07:36 +00:00
sthen
fff066bfb1 Update to MuPDF 1.3, and enable cURL support (separate binary, not subpackaged
here as cURL is a fairly common package).

Earlier version without cURL support ok rpe@, additional tests on various
arch from brett@, Florian Stinglmayr and Donovan Watteau (who also reminded
me about a change of name for mubusy needed in DESCR).
2013-10-29 22:08:59 +00:00
jasper
7473fe88f4 regen WANTLIB to unbreak after libvirt update; spotted by naddy@, thanks! 2013-10-29 17:58:06 +00:00
naddy
67986bb243 move icons to /cvsweb/icons so they are accessible by both httpd and nginx 2013-10-29 16:30:15 +00:00
stsp
e4c7f72cff Update to Subversion 1.8.4. Maintenance release, mostly client-side fixes. 2013-10-29 16:02:28 +00:00
landry
fd7dfdbe7e Escape a trailing $ in the RCSId line of the sample config string,
otherwise newer perls complain loudly with 'Global symbol "$SID"
requires explicit package name'. Fix dead HOMEPAGE while here.
2013-10-29 15:16:56 +00:00
ajacoutot
1a94183dba Always prefer sndio sink and src over anything else. This fixes a long
standing bug with some video formats when gstreamer1-plugins-pulse was
installed (output sounded like static).

While here, replace some printf with GST_DEBUG.
2013-10-29 14:09:20 +00:00
ajacoutot
3b24322e3c Do not blindly sleep but instead wait to ttys initialization before
starting.
2013-10-29 11:08:24 +00:00
stsp
a24c800720 Make duplicity depend on py-paramiko, which provides the default SSH backend.
Fixes "BackendException: Could not initialize backend: No module named paramiko"
ok juanfra benoit ajacoutot
2013-10-29 10:28:57 +00:00
ajacoutot
e88ac36626 Add iec16022 support. 2013-10-29 09:27:50 +00:00
ajacoutot
579b3ce556 +iec16022 2013-10-29 09:27:15 +00:00
ajacoutot
d4ea0694f8 Import iec16022-0.2.4.
iec16022 can produce 2D barcodes often also referenced as DataMatrix.

ok jasper@
2013-10-29 09:26:29 +00:00
dcoppa
1a983cc3cd youtube-dl-2013.10.29. Bug fixes and a new extractor for MySpace. 2013-10-29 09:18:43 +00:00
ajacoutot
42c43d5afd Update to glabels-3.2.0. 2013-10-29 07:42:51 +00:00
robert
1fd0a9bfdc update to 30.0.1599.101 2013-10-29 06:51:34 +00:00
sebastia
f750dd8cd1 hook up opengroupware 2013-10-29 06:17:37 +00:00
sebastia
94911cba3e OpenGroupware is a full-featured groupware system developed in
Objective-C on SOPE using a WebObject paradigm.  Besides the standard
groupware features as webmail, contacts, appointment and task
management, it also provides a project and document management facility.

Feedback and suggestions from landry@ and ajacoutot@

OK landry@, ajacoutot@
2013-10-29 06:16:26 +00:00
sebastia
b851ec1000 reserve uid for www/opengroupware daemon user 2013-10-29 06:12:13 +00:00
sthen
8457d9776b +openjp2 2013-10-29 00:02:08 +00:00
sthen
b38755cca4 import graphics/openjp2, OpenJPEG 2.0 (which has a different API to 1.5.x).
ok rpe@ landry@
2013-10-29 00:01:50 +00:00
fgsch
65593f2203 Update to Werkzeug 0.9.4. 2013-10-28 19:56:51 +00:00
ajacoutot
a04158880f Update to gtkmm-3.10.1. 2013-10-28 19:34:16 +00:00
landry
8d8e94e4c2 Add --without-lzma to CONFIGURE_ARGS to ensure gdb doesnt pick a hidden
dependency on archivers/xz.
2013-10-28 18:11:06 +00:00
bcallah
2cff592697 Bugfix update to 1.3.10.27.2 - fixes missing graphics and a game-breaking
shop bug.
2013-10-28 17:32:31 +00:00
bcallah
4f2d714a70 Minor update to 3.22.2.
ok benoit@
2013-10-28 15:36:03 +00:00