[UPDATE] audio/abcde 2.7.1

2015-12-23 Thread Christopher Zimmermann
Hi,

here's an update of audio/abcde to 2.7.1. ok?

Christopher



Index: Makefile
===
RCS file: /cvs/ports/audio/abcde/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile24 Aug 2015 23:19:57 -  1.23
+++ Makefile23 Dec 2015 09:44:09 -
@@ -2,8 +2,7 @@
 
 COMMENT=   command-line utility to rip and encode audio cds
 
-DISTNAME=  abcde-2.5.4
-REVISION=  1
+DISTNAME=  abcde-2.7.1
 CATEGORIES=audio
 
 HOMEPAGE=  http://abcde.einval.com/
@@ -13,8 +12,6 @@ HOMEPAGE= http://abcde.einval.com/
 PERMIT_PACKAGE_CDROM=  Yes
 
 MASTER_SITES=  http://abcde.einval.com/download/
-MASTER_SITES0= http://lly.org/~rcw/id3/ \
-   http://lly.org/~rcw/id3/old/
 
 RUN_DEPENDS=   audio/cdparanoia \
audio/cd-discid \
Index: distinfo
===
RCS file: /cvs/ports/audio/abcde/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo2 Mar 2013 13:03:17 -   1.9
+++ distinfo23 Dec 2015 09:44:09 -
@@ -1,2 +1,2 @@
-SHA256 (abcde-2.5.4.tar.gz) = hbZ5uXDnKKmGSHrcv/fFHrDnL5+hDERQUh+OAp+m5ZE=
-SIZE (abcde-2.5.4.tar.gz) = 104229
+SHA256 (abcde-2.7.1.tar.gz) = NAHjl4WyDt7oQ9TYdbR9K1WfdkaBxILESRqMi6YF8lA=
+SIZE (abcde-2.7.1.tar.gz) = 144302
Index: patches/patch-abcde
===
RCS file: /cvs/ports/audio/abcde/patches/patch-abcde,v
retrieving revision 1.7
diff -u -p -r1.7 patch-abcde
--- patches/patch-abcde 21 Nov 2012 20:38:48 -  1.7
+++ patches/patch-abcde 23 Dec 2015 09:44:09 -
@@ -1,76 +1,72 @@
 $OpenBSD: patch-abcde,v 1.7 2012/11/21 20:38:48 sthen Exp $
 abcde.orig Tue Sep 18 15:09:31 2012
-+++ abcde  Sat Nov 17 16:09:52 2012
+--- abcde.orig Sun Oct  4 11:30:28 2015
 abcde  Wed Dec 23 10:32:59 2015
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!${LOCALBASE}/bin/bash
  # Copyright (c) 1998-2001 Robert Woodcock 
  # Copyright (c) 2003-2006 Jesus Climent 
  # Copyright (c) 2009-2012 Colin Tuckley 
-@@ -833,6 +833,16 @@ do_tag ()
-   
${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
+@@ -839,6 +839,16 @@ do_tag ()
+   ${TPE2:+--TPE2 "$TPE2"} \
"$ABCDETEMPDIR/track$1.$OUTPUT"
;;
 +  id3tag)
 +  # FIXME # track numbers in mp3 come 
with 1/10, so we cannot
 +  # happily substitute them with $TRACKNUM
-+  run_command tagtrack-$OUTPUT-$1 nice 
$ENCNICE $TAGGER $TAGGEROPTS \
-+  --comment=::"$COMMENTOUTPUT" -A 
"$DALBUM" \
-+  -a "$TRACKARTIST" -s 
"$TRACKNAME" -y "$CDYEAR" \
-+  -g "$GENREID" -t 
"${TRACKNUM:-$1}" \
-+  ${TRACKNUM:+-T "$TRACKS"} \
++  run_command tagtrack-$OUTPUT-$1 nice 
$ENCNICE \
++  $TAGGER $TAGGEROPTS -c 
"$COMMENTOUTPUT" \
++  -A "$DALBUM" -a "$TRACKARTIST" 
-s "$TRACKNAME" \
++  -y "$CDYEAR" -g "$GENREID" \
++  -t "${TRACKNUM:-$1}" 
${TRACKNUM:+-T "$TRACKS"} \
 +  "$ABCDETEMPDIR/track$1.$OUTPUT"
 +  ;;
-   # FIXME # Still not activated...
-   id3ed)
-   run_command tagtrack-$OUTPUT-$1 nice 
$ENCNICE \
-@@ -3165,7 +3175,7 @@ VAPLAYLISTFORMAT='${ARTISTFILE}-${ALBUMFILE}.${OUTPUT}
+   eyed3*)
+   # FIXME # track numbers in mp3 come 
with 1/10, so we cannot
+   # happily substitute them with $TRACKNUM
+@@ -3471,7 +3481,7 @@ VAPLAYLISTFORMAT='${ARTISTFILE}-${ALBUMFILE}.${OUTPUT}
  VAPLAYLISTDATAPREFIX=''
  DOSPLAYLIST=n
  COMMENT=''
--ID3TAGV=2
+-ID3TAGV=id3v2.4
 +ID3TAGV=id3tag
  ENCNICE=10
  READNICE=10
  DISTMP3NICE=10
-@@ -3207,6 +3217,7 @@ AACENC=faac
- 
- ID3=id3
+@@ -3538,6 +3548,7 @@ ID3=id3
  ID3V2=id3v2
-+ID3TAG=id3tag
+ MID3V2=mid3v2
  EYED3=eyeD3
++ID3TAG=id3tag
  VORBISCOMMENT=vorbiscomment
  METAFLAC=metaflac
-@@ -3259,6 +3270,7 @@ AACENCOPTS=
+ NEROAACTAG=neroAacTag
+@@ -3621,6 +3632,7 @@ FHGAACENCOPTS=
+ FFMPEGENCOPTS=
  
  ID3OPTS=
- ID3V2OPTS=
 +ID3TAGOPTS=
+ EYED3OPTS=""
+ ATOMICPARSLEYOPTS=
  CDPARANOIAOPTS=
- CDDA2WAVOPTS=
- DAGRABOPTS=
-@@ -3310,7 +3322,7 @@ elif [ X$(uname) 

Re: net/kea

2015-12-23 Thread Stuart Henderson
Updated tar.gz for the 0.9.2-P1 crash fix ("Improved handling of incoming
packets with invalid client-id and DUID.") I also added an XXX comment
to remind us to update the license marker for 1.0 because ISC are moving
to the Apache license :'(

I'm still looking for OKs to import if anyone has time to look it over...


On 2015/12/10 09:57, Stuart Henderson wrote:
> On 2015/12/09 20:33, Patrik Lundin wrote:
> > On Tue, Dec 08, 2015 at 11:15:04PM +, Stuart Henderson wrote:
> > > On 2015/12/08 23:59, Patrik Lundin wrote:
> > > > I have posted a question to kea-dev regarding this:
> > > > https://lists.isc.org/pipermail/kea-dev/2015-December/000588.html
> > > > 
> > > > Let's see how that goes.
> > > 
> > > Good idea.
> > > 
> > 
> > I have recieved a response now. As I do not think there is an
> > overwhelming reason for using Botan I feel it is nicer to skip
> > additional port dependencies and explicitly use our LibreSSL instead.
> > 
> > The question remaining is if the configure flag should be --with-openssl
> > or --with-openssl=/usr. While it seems the configure script will look
> > for the library in an order that starts with /usr, I wonder if it is
> > nicer to be explicit that we want to use the base version (rather than
> > the openssl port for instance).
> > 
> > Attached is a port with the explicit flag set and a shortened
> > LIB_DEPENDS/WANTLIB list. I have tested that it ignores the use of Botan
> > when it is installed. Let me know what you think.
> 
> Either way is OK, I deliberately put the ports version of OpenSSL in a
> directory that is unlikely to be searched by configure. (Unless it uses
> something like the bonkers locate(1) check that freeradius3 uses, but
> I digress...)
> 
> Any OKs to import this version?
> 



kea,4.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2015-12-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/12/23 08:43:36

Modified files:
net/kea: Makefile 

Log message:
fix comment, Mozilla license not Apache license



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 08:58:55

Modified files:
net/kea: Makefile 
net/kea/pkg: kea.rc 

Log message:
Tweak pexp so that rc_check() does not need to be overriden.

ok sthen@



Re: net/kea

2015-12-23 Thread Landry Breuil
On Wed, Dec 23, 2015 at 11:33:30AM +, Stuart Henderson wrote:
> Updated tar.gz for the 0.9.2-P1 crash fix ("Improved handling of incoming
> packets with invalid client-id and DUID.") I also added an XXX comment
> to remind us to update the license marker for 1.0 because ISC are moving
> to the Apache license :'(
> 
> I'm still looking for OKs to import if anyone has time to look it over...

Quickly skimmed through it, only two small remarks:
include/kea/asio/ -> this looks like a partial copy of boost's
boost/asio library ? patched ? copied ? what for ?

bin/message in PLIST seems awfully generic, but luckily it doesnt
conflict with anything in pkglocatedb...

Other than that, looks good to me.

Landry



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/12/23 06:41:10

Modified files:
net: Makefile 

Log message:
+kea



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/12/23 06:40:53

Log message:
import ports/net/kea, from Patrik Lundin, ok landry

Kea is a new open source DHCPv4/DHCPv6 server being developed by Internet
Systems Consortium. The objective of this project is to provide a very
high-performance, extensible DHCP server engine for use by enterprises and
service providers, either as is or with extensions and modifications.

Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module, a 
portable
DHCP library, libdhcp++, and a DHCP benchmarking tool, perfdhcp.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20151223

N ports/net/kea/Makefile
N ports/net/kea/distinfo
N ports/net/kea/pkg/PLIST
N ports/net/kea/pkg/DESCR
N ports/net/kea/pkg/kea.rc

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 07:51:55

Modified files:
www/apache-httpd: Makefile distinfo 
www/apache-httpd/patches: patch-docs_conf_httpd_conf_in 

Log message:
Update to apache-httpd-2.4.18.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 07:43:58

Modified files:
devel/glib2/patches: patch-gio_gunionvolumemonitor_c 

Log message:
Committed upstream.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2015/12/23 07:46:06

Modified files:
net/mldonkey   : Makefile 
Added files:
net/mldonkey/patches: patch-src_config_unix_os_stubs_c_c 
  patch-src_utils_cdk_zlibstubs_c 
  patch-src_utils_lib_fst_hash_c 
  patch-src_utils_lib_os_stubs_h 

Log message:
Fix problems found by gcc5
(upstream git commit cca5f2d631c790ffc79e7533653315c8acb85875)



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Alexandr Shadchin
CVSROOT:/cvs
Module name:ports
Changes by: shadc...@cvs.openbsd.org2015/12/23 08:49:54

Modified files:
devel  : Makefile 

Log message:
+py-test-cov,python3



Re: [update] abcde 2.5.4 -> 2.7.1; take 3

2015-12-23 Thread Christopher Zimmermann
On Mon, 23 Nov 2015 18:06:31 +0100 Marc Peters  wrote:

> Am 11/22/15 um 22:11 schrieb Marc Peters:
> > 
> > Here an updated diff against -current ports.
> > 
> > Comments/OKs?
> > 
> > 
> > Marc
> >   
> 
> As spotted offlist, now without REVISION.


Tested, works for mp3 (which is the difficult case on OpenBSD). The
patch has been submitted upstream. OK chrisz@

Christopher


-- 
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE



Re: net/kea

2015-12-23 Thread Patrik Lundin
On Wed, Dec 23, 2015 at 11:33:30AM +, Stuart Henderson wrote:
> Updated tar.gz for the 0.9.2-P1 crash fix ("Improved handling of incoming
> packets with invalid client-id and DUID.")
>

Nice catch! I had not seen any word of this release on the kea mailing
lists, how did you notice it?

>
> I also added an XXX comment
> to remind us to update the license marker for 1.0 because ISC are moving
> to the Apache license :'(
> 

I did have this upcoming change noted in the back of my head, but having
an explicit note in the Makefile does makes sense.

-- 
Patrik Lundin



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Kent R . Spillner
CVSROOT:/cvs
Module name:ports
Changes by: kspill...@cvs.openbsd.org   2015/12/23 09:05:22

Modified files:
productivity/taskwarrior: Makefile distinfo 
productivity/taskwarrior/pkg: PLIST 

Log message:
Update to v2.5.0.

ok MAINTAINER, ok jasper@



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 07:15:01

Modified files:
sysutils/toad  : Makefile distinfo 

Log message:
Update to toad-1.4.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Alexandr Shadchin
CVSROOT:/cvs
Module name:ports
Changes by: shadc...@cvs.openbsd.org2015/12/23 08:46:46

Modified files:
devel/py-test-cov: Makefile distinfo 
devel/py-test-cov/pkg: PLIST 

Log message:
Update to py-test-cov 2.2.0

ok and small tweak jca@



Re: UPDATE: devel/py-mock 1.3.0

2015-12-23 Thread Daniel Jakots
On Wed, 23 Dec 2015 23:49:11 +0500, Alexandr Shadchin
 wrote:

> Hi,
> 
> This diff updates py-mock to the latest release.
> Add python3 flavor.
> 
> Comments ? OK ?
> 

I was working on it too (as I need it for another port) and I have
quite the same diff. A comment inline, otherwise that's good :)

> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/py-mock/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- Makefile  29 Sep 2015 10:51:54 -  1.7
> +++ Makefile  23 Dec 2015 18:44:30 -
> @@ -2,11 +2,10 @@

[snip]

> +NO_TEST =Yes

Any reason for that? It looks like that test works.



UPDATE: devel/py-mock 1.3.0

2015-12-23 Thread Alexandr Shadchin
Hi,

This diff updates py-mock to the latest release.
Add python3 flavor.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===
RCS file: /cvs/ports/devel/py-mock/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile29 Sep 2015 10:51:54 -  1.7
+++ Makefile23 Dec 2015 18:44:30 -
@@ -2,11 +2,10 @@
 
 COMMENT=   python mocking and patching library for testing
 
-MODPY_EGG_VERSION= 1.0.1
+MODPY_EGG_VERSION= 1.3.0
 DISTNAME=  mock-${MODPY_EGG_VERSION}
 PKGNAME=   py-${DISTNAME}
 CATEGORIES=devel
-REVISION=  0
 
 HOMEPAGE=  http://www.voidspace.org.uk/python/mock/
 
@@ -16,11 +15,19 @@ PERMIT_PACKAGE_CDROM=   Yes
 MODPY_PI = Yes
 
 MODULES=   lang/python
+BUILD_DEPENDS= devel/py-pbr${MODPY_FLAVOR}
+RUN_DEPENDS=   devel/py-six${MODPY_FLAVOR} \
+   devel/py-pbr${MODPY_FLAVOR}
+
+FLAVORS =  python3
+FLAVOR ?=
 
 MODPY_SETUPTOOLS=  Yes
 
-post-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-mock
-   cd ${WRKSRC}/html/ && pax -rw * ${PREFIX}/share/doc/py-mock/
+.if !${FLAVOR:Mpython3}
+RUN_DEPENDS += devel/py-funcsigs
+.endif
+
+NO_TEST =  Yes
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/py-mock/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo28 Mar 2013 23:36:28 -  1.2
+++ distinfo23 Dec 2015 18:44:30 -
@@ -1,2 +1,2 @@
-SHA256 (mock-1.0.1.tar.gz) = uDndLZwRfHAUMMFJlWkYpCOphjtIsJyQ4wpgE+fS9E8=
-SIZE (mock-1.0.1.tar.gz) = 818644
+SHA256 (mock-1.3.0.tar.gz) = HiR9vsxs4FcpnrfuAZrWgxS7kxUugdmmEQ019NXsoPY=
+SIZE (mock-1.3.0.tar.gz) = 70908
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-mock/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   28 Mar 2013 23:36:28 -  1.2
+++ pkg/PLIST   23 Dec 2015 18:44:30 -
@@ -1,60 +1,37 @@
 @comment $OpenBSD: PLIST,v 1.2 2013/03/28 23:36:28 rpe Exp $
+lib/python${MODPY_VERSION}/site-packages/mock/
 
lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
 
lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
 
lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
+lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/pbr.json
+lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
 
lib/python${MODPY_VERSION}/site-packages/mock-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
-lib/python${MODPY_VERSION}/site-packages/mock.py
-lib/python${MODPY_VERSION}/site-packages/mock.pyc
-share/doc/${MODPY_PY_PREFIX}mock/
-share/doc/${MODPY_PY_PREFIX}mock/_sources/
-share/doc/${MODPY_PY_PREFIX}mock/_sources/changelog.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/compare.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/examples.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/getting-started.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/index.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/magicmock.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/mock.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/mocksignature.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/patch.txt
-share/doc/${MODPY_PY_PREFIX}mock/_sources/sentinel.txt
-share/doc/${MODPY_PY_PREFIX}mock/_static/
-share/doc/${MODPY_PY_PREFIX}mock/_static/adctheme.css
-share/doc/${MODPY_PY_PREFIX}mock/_static/basic.css
-share/doc/${MODPY_PY_PREFIX}mock/_static/breadcrumb_background.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/doctools.js
-share/doc/${MODPY_PY_PREFIX}mock/_static/documentation.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/file.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/header_sm_mid.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/jquery.js
-share/doc/${MODPY_PY_PREFIX}mock/_static/minus.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/mobile.css
-share/doc/${MODPY_PY_PREFIX}mock/_static/plus.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/pygments.css
-share/doc/${MODPY_PY_PREFIX}mock/_static/scrn1.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/scrn2.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/searchfield_leftcap.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/searchfield_repeat.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/searchfield_rightcap.png
-share/doc/${MODPY_PY_PREFIX}mock/_static/searchtools.js

UPDATE: www/youtube-dl

2015-12-23 Thread Giovanni Bechis
Update to today's version.
Please commit.
 Cheers
  Giovanni
Index: Makefile
===
RCS file: /var/cvs/ports/www/youtube-dl/Makefile,v
retrieving revision 1.147
diff -u -p -r1.147 Makefile
--- Makefile	11 Dec 2015 06:38:49 -	1.147
+++ Makefile	23 Dec 2015 19:04:41 -
@@ -2,7 +2,7 @@
 
 COMMENT =	CLI program to download videos from YouTube and other sites
 
-VERSION =	2015.12.10
+VERSION =	2015.12.23
 MODPY_EGG_VERSION =	${VERSION:S/.0/./}
 
 DISTNAME =	youtube-dl-${VERSION}
Index: distinfo
===
RCS file: /var/cvs/ports/www/youtube-dl/distinfo,v
retrieving revision 1.135
diff -u -p -r1.135 distinfo
--- distinfo	11 Dec 2015 06:38:49 -	1.135
+++ distinfo	23 Dec 2015 19:04:48 -
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2015.12.10.tar.gz) = WFeAWEX4tT5VLWi6ZeuMuaIzJcRXs6SxR7WfBMN31bw=
-SIZE (youtube-dl-2015.12.10.tar.gz) = 1830382
+SHA256 (youtube-dl-2015.12.23.tar.gz) = /nCIl5x465AMPbEQpXeGagHh3VN83dolJYiT8Jn/+bo=
+SIZE (youtube-dl-2015.12.23.tar.gz) = 1850244
Index: pkg/PLIST
===
RCS file: /var/cvs/ports/www/youtube-dl/pkg/PLIST,v
retrieving revision 1.91
diff -u -p -r1.91 PLIST
--- pkg/PLIST	9 Dec 2015 21:32:40 -	1.91
+++ pkg/PLIST	23 Dec 2015 19:05:03 -
@@ -57,8 +57,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/adobetv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/adultswim.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/adultswim.pyc
-lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftenposten.py
-lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftenposten.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftonbladet.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftonbladet.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/airmozilla.py
@@ -69,6 +67,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/allocine.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/alphaporno.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/alphaporno.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/anitube.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/anitube.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/anysex.py
@@ -117,10 +117,10 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bild.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bilibili.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bilibili.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bleacherreport.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bleacherreport.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/blinkx.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/blinkx.pyc
-lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bliptv.py
-lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bliptv.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bloomberg.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bloomberg.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bpb.py
@@ -139,8 +139,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/c56.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/camdemy.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/camdemy.pyc
-lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canal13cl.py
-lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canal13cl.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canalc2.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canalc2.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canalplus.py
@@ -343,6 +341,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freespeech.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freevideo.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freevideo.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funimation.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funimation.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funnyordie.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funnyordie.pyc
 

CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/23 09:52:23

Modified files:
devel/geany: Makefile distinfo 
devel/geany/pkg: PLIST 
Removed files:
devel/geany/patches: patch-doc_Makefile_in 

Log message:
- update to geany-1.26

ok armani@ (MAINTAINER) landry@



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/12/23 10:42:39

Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo 
mail/mozilla-thunderbird: Makefile distinfo 

Log message:
Update to thunderbird 38.5.0 / lightning 4.0.5.

See https://www.mozilla.org/en-US/thunderbird/38.5.0/releasenotes/



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/12/23 10:41:36

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/firefox-i18n: Makefile.inc distinfo 

Log message:
Update to firefox 43.0.2.

See https://www.mozilla.org/en-US/firefox/43.0.2/releasenotes/
No binary change for us since this is only to force updates for poor
windows users, because microsoft now requires SHA256 certs. But ppl
wont complain that OpenBSD doesn't ship the latest and greatest!



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/12/23 10:40:22

Modified files:
www/firefox-esr: Makefile distinfo 
www/firefox-esr-i18n: Makefile.inc distinfo 

Log message:
Update to firefox-esr 38.5.2.

See https://www.mozilla.org/en-US/firefox/38.5.2/releasenotes/
No binary change for us since this is only to force updates for poor
windows users, because microsoft now requires SHA256 certs. But ppl wont
complain that OpenBSD doesn't ship the latest and greatest!



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/23 18:41:53

Modified files:
graphics/fswebcam: Makefile 

Log message:
Update license marker.

ok Marcus Glocker (maintainer)



Re: gplugin WIP

2015-12-23 Thread Stuart Henderson
On 2015/12/23 20:18, Michael McConville wrote:
> How close is this to being committable?
> 
> I don't think GPlugin is actually used by anything yet, but it's going
> to be required by future Pidgin releases, so it's useful for testing.
> 
> I suspect that it needs SHARED_ONLY.
> 
> I remember having Lua support working a few months ago, but I can't get
> one of the cmake checks working even with lua-lgi's LD_PRELOAD hack (see
> lua-lgi's DESCR for details). I disabled it for now.

>From a quick read: yes to SHARED_ONLY, it's not going to do
anything without the .so module - set it in Makefile, rm PLIST and
PFRAG.shared and regenerate. Manual path should be ${PREFIX}/man
not ${PREFIX}/share/man, and should use MODULES=lang/python with
MODPY_VERSION=${MODPY_DEFAULT_VERSION_3}, and you probably need
to explicitly set CONFIGURE_STYLE=cmake to go with that as it's
bodged in python.port.mk.



Re: net/kea

2015-12-23 Thread Kenneth Westerback
On 23 December 2015 at 21:53, Stuart Henderson  wrote:
> On 2015/12/23 14:47, Patrik Lundin wrote:
>> On Wed, Dec 23, 2015 at 11:33:30AM +, Stuart Henderson wrote:
>> > Updated tar.gz for the 0.9.2-P1 crash fix ("Improved handling of incoming
>> > packets with invalid client-id and DUID.")
>> >
>>
>> Nice catch! I had not seen any word of this release on the kea mailing
>> lists, how did you notice it?
>
> I saw it on oss-sec first, then on ISC's security RSS feed (and as if
> to emphasize the slightly random nature of that feed it was followed
> by release notes for 0.9, 0.9.2-beta and 0.9.2 :-) I read oss-sec anyway,
> and since I maintain the BIND port I track a few places where ISC are
> likely to announce things.
>
> http://www.openwall.com/lists/oss-security/2015/12/22/11
> https://www.isc.org/?feed=security-feed
>

What would be really  nice is if they described somewhere the
'crafted' packet that was blowing them up. As far as the diff goes
they just wrapped try {} around the code trying to get a client
identifier. So it's kinda unsatisfying as far as figuring out if our
in-tree dhcpd would blow up with a similar packet. :-)

 Ken



Re: net/kea

2015-12-23 Thread Stuart Henderson
On 2015/12/23 14:47, Patrik Lundin wrote:
> On Wed, Dec 23, 2015 at 11:33:30AM +, Stuart Henderson wrote:
> > Updated tar.gz for the 0.9.2-P1 crash fix ("Improved handling of incoming
> > packets with invalid client-id and DUID.")
> >
> 
> Nice catch! I had not seen any word of this release on the kea mailing
> lists, how did you notice it?

I saw it on oss-sec first, then on ISC's security RSS feed (and as if
to emphasize the slightly random nature of that feed it was followed
by release notes for 0.9, 0.9.2-beta and 0.9.2 :-) I read oss-sec anyway,
and since I maintain the BIND port I track a few places where ISC are
likely to announce things.

http://www.openwall.com/lists/oss-security/2015/12/22/11
https://www.isc.org/?feed=security-feed



Re: net/kea

2015-12-23 Thread Stuart Henderson
On 2015/12/23 22:03, Kenneth Westerback wrote:
> On 23 December 2015 at 21:53, Stuart Henderson  wrote:
> > On 2015/12/23 14:47, Patrik Lundin wrote:
> >> On Wed, Dec 23, 2015 at 11:33:30AM +, Stuart Henderson wrote:
> >> > Updated tar.gz for the 0.9.2-P1 crash fix ("Improved handling of incoming
> >> > packets with invalid client-id and DUID.")
> >> >
> >>
> >> Nice catch! I had not seen any word of this release on the kea mailing
> >> lists, how did you notice it?
> >
> > I saw it on oss-sec first, then on ISC's security RSS feed (and as if
> > to emphasize the slightly random nature of that feed it was followed
> > by release notes for 0.9, 0.9.2-beta and 0.9.2 :-) I read oss-sec anyway,
> > and since I maintain the BIND port I track a few places where ISC are
> > likely to announce things.
> >
> > http://www.openwall.com/lists/oss-security/2015/12/22/11
> > https://www.isc.org/?feed=security-feed
> >
> 
> What would be really  nice is if they described somewhere the
> 'crafted' packet that was blowing them up. As far as the diff goes
> they just wrapped try {} around the code trying to get a client
> identifier. So it's kinda unsatisfying as far as figuring out if our
> in-tree dhcpd would blow up with a similar packet. :-)

See, they learned from Juniper!



gplugin WIP

2015-12-23 Thread Michael McConville
How close is this to being committable?

I don't think GPlugin is actually used by anything yet, but it's going
to be required by future Pidgin releases, so it's useful for testing.

I suspect that it needs SHARED_ONLY.

I remember having Lua support working a few months ago, but I can't get
one of the cmake checks working even with lua-lgi's LD_PRELOAD hack (see
lua-lgi's DESCR for details). I disabled it for now.


gplugin.tgz
Description: application/tar-gz


Re: update www/py-werkzeug

2015-12-23 Thread Jérémie Courrèges-Anglas
Daniel Jakots  writes:

> On Sat, 12 Dec 2015 20:23:36 +0100, Jasper Lievisse Adriaanse
>  wrote:
>
>> On Thu, Dec 10, 2015 at 09:48:41PM +0100, Daniel Jakots wrote:
>> > Hi,
>> > 
>> > Yet another python port who didn't receive any love for some time.
>> > 
>> > make test:
>> > before
>> > py2: == 3 failed, 404 passed, 11 skipped in 2.71 seconds ==
>> > py3: == 3 failed, 405 passed, 10 skipped in 2.48 seconds ==
>> > after
>> > py2: == 1 failed, 421 passed, 11 skipped in 5.09 seconds ==
>> > py3: == 3 failed, 420 passed, 10 skipped in 6.02 seconds ==
>> > 
>> > I only tested the new version on i386
>> > py2: == 1 failed, 421 passed, 11 skipped in 34.76 seconds ==
>> > 
>> > depends:
>> > py-flask runs regression test ok
>> > security/letsencrypt/py-acme same as before
>> > 
>> > Cheers,
>> > Daniel  
>> I don't know if this was the case before, but the build reaches out:
>> 
>> sphinx-build -b html -d _build/doctrees   . _build/html
>> Making output directory...
>> Running Sphinx v1.2.3
>> loading pickled environment... not yet created
>> loading intersphinx inventory from
>> http://docs.python.org/dev/objects.inv... loading intersphinx
>> inventory from http://www.sqlalchemy.org/docs/05/objects.inv...
>> 
>> Could you please address this?
>
> I could reproduce the issue both with and without the update. Though
> AFAICU the problem is with textproc/py-sphinx not py-werkzeug.
>
> I tried to update py-sphinx to see if it would be better but it needs
> alabaster (https://pypi.python.org/pypi/alabaster) first.
>
> CC'ing py-sphinx maintainer in case he can have a look :)

Committed, with a supplementary patch to disable intersphinx:

$OpenBSD: patch-docs_conf_py,v 1.1 2015/12/23 19:43:17 jca Exp $
--- docs/conf.py.orig   Thu Nov 12 10:23:01 2015
+++ docs/conf.pyWed Dec 23 20:32:59 2015
@@ -27,7 +27,7 @@ sys.path.append(os.path.abspath('_themes'))
 
 # Add any Sphinx extension module names here, as strings. They can be 
extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
+extensions = ['sphinx.ext.autodoc',
   'sphinx.ext.doctest', 'werkzeugext']
 
 # Add any paths that contain templates here, relative to this directory.


Thanks,
-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2015/12/23 13:12:32

Modified files:
devel  : Makefile 

Log message:
Unhook devel/hs-hashed-storage and devel/hs-dataenc.
Only used by darcs-2.8 and no longer necessary for
darcs-2.10.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/23 13:09:37

Modified files:
x11/gnome/calendar: Makefile distinfo 

Log message:
update to gnome-calendar-3.18.2.1



Re: add a py3 flavor to security/py-oauthlib

2015-12-23 Thread Daniel Jakots
On Wed, 23 Dec 2015 20:41:03 +0100, Daniel Jakots
 wrote:

> This diff adds a py3 flavor to py-oauthlib. It needs the patch
> previously sent by shadchin@ on ports for devel/py-mock (because it
> adds the py3 flavor).

... which needs the py3 flavor from www/py-jwt. py-jwt collides but
sthen@ kindly solved the problem. His diff:

Index: Makefile
===
RCS file: /cvs/ports/www/py-jwt/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile29 Sep 2015 10:52:55 -  1.3
+++ Makefile21 Dec 2015 21:49:53 -
@@ -3,26 +3,32 @@
 COMMENT =  JSON Web Token implementation in Python
 
 MODPY_EGG_VERSION = 1.3.0
+REVISION = 1
 DISTNAME = PyJWT-${MODPY_EGG_VERSION}
 PKGNAME =  py-jwt-${MODPY_EGG_VERSION}
 CATEGORIES =   www
 MAINTAINER =   Johan Huldtgren 
-REVISION = 0
 
 HOMEPAGE = http://github.com/jpadilla/pyjwt
 
 # BSD
 PERMIT_PACKAGE_CDROM =  Yes
 
-MODPY_PI = Yes
-
 MODULES =  lang/python
+
+FLAVORS =  python3
+FLAVOR ?=
+
+MODPY_PI = Yes
 MODPY_SETUPTOOLS = Yes
 
-RUN_DEPENDS =   security/py-cryptography
+RUN_DEPENDS =   security/py-cryptography${MODPY_FLAVOR}
 
 # tests are available, but need pytest-runner plus dep's (which aren't in
 # tree) at build time; if adding these, remove patch-setup_py
 NO_TEST =  Yes
+
+post-install:
+   mv ${PREFIX}/bin/jwt ${PREFIX}/bin/jwt${MODPY_BIN_SUFFIX}
 
 .include 
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/py-jwt/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   26 Jun 2015 07:35:50 -  1.1.1.1
+++ pkg/PLIST   21 Dec 2015 21:49:53 -
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/26 07:35:50 landry Exp $
-bin/jwt
+bin/jwt${MODPY_BIN_SUFFIX}
 
lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
 
lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
@@ -9,28 +9,31 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/jwt/
 lib/python${MODPY_VERSION}/site-packages/jwt/__init__.py
-lib/python${MODPY_VERSION}/site-packages/jwt/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/__main__.py
-lib/python${MODPY_VERSION}/site-packages/jwt/__main__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}algorithms.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}api_jws.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}api_jwt.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/algorithms.py
-lib/python${MODPY_VERSION}/site-packages/jwt/algorithms.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/api_jws.py
-lib/python${MODPY_VERSION}/site-packages/jwt/api_jws.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/api_jwt.py
-lib/python${MODPY_VERSION}/site-packages/jwt/api_jwt.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/compat.py
-lib/python${MODPY_VERSION}/site-packages/jwt/compat.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/contrib/
 lib/python${MODPY_VERSION}/site-packages/jwt/contrib/__init__.py
-lib/python${MODPY_VERSION}/site-packages/jwt/contrib/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jwt/contrib/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/jwt/contrib/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/
 lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/__init__.py
-lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/${MODPY_PYCACHE}py_ecdsa.${MODPY_PYC_MAGIC_TAG}pyc

CVS: cvs.openbsd.org: ports

2015-12-23 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2015/12/23 13:06:28

Modified files:
devel/darcs: Makefile 

Log message:
Comment BUILD_DEPENDS and TEST_DEPENDS. I want to remove at least
devel/hs-hashed-storage before updating darcs, and maybe some more.
And I don't want to confuse dpb.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2015/12/23 13:15:08

Removed files:
devel/hs-hashed-storage: Makefile distinfo 
devel/hs-hashed-storage/pkg: DESCR PLIST 

Log message:
Remove devel/hs-hashed-storage. It's no longer useful.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2015/12/23 13:15:35

Removed files:
devel/hs-dataenc: Makefile distinfo 
devel/hs-dataenc/patches: patch-dataenc_cabal 
devel/hs-dataenc/pkg: DESCR PLIST 

Log message:
Remove devel/hs-dataenc. No longer useful.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2015/12/23 13:17:25

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Removal of hs-hashed-storage and hs-dataenc.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Michael McConville
CVSROOT:/cvs
Module name:ports
Changes by: m...@cvs.openbsd.org2015/12/23 13:19:12

Modified files:
www/youtube-dl : Makefile distinfo 
www/youtube-dl/pkg: PLIST 

Log message:
Update 2015.12.10 -> 2015.12.23. From Giovanni Bechis.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/12/23 16:12:23

Modified files:
mail/claws-mail: Makefile distinfo 
mail/claws-mail/patches: patch-configure_ac 
mail/claws-mail/pkg: PLIST-main 
Removed files:
mail/claws-mail/patches: patch-src_common_utils_c 

Log message:
update to claws-mail 3.13.1, from maintainer Daniel Jakots.  CVE-2015-8614



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/23 14:08:26

Modified files:
graphics/viewnior: Makefile distinfo 

Log message:
update to viewnior-1.6



Re: add a py3 flavor to security/py-oauthlib

2015-12-23 Thread Johan Huldtgren

On 2015-12-23 15:02, Daniel Jakots wrote:

On Wed, 23 Dec 2015 20:41:03 +0100, Daniel Jakots
 wrote:


This diff adds a py3 flavor to py-oauthlib. It needs the patch
previously sent by shadchin@ on ports for devel/py-mock (because it
adds the py3 flavor).


... which needs the py3 flavor from www/py-jwt. py-jwt collides but
sthen@ kindly solved the problem. His diff:


this diff maintainer ok.

I've attached an updated diff for security/py-oauthlib, 'make test'
throws some warnings when ran under the python3 flavor, I patched
two of them away, the third one if fixed for python3 breaks python2
so I've left it with a note in the makefile.

.jh


Index: Makefile
===
RCS file: /cvs/ports/www/py-jwt/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile29 Sep 2015 10:52:55 -  1.3
+++ Makefile21 Dec 2015 21:49:53 -
@@ -3,26 +3,32 @@
 COMMENT =  JSON Web Token implementation in Python

 MODPY_EGG_VERSION = 1.3.0
+REVISION = 1
 DISTNAME = PyJWT-${MODPY_EGG_VERSION}
 PKGNAME =  py-jwt-${MODPY_EGG_VERSION}
 CATEGORIES =   www
 MAINTAINER =   Johan Huldtgren 
-REVISION = 0

 HOMEPAGE = http://github.com/jpadilla/pyjwt

 # BSD
 PERMIT_PACKAGE_CDROM =  Yes

-MODPY_PI = Yes
-
 MODULES =  lang/python
+
+FLAVORS =  python3
+FLAVOR ?=
+
+MODPY_PI = Yes
 MODPY_SETUPTOOLS = Yes

-RUN_DEPENDS =   security/py-cryptography
+RUN_DEPENDS =   security/py-cryptography${MODPY_FLAVOR}

 # tests are available, but need pytest-runner plus dep's (which aren't 
in

 # tree) at build time; if adding these, remove patch-setup_py
 NO_TEST =  Yes
+
+post-install:
+   mv ${PREFIX}/bin/jwt ${PREFIX}/bin/jwt${MODPY_BIN_SUFFIX}

 .include 
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/py-jwt/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   26 Jun 2015 07:35:50 -  1.1.1.1
+++ pkg/PLIST   21 Dec 2015 21:49:53 -
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/26 07:35:50 landry Exp $
-bin/jwt
+bin/jwt${MODPY_BIN_SUFFIX}

lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/

lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO

lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
@@ -9,28 +9,31 @@ lib/python${MODPY_VERSION}/site-packages

lib/python${MODPY_VERSION}/site-packages/PyJWT-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/jwt/
 lib/python${MODPY_VERSION}/site-packages/jwt/__init__.py
-lib/python${MODPY_VERSION}/site-packages/jwt/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/__main__.py
-lib/python${MODPY_VERSION}/site-packages/jwt/__main__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}algorithms.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}api_jws.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}api_jwt.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/jwt/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/algorithms.py
-lib/python${MODPY_VERSION}/site-packages/jwt/algorithms.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/api_jws.py
-lib/python${MODPY_VERSION}/site-packages/jwt/api_jws.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/api_jwt.py
-lib/python${MODPY_VERSION}/site-packages/jwt/api_jwt.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/compat.py
-lib/python${MODPY_VERSION}/site-packages/jwt/compat.pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/contrib/
 lib/python${MODPY_VERSION}/site-packages/jwt/contrib/__init__.py
-lib/python${MODPY_VERSION}/site-packages/jwt/contrib/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jwt/contrib/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/jwt/contrib/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/
 
lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/__init__.py

-lib/python${MODPY_VERSION}/site-packages/jwt/contrib/algorithms/__init__.pyc

Re: add a py3 flavor to security/py-oauthlib

2015-12-23 Thread Stuart Henderson
On 2015/12/23 17:15, Johan Huldtgren wrote:
> On 2015-12-23 15:02, Daniel Jakots wrote:
> >On Wed, 23 Dec 2015 20:41:03 +0100, Daniel Jakots
> > wrote:
> >
> >>This diff adds a py3 flavor to py-oauthlib. It needs the patch
> >>previously sent by shadchin@ on ports for devel/py-mock (because it
> >>adds the py3 flavor).
> >
> >... which needs the py3 flavor from www/py-jwt. py-jwt collides but
> >sthen@ kindly solved the problem. His diff:
> 
> this diff maintainer ok.
> 
> I've attached an updated diff for security/py-oauthlib, 'make test'
> throws some warnings when ran under the python3 flavor, I patched
> two of them away, the third one if fixed for python3 breaks python2
> so I've left it with a note in the makefile.

Looks good for when the mock update is in.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/12/23 15:53:31

Modified files:
www/py-jwt : Makefile 
www/py-jwt/pkg : PLIST 

Log message:
py3-ify py-jwt, ok Johan Huldtgren (maintainer)



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/12/23 15:53:48

Modified files:
www: Makefile 

Log message:
+py-jwt,python3



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/12/23 16:04:37

Modified files:
www/nghttp2: Makefile distinfo 

Log message:
update to nghttp2-1.6.0 CVE-2015-8659, heap use-after-free in idle stream
handling.  (this is not in -stable).



Re: [update] abcde 2.5.4 -> 2.7.1; take 3

2015-12-23 Thread Jérémie Courrèges-Anglas
Christopher Zimmermann  writes:

> On Mon, 23 Nov 2015 18:06:31 +0100 Marc Peters  wrote:
>
>> Am 11/22/15 um 22:11 schrieb Marc Peters:
>> > 
>> > Here an updated diff against -current ports.
>> > 
>> > Comments/OKs?
>> > 
>> > 
>> > Marc
>> >   
>> 
>> As spotted offlist, now without REVISION.
>
>
> Tested, works for mp3 (which is the difficult case on OpenBSD). The
> patch has been submitted upstream. OK chrisz@

Committed, thank you both.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/12/23 12:48:58

Modified files:
audio/abcde: Makefile distinfo 
audio/abcde/patches: patch-abcde 

Log message:
Update to abcde-2.7.1, from Marc Peters.

Tested by and ok chrisz@



Re: UPDATE: devel/doxygen 1.8.2 -> 1.8.10

2015-12-23 Thread Jérémie Courrèges-Anglas

Hi,

Stuart Henderson  writes:

> On 2015/12/10 22:39, Rafael Sadowski wrote:
>> On Thu Dec 10, 2015 at 10:01:46AM +, Stuart Henderson wrote:
>> > On 2015/12/09 19:09, Jérémie Courrèges-Anglas wrote:
>> > > >> - Don't use own libmd5 but base md5
>> > > >> - Use MD5Data() instead of MD5Buffer+MD5SigToString
>> > > 
>> > > What is the point with those two items?  This adds clutter to this
>> > > update and possible problems for the following ones.
>> > 
>> > These changes are exactly why I, for one, didn't dig into the update yet.
>> 
>> Of course I understand you but I don't like to use doxygen own libmd5.
>> md5(3) is in base and MD5Data is doing the same as MD5Buffer+MD5SigToString.
>> 
>> I've learned[1] to use base and ports libs and not own shipped libs if it
>> is possible.
>> 
>> [1]: https://www.marc.info/?l=openbsd-ports=142177625024026=4
>
> That's a different situation, in that case they are bundling entire
> libraries which we already have in ports. That's usually bad because
> when some bug is fixed in the library, it doesn't then get fixed in
> the embedded versions of that library.

And it's not like the API used in the port is exactly the same as the
one available in base.

>> It's okay for me to remove the patches and test agine.

Please do.  I don't think another full round of tests is needed.

Cheers,
-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Joerg Jung
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/12/23 13:40:03

Modified files:
www/surf   : Makefile distinfo 
www/surf/patches: patch-config_def_h patch-config_mk 
Added files:
www/surf/patches: patch-Makefile 

Log message:
update surf to 0.7

ok gsoares



Re: UPDATE: devel/py-mock 1.3.0

2015-12-23 Thread Jérémie Courrèges-Anglas
Daniel Jakots  writes:

> On Wed, 23 Dec 2015 23:49:11 +0500, Alexandr Shadchin
>  wrote:
>
>> Hi,
>> 
>> This diff updates py-mock to the latest release.
>> Add python3 flavor.
>> 
>> Comments ? OK ?
>> 
>
> I was working on it too (as I need it for another port) and I have
> quite the same diff. A comment inline, otherwise that's good :)
>
>> 
>> Index: Makefile
>> ===
>> RCS file: /cvs/ports/devel/py-mock/Makefile,v
>> retrieving revision 1.7
>> diff -u -p -r1.7 Makefile
>> --- Makefile 29 Sep 2015 10:51:54 -  1.7
>> +++ Makefile 23 Dec 2015 18:44:30 -
>> @@ -2,11 +2,10 @@
>
> [snip]
>
>> +NO_TEST =   Yes
>
> Any reason for that? It looks like that test works.

The test suite isn't called.  Needs a test-dep on devel/py-unittest2 and
a custom do-test target, eg. cd ${WRKSRC} && unit2 discover.  There are
6 errors that were not present before.

Also devel/flake8's tests fail with this update, but I'm not sure
whether my-mock is to blame.

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: UPDATE: www/youtube-dl

2015-12-23 Thread Michael McConville
Giovanni Bechis wrote:
> Update to today's version.
> Please commit.
>  Cheers
>   Giovanni

Done. Thanks!

> Index: Makefile
> ===
> RCS file: /var/cvs/ports/www/youtube-dl/Makefile,v
> retrieving revision 1.147
> diff -u -p -r1.147 Makefile
> --- Makefile  11 Dec 2015 06:38:49 -  1.147
> +++ Makefile  23 Dec 2015 19:04:41 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =CLI program to download videos from YouTube and other sites
>  
> -VERSION =2015.12.10
> +VERSION =2015.12.23
>  MODPY_EGG_VERSION =  ${VERSION:S/.0/./}
>  
>  DISTNAME =   youtube-dl-${VERSION}
> Index: distinfo
> ===
> RCS file: /var/cvs/ports/www/youtube-dl/distinfo,v
> retrieving revision 1.135
> diff -u -p -r1.135 distinfo
> --- distinfo  11 Dec 2015 06:38:49 -  1.135
> +++ distinfo  23 Dec 2015 19:04:48 -
> @@ -1,2 +1,2 @@
> -SHA256 (youtube-dl-2015.12.10.tar.gz) = 
> WFeAWEX4tT5VLWi6ZeuMuaIzJcRXs6SxR7WfBMN31bw=
> -SIZE (youtube-dl-2015.12.10.tar.gz) = 1830382
> +SHA256 (youtube-dl-2015.12.23.tar.gz) = 
> /nCIl5x465AMPbEQpXeGagHh3VN83dolJYiT8Jn/+bo=
> +SIZE (youtube-dl-2015.12.23.tar.gz) = 1850244
> Index: pkg/PLIST
> ===
> RCS file: /var/cvs/ports/www/youtube-dl/pkg/PLIST,v
> retrieving revision 1.91
> diff -u -p -r1.91 PLIST
> --- pkg/PLIST 9 Dec 2015 21:32:40 -   1.91
> +++ pkg/PLIST 23 Dec 2015 19:05:03 -
> @@ -57,8 +57,6 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/adobetv.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/adultswim.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/adultswim.pyc
> -lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftenposten.py
> -lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftenposten.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftonbladet.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/aftonbladet.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/airmozilla.py
> @@ -69,6 +67,8 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/allocine.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/alphaporno.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/alphaporno.pyc
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.py
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/amp.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/anitube.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/anitube.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/anysex.py
> @@ -117,10 +117,10 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bild.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bilibili.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bilibili.pyc
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bleacherreport.py
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bleacherreport.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/blinkx.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/blinkx.pyc
> -lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bliptv.py
> -lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bliptv.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bloomberg.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bloomberg.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/bpb.py
> @@ -139,8 +139,6 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/c56.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/camdemy.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/camdemy.pyc
> -lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canal13cl.py
> -lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canal13cl.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canalc2.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canalc2.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/canalplus.py
> @@ -343,6 +341,8 @@ lib/python${MODPY_VERSION}/site-packages
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freespeech.pyc
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freevideo.py
>  lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/freevideo.pyc
> +lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/funimation.py
> 

add a py3 flavor to security/py-oauthlib

2015-12-23 Thread Daniel Jakots
Hi,

This diff adds a py3 flavor to py-oauthlib. It needs the patch
previously sent by shadchin@ on ports for devel/py-mock (because it
adds the py3 flavor).

Cheers,
Daniel

Index: Makefile
===
RCS file: /cvs/ports/security/py-oauthlib/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile29 Sep 2015 10:52:34 -  1.3
+++ Makefile23 Dec 2015 19:35:29 -
@@ -7,7 +7,7 @@ MODPY_EGG_VERSION = 1.0.3
 DISTNAME = py-oauthlib-${MODPY_EGG_VERSION}
 DISTFILES =${DISTNAME}{${MODPY_EGG_VERSION}}.tar.gz
 WRKDIST =  ${WRKDIR}/oauthlib-${MODPY_EGG_VERSION}
-REVISION = 0
+REVISION = 1
 
 CATEGORIES =   security
 MAINTAINER =   Johan Huldtgren 
@@ -20,14 +20,17 @@ MASTER_SITES =  https://github.com/idan/o
 MODULES =  lang/python
 MODPY_SETUPTOOLS = Yes
 
-RUN_DEPENDS =  devel/py-blinker \
-   security/py-cryptography \
-   www/py-jwt
-
-TEST_DEPENDS = devel/py-nose \
-   devel/py-coverage \
-   devel/py-mock \
+RUN_DEPENDS =  devel/py-blinker${MODPY_FLAVOR} \
+   security/py-cryptography${MODPY_FLAVOR} \
+   www/py-jwt${MODPY_FLAVOR}
+
+TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR} \
+   devel/py-coverage${MODPY_FLAVOR} \
+   devel/py-mock${MODPY_FLAVOR} \
${RUN_DEPENDS}
+
+FLAVORS =  python3
+FLAVOR ?=
 
 post-extract:
chmod -R o+rX ${WRKSRC}
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/py-oauthlib/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   23 Sep 2015 21:14:21 -  1.2
+++ pkg/PLIST   23 Dec 2015 19:35:29 -
@@ -7,104 +7,113 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/oauthlib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
 
lib/python${MODPY_VERSION}/site-packages/oauthlib-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/oauthlib/__init__.py
-lib/python${MODPY_VERSION}/site-packages/oauthlib/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/oauthlib/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/oauthlib/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/${MODPY_PYCACHE}signals.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/${MODPY_PYCACHE}uri_validate.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/oauthlib/common.py
-lib/python${MODPY_VERSION}/site-packages/oauthlib/common.pyc
 lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/
 lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/__init__.py
-lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/
 lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/__init__.py
-lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/${MODPY_PYCACHE}errors.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/${MODPY_PYCACHE}parameters.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/${MODPY_PYCACHE}request_validator.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/${MODPY_PYCACHE}signature.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/endpoints/
 
lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/endpoints/__init__.py
-lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/endpoints/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/endpoints/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/endpoints/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/oauthlib/oauth1/rfc5849/endpoints/${MODPY_PYCACHE}access_token.${MODPY_PYC_MAGIC_TAG}pyc

CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/12/23 12:43:17

Modified files:
www/py-werkzeug: Makefile distinfo 
www/py-werkzeug/pkg: PLIST 
Added files:
www/py-werkzeug/patches: patch-docs_conf_py 
Removed files:
www/py-werkzeug/patches: patch-setup_cfg 

Log message:
Update to werkzeug-0.11.2, from Daniel Jakots

Add a patch to disable intersphinx while here (else sphinx-build
attempts network connections).



Re: add a py3 flavor to security/py-oauthlib

2015-12-23 Thread Daniel Jakots
On Wed, 23 Dec 2015 17:15:37 -0500, Johan Huldtgren
 wrote:

> I've attached an updated diff for security/py-oauthlib, 'make test'
> throws some warnings when ran under the python3 flavor, I patched
> two of them away, the third one if fixed for python3 breaks python2
> so I've left it with a note in the makefile.

Thanks!
I saw the warnings but I didn't read them carefully and thought they
were more complex than that, my bad.



Re: [UPDATE] audio/abcde 2.7.1

2015-12-23 Thread Jérémie Courrèges-Anglas
Christopher Zimmermann  writes:

> Hi,

Hi,

> here's an update of audio/abcde to 2.7.1. ok?

I don't use this, but note that Marc Peters (cc'd) has already submitted
an update to 2.7.1 one month ago, see below.  Maybe take the best from
both diffs?

? abcde-2.7.1.patch
Index: Makefile
===
RCS file: /cvs/ports/audio/abcde/Makefile,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 Makefile
--- Makefile24 Aug 2015 23:19:57 -  1.23
+++ Makefile23 Nov 2015 17:04:16 -
@@ -2,8 +2,7 @@
 
 COMMENT=   command-line utility to rip and encode audio cds
 
-DISTNAME=  abcde-2.5.4
-REVISION=  1
+DISTNAME=  abcde-2.7.1
 CATEGORIES=audio
 
 HOMEPAGE=  http://abcde.einval.com/
Index: distinfo
===
RCS file: /cvs/ports/audio/abcde/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo2 Mar 2013 13:03:17 -   1.9
+++ distinfo23 Nov 2015 17:04:16 -
@@ -1,2 +1,2 @@
-SHA256 (abcde-2.5.4.tar.gz) = hbZ5uXDnKKmGSHrcv/fFHrDnL5+hDERQUh+OAp+m5ZE=
-SIZE (abcde-2.5.4.tar.gz) = 104229
+SHA256 (abcde-2.7.1.tar.gz) = NAHjl4WyDt7oQ9TYdbR9K1WfdkaBxILESRqMi6YF8lA=
+SIZE (abcde-2.7.1.tar.gz) = 144302
Index: patches/patch-abcde
===
RCS file: /cvs/ports/audio/abcde/patches/patch-abcde,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 patch-abcde
--- patches/patch-abcde 21 Nov 2012 20:38:48 -  1.7
+++ patches/patch-abcde 23 Nov 2015 17:04:16 -
@@ -1,14 +1,13 @@
-$OpenBSD: patch-abcde,v 1.7 2012/11/21 20:38:48 sthen Exp $
 abcde.orig Tue Sep 18 15:09:31 2012
-+++ abcde  Sat Nov 17 16:09:52 2012
+--- abcde.orig Sun Oct  4 11:30:28 2015
 abcde  Thu Oct 22 15:51:49 2015
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!${LOCALBASE}/bin/bash
  # Copyright (c) 1998-2001 Robert Woodcock 
  # Copyright (c) 2003-2006 Jesus Climent 
  # Copyright (c) 2009-2012 Colin Tuckley 
-@@ -833,6 +833,16 @@ do_tag ()
-   
${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
+@@ -839,6 +839,16 @@
+   ${TPE2:+--TPE2 "$TPE2"} \
"$ABCDETEMPDIR/track$1.$OUTPUT"
;;
 +  id3tag)
@@ -21,56 +20,55 @@ $OpenBSD: patch-abcde,v 1.7 2012/11/21 2
 +  ${TRACKNUM:+-T "$TRACKS"} \
 +  "$ABCDETEMPDIR/track$1.$OUTPUT"
 +  ;;
-   # FIXME # Still not activated...
-   id3ed)
-   run_command tagtrack-$OUTPUT-$1 nice 
$ENCNICE \
-@@ -3165,7 +3175,7 @@ VAPLAYLISTFORMAT='${ARTISTFILE}-${ALBUMFILE}.${OUTPUT}
+   eyed3*)
+   # FIXME # track numbers in mp3 come 
with 1/10, so we cannot
+   # happily substitute them with $TRACKNUM
+@@ -3471,7 +3481,7 @@
  VAPLAYLISTDATAPREFIX=''
  DOSPLAYLIST=n
  COMMENT=''
--ID3TAGV=2
+-ID3TAGV=id3v2.4
 +ID3TAGV=id3tag
  ENCNICE=10
  READNICE=10
  DISTMP3NICE=10
-@@ -3207,6 +3217,7 @@ AACENC=faac
- 
+@@ -3537,6 +3547,7 @@
  ID3=id3
  ID3V2=id3v2
+ MID3V2=mid3v2
 +ID3TAG=id3tag
  EYED3=eyeD3
  VORBISCOMMENT=vorbiscomment
  METAFLAC=metaflac
-@@ -3259,6 +3270,7 @@ AACENCOPTS=
+@@ -3621,6 +3632,7 @@
+ FFMPEGENCOPTS=
  
  ID3OPTS=
- ID3V2OPTS=
 +ID3TAGOPTS=
+ EYED3OPTS=""
+ ATOMICPARSLEYOPTS=
  CDPARANOIAOPTS=
- CDDA2WAVOPTS=
- DAGRABOPTS=
-@@ -3310,7 +3322,7 @@ elif [ X$(uname) = "XDarwin" ] ; then
-   NEEDDISKUTIL=y
-   CDROMREADERSYNTAX=cddafs
+@@ -3683,7 +3695,7 @@
+   # We won't find the eject program in OSX, and doing checkexec will fail 
further below...
+   unset EJECT
  elif [ X$(uname) = "XOpenBSD" ] ; then
 -  HTTPGET=wget
 +  HTTPGET=ftp
MD5SUM=md5
OSFLAVOUR=OBSD
  elif [ X$(uname) = "XNetBSD" ] ; then
-@@ -3875,11 +3887,15 @@ esac
- if [ "$ID3TAGV" = "1" ]; then
-   TAGGER="$ID3"
-   TAGGEROPTS="$ID3OPTS"
-+else if [ "$ID3TAGV" = "id3tag" ]; then
-+  TAGGER="$ID3TAG"
-+  TAGGEROPTS="$ID3TAGOPTS"
- else
-   TAGGER="$EYED3"
-   TAGGEROPTS="$ID3V2OPTS"
-   ID3SYNTAX=eyed3
-   TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS"
-+fi
- fi
- 
- # NOGAP is specific to lame. Other encoders fail ...
+@@ -4427,8 +4439,13 @@
+   TAGGEROPTS="--encoding utf16 $EYED3OPTS"
+   fi
+   ;;
++  id3tag)
++  TAGGER="$ID3TAG"
++  ID3SYNTAX=id3tag
++  TAGGEROPTS="$ID3TAGOPTS"
++  ;;
+   *)
+-  log error "Error: ID3TAGV must be 

CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/12/23 05:33:51

Modified files:
net/pop3gwd: Makefile 
print/mpage: Makefile 
www/p5-CGI-Application: Makefile 
textproc/p5-Search-QueryParser: Makefile 

Log message:
Update Ian McWilliam's email address



Re: sshfs error

2015-12-23 Thread Antoine Jacoutot
> Looks like something is missing from our FUSE implementation with
> option handling. As a workaround for now, you can probably configure

That's the least we can say indeed.
sshfs is not the only one hitten by our shity option handling.

-- 
Antoine



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2015/12/23 05:37:21

Modified files:
net/samba  : Makefile distinfo 
net/samba/patches: patch-lib_ldb_wscript 

Log message:
SECURITY update to samba-4.1.22; ok Ian McWilliam

ChangeLog and descriptions of the relevant CVE's:

https://www.samba.org/samba/history/samba-4.1.22.html

This update changed the signature of a few functions in libsamba-util,
so bump the shlib major.  Also update Ian's email adress while here.



Re: UPDATE: devel/py-test-cov 2.2.0

2015-12-23 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin  writes:

> Hi,
>
> This diff updates py-test-cov to the latest release.
>
> * Take maintainer.
> * Add python3 flavor.
>
> Comments ? OK ?

ok jca@

Note that ''make test'' will try to download the rdeps from pypi, even
if no test suite is run in the end (we'd need tox).

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2015/12/23 03:53:54

Modified files:
misc/blink1: Makefile distinfo 
misc/blink1/patches: patch-commandline_Makefile 
Added files:
misc/blink1/patches: 
 patch-commandline_blink1-lib-lowlevel-hidapi_h 
 patch-commandline_blink1-lib-lowlevel-hiddata_h 
 patch-commandline_blink1-lib_c 
 patch-commandline_blink1-tool_c 

Log message:
Update blink1 to 1.98.  Replace sprintf() and strcpy() with snprintf()
and strncpy() to avoid linker warnings.  Fix a bus error that occurs
when pulling the blink(1) device from the USB port while running
blink1-tool --blink.
OK jung@



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 03:58:54

Modified files:
devel/ode  : Makefile 

Log message:
Unbreak: needs devel/libtool



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/12/23 03:56:48

Modified files:
textproc/highlight: Makefile distinfo 
textproc/highlight/patches: patch-src_makefile 
textproc/highlight/pkg: PLIST 

Log message:
Update to highlight-3.25.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/12/23 03:31:43

Modified files:
x11/kde4/libs  : Makefile 
x11/kde4/libs/patches: patch-kio_kio_ksambashare_cpp 

Log message:
The smbd binary now lives under sbin/, and not under libexec/.

Noticed by jca@, thanks!



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Christopher Zimmermann
CVSROOT:/cvs
Module name:ports
Changes by: chr...@cvs.openbsd.org  2015/12/23 03:30:26

Modified files:
databases/sqlitebrowser: Makefile distinfo 
databases/sqlitebrowser/pkg: PLIST 

Log message:
Update to sqlitebrowser 3.7.0

ok landry@



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Alexandr Shadchin
CVSROOT:/cvs
Module name:ports
Changes by: shadc...@cvs.openbsd.org2015/12/23 03:10:36

Modified files:
devel/py-pip   : Makefile distinfo 

Log message:
Update to py-pip-7.1.2

ok benoit@



Re: [UPDATE] databases/sqlitebrowser 3.7.0

2015-12-23 Thread Christopher Zimmermann
On Wed, 23 Dec 2015 09:54:24 +0100 Landry Breuil
 wrote:


> 
> yes, and the same thing for
> desktop-file-utils/update-desktop-database..
> 
> Oh, and your mail ate the diff :p

If nothing has to be done about the appdata folder, too, this should be
fine now?


Index: Makefile
===
RCS file: /cvs/ports/databases/sqlitebrowser/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile9 Dec 2014 20:49:59 -   1.17
+++ Makefile23 Dec 2015 09:53:36 -
@@ -1,19 +1,23 @@
 # $OpenBSD: Makefile,v 1.17 2014/12/09 20:49:59 zhuk Exp $
 
 COMMENT=   graphical interface to sqlite databases
-DISTNAME = sqlb-3.2.0
-PKGNAME =  sqlitebrowser-3.2.0
-MASTER_SITES = https://github.com/sqlitebrowser/sqlitebrowser/archive/
+V = 3.7.0
+GH_ACCOUNT =   sqlitebrowser
+GH_PROJECT =   sqlitebrowser
+GH_TAGNAME =   v${V}
+DISTNAME = ${GH_PROJECT}-${V}
+PKGNAME =  ${DISTNAME}
 
 CATEGORIES=databases x11
 HOMEPAGE=  http://sqlitebrowser.org/
-WRKDIST  = ${WRKDIR}/sqlitebrowser-${DISTNAME}
 
 MODULES=   x11/qt4 devel/cmake
 
 # MPLv2/GPLv3+
 PERMIT_PACKAGE_CDROM=  Yes
-WANTLIB += QtGui QtNetwork c m pthread sqlite3 stdc++
+
+WANTLIB += QtGui QtNetwork c m pthread sqlite3 stdc++
+RUN_DEPENDS =  x11/gtk+3,-guic devel/desktop-file-utils
 
 CONFIGURE_ARGS =   -DUSE_QT5=False
 
Index: distinfo
===
RCS file: /cvs/ports/databases/sqlitebrowser/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo13 Jul 2014 15:43:05 -  1.3
+++ distinfo23 Dec 2015 09:53:36 -
@@ -1,2 +1,2 @@
-SHA256 (sqlb-3.2.0.tar.gz) = Lqu0wBAssvq9a9VW/8QMJHqLMXrfUY0GAbXuiFrIbhs=
-SIZE (sqlb-3.2.0.tar.gz) = 801880
+SHA256 (sqlitebrowser-3.7.0.tar.gz) = 
MJOh3PWzE4wa3ymFfWIkmrKwaOcLABhpoxFRdj4ozDo=
+SIZE (sqlitebrowser-3.7.0.tar.gz) = 1509766
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/sqlitebrowser/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   13 Jul 2014 15:43:05 -  1.2
+++ pkg/PLIST   23 Dec 2015 09:53:36 -
@@ -1,2 +1,10 @@
 @comment $OpenBSD: PLIST,v 1.2 2014/07/13 15:43:05 landry Exp $
 @bin bin/sqlitebrowser
+share/appdata/
+share/appdata/sqlitebrowser.desktop.appdata.xml
+share/applications/sqlitebrowser.desktop
+share/icons/hicolor/256x256/apps/sqlitebrowser.png
+@exec gtk-update-icon-cache --quiet %D/share/icons/hicolor
+@unexec gtk-update-icon-cache --quiet %D/share/icons/hicolor
+@exec update-desktop-database %D/share/applications
+@unexec update-desktop-database %D/share/applications




-- 
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/12/23 04:08:56

Modified files:
net/p5-Net-SSH2: Makefile distinfo 

Log message:
Update to p5-Net-SSH2-0.58.



Re: sshfs error

2015-12-23 Thread Stuart Henderson
On 2015/12/22 18:26, Paul Suh wrote:
> On Dec 22, 2015, at 5:15 PM, Christoph R. Murauer  wrote:
> > 
> >> I installed sshfs-fuse-2.4p1 using pkg_add and am trying to connect to
> >> a system on an alternate port.
> >> 
> >>$ doas sshfs username@hostname:/path/to/target /path/to/mount/point
> >> -p 2022
> >> 
> >> I get an immediate error:
> >> 
> >>fuse: unknown option -p
> >> 
> >> Adding -d to get debug output does nothing. Moving the location of the
> >> option around changes nothing. sshfs mounts to hosts using port 22
> >> work just fine.
> >> 
> >> System is OpenBSD 5.8-stable running under VirtualBox on OS X 10.10.5.
> > 
> > I don't use it and maybe, I am totally wrong but
> > https://github.com/libfuse/sshfs (got it from openports.se) shows
> > -oport=PORT
> > 
> > *Also many ssh options can be specified (see the manual pages for
> > sftp(1) and ssh_config(5)), including the remote port number
> > (-oport=PORT)*
> 
> I tried that too, same result. The only difference is the error message 
> reads: 
> 
>   fuse: unknown option port=2022

Looks like something is missing from our FUSE implementation with
option handling. As a workaround for now, you can probably configure
the host in .ssh/config instead:

Host somehost
  Port 2022



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/23 04:12:53

Modified files:
lang/iverilog  : Makefile distinfo 
lang/iverilog/pkg: PLIST 

Log message:
Update to iverilog-10.0.



Re: [UPDATE] databases/sqlitebrowser 3.7.0

2015-12-23 Thread Landry Breuil
On Wed, Dec 23, 2015 at 09:27:13AM +0100, Christopher Zimmermann wrote:
> On Wed, 23 Dec 2015 07:21:45 +0100 Landry Breuil
>  wrote:
> 
> > On Tue, Dec 22, 2015 at 11:53:04PM +0100, Christopher Zimmermann
> > wrote:
> > > Hi,
> > > 
> > > here's an update of sqlitebrowser to version 3.7.0. ok?  
> > 
> > You're missing the gtk-update-icon-cache and update-desktop-file goos
> > in RDEP and PLIST, and regen the PLIST to prune the useless dirs
> > afterwards.
> > 
> > Landry
> > 
> 
> Like this?

yes, and the same thing for desktop-file-utils/update-desktop-database..

Oh, and your mail ate the diff :p

> -DISTNAME =   sqlb-3.2.0
> -PKGNAME =sqlitebrowser-3.2.0
> -MASTER_SITES =
> https://github.com/sqlitebrowser/sqlitebrowser/archive/ +V = 3.7.0
> +GH_ACCOUNT = sqlitebrowser
> +GH_PROJECT = sqlitebrowser
> +GH_TAGNAME = v${V}
> +DISTNAME =   ${GH_PROJECT}-${V}
> +PKGNAME =${DISTNAME}



NEW: textproc/apertium

2015-12-23 Thread Anthony J. Bentley
Hi,

Apertium is a toolbox to build open-source shallow-transfer machine
translation systems, especially suitable for related language pairs: it
includes the engine, maintenance tools, and open linguistic data for
several language pairs.


Basically, Google Translate on your desktop.

$ echo es muy bueno | apertium es-en
It is very good

Attached are four ports: apertium, two apertium-maintained tools to
generate dictionaries, and the dictionaries themselves.

ok?

-- 
Anthony J. Bentley


apertium.tar.gz
Description: apertium.tar.gz


apertium-lex-tools.tar.gz
Description: apertium-lex-tools.tar.gz


lttoolbox.tar.gz
Description: lttoolbox.tar.gz


apertium-dicts.tar.gz
Description: apertium-dicts.tar.gz


CVS: cvs.openbsd.org: ports

2015-12-23 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/12/23 01:53:57

Modified files:
devel/ode  : Makefile distinfo 
Added files:
devel/ode/patches: patch-ode_demo_Makefile_am 
Removed files:
devel/ode/patches: patch-ode_demo_Makefile_in 

Log message:
update to ode-0.14



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2015/12/23 02:12:39

Modified files:
textproc/filepp: Makefile 

Log message:
Fix homepage/master sites, update license marker.

ok william@ (maintainer), several months ago...



CVS: cvs.openbsd.org: ports

2015-12-23 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2015/12/23 02:19:57

Modified files:
x11/mlterm : Makefile distinfo 
x11/mlterm/patches: patch-configure_in patch-xwindow_x_screen_c 
patch-xwindow_xlib_x_window_c 
x11/mlterm/pkg : PLIST 

Log message:
Update to mlterm-3.6.1



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/23 00:58:56

Modified files:
x11/py-wxPython: Makefile 

Log message:
Update Alek's mail address here too



Re: [UPDATE] databases/sqlitebrowser 3.7.0

2015-12-23 Thread Christopher Zimmermann
On Wed, 23 Dec 2015 07:21:45 +0100 Landry Breuil
 wrote:

> On Tue, Dec 22, 2015 at 11:53:04PM +0100, Christopher Zimmermann
> wrote:
> > Hi,
> > 
> > here's an update of sqlitebrowser to version 3.7.0. ok?  
> 
> You're missing the gtk-update-icon-cache and update-desktop-file goos
> in RDEP and PLIST, and regen the PLIST to prune the useless dirs
> afterwards.
> 
> Landry
> 

Like this?


Index: Makefile
===
RCS file: /cvs/ports/databases/sqlitebrowser/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile9 Dec 2014 20:49:59 -   1.17
+++ Makefile23 Dec 2015 08:25:54 -
@@ -1,19 +1,23 @@
 # $OpenBSD: Makefile,v 1.17 2014/12/09 20:49:59 zhuk Exp $
 
 COMMENT=   graphical interface to sqlite databases
-DISTNAME = sqlb-3.2.0
-PKGNAME =  sqlitebrowser-3.2.0
-MASTER_SITES =
https://github.com/sqlitebrowser/sqlitebrowser/archive/ +V = 3.7.0
+GH_ACCOUNT =   sqlitebrowser
+GH_PROJECT =   sqlitebrowser
+GH_TAGNAME =   v${V}
+DISTNAME = ${GH_PROJECT}-${V}
+PKGNAME =  ${DISTNAME}
 
 CATEGORIES=databases x11
 HOMEPAGE=  http://sqlitebrowser.org/
-WRKDIST  = ${WRKDIR}/sqlitebrowser-${DISTNAME}
 
 MODULES=   x11/qt4 devel/cmake
 
 # MPLv2/GPLv3+
 PERMIT_PACKAGE_CDROM=  Yes
+
 WANTLIB += QtGui QtNetwork c m pthread sqlite3 stdc++
+RUN_DEPENDS = x11/gtk+3,-guic
 
 CONFIGURE_ARGS =   -DUSE_QT5=False
 
Index: distinfo
===
RCS file: /cvs/ports/databases/sqlitebrowser/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo13 Jul 2014 15:43:05 -  1.3
+++ distinfo23 Dec 2015 08:25:54 -
@@ -1,2 +1,2 @@
-SHA256 (sqlb-3.2.0.tar.gz) =
Lqu0wBAssvq9a9VW/8QMJHqLMXrfUY0GAbXuiFrIbhs= -SIZE (sqlb-3.2.0.tar.gz)
= 801880 +SHA256 (sqlitebrowser-3.7.0.tar.gz) =
MJOh3PWzE4wa3ymFfWIkmrKwaOcLABhpoxFRdj4ozDo= +SIZE
(sqlitebrowser-3.7.0.tar.gz) = 1509766 Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/sqlitebrowser/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   13 Jul 2014 15:43:05 -  1.2
+++ pkg/PLIST   23 Dec 2015 08:25:54 -
@@ -1,2 +1,9 @@
 @comment $OpenBSD: PLIST,v 1.2 2014/07/13 15:43:05 landry Exp $
 @bin bin/sqlitebrowser
+share/appdata/
+share/appdata/sqlitebrowser.desktop.appdata.xml
+share/applications/
+share/applications/sqlitebrowser.desktop
+share/icons/hicolor/256x256/apps/sqlitebrowser.png
+@exec gtk-update-icon-cache %D/share/icons/hicolor
+@unexec gtk-update-icon-cache %D/share/icons/hicolor


-- 
http://gmerlin.de
OpenPGP: http://gmerlin.de/christopher.pub
F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:06:24

Modified files:
productivity/tryton/account: Makefile distinfo 

Log message:
Update to trytond-module-account-3.2.7.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:08:29

Modified files:
productivity/tryton/stock: Makefile distinfo 

Log message:
Update to trytond-module-stock-3.2.7.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:06:37

Modified files:
productivity/tryton/account_invoice: Makefile distinfo 

Log message:
Update to trytond-module-account_invoice-3.2.5.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:07:27

Modified files:
productivity/tryton/product_cost_fifo: Makefile distinfo 

Log message:
Update to trytond-module-product_cost_fifo-3.2.5.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:08:15

Modified files:
productivity/tryton/sale_opportunity: Makefile distinfo 

Log message:
Update to trytond-module-sale_opportunity-3.2.4.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:07:39

Modified files:
productivity/tryton/project_invoice: Makefile distinfo 

Log message:
Update to trytond-module-project_invoice-3.2.4.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2015/12/23 01:04:46

Modified files:
x11/gnome/calendar: Makefile distinfo 
x11/gnome/calendar/pkg: PLIST 

Log message:
update to gnome-calendar-3.18.2



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:08:41

Modified files:
productivity/tryton/stock_package: Makefile distinfo 

Log message:
Update to trytond-module-stock_package-3.2.3.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:07:03

Modified files:
productivity/tryton/calendar_scheduling: Makefile distinfo 

Log message:
Update to trytond-module-calendar_scheduling-3.2.4.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:07:52

Modified files:
productivity/tryton/purchase: Makefile distinfo 

Log message:
Update to trytond-module-purchase-3.2.4.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:07:14

Modified files:
productivity/tryton/country: Makefile distinfo 

Log message:
Update to trytond-module-country-3.2.2.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:06:50

Modified files:
productivity/tryton/account_invoice_stock: Makefile distinfo 

Log message:
Update to trytond-module-account_invoice_stock-3.2.3.



CVS: cvs.openbsd.org: ports

2015-12-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/12/23 01:08:02

Modified files:
productivity/tryton/sale: Makefile distinfo 

Log message:
Update to trytond-module-sale-3.2.5.