Swirc IRC client

2016-08-31 Thread Markus Uhlin
Hi Jeremie, I released a new version (v1.1+) with the help of your feedback. For details, consult: https://github.com/uhlin/swirc/blob/master/CHANGELOG.md I attach the updated port in this mail. Hopefully it's better now. But feel free to tweak it more... -- Markus swirc-1.1+.openbsd.port.tgz

Re: NEW: devel/py-execnet

2016-08-31 Thread Landry Breuil
On Wed, Aug 31, 2016 at 05:24:14PM +0100, Edd Barrett wrote: > On Wed, Aug 31, 2016 at 04:34:43PM +0100, Edd Barrett wrote: > > * Fix dependencies. > > * Fix py-test invoke for Python 3. > > * Fix stray spaces in PLIST. > > Items pointed out by shadchin@: > > * Simplify py-test invocation. >

Re: UPDATE: databases/py-sqlalchemy

2016-08-31 Thread Landry Breuil
On Wed, Aug 31, 2016 at 04:54:00PM +0100, Edd Barrett wrote: > This brings our old py-sqlalchemy up to the latest release. > > It depends (directly or indirectly) on the following (all posted to > ports@): > > * py-sqlite2 (update) > * py-execnet (new) > * py-apipkg (new) > * py-test-xdist

Re: [New] net/libtorrent-rasterbar

2016-08-31 Thread Thuban
Oh, by the way, is it still planned to port for python3? Regards, -- /Thuban/ signature.asc Description: PGP signature

Re: update to py-sphinx-1.4.6

2016-08-31 Thread frantisek holop
yes please. thank you. -f Daniel Jakots, 31 Aug 2016 20:06: > Hi, > > Here's a diff to update to py-sphinx to its latest release. It went > through a bulk (thanks aja) without any fallout. > > Comments? OK? > > Index: Makefile >

Re: UPDATE: databases/py-sqlalchemy

2016-08-31 Thread frantisek holop
sqlalchemy-migrate is dead-ish, IIRC alembic is the "official" sqlalchemy migration tool (by the author of sqlalchemy) thanks for the port update, it was really old -f -- the 4th world war will be fought with sticks and rocks.

Re: PATCH: www/phantomjs wxneeded

2016-08-31 Thread Stuart Henderson
On 2016/08/31 18:07, Francisco de Borja Lopez Rio wrote: > On Tue, Aug 30, 2016 at 04:52:28PM +0100, Stuart Henderson wrote: > > On 2016/08/30 11:13, Francisco de Borja Lopez Rio wrote: > > > On Fri, Aug 19, 2016 at 10:49:42AM +0100, Stuart Henderson wrote: > > > > On 2016/08/19 11:42, Francisco

Re: [update] yle-dl-2.11

2016-08-31 Thread Stuart Henderson
I'm not sure if I can test this, but doesn't it need to patch to use ${MODPHP_BIN} rather than "php"? log(u'--adobehds cmd Set command for executing AdobeHDS.php script') log(u'Default: "php /usr/local/share/yle-dl/AdobeHDS.php"') On 2016/08/31

[UPDATE] security/yara

2016-08-31 Thread Remi Pointel
Hi, this is the diff to update yara to 3.5.0. Ok? Cheers, Remi. Index: Makefile.inc === RCS file: /cvs/ports/security/yara/Makefile.inc,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 Makefile.inc --- Makefile.inc 18 Sep

Re: [update] yle-dl-2.11

2016-08-31 Thread Timo Myyrä
Yeah, sounds better. Here's revised diff. Index: Makefile === RCS file: /cvs/ports/multimedia/yle-dl/Makefile,v retrieving revision 1.7 diff -u -u -p -r1.7 Makefile --- Makefile9 Apr 2016 14:50:59 - 1.7 +++ Makefile

update to py-sphinx-1.4.6

2016-08-31 Thread Daniel Jakots
Hi, Here's a diff to update to py-sphinx to its latest release. It went through a bulk (thanks aja) without any fallout. Comments? OK? Index: Makefile === RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v retrieving revision 1.18

NEW: www/netsurf/netsurf-fb

2016-08-31 Thread Anthony J. Bentley
Hi, One of the strengths of netsurf is that it's highly portable and not tied to any particular toolkit. But up until now only the GTK frontend has been available for OpenBSD. Attached is a port for netsurf's framebuffer frontend, and some dependencies (netsurf's framebuffer library and SVG

Re: UPDATE: py-meld3

2016-08-31 Thread Antoine Jacoutot
On Wed, Aug 31, 2016 at 12:58:12AM +0200, frantisek holop wrote: > trivial update to py-meld3. > > also, removing myself as maintainer. > > please test and commit. Committed, thanks for taking care of it. > -f > -- > why does the at logo look like the death star? > Index: Makefile >

Re: PowerDNS 4.0.1: c++11 clue bat needed

2016-08-31 Thread Florian Obser
On Tue, Aug 30, 2016 at 05:10:19PM +0100, Stuart Henderson wrote: > On 2016/08/30 15:54, Florian Obser wrote: ... > Diff with the above changes below. Thank you so much! Very much appreciated. > > I'm getting this in a build though (with either your original diff or mine), > > Using $< in a

NEW: py-apipkg

2016-08-31 Thread Edd Barrett
Hey, A somewhat boring dependency for the py-sqlalchemy update. py2 and 3 flavors, all test passing. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-apipkg.tgz Description: application/tar-gz

new: archivers/brotli

2016-08-31 Thread Pascal Stumpf
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It

Re: NEW: www/netsurf/netsurf-fb

2016-08-31 Thread Landry Breuil
On Wed, Aug 31, 2016 at 03:06:13AM -0600, Anthony J. Bentley wrote: > Hi, > > One of the strengths of netsurf is that it's highly portable and not > tied to any particular toolkit. But up until now only the GTK frontend > has been available for OpenBSD. > > Attached is a port for netsurf's

Re: PowerDNS 4.0.1: c++11 clue bat needed

2016-08-31 Thread Stuart Henderson
Ah, it picks up protobuf if installed. I have it, you don't. I think adding --without-protobuf to CONFIGURE_ARGS is good enough for now. On 2016/08/31 09:27, Florian Obser wrote: > On Tue, Aug 30, 2016 at 05:10:19PM +0100, Stuart Henderson wrote: > > On 2016/08/30 15:54, Florian Obser wrote: >

Re: [New] net/libtorrent-rasterbar

2016-08-31 Thread David Coppa
On Tue, Aug 30, 2016 at 8:54 AM, Anthony J. Bentley wrote: > Supposedly the problem is that libtorrent-rasterbar needs to be built > with C++11 support. But when I tried adding -std=c++11 to libtorrent's > CXXFLAGS it broke the build. Not sure where to go from here.

[UPDATE] PowerDNS to 4.0.1

2016-08-31 Thread Florian Obser
If been running 4.x since some time. Thanks to sthen@ this update is now presentable :) OK? diff --git Makefile Makefile index 638abb3..92c83d1 100644 --- Makefile +++ Makefile @@ -8,8 +8,7 @@ COMMENT-mysql= MySQL database access module for PowerDNS COMMENT-pgsql= PGSQL

[new] ansible-lint

2016-08-31 Thread Landry Breuil
Hi, here's a wip port for ansible-lint, cf https://github.com/willthames/ansible-lint - gave me interesting feedback on my playbooks. Only issue in the port itself: the tarball on pypi.io doesn't contain the test/ subdir, i tried switching to the one from github but the setuptools maze tries to

Re: UPDATE: databases/py-sqlite2

2016-08-31 Thread Stuart Henderson
On 2016/08/31 13:37, Edd Barrett wrote: > On Wed, Aug 31, 2016 at 01:33:24PM +0100, Edd Barrett wrote: > > Hi, > > > > This updates py-sqlite2 so as to fix three failing tests in the upcoming > > py-sqlalchemy update. > > > > (I *think* the MODPY_PY_PREFIX replacement is right) > > Actually I

UPDATE: databases/py-sqlite2

2016-08-31 Thread Edd Barrett
Hi, This updates py-sqlite2 so as to fix three failing tests in the upcoming py-sqlalchemy update. (I *think* the MODPY_PY_PREFIX replacement is right) OK? Index: Makefile === RCS file:

Re: new: archivers/brotli

2016-08-31 Thread Stuart Henderson
On 2016/08/31 13:23, Pascal Stumpf wrote: > Brotli is a generic-purpose lossless compression algorithm that > compresses data using a combination of a modern variant of the LZ77 > algorithm, Huffman coding and 2nd order context modeling, with a > compression ratio comparable to the best currently

Re: new: archivers/brotli

2016-08-31 Thread Stuart Henderson
On 2016/08/31 14:19, Stuart Henderson wrote: > On 2016/08/31 13:23, Pascal Stumpf wrote: > > Brotli is a generic-purpose lossless compression algorithm that > > compresses data using a combination of a modern variant of the LZ77 > > algorithm, Huffman coding and 2nd order context modeling, with a

Re: UPDATE: databases/py-sqlite2

2016-08-31 Thread Edd Barrett
On Wed, Aug 31, 2016 at 02:21:59PM +0100, Stuart Henderson wrote: > No that is OK in PLISTs as well, we use it to allow py-foo and py3-foo to > be installed together (in this case if there was a py3 flavour it would > need to install docs to share/doc/${MODPY_PY_PREFIX}-sqlite2). Right, so we may

Re: UPDATE: databases/py-sqlite2

2016-08-31 Thread Edd Barrett
On Wed, Aug 31, 2016 at 01:33:24PM +0100, Edd Barrett wrote: > Hi, > > This updates py-sqlite2 so as to fix three failing tests in the upcoming > py-sqlalchemy update. > > (I *think* the MODPY_PY_PREFIX replacement is right) Actually I changed my mind on that. Looks like MODPY_PY_PREFIX is for

Re: new: archivers/brotli

2016-08-31 Thread Pascal Stumpf
Fixed tarball attached. brotli.tgz Description: brotli.tgz

Re: [new] ansible-lint

2016-08-31 Thread Landry Breuil
On Wed, Aug 31, 2016 at 03:02:05PM +0200, Landry Breuil wrote: > Hi, > > here's a wip port for ansible-lint, cf > https://github.com/willthames/ansible-lint - gave me interesting > feedback on my playbooks. > > Only issue in the port itself: the tarball on pypi.io doesn't contain > the test/

[update] yle-dl-2.11

2016-08-31 Thread Timo Myyrä
Hi, Here's an update for YLE-dl to make it usable again. Tested by downloading a movie from Areena with subtitles. While here, I can take maintainership for it. Timo Index: Makefile === RCS file:

Re: NEW: devel/py-execnet

2016-08-31 Thread Edd Barrett
On Wed, Aug 31, 2016 at 03:35:20PM +0100, Edd Barrett wrote: > Hi, > > This is a dependency of the upcoming py-test-xdist, which is a > dependency of the py-sqlachemy update (which is a dependency of the > upcoming-if-i-get-that-far py-pandas). > > Python 2 and 3 -- all tests passing. * Fix

NEW: devel/py-execnet

2016-08-31 Thread Edd Barrett
Hi, This is a dependency of the upcoming py-test-xdist, which is a dependency of the py-sqlachemy update (which is a dependency of the upcoming-if-i-get-that-far py-pandas). Python 2 and 3 -- all tests passing. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-execnet.tgz

UPDATE: databases/py-sqlalchemy

2016-08-31 Thread Edd Barrett
This brings our old py-sqlalchemy up to the latest release. It depends (directly or indirectly) on the following (all posted to ports@): * py-sqlite2 (update) * py-execnet (new) * py-apipkg (new) * py-test-xdist (new) All tests passing. In terms of dependent ports, we have: audio/fookebox

UPDATE: devel/acpica 20160729

2016-08-31 Thread Paul Irofti
Hi, This update fixes some parsing bugs found in the SSDT tables on x260's. Ok? Index: Makefile === RCS file: /cvs/ports/devel/acpica/Makefile,v retrieving revision 1.18 diff -u -p -u -p -r1.18 Makefile --- Makefile11 Jan 2016

[PATCH] lang/sbcl - wxneeded working + version bump

2016-08-31 Thread Solène Rapenne
Hello, with the following patch, sbcl build and don't die because of W^X violation Version is also bumped from 1.2.14 to 1.3.8 native_boostrap works with sbcl compiled with sbcl on -current with this patch Binary like stumpwm (a X window manager) produced from sbcl works. Index: Makefile

NEW: devel/py-test-xdist

2016-08-31 Thread Edd Barrett
A py-test plugin. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-test-xdist.tgz Description: application/tar-gz

Re: NEW: py-apipkg

2016-08-31 Thread Edd Barrett
On Wed, Aug 31, 2016 at 12:09:27PM +0100, Edd Barrett wrote: > Hey, > > A somewhat boring dependency for the py-sqlalchemy update. > > py2 and 3 flavors, all test passing. * Fix dependencies * Fix py.test invoke for Python3. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: PATCH: www/phantomjs wxneeded

2016-08-31 Thread Francisco de Borja Lopez Rio
On Tue, Aug 30, 2016 at 04:52:28PM +0100, Stuart Henderson wrote: > On 2016/08/30 11:13, Francisco de Borja Lopez Rio wrote: > > On Fri, Aug 19, 2016 at 10:49:42AM +0100, Stuart Henderson wrote: > > > On 2016/08/19 11:42, Francisco de Borja Lopez Rio wrote: > > > > phantomjs comes with its own

Re: NEW: devel/py-execnet

2016-08-31 Thread Edd Barrett
On Wed, Aug 31, 2016 at 04:34:43PM +0100, Edd Barrett wrote: > * Fix dependencies. > * Fix py-test invoke for Python 3. > * Fix stray spaces in PLIST. Items pointed out by shadchin@: * Simplify py-test invocation. * Remove PKG_ARCH=* OK? -- Best Regards Edd Barrett

Re: NEW: py-apipkg

2016-08-31 Thread Alexandr Shadchin
On Wed, Aug 31, 2016 at 04:25:51PM +0100, Edd Barrett wrote: > On Wed, Aug 31, 2016 at 12:09:27PM +0100, Edd Barrett wrote: > > Hey, > > > > A somewhat boring dependency for the py-sqlalchemy update. > > > > py2 and 3 flavors, all test passing. > > * Fix dependencies > * Fix py.test invoke

update: graphics/sfml

2016-08-31 Thread Pascal Stumpf
Here's an update to graphics/sfml. games/mars needs some light patching. Index: Makefile === RCS file: /cvs/ports/multimedia/sfml/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile7 May 2016 12:40:57

[update] yle-dl-2.11 take 2

2016-08-31 Thread Timo Myyrä
Hi, Didn't notice the license had changed to GPLv3. Here's an fixed diff to take care of that. Timo Index: Makefile === RCS file: /cvs/ports/multimedia/yle-dl/Makefile,v retrieving revision 1.7 diff -u -u -p -r1.7 Makefile ---

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 14:31:12 Modified files: x11/gnome : Makefile Log message: -user-share

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 14:30:56 Removed files: x11/gnome/user-share: Makefile distinfo x11/gnome/user-share/pkg: DESCR PLIST Log message: Remove gnome-user-share; next version requires systemd and

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 14:47:20 Modified files: graphics/goocanvas: Makefile Log message: Make this ignored by PORTROACH.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/08/31 15:57:57 Modified files: x11/xfce4/xfce4-weather: Makefile distinfo Log message: Update to xfce4-weather 0.8.8

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/08/31 16:12:43 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/patches: patch-lib_Makefile Added files: graphics/netpbm/patches: patch-converter_other_tifftopnm_c

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 14:31:43 Modified files: meta/gnome : Makefile Log message: x11/gnome/user-share is no more.

Re: CVS: cvs.openbsd.org: ports

2016-08-31 Thread Landry Breuil
On Wed, Aug 31, 2016 at 02:30:56PM -0600, Antoine Jacoutot wrote: > CVSROOT: /cvs > Module name: ports > Changes by: ajacou...@cvs.openbsd.org 2016/08/31 14:30:56 > > Removed files: > x11/gnome/user-share: Makefile distinfo > x11/gnome/user-share/pkg: DESCR PLIST > >

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 14:25:23 Modified files: devel/py-apipkg: Makefile devel/py-apipkg/pkg: DESCR Log message: Remove UTF-8 from DESCR.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/08/31 14:32:53 Modified files: lang/php/7.0 : Makefile distinfo Log message: udpate to 7.0.10

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 14:32:56 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register gnome-user-share removal.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/08/31 14:33:05 Modified files: lang/php/5.6 : Makefile distinfo Log message: update to 5.6.25

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/08/31 17:05:40 Modified files: editors: Makefile Log message: +emacs-gtk3 Removing this flavor from editors/Makefile was stupid, as the default flavor is built since other ports depend on

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2016/08/31 18:25:40 Log message: Import libnsfb-0.1.4. LibNSFB is a framebuffer abstraction library, written in C. It is currently in development for use with NetSurf and is intended to be suitable

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2016/08/31 18:26:29 Log message: Import libsvgtiny-0.1.4. Libsvgtiny is an implementation of SVG Tiny, written in C. It is currently in development for use with NetSurf and is intended to be

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2016/08/31 18:32:38 Modified files: www/netsurf/browser: Makefile www/netsurf/browser/pkg: PLIST Added files: www/netsurf/browser/patches: patch-Docs_netsurf-gtk_1 Log message: Install

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/31 16:59:53 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/pkg: PLIST-tests Added files: databases/mariadb/patches: patch-sql_signal_handler_cc Log

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2016/08/31 18:31:07 Modified files: www/netsurf: Makefile Log message: +netsurf-fb,libsvgtiny,libnsfb

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/08/31 11:50:39 Modified files: net/haproxy: Makefile distinfo Log message: Update to haproxy-1.6.9

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 02:08:45 Modified files: productivity/tryton/trytond: Makefile distinfo Log message: Update to trytond-3.2.17.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 02:07:34 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.10.60.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/08/31 02:33:37 Modified files: devel/cargo: Makefile distinfo devel/cargo/patches: patch-configure devel/cargo/pkg: PLIST Added files: devel/cargo/patches:

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 01:58:01 Modified files: net/bro: Makefile Log message: Missing bdep on bison.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 02:06:47 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.4.50.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 02:07:10 Modified files: net/py-s3transfer: Makefile distinfo net/py-s3transfer/pkg: PLIST Log message: Update to py-s3transfer-0.1.3.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/31 02:47:12 Modified files: geo/geoclue2 : Makefile Removed files: geo/geoclue2/patches: patch-libgeoclue_Makefile_in Log message: remove now-unneeded patch, it appears the underlying

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/31 02:56:07 Modified files: sysutils/facette: Makefile sysutils/facette/pkg: DESCR Log message: un-utf8 DESCR

Re: CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
On Tue, Aug 30, 2016 at 11:12:47PM -0600, Gonzalo L. Rodriguez wrote: > CVSROOT: /cvs > Module name: ports > Changes by: gonz...@cvs.openbsd.org 2016/08/30 23:12:47 > > Modified files: > www/xombrero : Makefile > > Log message: > Xombrero needs WX. > > From Bryan Linton. I

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/31 03:00:26 Modified files: devel/ruby-rspec/serverspec: Makefile distinfo Log message: update to serverspec-2.36.1

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 02:16:19 Modified files: www/py-meld3 : Makefile distinfo Log message: Update to py-meld3-1.0.2. from frantisek holop (former maintainer), thanks

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 05:08:05 Modified files: x11/gnome/nautilus: Makefile distinfo Log message: Update to nautilus-3.20.3.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Adam Wolk
CVSROOT:/cvs Module name:ports Changes by: aw...@cvs.openbsd.org 2016/08/31 04:11:52 Modified files: devel/luaposix : Makefile distinfo devel/luaposix/pkg: PLIST Removed files: devel/luaposix/patches: patch-test_lua Log message: Update devel/luaposix

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/31 07:33:00 Modified files: www/squidclamav: Makefile distinfo Log message: update to squidclamav-6.16

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2016/08/31 08:25:04 Modified files: net/powerdns : Makefile distinfo net/powerdns/pkg: PLIST-main Added files: net/powerdns/patches: patch-pdns_dns_random_cc

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 07:10:15 Modified files: x11/nagstamon : Makefile distinfo x11/nagstamon/patches: patch-Nagstamon_Config_py patch-setup_py x11/nagstamon/pkg: PLIST Log message:

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/08/31 07:53:11 Modified files: devel/gettext : Makefile distinfo devel/gettext-tools: Makefile distinfo devel/gettext-tools/patches: patch-gettext-tools_configure

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 06:39:34 Modified files: net/py-ipaddress: Makefile net/py-ipaddress/pkg: PLIST Log message: Add a python3 FLAVOR.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 06:40:22 Modified files: net: Makefile Log message: +py-ipaddress,python3

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 06:44:52 Modified files: sysutils/py-psutil: Makefile sysutils/py-psutil/pkg: PLIST Log message: Add a python3 FLAVOR.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 06:45:22 Modified files: sysutils : Makefile Log message: +py-psutil,python3

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/08/31 07:13:02 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PLIST Removed files: geo/qgis/patches: patch-python_core___init___py patch-utf Log message: Update

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2016/08/31 08:20:57 Log message: Import archivers/brotli. ok sthen@. Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2016/08/31 08:21:26 Modified files: archivers : Makefile Log message: sync

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/31 09:00:03 Modified files: geo/geoclue2 : Makefile Added files: geo/geoclue2/patches: patch-libgeoclue_Makefile_in Log message: readd patch, it didn't autofix on i386*.p. ok aja

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/31 09:32:40 Modified files: devel/ctftools : Makefile devel/ctftools/pkg: PLIST Log message: hookup manpages

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 09:11:29 Modified files: sysutils/login_krb5: Makefile distinfo Log message: Update to login_krb5-6.1.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/08/31 09:15:31 Modified files: sysutils/facette: Makefile Log message: Blank line after rcs id.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/31 09:25:03 Log message: import elftoolchain-0.7.1 BSD-licensed implementation of compilation tools (nm, ar, as, ld, etc.) for the ELF object format. Currently only builds

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/31 09:26:22 Log message: import ctftools, from illumos via freebsd Collection of CTF tools: ctfconvert, ctfdump and ctfmerge. ok aja@ Status: Vendor Tag: jasper

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/31 09:27:05 Modified files: devel : Makefile Log message: +ctftools +elftoolchain

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2016/08/31 10:18:58 Modified files: x11/cegui : Makefile distinfo x11/cegui/patches: patch-cegui_src_DynamicModule_cpp

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/08/31 10:17:47 Modified files: devel : Makefile Log message: Link py-apipkg.

Re: CVS: cvs.openbsd.org: ports

2016-08-31 Thread Gonzalo L. Rodriguez
Yup, think the same On mié, ago 31, 2016 at 05:18, Antoine Jacoutot wrote: On Tue, Aug 30, 2016 at 11:12:47PM -0600, Gonzalo L. Rodriguez wrote: > CVSROOT: /cvs > Module name: ports > Changes by: gonz...@cvs.openbsd.org 2016/08/30 23:12:47 > > Modified files: >

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/08/31 10:03:19 Modified files: databases/py-sqlite2: Makefile distinfo databases/py-sqlite2/pkg: PLIST Log message: Update to py-sqlite2-2.8.3 OK sthen@, thanks.

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/08/31 10:14:27 Log message: Import py-apipkg. ---8<--- With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is

CVS: cvs.openbsd.org: ports

2016-08-31 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2016/08/31 10:48:33 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself to geo/openbsd-developers. OK awolk@

Re: CVS: cvs.openbsd.org: ports

2016-08-31 Thread Antoine Jacoutot
On August 31, 2016 4:46:07 PM GMT+01:00, "Gonzalo L. Rodriguez" wrote: >Yup, think the same > >On mié, ago 31, 2016 at 05:18, Antoine Jacoutot >wrote: >On Tue, Aug 30, 2016 at 11:12:47PM -0600, Gonzalo L. Rodriguez wrote: >> CVSROOT: /cvs >> Module name: