Re: Update MariaDB to 10.2.23
frantisek holop - Sun, 12 May 2019 at 14:13:37 > Giovanni Bechis - Sat, 11 May 2019 at 09:55:46 > > You should run mysql_upgrade after every major update, other than that > > it's best practice to update your slave mysql server before the > > master. > > and minor as well, from the man page: > > You should execute mysql_upgrade each time you upgrade MySQL. > > > I think pkg_add -u should actually run that, or at least mention it > after the package was upgraded. well, come to think of it it's not easy to run it automatically unless there is a .my.cnf somewhere for some user with the "root" user and it's password. but i think a post upgrade message along the lines of "dont forget to run `doas -u _mysql mysql_upgrade -u root -p`" would be nice. -f --
Re: Update MariaDB to 10.2.23
Giovanni Bechis - Sat, 11 May 2019 at 09:55:46 > You should run mysql_upgrade after every major update, other than that > it's best practice to update your slave mysql server before the > master. and minor as well, from the man page: You should execute mysql_upgrade each time you upgrade MySQL. I think pkg_add -u should actually run that, or at least mention it after the package was upgraded. -f --
Re: iridium can't disable or delete extensions
Solene Rapenne, 04 Dec 2018 18:47: > SpikeHeron on freenode told me about the iridium FAQ: > https://iridiumbrowser.de/faq > > [..] This is also the reason why the extensions panel at chrome://extensions > does not fully work — dis/enabling (check box) and removing (trash can) will > not work. [...] Click on the extension icon next to the address bar to access > options or to remove any extension. > > no bug here https://github.com/iridium-browser/tracker/issues/146#issuecomment-364503087 it is possible to remove extensions by right clicking on them in the addressbar and selecting "Remove from browser" -f --
Re: [new] sysutils/restic
Aaron Bieber, 28 Feb 2018 17:14: > > Here is a nifty backup tool written in Go and BSD licensed. It supports > > a grip of backends: yes please, it is 3-5x faster than borgbackup and very similar in features. -f --
Re: selenium
Remi Pointel, 27 Feb 2018 21:36: > I thougt we had selenium in our ports tree, but not. I searched in the > previous mail on ports@ and seen a port from frantisek holop, I updated it. i think there is already a newer version... 3.9.0 could you please update to port? -f --
Re: update www/py-jinja2 [hass: #4]
Joerg Jung, 17 Jan 2018 23:44: > Better diff below which works with python2.7 and conditional byte- > compiles and install asyncfilter.py and asyncsupport.py, as not imported > in python<3.6 (see: https://github.com/pallets/jinja/issues/653) sorry for the delay and thanks for the update. i don't use jinja at the moment but the tests passs, so ok. --
Re: UPDATE: www/py-beautifulsoup4 4.6.0
ok, thanks. Alexandr Shadchin, 12 May 2017 11:56: > Hi, > > This diff updates py-beautifulsoup4 to the latest release. > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > === > RCS file: /cvs/ports/www/py-beautifulsoup4/Makefile,v > retrieving revision 1.7 > diff -u -p -r1.7 Makefile > --- Makefile 18 Feb 2017 13:29:45 - 1.7 > +++ Makefile 12 May 2017 06:50:03 - > @@ -2,7 +2,7 @@ > > COMMENT =HTML/XML parser that supports invalid markup > > -MODPY_EGG_VERSION = 4.5.3 > +MODPY_EGG_VERSION = 4.6.0 > DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > > @@ -14,7 +14,7 @@ MAINTAINER =frantisek holop # MIT > PERMIT_PACKAGE_CDROM = Yes > > -MASTER_SITES = ${HOMEPAGE}bs4/download/4.5/ > +MASTER_SITES = ${HOMEPAGE}bs4/download/4.6/ > > MODULES =lang/python > > Index: distinfo > === > RCS file: /cvs/ports/www/py-beautifulsoup4/distinfo,v > retrieving revision 1.5 > diff -u -p -r1.5 distinfo > --- distinfo 18 Feb 2017 13:29:45 - 1.5 > +++ distinfo 12 May 2017 06:50:03 - > @@ -1,2 +1,2 @@ > -SHA256 (beautifulsoup4-4.5.3.tar.gz) = > shygk2b6WWBDV4/UGIsFK0ZjTSIFnmjdAHfZ7nfgij4= > -SIZE (beautifulsoup4-4.5.3.tar.gz) = 159185 > +SHA256 (beautifulsoup4-4.6.0.tar.gz) = > gItqyTLcywpBJlWPff3PQXEN1EpO9Jegu1mnf58Hjok= > +SIZE (beautifulsoup4-4.6.0.tar.gz) = 160846 --
firefox 52 and whatsapp web client
it seems that i can 100% crash firefox by trying to use the web.whatsapp.com client for varying lengths of time. this seems to be a regression, is anyone else seeing this? -f --
UPDATE: gkrellm
there are some minor signs of life around the gkrellm project. the memory meter has been showing nonsense for quite some time, and before trying to fix it, i thought i'd try to bring the port up to date. please test and commit. -f -- Index: Makefile === RCS file: /cvs/ports/sysutils/gkrellm/gkrellm/Makefile,v retrieving revision 1.72 diff -u -p -r1.72 Makefile --- Makefile16 Mar 2016 16:53:50 - 1.72 +++ Makefile1 Feb 2017 23:42:35 - @@ -3,12 +3,10 @@ COMMENT-main= single process stack of system monitors for GTK+2 (server) COMMENT-client=single process stack of system monitors for GTK+2 -V= 2.3.5 +V= 2.3.10 DISTNAME= gkrellm-${V} PKGNAME-main= gkrellm-server-${V} PKGNAME-client=gkrellm-${V} -REVISION-main= 8 -REVISION-client=4 CATEGORIES=sysutils HOMEPAGE= http://www.gkrellm.net/ @@ -16,7 +14,7 @@ HOMEPAGE= http://www.gkrellm.net/ # GPLv3 with OpenSSL license exception PERMIT_PACKAGE_CDROM= Yes -MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ +MASTER_SITES= http://gkrellm.srcbox.net/releases/ EXTRACT_SUFX= .tar.bz2 PSEUDO_FLAVORS=no_client Index: distinfo === RCS file: /cvs/ports/sysutils/gkrellm/gkrellm/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo18 Jan 2015 03:15:11 - 1.18 +++ distinfo1 Feb 2017 23:42:35 - @@ -1,2 +1,2 @@ -SHA256 (gkrellm-2.3.5.tar.bz2) = cCtbDpwEDrOvjhV0U/ON1vU+Hc2LEnLSAmbNo9Q3LIs= -SIZE (gkrellm-2.3.5.tar.bz2) = 765011 +SHA256 (gkrellm-2.3.10.tar.bz2) = i57Iuq3NWDDGr/BLqG3J7TF6FcHDeHRAvR5oD7L812Y= +SIZE (gkrellm-2.3.10.tar.bz2) = 782794 Index: patches/patch-Makefile === RCS file: /cvs/ports/sysutils/gkrellm/gkrellm/patches/patch-Makefile,v retrieving revision 1.11 diff -u -p -r1.11 patch-Makefile --- patches/patch-Makefile 2 Mar 2011 06:59:55 - 1.11 +++ patches/patch-Makefile 1 Feb 2017 23:42:35 - @@ -1,9 +1,9 @@ $OpenBSD: patch-Makefile,v 1.11 2011/03/02 06:59:55 ajacoutot Exp $ Makefile.orig Sat Oct 2 18:21:01 2010 -+++ Makefile Mon Feb 14 07:46:00 2011 -@@ -93,16 +93,12 @@ BINMODE = 755 +--- Makefile.orig Wed Feb 1 23:21:42 2017 Makefile Wed Feb 1 23:21:47 2017 +@@ -92,16 +92,12 @@ BINMODE = 755 - VERSION = 2.3.5 + VERSION = 2.3.10 -INSTALLROOT ?= $(DESTDIR)$(PREFIX) +INSTALLROOT ?= ${PREFIX} Index: patches/patch-common_mk === RCS file: patches/patch-common_mk diff -N patches/patch-common_mk --- /dev/null 1 Jan 1970 00:00:00 - +++ patches/patch-common_mk 1 Feb 2017 23:42:35 - @@ -0,0 +1,21 @@ +$OpenBSD$ +--- common.mk.orig Wed Feb 1 23:35:29 2017 common.mk Wed Feb 1 23:36:26 2017 +@@ -18,7 +18,7 @@ export CC + export PKG_CONFIG + + PREFIX ?= /usr/local +-INSTALLROOT ?= $(DESTDIR)$(PREFIX) ++INSTALLROOT ?= $(PREFIX) + + BINMODE ?= 755 + BINEXT ?= +@@ -37,7 +37,7 @@ MANDIRMODE ?= 755 + + INSTALL ?= install + STRIP ?= -s +-LINK_FLAGS ?= -Wl,-E ++LINK_FLAGS ?= -Wl + + SHARED_PATH = ../shared + # Make GNU Make search for sources somewhere else as well Index: patches/patch-server_Makefile === RCS file: /cvs/ports/sysutils/gkrellm/gkrellm/patches/patch-server_Makefile,v retrieving revision 1.11 diff -u -p -r1.11 patch-server_Makefile --- patches/patch-server_Makefile 17 Mar 2013 09:47:07 - 1.11 +++ patches/patch-server_Makefile 1 Feb 2017 23:42:35 - @@ -1,58 +1,37 @@ $OpenBSD: patch-server_Makefile,v 1.11 2013/03/17 09:47:07 ajacoutot Exp $ server/Makefile.orig Sat Oct 2 18:21:01 2010 -+++ server/MakefileSun Mar 17 10:40:23 2013 -@@ -3,12 +3,9 @@ PKG_CONFIG ?= pkg-config - BINMODE ?= 755 - BINEXT ?= - --INSTALLROOT ?= $(DESTDIR)$(PREFIX) --ifeq ($(INSTALLROOT),) -- INSTALLROOT = /usr/local --endif -+INSTALLROOT ?= $(PREFIX) +--- server/Makefile.orig Wed Feb 1 23:33:24 2017 server/MakefileWed Feb 1 23:38:27 2017 +@@ -2,13 +2,13 @@ include ../common.mk + + PACKAGE_D ?= gkrellmd -SINSTALLDIR ?= $(INSTALLROOT)/bin +SINSTALLDIR ?= $(INSTALLROOT)/sbin - INSTALLDIRMODE ?= 755 - INCLUDEDIR ?= $(INSTALLROOT)/include -@@ -22,11 +19,11 @@ CFGDIR ?= $(INSTALLROOT)/etc + CFGDIR ?= $(INSTALLROOT)/etc CFGDIRMODE ?= 755 CFGMODE ?= 644 -SMANDIR ?= $(INSTALLROOT)/share/man/man1 +SMANDIR ?= $(INSTALLROOT)/man/man1 - MANMODE ?= 644 - MANDIRMODE ?= 755 - INSTALL ?= install --LINK_FLAGS ?= -Wl,-E -+LINK_FLAGS ?= -Wl + EXTRAOBJS = - SHARED_PATH = ../shared -@@ -60,13 +57,13 @@ PKG_LIB = `$(PKG_CONFIG) --libs glib-2.0 gmodule-2.0 g - GLIB12_INCLUDE = `glib-config --cflags` - GLIB12_LIB = `glib-config --libs glib gmodule` +@@ -31,7 +31,7 @@ GK
Re: NEW: mcomix: replacement for comix
Stuart Henderson, 01 Feb 2017 21:17: > On 2017/02/01 20:43, frantisek holop wrote: > > ping ping? > > The port looks sound. thanks for having a look. considering the size of the user base i think the replacement is unnecessary... what do you think? --
Re: NEW: mcomix: replacement for comix
ping ping? nobody reads comixes on openbsd? :] frantisek holop, 28 Jan 2017 16:19: > ping? > > frantisek holop, 22 Jan 2017 23:54: > > graphics/comix is dead. since 2009. > > it has now decayed to the state that thumbnails dont > > show and god knows what else. please remove it. > > > > find attached mcomix, a fork of comix under > > active development. please test and commit. > > > > -f > > -- > -- --
Re: UPDATE: vim
update to a more recent patchlevel please test and commit. -f -- Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.157 diff -u -p -r1.157 Makefile --- Makefile3 Jan 2017 19:22:09 - 1.157 +++ Makefile30 Jan 2017 21:35:06 - @@ -4,7 +4,7 @@ COMMENT-main= vi clone, many additional COMMENT-lang= vi clone, NLS subpackage # if updating major version, sync editors/vim-spell -V= 8.0.0095 +V= 8.0.0257 GH_ACCOUNT=vim GH_PROJECT=vim GH_TAGNAME=v$V @@ -13,7 +13,6 @@ PKGNAME-main= vim-$V PKGNAME-lang= vim-lang-$V P= vim${V:R:S/.//} CATEGORIES=editors -REVISION-main= 0 HOMEPAGE= http://www.vim.org/ Index: distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.51 diff -u -p -r1.51 distinfo --- distinfo23 Nov 2016 16:40:33 - 1.51 +++ distinfo30 Jan 2017 21:35:06 - @@ -1,2 +1,2 @@ -SHA256 (vim-8.0.0095.tar.gz) = 51arfHqzHhII/xH0fVX00WjVhuy4+pMvdO82/L9YEfI= -SIZE (vim-8.0.0095.tar.gz) = 12944792 +SHA256 (vim-8.0.0257.tar.gz) = UkbE99UNBzvlbS0gLxzuqiTUQIMxbce9hZWew2Mqfxc= +SIZE (vim-8.0.0257.tar.gz) = 12973236 Index: pkg/PLIST-main === RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v retrieving revision 1.17 diff -u -p -r1.17 PLIST-main --- pkg/PLIST-main 23 Nov 2016 16:40:33 - 1.17 +++ pkg/PLIST-main 30 Jan 2017 21:35:06 - @@ -109,6 +109,7 @@ share/vim/${P}/compiler/fpc.vim share/vim/${P}/compiler/g95.vim share/vim/${P}/compiler/gcc.vim share/vim/${P}/compiler/gfortran.vim +share/vim/${P}/compiler/ghc.vim share/vim/${P}/compiler/gnat.vim share/vim/${P}/compiler/go.vim share/vim/${P}/compiler/haml.vim
Re: NEW: mcomix: replacement for comix
ping? frantisek holop, 22 Jan 2017 23:54: > graphics/comix is dead. since 2009. > it has now decayed to the state that thumbnails dont > show and god knows what else. please remove it. > > find attached mcomix, a fork of comix under > active development. please test and commit. > > -f > -- --
UPDATE: vim
bit closer to the moving target again. please test and commit. -f -- Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.157 diff -u -p -r1.157 Makefile --- Makefile3 Jan 2017 19:22:09 - 1.157 +++ Makefile24 Jan 2017 22:41:36 - @@ -4,7 +4,7 @@ COMMENT-main= vi clone, many additional COMMENT-lang= vi clone, NLS subpackage # if updating major version, sync editors/vim-spell -V= 8.0.0095 +V= 8.0.0237 GH_ACCOUNT=vim GH_PROJECT=vim GH_TAGNAME=v$V @@ -13,7 +13,6 @@ PKGNAME-main= vim-$V PKGNAME-lang= vim-lang-$V P= vim${V:R:S/.//} CATEGORIES=editors -REVISION-main= 0 HOMEPAGE= http://www.vim.org/ Index: distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.51 diff -u -p -r1.51 distinfo --- distinfo23 Nov 2016 16:40:33 - 1.51 +++ distinfo24 Jan 2017 22:41:36 - @@ -1,2 +1,2 @@ -SHA256 (vim-8.0.0095.tar.gz) = 51arfHqzHhII/xH0fVX00WjVhuy4+pMvdO82/L9YEfI= -SIZE (vim-8.0.0095.tar.gz) = 12944792 +SHA256 (vim-8.0.0237.tar.gz) = L5OhWqHtq9PTBjF6NH5hnIs04wVgMULuEocRs/+Q0yY= +SIZE (vim-8.0.0237.tar.gz) = 12965794 Index: pkg/PLIST-main === RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v retrieving revision 1.17 diff -u -p -r1.17 PLIST-main --- pkg/PLIST-main 23 Nov 2016 16:40:33 - 1.17 +++ pkg/PLIST-main 24 Jan 2017 22:41:36 - @@ -109,6 +109,7 @@ share/vim/${P}/compiler/fpc.vim share/vim/${P}/compiler/g95.vim share/vim/${P}/compiler/gcc.vim share/vim/${P}/compiler/gfortran.vim +share/vim/${P}/compiler/ghc.vim share/vim/${P}/compiler/gnat.vim share/vim/${P}/compiler/go.vim share/vim/${P}/compiler/haml.vim
NEW: mcomix: replacement for comix
graphics/comix is dead. since 2009. it has now decayed to the state that thumbnails dont show and god knows what else. please remove it. find attached mcomix, a fork of comix under active development. please test and commit. -f -- mcomix.tgz Description: application/tar-gz
nginx: enable ngx_http_gunzip_module
hello, here is a patch to enable ngx_http_gunzip_module in nginx (the rest is end of line whitespace removal) all modern browsers accept gzip content. for static content i can just store gzipped files and save nginx the work to compress for every request. with the gunzip module i dont need to store the uncompressed originals when i use it together with gzip_static "always" option: Syntax: gzip_static on | off | always; ... With the “always” value (1.3.6), gzipped file is used in all cases, without checking if the client supports it. It is useful if there are no uncompressed files on the disk anyway or the ngx_http_gunzip_module is used. ... -f -- Index: Makefile === RCS file: /cvs/ports/www/nginx/Makefile,v retrieving revision 1.102 diff -u -p -r1.102 Makefile --- Makefile4 Nov 2016 22:13:43 - 1.102 +++ Makefile7 Jan 2017 19:40:02 - @@ -11,8 +11,8 @@ COMMENT-mailproxy=nginx mail proxy modu COMMENT-stream=nginx TCP/UDP proxy module COMMENT-naxsi= nginx web application firewall module COMMENT-lua= nginx lua scripting module -COMMENT-perl= nginx perl scripting module -COMMENT-passenger= nginx passenger (ruby/python/nodejs) integration module +COMMENT-perl= nginx perl scripting module +COMMENT-passenger= nginx passenger (ruby/python/nodejs) integration module VERSION= 1.10.2 DISTNAME= nginx-${VERSION} @@ -22,14 +22,14 @@ PKGNAME-main= ${DISTNAME} PKGNAME-image_filter= nginx-image_filter-${VERSION} PKGNAME-geoip= nginx-geoip-${VERSION} PKGNAME-xslt= nginx-xslt-${VERSION} -PKGNAME-mailproxy= nginx-mailproxy-${VERSION} +PKGNAME-mailproxy= nginx-mailproxy-${VERSION} PKGNAME-stream=nginx-stream-${VERSION} PKGNAME-naxsi= nginx-naxsi-${VERSION} PKGNAME-lua= nginx-lua-${VERSION} PKGNAME-perl= nginx-perl-${VERSION} PKGNAME-passenger= nginx-passenger-${VERSION} -REVISION-main= 0 +REVISION-main= 1 MASTER_SITES= http://nginx.org/download/ MASTER_SITES0= https://github.com/simpl/ngx_devel_kit/archive/ @@ -53,12 +53,12 @@ PERMIT_PACKAGE_CDROM= yes MULTI_PACKAGES = -main -image_filter -geoip -xslt -mailproxy -stream -naxsi -lua -perl -passenger WANTLIB-main= c z pcre ssl crypto -WANTLIB-mailproxy= -WANTLIB-stream= +WANTLIB-mailproxy= +WANTLIB-stream= WANTLIB-image_filter= gd WANTLIB-geoip= GeoIP -WANTLIB-xslt= exslt xml2 xslt -WANTLIB-naxsi= +WANTLIB-xslt= exslt xml2 xslt +WANTLIB-naxsi= WANTLIB-lua= ${MODLUA_WANTLIB} m WANTLIB-perl= c m perl WANTLIB-passenger= m pthread stdc++ @@ -126,6 +126,7 @@ CONFIGURE_ARGS+=--prefix=${NGINX_DIR} \ --with-http_image_filter_module=dynamic \ --with-http_geoip_module=dynamic \ --with-http_gzip_static_module \ + --with-http_gunzip_module \ --with-http_perl_module=dynamic \ --with-http_realip_module \ --with-http_slice_module \
Re: UPDATE: devel/pyflakes 1.4.0
OK Alexandr Shadchin, 04 Jan 2017 22:30: > Hi, > > This diff updates pyflakes to the latest release. > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > === > RCS file: /cvs/ports/devel/pyflakes/Makefile,v > retrieving revision 1.11 > diff -u -p -r1.11 Makefile > --- Makefile 3 Jan 2017 19:19:49 - 1.11 > +++ Makefile 4 Jan 2017 17:22:05 - > @@ -2,7 +2,7 @@ > > COMMENT =passive checker of Python programs > > -MODPY_EGG_VERSION = 1.3.0 > +MODPY_EGG_VERSION = 1.4.0 > DISTNAME = pyflakes-${MODPY_EGG_VERSION} > > CATEGORIES = devel > @@ -24,7 +24,6 @@ FLAVOR ?= > > .if ${FLAVOR:Mpython3} > PKGNAME =pyflakes${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION} > -REVISION = 0 > > post-install: > mv ${PREFIX}/bin/pyflakes ${PREFIX}/bin/pyflakes${MODPY_BIN_SUFFIX} > Index: distinfo > === > RCS file: /cvs/ports/devel/pyflakes/distinfo,v > retrieving revision 1.6 > diff -u -p -r1.6 distinfo > --- distinfo 2 Oct 2016 10:26:33 - 1.6 > +++ distinfo 4 Jan 2017 17:22:05 - > @@ -1,2 +1,2 @@ > -SHA256 (pyflakes-1.3.0.tar.gz) = pPkzF8l6nZ7XHW7P4Ito496f6j9NlNzR2dg8y/kpvDE= > -SIZE (pyflakes-1.3.0.tar.gz) = 47081 > +SHA256 (pyflakes-1.4.0.tar.gz) = BcihcCCI6bVKy0IveCEK/GB0s0cq+noKd/C4qj9dtgU= > +SIZE (pyflakes-1.4.0.tar.gz) = 47189 --
japanese fonts not showing in firefox, iridium
i think i remember i had no problems with japanese fonts on pages like wikipedia before. do i need to install some extra fonts, or utf-8 takes care of this (noto font)? -- "fishing, stranger?" "no, just drowning worms."
UPDATE: py-unidecode + python3 flavor
2 tests fail because while running the tests locale.getpreferredencoding() returns 'US-ASCII', while both python 2.7 and 3.5 return 'UTF-8': Python 3.5.2 (default, Sep 23 2016, 22:47:58) [GCC 4.2.1 20070719 ] on openbsd6 Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.getpreferredencoding() 'UTF-8' any ideas? in any case i dont think that's a real showstopper. please test and commit. -f -- if you stand up to be counted someone will take your seat. Index: Makefile === RCS file: /cvs/ports/textproc/py-unidecode/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile8 Jan 2016 13:25:23 - 1.8 +++ Makefile6 Nov 2016 14:21:03 - @@ -2,21 +2,29 @@ COMMENT = US-ASCII transliterations of Unicode text -MODPY_EGG_VERSION =0.4.18 -REVISION = 2 -DISTNAME = Unidecode-0.04.18 -PKGNAME = py-unidecode-0.04.18 +MODPY_EGG_VERSION =0.4.19 +DISTNAME = Unidecode-0.04.19 +PKGNAME = py-${DISTNAME:L} -CATEGORIES = textproc +CATEGORIES = textproc devel HOMEPAGE = https://pypi.python.org/pypi/Unidecode +MASTER_SITES = ${MASTER_SITE_PYPI:=U/Unidecode/} + # GPLv2+ PERMIT_PACKAGE_CDROM = Yes MODULES = lang/python -MODPY_PI = Yes MODPY_SETUPTOOLS = Yes + +FLAVORS = python3 +FLAVOR ?= + +post-install: +.if ${FLAVOR:Mpython3} + mv ${PREFIX}/bin/unidecode ${PREFIX}/bin/unidecode${MODPY_BIN_SUFFIX} +.endif do-test: @${MODPY_TEST_TARGET} Index: distinfo === RCS file: /cvs/ports/textproc/py-unidecode/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo18 Sep 2015 09:30:02 - 1.3 +++ distinfo6 Nov 2016 14:21:03 - @@ -1,2 +1,2 @@ -SHA256 (Unidecode-0.04.18.tar.gz) = 8ZFQx03i/mhHsT7+6u5ALyvSwwmkRjRqi1uq4DFdEIo= -SIZE (Unidecode-0.04.18.tar.gz) = 206191 +SHA256 (Unidecode-0.04.19.tar.gz) = UUd2RqkWlGnjfnkbE65l/Mdbf39XDQ0+UU0HeAXALh4= +SIZE (Unidecode-0.04.19.tar.gz) = 204613 Index: pkg/PLIST === RCS file: /cvs/ports/textproc/py-unidecode/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 18 Sep 2015 09:30:02 - 1.2 +++ pkg/PLIST 6 Nov 2016 14:21:03 - @@ -1,5 +1,5 @@ @comment $OpenBSD: PLIST,v 1.2 2015/09/18 09:30:02 ajacoutot Exp $ -bin/unidecode +bin/unidecode${MODPY_BIN_SUFFIX} lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt @@ -8,382 +8,383 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/Unidecode-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/unidecode/ lib/python${MODPY_VERSION}/site-packages/unidecode/__init__.py -lib/python${MODPY_VERSION}/site-packages/unidecode/__init__.pyc +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}/ +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x000.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x001.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x002.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x003.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x004.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x005.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x006.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x007.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x009.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x00a.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x00b.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x00c.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x00d.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/unidecode/${MODPY_PYCACHE}x00e.${MODPY_PYC_MAGIC_
Re: UPDATE: textproc/py-sphinx 1.4.8
ok Alexandr Shadchin, 05 Nov 2016 19:02: > Hi, > > This diff updates py-sphinx to the latest release. > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > === > RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v > retrieving revision 1.19 > diff -u -p -r1.19 Makefile > --- Makefile 1 Sep 2016 05:49:57 - 1.19 > +++ Makefile 5 Nov 2016 12:14:25 - > @@ -2,7 +2,7 @@ > > COMMENT =python documentation generator > > -MODPY_EGG_VERSION = 1.4.6 > +MODPY_EGG_VERSION = 1.4.8 > DISTNAME = Sphinx-${MODPY_EGG_VERSION} > PKGNAME =py-sphinx-${MODPY_EGG_VERSION} > > @@ -26,8 +26,7 @@ RUN_DEPENDS = devel/py-babel${MODPY_FLA > textproc/py-pygments${MODPY_FLAVOR} \ > textproc/py-sphinx_rtd_theme${MODPY_FLAVOR} \ > textproc/py-snowballstemmer${MODPY_FLAVOR} \ > - www/py-jinja2${MODPY_FLAVOR} \ > - www/py-requests${MODPY_FLAVOR} > + www/py-jinja2${MODPY_FLAVOR} > BUILD_DEPENDS = ${RUN_DEPENDS} > TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \ > devel/py-nose${MODPY_FLAVOR} \ > Index: distinfo > === > RCS file: /cvs/ports/textproc/py-sphinx/distinfo,v > retrieving revision 1.7 > diff -u -p -r1.7 distinfo > --- distinfo 1 Sep 2016 05:49:57 - 1.7 > +++ distinfo 5 Nov 2016 12:14:25 - > @@ -1,2 +1,2 @@ > -SHA256 (Sphinx-1.4.6.tar.gz) = nkNDCqm0kezYYwKhMg7biXfaYk9jQi1JQlfqslQaedM= > -SIZE (Sphinx-1.4.6.tar.gz) = 4489982 > +SHA256 (Sphinx-1.4.8.tar.gz) = Qa+Xj2U++GLrS7N3bavY/xOv7RfkMZBzEP6ZCjlHcH8= > +SIZE (Sphinx-1.4.8.tar.gz) = 4494940 > Index: pkg/PLIST > === > RCS file: /cvs/ports/textproc/py-sphinx/pkg/PLIST,v > retrieving revision 1.6 > diff -u -p -r1.6 PLIST > --- pkg/PLIST 1 Sep 2016 05:49:57 - 1.6 > +++ pkg/PLIST 5 Nov 2016 12:14:26 - > @@ -389,6 +389,8 @@ lib/python${MODPY_VERSION}/site-packages > lib/python${MODPY_VERSION}/site-packages/sphinx/make_mode.py > lib/python${MODPY_VERSION}/site-packages/sphinx/parsers.py > lib/python${MODPY_VERSION}/site-packages/sphinx/pycode/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/pycode/Grammar-py2-sphinx1.2.pickle > +lib/python${MODPY_VERSION}/site-packages/sphinx/pycode/Grammar-py2-sphinx1.4.pickle > lib/python${MODPY_VERSION}/site-packages/sphinx/pycode/Grammar-py2.pickle > lib/python${MODPY_VERSION}/site-packages/sphinx/pycode/Grammar-py2.txt > lib/python${MODPY_VERSION}/site-packages/sphinx/pycode/Grammar-py3.pickle > @@ -637,6 +639,7 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/sphinx/util/${MODPY_PYCACHE}parallel.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/sphinx/util/${MODPY_PYCACHE}png.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/sphinx/util/${MODPY_PYCACHE}pycompat.${MODPY_PYC_MAGIC_TAG}pyc > +lib/python${MODPY_VERSION}/site-packages/sphinx/util/${MODPY_PYCACHE}rst.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/sphinx/util/${MODPY_PYCACHE}smartypants.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/sphinx/util/${MODPY_PYCACHE}stemmer.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/sphinx/util/${MODPY_PYCACHE}tags.${MODPY_PYC_MAGIC_TAG}pyc > @@ -658,6 +661,7 @@ lib/python${MODPY_VERSION}/site-packages > lib/python${MODPY_VERSION}/site-packages/sphinx/util/parallel.py > lib/python${MODPY_VERSION}/site-packages/sphinx/util/png.py > lib/python${MODPY_VERSION}/site-packages/sphinx/util/pycompat.py > +lib/python${MODPY_VERSION}/site-packages/sphinx/util/rst.py > lib/python${MODPY_VERSION}/site-packages/sphinx/util/smartypants.py > lib/python${MODPY_VERSION}/site-packages/sphinx/util/stemmer.py > lib/python${MODPY_VERSION}/site-packages/sphinx/util/tags.py -- if you do nothing, how do you know when you're finished?
Re: UPDATE: www/py-beautifulsoup4 4.5.1
ok Alexandr Shadchin, 05 Nov 2016 16:22: > Hi, > > This diff updates py-beautifulsoup4 to the latest release. > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > > Index: Makefile > === > RCS file: /cvs/ports/www/py-beautifulsoup4/Makefile,v > retrieving revision 1.4 > diff -u -p -r1.4 Makefile > --- Makefile 2 Jan 2016 13:27:22 - 1.4 > +++ Makefile 5 Nov 2016 11:18:55 - > @@ -2,7 +2,7 @@ > > COMMENT =HTML/XML parser that supports invalid markup > > -MODPY_EGG_VERSION = 4.4.1 > +MODPY_EGG_VERSION = 4.5.1 > DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > > @@ -14,9 +14,8 @@ MAINTAINER =frantisek holop # MIT > PERMIT_PACKAGE_CDROM = Yes > > -MASTER_SITES = ${HOMEPAGE}bs4/download/4.4/ > +MASTER_SITES = ${HOMEPAGE}bs4/download/4.5/ > > -PKG_ARCH = * > MODULES =lang/python > > TEST_DEPENDS = devel/py-html5lib${MODPY_FLAVOR} \ > Index: distinfo > === > RCS file: /cvs/ports/www/py-beautifulsoup4/distinfo,v > retrieving revision 1.3 > diff -u -p -r1.3 distinfo > --- distinfo 2 Jan 2016 13:27:22 - 1.3 > +++ distinfo 5 Nov 2016 11:18:55 - > @@ -1,2 +1,2 @@ > -SHA256 (beautifulsoup4-4.4.1.tar.gz) = > h9QBPQYl1HiaT1a415oE1c5tsRUrtl8dOXRPdwmjZrQ= > -SIZE (beautifulsoup4-4.4.1.tar.gz) = 152140 > +SHA256 (beautifulsoup4-4.5.1.tar.gz) = > PJR0A2r9qRNqrGRj3vcz+BAXv57zUQ0lY08zWwyH9eE= > +SIZE (beautifulsoup4-4.5.1.tar.gz) = 158039 -- always remember that you are unique. just like everyone else.
Re: NEW: sass
frantisek holop, 05 Nov 2016 17:08: > ping? sorry for the noise, was behind a bit. -f -- computers run on smoke. if it leaks out they won't work.
Re: NEW: sass
ping? -- there are 3 kinds of people: those who can count & those who can't.
Re: UPDATE: vim
on a related note i am doubtful that what Stuart described about the automatic upgrade process[1] will work with the current port without additional changes... but i am getting out of my depth quickly... [1] http://marc.info/?l=openbsd-ports&m=147492812506914&w=2 -f -- 43.3% of all statistics are meaningless.
UPDATE: vim
this is an update to the latest patchlevel, that does also 2 things: - let ruby 1.8 die, move up to 2.3 lightly tested (:ruby print RUBY_VERSION) so ruby users please step up - include lua in the monster package lightly tested (:lua print("Hello, Vim!")) so lua users please step up if i am not mistaken, this is a new flavor, do i need to mark some conflict between ruby 1.8 vs 2.3? -f -- does the mushroom cloud have any siler lining? Index: Makefile === RCS file: /cvs/ports/editors/Makefile,v retrieving revision 1.119 diff -u -p -r1.119 Makefile --- Makefile31 Aug 2016 23:05:40 - 1.119 +++ Makefile31 Oct 2016 22:54:53 - @@ -63,12 +63,12 @@ SUBDIR += vile SUBDIR += vim SUBDIR += vim,gtk2,lua - SUBDIR += vim,gtk2,perl,python,ruby - SUBDIR += vim,gtk2,perl,python3,ruby + SUBDIR += vim,gtk2,lua,perl,python,ruby + SUBDIR += vim,gtk2,lua,perl,python3,ruby SUBDIR += vim,no_x11 SUBDIR += vim,no_x11,lua - SUBDIR += vim,no_x11,perl,python,ruby - SUBDIR += vim,no_x11,perl,python3,ruby + SUBDIR += vim,no_x11,lua,perl,python,ruby + SUBDIR += vim,no_x11,lua,perl,python3,ruby SUBDIR += vim-spell SUBDIR += xemacs21 SUBDIR += xemacs21-sumo Index: vim/Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.154 diff -u -p -r1.154 Makefile --- vim/Makefile12 Oct 2016 09:31:16 - 1.154 +++ vim/Makefile31 Oct 2016 22:54:53 - @@ -3,7 +3,7 @@ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage -V= 8.0.0027 +V= 8.0.0055 GH_ACCOUNT=vim GH_PROJECT=vim GH_TAGNAME=v$V @@ -90,7 +90,7 @@ ERRORS= "Fatal: You only can select one .if ${FLAVOR:Mruby} MODULES+= lang/ruby -MODRUBY_REV= 1.8 +MODRUBY_REV= 2.3 CONFIGURE_ARGS+= --enable-rubyinterp --with-ruby-command=${RUBY} LIB_DEPENDS+= ${MODRUBY_LIB_DEPENDS} WANTLIB+= m ${MODRUBY_WANTLIB} Index: vim/distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.50 diff -u -p -r1.50 distinfo --- vim/distinfo12 Oct 2016 09:31:16 - 1.50 +++ vim/distinfo31 Oct 2016 22:54:53 - @@ -1,2 +1,2 @@ -SHA256 (vim-8.0.0027.tar.gz) = t2WT/WPOPiri4G6160nMjDWBiuVJe2g6tNv4Of4nqSM= -SIZE (vim-8.0.0027.tar.gz) = 12929799 +SHA256 (vim-8.0.0055.tar.gz) = xTrbKefCAHjrRKWKFucSQCuojdpaPkGbZKQTnWaYKrs= +SIZE (vim-8.0.0055.tar.gz) = 12930637 Index: vim/pkg/PLIST-main === RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v retrieving revision 1.16 diff -u -p -r1.16 PLIST-main --- vim/pkg/PLIST-main 26 Sep 2016 10:48:39 - 1.16 +++ vim/pkg/PLIST-main 31 Oct 2016 22:54:53 - @@ -25,6 +25,8 @@ share/vim/${P}/autoload/ada.vim share/vim/${P}/autoload/adacomplete.vim share/vim/${P}/autoload/ccomplete.vim share/vim/${P}/autoload/clojurecomplete.vim +share/vim/${P}/autoload/context.vim +share/vim/${P}/autoload/contextcomplete.vim share/vim/${P}/autoload/csscomplete.vim share/vim/${P}/autoload/decada.vim share/vim/${P}/autoload/getscript.vim @@ -90,6 +92,7 @@ share/vim/${P}/compiler/ant.vim share/vim/${P}/compiler/bcc.vim share/vim/${P}/compiler/bdf.vim share/vim/${P}/compiler/checkstyle.vim +share/vim/${P}/compiler/context.vim share/vim/${P}/compiler/cs.vim share/vim/${P}/compiler/cucumber.vim share/vim/${P}/compiler/decada.vim @@ -515,6 +518,7 @@ share/vim/${P}/indent/clojure.vim share/vim/${P}/indent/cmake.vim share/vim/${P}/indent/cobol.vim share/vim/${P}/indent/config.vim +share/vim/${P}/indent/context.vim share/vim/${P}/indent/cpp.vim share/vim/${P}/indent/cs.vim share/vim/${P}/indent/css.vim @@ -559,6 +563,7 @@ share/vim/${P}/indent/lua.vim share/vim/${P}/indent/mail.vim share/vim/${P}/indent/make.vim share/vim/${P}/indent/matlab.vim +share/vim/${P}/indent/mf.vim share/vim/${P}/indent/mma.vim share/vim/${P}/indent/mp.vim share/vim/${P}/indent/objc.vim @@ -650,6 +655,7 @@ share/vim/${P}/keymap/hebrewp_cp1255.vim share/vim/${P}/keymap/hebrewp_iso-8859-8.vim share/vim/${P}/keymap/hebrewp_utf-8.vim share/vim/${P}/keymap/kana.vim +share/vim/${P}/keymap/kazakh-jcuken.vim share/vim/${P}/keymap/lithuanian-baltic.vim share/vim/${P}/keymap/magyar_utf-8.vim share/vim/${P}/keymap/mongolian_utf-8.vim
NEW: sass
it's that time of (another) year again: i am submitting sass again :] please test and commit. let's have at least one style extension language processor that doesn't need a billion node js packages. -f -- show me a sane man and i will cure him for you. -- c. jung sass.tgz Description: application/tar-gz
UPDATE: flake8, pep8 -> pycodestyle
with the latest py-mccabe update, the current flake8 stops working. in other news pep8 has been renamed to pycodestyle and newer flake8 uses that instead. so here's: - a port for pycodestyle (sorry, i can't do the quirks song and dance) - flake8 update to the latest. 8 tests fail but they are all related to file paths of the build infrastructure, and i don't have time to play with this now... please test and commit. -f -- 2 wrongs don't make a right - but 3 lefts do! pycodestyle.tgz Description: application/tar-gz Index: Makefile === RCS file: /cvs/ports/devel/flake8/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile28 Dec 2015 17:28:20 - 1.5 +++ Makefile19 Oct 2016 20:59:51 - @@ -2,7 +2,7 @@ COMMENT = modular python code checker wrapping pep8 and pyflakes -MODPY_EGG_VERSION =2.5.1 +MODPY_EGG_VERSION =3.0.4 DISTNAME = flake8-${MODPY_EGG_VERSION} CATEGORIES = devel @@ -21,14 +21,16 @@ MODULES = lang/python MODPY_SETUPTOOLS = Yes TEST_DEPENDS = ${RUN_DEPENDS} \ - devel/py-nose \ + devel/py-test \ devel/py-mock -RUN_DEPENDS = devel/pep8 \ +RUN_DEPENDS = devel/pycodestyle \ devel/py-mccabe \ - devel/pyflakes + devel/pyflakes \ + devel/py-enum34 \ + devel/py-configparser do-test: - cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests --first-package-wins + cd ${WRKSRC} && ${LOCALBASE}/bin/py.test .include Index: distinfo === RCS file: /cvs/ports/devel/flake8/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo28 Dec 2015 17:28:20 - 1.2 +++ distinfo19 Oct 2016 20:59:51 - @@ -1,2 +1,2 @@ -SHA256 (flake8-2.5.1.tar.gz) = RIrtSLBnH+YGL0e5jDCB86Szb76Z3bisKjvm5ssTVgM= -SIZE (flake8-2.5.1.tar.gz) = 83692 +SHA256 (flake8-3.0.4.tar.gz) = tMIQyZjwfW/yQyXdkfvAEfLDe81r9XaxiN4B2GVulw0= +SIZE (flake8-3.0.4.tar.gz) = 1382588 Index: patches/patch-setup_py === RCS file: /cvs/ports/devel/flake8/patches/patch-setup_py,v retrieving revision 1.1 diff -u -p -r1.1 patch-setup_py --- patches/patch-setup_py 28 Dec 2015 17:30:09 - 1.1 +++ patches/patch-setup_py 19 Oct 2016 20:59:51 - @@ -1,14 +1,12 @@ $OpenBSD: patch-setup_py,v 1.1 2015/12/28 17:30:09 jca Exp $ -Our version of pep8 1.6.2 is patched. -https://mail.python.org/pipermail/code-quality/2015-March/000515.html setup.py.orig Sun Oct 25 21:27:50 2015 -+++ setup.py Thu Dec 24 05:47:55 2015 -@@ -50,7 +50,7 @@ setup( - packages=["flake8", "flake8.tests"], - install_requires=[ - "pyflakes >= 0.8.1, < 1.1", --"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2", -+"pep8 >= 1.5.7, != 1.6.0, != 1.6.1", - "mccabe >= 0.2.1, < 0.4", - ], - entry_points={ +--- setup.py.orig Wed Oct 19 22:49:00 2016 setup.py Wed Oct 19 22:49:06 2016 +@@ -15,7 +15,7 @@ import flake8 + tests_require = ['mock', 'pytest'] + + requires = [ +-"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0", ++"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0", + "pycodestyle >= 2.0.0, < 2.1.0", + "mccabe >= 0.5.0, < 0.6.0", + ] Index: pkg/DESCR === RCS file: /cvs/ports/devel/flake8/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- pkg/DESCR 18 Nov 2014 12:10:58 - 1.1.1.1 +++ pkg/DESCR 19 Oct 2016 20:59:51 - @@ -1,3 +1,4 @@ Flake8 is a wrapper around python code checker tools such as -PyFlakes, pep8 and Ned Batchelder's McCabe script. It displays -the warnings in a per-file, merged output and is configurable. +PyFlakes, pycodestyle and Ned Batchelder's McCabe script. +It displays the warnings in a per-file, merged output +and is configurable. Index: pkg/PLIST === RCS file: /cvs/ports/devel/flake8/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 28 Dec 2015 17:28:20 - 1.2 +++ pkg/PLIST 19 Oct 2016 20:59:51 - @@ -6,45 +6,72 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/flake8-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt lib/python${MODPY_VERSION}/site-packages/flake8-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt lib/python${MODPY_VERSION}/site-packages/flake8-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt -lib/python${MODPY_VERSION}/site-packages/flake8-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/pbr.json lib/python${MODPY_VERSI
iridium
hello fellow iridium users, if any. recently iridium starts for me only every second time, dumping core on the first one. i removed the old profile data and still that's the case. any ideas? OpenBSD 6.0-current (obj) #0: Sat Oct 15 08:45:10 MDT 2016 iridium-51.1p2 Iridium browser -f -- if you don't think women are explosive, just drop one!
Re: UPDATE py-setuptools
Daniel Jakots, 30 Sep 2016 08:52: > Which ports did you test, and how did you test them? well.. i tested _a_ setuptools inside pyvenv-3.5 pip (8.1.1) setuptools (20.10.1) then another one inside virtualenv: pip (8.1.2) setuptools (28.2.0) and as py-virtualenv-15.0.3 is supposed to come with setuptools-22.0.5-py2.py3-none-any.whl i am not sure where that comes from :] the update seemed easy enough, if there were problems in the past and extended testing is needed in special circumstances i'll leave it to the more experienced porters :] -f -- part-time musicians are semiconductors.
Re: UPDATE: devel/pyflakes 1.3.0
looks good to me. thanks. -f -- perfection is the road, not the destination.
UPDATE py-setuptools
please test and commit. -f -- no generalization is wholly true, not even this one. Index: Makefile === RCS file: /cvs/ports/devel/py-setuptools/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile29 Sep 2015 10:52:11 - 1.28 +++ Makefile29 Sep 2016 21:41:03 - @@ -2,14 +2,12 @@ COMMENT= simplified packaging system for Python modules -MODPY_EGG_VERSION= 18.2 +MODPY_EGG_VERSION= 28.0.0 DISTNAME= setuptools-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:S/c/./} -EPOCH =0 +EPOCH =0 CATEGORIES=devel PKG_ARCH= * -REVISION= 0 - MODPY_PI = Yes HOMEPAGE= http://peak.telecommunity.com/DevCenter/setuptools Index: distinfo === RCS file: /cvs/ports/devel/py-setuptools/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo29 Sep 2015 08:49:37 - 1.10 +++ distinfo29 Sep 2016 21:41:03 - @@ -1,2 +1,2 @@ -SHA256 (setuptools-18.2.tar.gz) = CZSljfJ+pdxSN4KmATV6IZi3ST3MmaMNUYJ6I1hbWx0= -SIZE (setuptools-18.2.tar.gz) = 630990 +SHA256 (setuptools-28.0.0.tar.gz) = 4aKFC7etgg5N02Q6bFl76pejXeKQnpvwr6PzN4NrXqM= +SIZE (setuptools-28.0.0.tar.gz) = 640313 Index: pkg/PLIST === RCS file: /cvs/ports/devel/py-setuptools/pkg/PLIST,v retrieving revision 1.10 diff -u -p -r1.10 PLIST --- pkg/PLIST 29 Sep 2015 08:49:37 - 1.10 +++ pkg/PLIST 29 Sep 2016 21:41:03 - @@ -5,12 +5,6 @@ bin/easy_install-${MODPY_VERSION} ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/ lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}easy_install.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/_markerlib/ -lib/python${MODPY_VERSION}/site-packages/_markerlib/__init__.py -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/_markerlib/${MODPY_PYCACHE}/ -lib/python${MODPY_VERSION}/site-packages/_markerlib/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/_markerlib/${MODPY_PYCACHE}markers.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/_markerlib/markers.py lib/python${MODPY_VERSION}/site-packages/easy_install.py lib/python${MODPY_VERSION}/site-packages/pkg_resources/ lib/python${MODPY_VERSION}/site-packages/pkg_resources/__init__.py @@ -20,6 +14,10 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/__init__.py ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/${MODPY_PYCACHE}/ lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/${MODPY_PYCACHE}appdirs.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/${MODPY_PYCACHE}pyparsing.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/${MODPY_PYCACHE}six.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/appdirs.py lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/ lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/__about__.py lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/__init__.py @@ -28,12 +26,24 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}_compat.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}_structures.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}markers.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}requirements.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}specifiers.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/${MODPY_PYCACHE}version.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/_compat.py lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/_structures.py +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/markers.py +lib/python${MODPY_VERSION}/site-packages/pkg_resources/_vendor/packaging/requirements.py
Re: UPDATE: vim
Laurence Tratt, 26 Sep 2016 22:08: > Of course, vim has enough FLAVORs that no reasonable number of combinations > will keep everyone happy. But given the increasing number of languages that > extensions are written in (I use extensions in Lua and Python myself, so I > can no longer use a binary package), I wonder if we should simply add lua > into what has already more-or-less-become the "all the languages binary > package"? So something like: i proposed the same thing long time ago. the whole port is a bit strange with the forced GUI selection. even servers have been installing xbase for a long time, so why not get rid of no_x11, make gtk2 the default GUI and make one kitchen sink version with all the languages? (except the python/python3) would there be interest in this? in any case adding lua makes sense to me > SUBDIR += vim > SUBDIR += vim,gtk2,lua > SUBDIR += vim,gtk2,lua,perl,python,ruby > SUBDIR += vim,gtk2,lua,perl,python3,ruby > SUBDIR += vim,no_x11 > SUBDIR += vim,no_x11,lua > SUBDIR += vim,no_x11,lua,perl,python,ruby > SUBDIR += vim,no_x11,lua,perl,python3,ruby -f -- the next sentence is true. the last sentence was false.
Re: UPDATE: vim
resubmitting 8.0 with latest patchlevel. no real changes from last time. please test and commit -f -- does the name "pavlov" ring a bell? Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.151 diff -u -p -r1.151 Makefile --- Makefile13 Sep 2016 22:38:14 - 1.151 +++ Makefile25 Sep 2016 21:11:37 - @@ -3,8 +3,7 @@ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage -V= 7.4.2181 -REVISION= 0 +V= 8.0.0013 DISTNAME= vim-$V DISTFILES= vim-$V{v$V}.tar.gz PKGNAME-main= vim-$V @@ -167,6 +166,7 @@ post-install: ${INSTALL_DATA} ${WRKDIST}/runtime/vim48x48.png ${PREFIX}/share/pixmaps/vim.png RUN_DEPENDS+= devel/desktop-file-utils +RUN_DEPENDS+= x11/gtk+3,-guic .endif .include Index: distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.48 diff -u -p -r1.48 distinfo --- distinfo10 Aug 2016 15:54:29 - 1.48 +++ distinfo25 Sep 2016 21:11:37 - @@ -1,2 +1,2 @@ -SHA256 (vim-7.4.2181.tar.gz) = cT2WPgz34CwxNfK531Urmvh+tyFXavtXmx4QoS2ZFlg= -SIZE (vim-7.4.2181.tar.gz) = 12854298 +SHA256 (vim-8.0.0013.tar.gz) = RrUJzQxNCFz+xgsujTDaylaJCMTX28qir1hu2JfMjUs= +SIZE (vim-8.0.0013.tar.gz) = 12919138 Index: pkg/PFRAG.no-no_x11-main === RCS file: /cvs/ports/editors/vim/pkg/PFRAG.no-no_x11-main,v retrieving revision 1.7 diff -u -p -r1.7 PFRAG.no-no_x11-main --- pkg/PFRAG.no-no_x11-main14 Oct 2014 13:52:19 - 1.7 +++ pkg/PFRAG.no-no_x11-main25 Sep 2016 21:11:37 - @@ -15,7 +15,19 @@ bin/rgvim @man man/man1/rgview.1 @man man/man1/rgvim.1 share/applications/gvim.desktop +share/icons/hicolor/48x48/apps/gvim.png +share/icons/locolor/ +share/icons/locolor/16x16/ +share/icons/locolor/16x16/apps/ +share/icons/locolor/16x16/apps/gvim.png +share/icons/locolor/32x32/ +share/icons/locolor/32x32/apps/ +share/icons/locolor/32x32/apps/gvim.png share/pixmaps/ share/pixmaps/vim.png @exec %D/bin/update-desktop-database @unexec-delete %D/bin/update-desktop-database +@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor +@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor +@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/locolor +@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/locolor Index: pkg/PLIST-main === RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v retrieving revision 1.15 diff -u -p -r1.15 PLIST-main --- pkg/PLIST-main 10 Aug 2016 15:54:29 - 1.15 +++ pkg/PLIST-main 25 Sep 2016 21:11:37 - @@ -444,6 +444,7 @@ share/vim/${P}/ftplugin/rrst.vim share/vim/${P}/ftplugin/rst.vim share/vim/${P}/ftplugin/ruby.vim share/vim/${P}/ftplugin/sass.vim +share/vim/${P}/ftplugin/scala.vim share/vim/${P}/ftplugin/scheme.vim share/vim/${P}/ftplugin/screen.vim share/vim/${P}/ftplugin/scss.vim @@ -582,6 +583,7 @@ share/vim/${P}/indent/rrst.vim share/vim/${P}/indent/rst.vim share/vim/${P}/indent/ruby.vim share/vim/${P}/indent/sass.vim +share/vim/${P}/indent/scala.vim share/vim/${P}/indent/scheme.vim share/vim/${P}/indent/scss.vim share/vim/${P}/indent/sdl.vim @@ -661,6 +663,7 @@ share/vim/${P}/keymap/polish-slash_iso-8 share/vim/${P}/keymap/polish-slash_utf-8.vim share/vim/${P}/keymap/russian-dvorak.vim share/vim/${P}/keymap/russian-jcuken.vim +share/vim/${P}/keymap/russian-jcukenmac.vim share/vim/${P}/keymap/russian-jcukenwin.vim share/vim/${P}/keymap/russian-jcukenwintype.vim share/vim/${P}/keymap/russian-yawerty.vim @@ -1239,6 +1242,7 @@ share/vim/${P}/syntax/samba.vim share/vim/${P}/syntax/sas.vim share/vim/${P}/syntax/sass.vim share/vim/${P}/syntax/sather.vim +share/vim/${P}/syntax/scala.vim share/vim/${P}/syntax/scheme.vim share/vim/${P}/syntax/scilab.vim share/vim/${P}/syntax/screen.vim
Re: UPDATE: vim
next try. moved icons no-no_x11, added gtk+3,-guic RDEP, decided to drop the vim.desktop file, gvim is already there. portcheck seems to have problems with this port, probably because its mandatory FLAVOR selection? /usr/ports/editors/vim$ /usr/ports/infrastructure/bin/portcheck 1 line(s) longer than 80 chars in Makefile Fatal: You must select one GUI interface: no_x11, gtk2, athena or motif (in editors/vim) *** Error 1 in /usr/ports/editors/vim (/usr/ports/infrastructure/mk/bsd.port.mk:3469 '.BEGIN': @exit 1) Fatal: You must select one GUI interface: no_x11, gtk2, athena or motif (in editors/vim) *** Error 1 in /usr/ports/editors/vim (/usr/ports/infrastructure/mk/bsd.port.mk:3469 '.BEGIN': @exit 1) Fatal: You must select one GUI interface: no_x11, gtk2, athena or motif (in editors/vim) *** Error 1 in /usr/ports/editors/vim (/usr/ports/infrastructure/mk/bsd.port.mk:3469 '.BEGIN': @exit 1) in -main, FLAVOR "gtk2": Python module without compiled version, consider using ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py: share/vim/vim80/ tools/demoserver.py in -main, FLAVOR "athena": Python module without compiled version, consider using ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py: share/vim/vim8 0/tools/demoserver.py in -main, FLAVOR "motif": Python module without compiled version, consider using ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py: share/vim/vim80 /tools/demoserver.py in -main, FLAVOR "no_x11": Python module without compiled version, consider using ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py: share/vim/vim8 0/tools/demoserver.py Fatal: You must select one GUI interface: no_x11, gtk2, athena or motif (in editors/vim) *** Error 1 in /usr/ports/editors/vim (/usr/ports/infrastructure/mk/bsd.port.mk:3469 '.BEGIN': @exit 1) Fatal: You must select one GUI interface: no_x11, gtk2, athena or motif (in editors/vim) ... ... ... -- many would be cowards if they had enough courage. Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.151 diff -u -p -r1.151 Makefile --- Makefile13 Sep 2016 22:38:14 - 1.151 +++ Makefile18 Sep 2016 23:00:39 - @@ -3,8 +3,7 @@ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage -V= 7.4.2181 -REVISION= 0 +V= 8.0.0004 DISTNAME= vim-$V DISTFILES= vim-$V{v$V}.tar.gz PKGNAME-main= vim-$V @@ -167,6 +166,7 @@ post-install: ${INSTALL_DATA} ${WRKDIST}/runtime/vim48x48.png ${PREFIX}/share/pixmaps/vim.png RUN_DEPENDS+= devel/desktop-file-utils +RUN_DEPENDS+= x11/gtk+3,-guic .endif .include Index: distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.48 diff -u -p -r1.48 distinfo --- distinfo10 Aug 2016 15:54:29 - 1.48 +++ distinfo18 Sep 2016 23:00:39 - @@ -1,2 +1,2 @@ -SHA256 (vim-7.4.2181.tar.gz) = cT2WPgz34CwxNfK531Urmvh+tyFXavtXmx4QoS2ZFlg= -SIZE (vim-7.4.2181.tar.gz) = 12854298 +SHA256 (vim-8.0.0004.tar.gz) = O6Cur4bJ+J6lXWFEuC82+C061bfvzTk9Bonm7CypcO8= +SIZE (vim-8.0.0004.tar.gz) = 12909073 Index: pkg/PFRAG.no-no_x11-main === RCS file: /cvs/ports/editors/vim/pkg/PFRAG.no-no_x11-main,v retrieving revision 1.7 diff -u -p -r1.7 PFRAG.no-no_x11-main --- pkg/PFRAG.no-no_x11-main14 Oct 2014 13:52:19 - 1.7 +++ pkg/PFRAG.no-no_x11-main18 Sep 2016 23:00:39 - @@ -15,7 +15,19 @@ bin/rgvim @man man/man1/rgview.1 @man man/man1/rgvim.1 share/applications/gvim.desktop +share/icons/hicolor/48x48/apps/gvim.png +share/icons/locolor/ +share/icons/locolor/16x16/ +share/icons/locolor/16x16/apps/ +share/icons/locolor/16x16/apps/gvim.png +share/icons/locolor/32x32/ +share/icons/locolor/32x32/apps/ +share/icons/locolor/32x32/apps/gvim.png share/pixmaps/ share/pixmaps/vim.png @exec %D/bin/update-desktop-database @unexec-delete %D/bin/update-desktop-database +@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor +@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor +@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/locolor +@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/locolor Index: pkg/PLIST-main === RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v retrieving revision 1.15 diff -u -p -r1.15 PLIST-main --- pkg/PLIST-main 10 Aug 2016 15:54:29 - 1.15 +++ pkg/PLIST-main 18 Sep 2016 23:00:39 - @@ -444,6 +444,7 @@ share/vim/${P}/ftplugin/rrst.vim share/vim/${P}/ftplugin/rst.vim share/vim/${P}/ftplugin/ruby.vim share/vim/${P}/ftplugin/sass.vim +share/vim/${P}/ftplugin/scala.vim share/vim/${P}/ftplugin/scheme.vim share/vim/${P}/ftplugin/screen.vim share/vim/${P}/ftplugin/scss.vim @@ -582,6 +583,7 @@ share/vim/${P}/indent/rrst.vim share/vim/${P}/indent/
Re: UPDATE: vim
Stuart Henderson, 15 Sep 2016 10:11: > On 2016/09/15 01:09, frantisek holop wrote: > > is it a rocket? is it an aeroplane? is it the emacs > > killer? > > --- pkg/PLIST-main 10 Aug 2016 15:54:29 - 1.15 > > +++ pkg/PLIST-main 14 Sep 2016 23:06:30 - > > @@ -17,6 +17,15 @@ bin/vimtutor > > @man man/man1/vimdiff.1 > > @man man/man1/vimtutor.1 > > @man man/man1/xxd.1 > > +share/applications/vim.desktop > > This should be in PFRAG.no-no_x11-main (otherwise you need > update-desktop-database bits in PLIST-main and an extra dep on > desktop-file-utils). it was indeed fishy that suddenly it showed up in the main PLIST. > > +share/icons/hicolor/48x48/apps/gvim.png > > +share/icons/locolor/ > > +share/icons/locolor/16x16/ > > +share/icons/locolor/16x16/apps/ > > +share/icons/locolor/16x16/apps/gvim.png > > +share/icons/locolor/32x32/ > > +share/icons/locolor/32x32/apps/ > > +share/icons/locolor/32x32/apps/gvim.png > > Also to no-no_x11-main - and I think this needs an x11/gtk+3,-guic dep > and gtk-update-icon-cache @execs (portcheck should tell you about this). bring in gtk+3 just for a bunch of icons? there is already an icon in pixmaps. couldn't this wait until we actually build vim (also) with gtk+3? > The rest looks sane, will test later. thanks for looking into it. will run portcheck now every time. -f -- excellent day to have a rotten day.
UPDATE: vim
is it a rocket? is it an aeroplane? is it the emacs killer? it is all that and much more, the new and shiny vim 8. many new features but it compiles so please test and commit :} -f -- when you come to a fork in the road, take it! Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.151 diff -u -p -r1.151 Makefile --- Makefile13 Sep 2016 22:38:14 - 1.151 +++ Makefile14 Sep 2016 23:06:30 - @@ -3,8 +3,7 @@ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage -V= 7.4.2181 -REVISION= 0 +V= 8.0.0004 DISTNAME= vim-$V DISTFILES= vim-$V{v$V}.tar.gz PKGNAME-main= vim-$V Index: distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.48 diff -u -p -r1.48 distinfo --- distinfo10 Aug 2016 15:54:29 - 1.48 +++ distinfo14 Sep 2016 23:06:30 - @@ -1,2 +1,2 @@ -SHA256 (vim-7.4.2181.tar.gz) = cT2WPgz34CwxNfK531Urmvh+tyFXavtXmx4QoS2ZFlg= -SIZE (vim-7.4.2181.tar.gz) = 12854298 +SHA256 (vim-8.0.0004.tar.gz) = O6Cur4bJ+J6lXWFEuC82+C061bfvzTk9Bonm7CypcO8= +SIZE (vim-8.0.0004.tar.gz) = 12909073 Index: pkg/PLIST-main === RCS file: /cvs/ports/editors/vim/pkg/PLIST-main,v retrieving revision 1.15 diff -u -p -r1.15 PLIST-main --- pkg/PLIST-main 10 Aug 2016 15:54:29 - 1.15 +++ pkg/PLIST-main 14 Sep 2016 23:06:30 - @@ -17,6 +17,15 @@ bin/vimtutor @man man/man1/vimdiff.1 @man man/man1/vimtutor.1 @man man/man1/xxd.1 +share/applications/vim.desktop +share/icons/hicolor/48x48/apps/gvim.png +share/icons/locolor/ +share/icons/locolor/16x16/ +share/icons/locolor/16x16/apps/ +share/icons/locolor/16x16/apps/gvim.png +share/icons/locolor/32x32/ +share/icons/locolor/32x32/apps/ +share/icons/locolor/32x32/apps/gvim.png share/vim/ share/vim/${P}/ share/vim/${P}/autoload/ @@ -444,6 +453,7 @@ share/vim/${P}/ftplugin/rrst.vim share/vim/${P}/ftplugin/rst.vim share/vim/${P}/ftplugin/ruby.vim share/vim/${P}/ftplugin/sass.vim +share/vim/${P}/ftplugin/scala.vim share/vim/${P}/ftplugin/scheme.vim share/vim/${P}/ftplugin/screen.vim share/vim/${P}/ftplugin/scss.vim @@ -582,6 +592,7 @@ share/vim/${P}/indent/rrst.vim share/vim/${P}/indent/rst.vim share/vim/${P}/indent/ruby.vim share/vim/${P}/indent/sass.vim +share/vim/${P}/indent/scala.vim share/vim/${P}/indent/scheme.vim share/vim/${P}/indent/scss.vim share/vim/${P}/indent/sdl.vim @@ -661,6 +672,7 @@ share/vim/${P}/keymap/polish-slash_iso-8 share/vim/${P}/keymap/polish-slash_utf-8.vim share/vim/${P}/keymap/russian-dvorak.vim share/vim/${P}/keymap/russian-jcuken.vim +share/vim/${P}/keymap/russian-jcukenmac.vim share/vim/${P}/keymap/russian-jcukenwin.vim share/vim/${P}/keymap/russian-jcukenwintype.vim share/vim/${P}/keymap/russian-yawerty.vim @@ -1239,6 +1251,7 @@ share/vim/${P}/syntax/samba.vim share/vim/${P}/syntax/sas.vim share/vim/${P}/syntax/sass.vim share/vim/${P}/syntax/sather.vim +share/vim/${P}/syntax/scala.vim share/vim/${P}/syntax/scheme.vim share/vim/${P}/syntax/scilab.vim share/vim/${P}/syntax/screen.vim
Re: update to py-sphinx-1.4.6
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 > === > RCS file: /cvs/ports/textproc/py-sphinx/Makefile,v > retrieving revision 1.18 > diff -u -p -r1.18 Makefile > --- Makefile 15 Apr 2016 08:46:34 - 1.18 > +++ Makefile 27 Aug 2016 20:13:08 - > @@ -2,7 +2,7 @@ > > COMMENT =python documentation generator > > -MODPY_EGG_VERSION = 1.4 > +MODPY_EGG_VERSION = 1.4.6 > DISTNAME = Sphinx-${MODPY_EGG_VERSION} > PKGNAME =py-sphinx-${MODPY_EGG_VERSION} > > @@ -26,7 +26,8 @@ RUN_DEPENDS = devel/py-babel${MODPY_FLA > textproc/py-pygments${MODPY_FLAVOR} \ > textproc/py-sphinx_rtd_theme${MODPY_FLAVOR} \ > textproc/py-snowballstemmer${MODPY_FLAVOR} \ > - www/py-jinja2${MODPY_FLAVOR} > + www/py-jinja2${MODPY_FLAVOR} \ > + www/py-requests${MODPY_FLAVOR} > BUILD_DEPENDS = ${RUN_DEPENDS} > TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \ > devel/py-nose${MODPY_FLAVOR} \ > Index: distinfo > === > RCS file: /cvs/ports/textproc/py-sphinx/distinfo,v > retrieving revision 1.6 > diff -u -p -r1.6 distinfo > --- distinfo 15 Apr 2016 08:46:34 - 1.6 > +++ distinfo 27 Aug 2016 20:13:08 - > @@ -1,2 +1,2 @@ > -SHA256 (Sphinx-1.4.tar.gz) = D/s1Jj28e28+X9rcM4Fa6FnjG/EHAia+UkSM1DzTzus= > -SIZE (Sphinx-1.4.tar.gz) = 4222024 > +SHA256 (Sphinx-1.4.6.tar.gz) = nkNDCqm0kezYYwKhMg7biXfaYk9jQi1JQlfqslQaedM= > +SIZE (Sphinx-1.4.6.tar.gz) = 4489982 > Index: pkg/PLIST > === > RCS file: /cvs/ports/textproc/py-sphinx/pkg/PLIST,v > retrieving revision 1.5 > diff -u -p -r1.5 PLIST > --- pkg/PLIST 15 Apr 2016 08:46:34 - 1.5 > +++ pkg/PLIST 27 Aug 2016 20:13:09 - > @@ -190,6 +190,11 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.js > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.mo > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.po > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cy/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cy/LC_MESSAGES/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.js > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.mo > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.po > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/da/ > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/da/LC_MESSAGES/ > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.js > @@ -200,6 +205,16 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.js > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.mo > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.po > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/el/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/el/LC_MESSAGES/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.js > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.mo > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.po > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/eo/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/eo/LC_MESSAGES/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.js > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.mo > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.po > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/es/ > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/es/LC_MESSAGES/ > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.js > @@ -235,6 +250,11 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.js > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.mo > > lib/python${MODPY_VERSION}/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.po > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/hi/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/hi/LC_MESSAGES/ > +lib/python${MODPY_VERSION}/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.js > +lib/python${MODPY_VER
Re: UPDATE: databases/py-sqlalchemy
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.
UPDATE: py-meld3
trivial update to py-meld3. also, removing myself as maintainer. please test and commit. -f -- why does the at&t logo look like the death star? Index: Makefile === RCS file: /cvs/ports/www/py-meld3/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile29 Sep 2015 10:52:55 - 1.13 +++ Makefile30 Aug 2016 22:56:35 - @@ -2,21 +2,18 @@ COMMENT = html/xml templating engine -MODPY_EGG_VERSION =1.0.0 +MODPY_EGG_VERSION =1.0.2 DISTNAME = meld3-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 CATEGORIES = www textproc HOMEPAGE = https://github.com/supervisor/meld3 -MAINTAINER = frantisek holop - # MIT PERMIT_PACKAGE_CDROM = Yes -MODPY_PI = Yes +MODPY_PI = Yes MODULES = lang/python Index: distinfo === RCS file: /cvs/ports/www/py-meld3/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo3 Oct 2014 23:02:46 - 1.5 +++ distinfo30 Aug 2016 22:56:35 - @@ -1,2 +1,2 @@ -SHA256 (meld3-1.0.0.tar.gz) = V7Qe67tagtSpKGCJYmFkQuI57G1hH+b0Y0PnZeNvCys= -SIZE (meld3-1.0.0.tar.gz) = 36232 +SHA256 (meld3-1.0.2.tar.gz) = 97dUoP3npEKbLr5JQJ2yQLVpk4WlclAbsNVifSmflVg= +SIZE (meld3-1.0.2.tar.gz) = 36478
Re: py-peewee-2.8.3
Daniel Jakots, 30 Aug 2016 17:28: > On Mon, 29 Aug 2016 22:42:38 +0200, frantisek holop > wrote: > > > Daniel Jakots, 28 Aug 2016 10:26: > > > If cython is installed, it's used. I don't know if we want to use > > > it or not, hence two patches, one to use cython, the other to do > > > without cython. I'm rather for adding cython as a build depend and > > > use it but no strong opinion. > > > > why not have a cython flavor? > > best of both worlds... > > Because that's overkill. so how are we supposed to choose between the versions? only one can be committed and you already made both... wouldnt be flavors only a small step from there? -f -- to refuse to decide is a decision.
Re: UPDATE: devel/pyflakes 1.2.3
yes please. -f -- atheism is a non-prophet organization.
Re: py-peewee-2.8.3
Daniel Jakots, 28 Aug 2016 10:26: > If cython is installed, it's used. I don't know if we want to use it or > not, hence two patches, one to use cython, the other to do without > cython. I'm rather for adding cython as a build depend and use it but > no strong opinion. why not have a cython flavor? best of both worlds... -f -- monotheism is a gift from the gods.
Re: UPDATE: vim
Stuart Henderson, 10 Aug 2016 10:22: > On 2016/08/09 23:49, frantisek holop wrote: > > yeah, i guess this is not a very good strategy > > so here is a simple update without the gtk3 efforts :] > > > > please test and commit. > > Looks good, I will confirm/commit later today. thanks for updating the port. the 2 patch files not needed anymore: patch-runtime_syntax_c_vim patch-src_vim_h are still present as 0 byte files. is that because of my cvs lameness? i did a cvs rm on those files before diff-ing. -f -- small world, but i wouldn't want to paint it.
Re: UPDATE: vim
and come to think of it, i don't even like gtk3. the new firefox is no improvement in any way for me. there are way fewer themes, and it feels slow as well. i had a nice semi-personal gtk2 theme and i'll have to waste a lot of time to get gtk3 there again. gotta love evolution. -f -- lsd will make your cga screen display 16.2 million colors
Re: UPDATE: vim
yeah, i guess this is not a very good strategy so here is a simple update without the gtk3 efforts :] please test and commit. -f -- so you think you can tell heaven from hell. Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.149 diff -u -p -r1.149 Makefile --- Makefile29 May 2016 12:26:23 - 1.149 +++ Makefile9 Aug 2016 21:46:12 - @@ -3,12 +3,11 @@ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage -V= 7.4.1467 +V= 7.4.2181 DISTNAME= vim-$V DISTFILES= vim-$V{v$V}.tar.gz PKGNAME-main= vim-$V PKGNAME-lang= vim-lang-$V -REVISION-main= 1 P= vim${V:R:S/.//} CATEGORIES=editors MASTER_SITES= https://github.com/vim/vim/archive/ @@ -157,11 +156,11 @@ post-configure: post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/vim/vimfiles/{doc,syntax} ${INSTALL_DATA} ${FILESDIR}/openbsd.vim \ - ${PREFIX}/share/vim/vimfiles/syntax/ + ${PREFIX}/share/vim/vimfiles/syntax/ .if ! ${FLAVOR:Mno_x11} ${INSTALL_DATA_DIR} ${PREFIX}/share/applications - ${SUBST_DATA} ${FILESDIR}/gvim.desktop \ + ${SUBST_DATA} ${WRKDIST}/runtime/gvim.desktop \ ${PREFIX}/share/applications/gvim.desktop ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKDIST}/runtime/vim48x48.png ${PREFIX}/share/pixmaps/vim.png Index: distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.47 diff -u -p -r1.47 distinfo --- distinfo2 Mar 2016 11:54:28 - 1.47 +++ distinfo9 Aug 2016 21:46:12 - @@ -1,2 +1,2 @@ -SHA256 (vim-7.4.1467.tar.gz) = d2HUWbUlc7JT0+lEb3L2H7LgAAuZMoAzL6DS6kKRlq0= -SIZE (vim-7.4.1467.tar.gz) = 12532588 +SHA256 (vim-7.4.2181.tar.gz) = cT2WPgz34CwxNfK531Urmvh+tyFXavtXmx4QoS2ZFlg= +SIZE (vim-7.4.2181.tar.gz) = 12854298 Index: files/gvim.desktop === RCS file: files/gvim.desktop diff -N files/gvim.desktop --- files/gvim.desktop 16 Dec 2013 10:19:34 - 1.1 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,80 +0,0 @@ -[Desktop Entry] -Name=GVim -GenericName=Text Editor -GenericName[de]=Texteditor -Comment=Edit text files -Comment[af]=Redigeer tekslêers -Comment[am]=የጽሑፍ ፋይሎች ያስተካክሉ -Comment[ar]=حرّر ملفات نصية -Comment[az]=Mətn fayllarını redaktə edin -Comment[be]=Рэдагаваньне тэкставых файлаў -Comment[bg]=Редактиране на текстови файлове -Comment[bn]=টেক্স্ট ফাইল এডিট করুন -Comment[bs]=Izmijeni tekstualne datoteke -Comment[ca]=Edita fitxers de text -Comment[cs]=Úprava textových souborů -Comment[cy]=Golygu ffeiliau testun -Comment[da]=Redigér tekstfiler -Comment[de]=Textdateien bearbeiten -Comment[el]=Επεξεργασία αρχείων κειμένου -Comment[en_CA]=Edit text files -Comment[en_GB]=Edit text files -Comment[es]=Edita archivos de texto -Comment[et]=Redigeeri tekstifaile -Comment[eu]=Editatu testu-fitxategiak -Comment[fa]=ویرایش پروندههای متنی -Comment[fi]=Muokkaa tekstitiedostoja -Comment[fr]=Édite des fichiers texte -Comment[ga]=Eagar comhad Téacs -Comment[gu]=લખાણ ફાઇલોમાં ફેરફાર કરો -Comment[he]=ערוך קבצי טקסט -Comment[hi]=पाठ फ़ाइलें संपादित करें -Comment[hr]=Uređivanje tekstualne datoteke -Comment[hu]=Szövegfájlok szerkesztése -Comment[id]=Edit file teks -Comment[it]=Modifica file di testo -Comment[ja]=テキスト・ファイルを編集します -Comment[kn]=ಪಠ್ಯ ಕಡತಗಳನ್ನು ಸಂಪಾದಿಸು -Comment[ko]=텍스트 파일을 편집합니다 -Comment[lt]=Redaguoti tekstines bylas -Comment[lv]=Rediģēt teksta failus -Comment[mk]=Уреди текстуални фајлови -Comment[ml]=വാചക രചനകള് തിരുത്തുക -Comment[mn]=Текст файл боловсруулах -Comment[mr]=गद्य फाइल संपादित करा -Comment[ms]=Edit fail teks -Comment[nb]=Rediger tekstfiler -Comment[ne]=पाठ फाइललाई संशोधन गर्नुहोस् -Comment[nl]=Tekstbestanden bewerken -Comment[nn]=Rediger tekstfiler -Comment[no]=Rediger tekstfiler -Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ -Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ -Comment[pl]=Edytor plików tekstowych -Comment[pt]=Editar ficheiros de texto -Comment[pt_BR]=Edite arquivos de texto -Comment[ro]=Editare fişiere text -Comment[ru]=Редактор текстовых файлов -Comment[sk]=Úprava textových súborov -Comment[sl]=Urejanje datotek z besedili -Comment[sq]=Përpuno files teksti -Comment[sr]=Измени текстуалне датотеке -Comment[sr@Latn]=Izmeni tekstualne datoteke -Comment[sv]=Redigera textfiler -Comment[ta]=உரை கோப்புகளை தொகுக்கவும் -Comment[th]=แก้ไขแฟ้มข้อความ -Comment[tk]=Metin faýllary editle -Comment[tr]=Metin dosyalarını düzenle -Comment[uk]=Редактор текстових файлів -Comment[vi]=Soạn thảo tập tin văn bản -Comment[wa]=Asspougnî des fitchîs tecses -Comment[zh_CN]=编辑文本文件 -Comment[zh_TW]=編輯文字檔 -TryExec=gvim -Exec=${TRUEPREFIX}/bin/gvim -f %F -Terminal=false -Type=Application -Icon=vim -Categories=Utility;TextEditor; -StartupNotify=true -MimeType=text/plain; Index: pa
UPDATE: WIP vim with gtk3
here is an update to the vim port. - some patches were merged upstream - converted gvim.desktop to patch - updated descriptions - added a WIP gtk3 flavor. it builds, but PFRAG is over my head... if a guru could finish the plumbing i think it could work. if not, i can just resend the diff without the gtk3 bits. please test and commit. -f -- he's teflon brain (nothing sticks). Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.149 diff -u -p -r1.149 Makefile --- Makefile29 May 2016 12:26:23 - 1.149 +++ Makefile8 Aug 2016 00:57:56 - @@ -3,12 +3,11 @@ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage -V= 7.4.1467 +V= 7.4.2181 DISTNAME= vim-$V DISTFILES= vim-$V{v$V}.tar.gz PKGNAME-main= vim-$V PKGNAME-lang= vim-lang-$V -REVISION-main= 1 P= vim${V:R:S/.//} CATEGORIES=editors MASTER_SITES= https://github.com/vim/vim/archive/ @@ -25,7 +24,7 @@ MULTI_PACKAGES= -main -lang FULLPKGNAME-lang= vim-lang-$V FULLPKGPATH-lang= ${PKGPATH},-lang -FLAVORS= huge gtk2 athena motif no_x11 lua perl python python3 ruby +FLAVORS= huge gtk2 gtk3 athena motif no_x11 lua perl python python3 ruby FLAVOR?= gtk2 .include @@ -134,8 +133,24 @@ WANTLIB += Xi Xinerama Xpm Xrandr Xrende WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 WANTLIB += pangoft2-1.0 pthread z +.elif ${FLAVOR:Mgtk3} && \ + !${FLAVOR:Mgtk2} && !${FLAVOR:Mmotif} && !${FLAVOR:Mno_x11} && !${FLAVOR:Mathena} +MAKE_FLAGS+= 'LDFLAGS=-pthread' +MAKE_FLAGS+= 'CFLAGS=-pthread' +LIB_DEPENDS+= x11/gtk+3 +CONFIGURE_ARGS+= --enable-gui="gtk3" \ + --disable-gtk-check \ + --disable-gtk2-check \ + --enable-fontset \ + --enable-xim \ + --with-x +WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes +WANTLIB += Xi Xinerama Xpm Xrandr Xrender Xt atk-1.0 cairo +WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 +WANTLIB += glib-2.0 gobject-2.0 gtk-3 m pango-1.0 pangocairo-1.0 +WANTLIB += pangoft2-1.0 pthread z .else -ERRORS="Fatal: You must select one GUI interface: no_x11, gtk2, athena or motif" +ERRORS="Fatal: You must select one GUI interface: no_x11, gtk2, gtk3, athena or motif" .endif RUN_DEPENDS-lang= editors/vim,-main @@ -157,11 +172,11 @@ post-configure: post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/vim/vimfiles/{doc,syntax} ${INSTALL_DATA} ${FILESDIR}/openbsd.vim \ - ${PREFIX}/share/vim/vimfiles/syntax/ + ${PREFIX}/share/vim/vimfiles/syntax/ .if ! ${FLAVOR:Mno_x11} ${INSTALL_DATA_DIR} ${PREFIX}/share/applications - ${SUBST_DATA} ${FILESDIR}/gvim.desktop \ + ${SUBST_DATA} ${WRKDIST}/runtime/gvim.desktop \ ${PREFIX}/share/applications/gvim.desktop ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKDIST}/runtime/vim48x48.png ${PREFIX}/share/pixmaps/vim.png Index: distinfo === RCS file: /cvs/ports/editors/vim/distinfo,v retrieving revision 1.47 diff -u -p -r1.47 distinfo --- distinfo2 Mar 2016 11:54:28 - 1.47 +++ distinfo8 Aug 2016 00:57:56 - @@ -1,2 +1,2 @@ -SHA256 (vim-7.4.1467.tar.gz) = d2HUWbUlc7JT0+lEb3L2H7LgAAuZMoAzL6DS6kKRlq0= -SIZE (vim-7.4.1467.tar.gz) = 12532588 +SHA256 (vim-7.4.2181.tar.gz) = cT2WPgz34CwxNfK531Urmvh+tyFXavtXmx4QoS2ZFlg= +SIZE (vim-7.4.2181.tar.gz) = 12854298 Index: files/gvim.desktop === RCS file: files/gvim.desktop diff -N files/gvim.desktop --- files/gvim.desktop 16 Dec 2013 10:19:34 - 1.1 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,80 +0,0 @@ -[Desktop Entry] -Name=GVim -GenericName=Text Editor -GenericName[de]=Texteditor -Comment=Edit text files -Comment[af]=Redigeer tekslêers -Comment[am]=የጽሑፍ ፋይሎች ያስተካክሉ -Comment[ar]=حرّر ملفات نصية -Comment[az]=Mətn fayllarını redaktə edin -Comment[be]=Рэдагаваньне тэкставых файлаў -Comment[bg]=Редактиране на текстови файлове -Comment[bn]=টেক্স্ট ফাইল এডিট করুন -Comment[bs]=Izmijeni tekstualne datoteke -Comment[ca]=Edita fitxers de text -Comment[cs]=Úprava textových souborů -Comment[cy]=Golygu ffeiliau testun -Comment[da]=Redigér tekstfiler -Comment[de]=Textdateien bearbeiten -Comment[el]=Επεξεργασία αρχείων κειμένου -Comment[en_CA]=Edit text files -Comment[en_GB]=Edit text files -Comment[es]=Edita archivos de texto -Comment[et]=Redigeeri tekstifaile -Comment[eu]=Editatu testu-fitxategiak -Comment[fa]=ویرایش پروندههای متنی -Comment[fi]=Muokkaa tekstitiedostoja -Comment[fr]=Édite des fichiers texte -Comment[ga]=Eagar comhad Téacs -Commen
Re: python 3 only with django
Remi Pointel, 09 Jun 2016 21:51: > Hi, > > I would like to have python 3 only with django (lts and "stable" version). why? python2 django is going nowhere for a looong time. not all of the django ecosystem is python3 ready by far, what are you trying to accomplish? not to be a dick, but python2 django should be removed when django removes python2 support. -f -- is that a banana in your pocket, or you happy to see me?
Re: update to py-flask-0.11.1
Stuart Henderson, 08 Jun 2016 21:53: > For a port with a maintainer, this sort of thing is usually up > to them, somebody familiar with the particular software is likely > to have a better idea of whether it's a good idea to update > quickly, or hold off for a while. i agree that it is up to the maintainer. well, to be entirely honest, it is deployed using virtualenv and pip, i use the port only for local development... mitsuhiko pledged "no big changes" to not to cause pain to developers and maintainers but now i am not sure what counts as big in his vocabulary. c'est la vie, can't please everyone. people are definitely happier that flask did not become abandonware. -f -- mips => meaningless index of processor speed
Re: update to py-flask-0.11.1
Daniel Jakots, 08 Jun 2016 21:01: > Previously, last stable flask release was published on 14 Jun 2013 and > then 10 days ago they finally released a new one. Yesterday they > released a bug fix release, here's a diff to update to this one. it is nice to see a port update so fast, but flask being "stable" for so long, i think we could wait a bit until the "dust settles a bit". a wholy new test framework and other questionable changes (like click, the stupid theme error), it will be interesting to see how the flask community will respond on the longer run... i know we won't be upgrading in production for a while. -f -- our world: a 12735 km diameter spherical pile of dirt.
Re: urxvt font issue
David Coppa, 16 May 2016 22:10: > This probably has to do with locale being set in your shell's profile, > but not in your ~/.xinitrc. spot on. i use XDM, so .xsession not .xinitrc, and while i have: $ head -3 .xsession #!/bin/sh . $HOME/.profile just yesterday night i removed export LC_CTYPE="en_US.UTF-8" from .profile, because "i have that already in .kshrc, so what's the point" now i know. thanks! -f -- friends are people you can be quiet with.
urxvt font issue
i am trying to use Fira Mono Medium for Powerline with urxvt in -current: $ urxvt -h rxvt-unicode (urxvt) v9.22 - released: 2016-01-23 options: perl,xft,styles,combining,blink,iso14755,unicode3,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,pixbuf,XIM,frills,selectionscrolling,wheel,slipwheel,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm ... if i set the font from command line: $ urxvt -fn "xft:Fira Mono Medium for Powerline:pixelsize=14:codeset=utf-8" i get correct utf-8 (not just specific to powerline) characters in tmux, mc, vim. however if i set the font through .Xdefaults: urxvt.font: xft:Fira Mono Medium for Powerline:pixelsize=14:codeset=utf-8 the characters are incorrect (with/without tmux). so i can start two urxvt's: with -fn and without, attach to the same tmux session and see correct/incorrect characters at the same time. rather strange... also when i open an ssh session to this notebook from another one, and attach to the tmux session, in the local urxvt the characters are correct (linux mint, urxvt v9.19) on linux, using the same font, same .Xdefaults file, same software (only much older versions :/ ) i am not able to reproduce this locally so before contacting the urxvt developer i thought i'd asked around here for some ideas... can anybody reproduce this? -f -- for most of history, Anonymous was a woman.
Re: UPDATE: powerline-fonts
and now with a PLIST that can actually make a package. sorry about that. -f -- i have nothing to say, but i can say it loudly. Index: Makefile === RCS file: /cvs/ports/fonts/powerline-fonts/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile25 Sep 2015 12:50:08 - 1.4 +++ Makefile15 May 2016 14:53:58 - @@ -4,9 +4,8 @@ PKG_ARCH= * COMMENT= patched fonts with symbols for powerline/airline -V= 0.20140429 +V= 0.20151211 DISTNAME= powerline-fonts-$V -REVISION= 1 CATEGORIES=fonts @@ -15,8 +14,9 @@ HOMEPAGE= https://powerline.readthedocs. # see wrksrc/README.rst - SIL OFL, Apache 2.0, Ubuntu/DejaVu Font Licenses PERMIT_PACKAGE_CDROM= Yes -GH_ACCOUNT=Lokaltog -GH_PROJECT=powerline-fonts +GH_ACCOUNT=powerline +GH_PROJECT=fonts +GH_COMMIT= a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92 NO_BUILD= Yes NO_TEST= Yes @@ -25,7 +25,7 @@ FONTS_DIR=${PREFIX}/share/fonts/powerli do-install: ${INSTALL_DATA_DIR} ${FONTS_DIR} ${DOCS_DIR} - cd ${WRKDIR}/fonts-99be8480bb39f2b9daa52f03a22941a45cd1b8cf; pax -rw * ${FONTS_DIR} + cd ${WRKDIR}/fonts-${GH_COMMIT}; pax -rw [A-Z]* ${FONTS_DIR} chown -R ${SHAREOWN}:${SHAREGRP} ${FONTS_DIR} mv ${FONTS_DIR}/Terminus/PCF/* ${FONTS_DIR}/Terminus rm -rf ${FONTS_DIR}/Terminus/{BDF,PSF} Index: distinfo === RCS file: /cvs/ports/fonts/powerline-fonts/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo31 Mar 2015 09:45:11 - 1.2 +++ distinfo15 May 2016 14:53:58 - @@ -1,2 +1,2 @@ -SHA256 (powerline-fonts-0.20140429.tar.gz) = P6r3H9LoYUT6pi2XD76QgiCOtNdWo3+lzpVilaN2qYk= -SIZE (powerline-fonts-0.20140429.tar.gz) = 4620400 +SHA256 (powerline-fonts-0.20151211.tar.gz) = AwE1ylUdgz1xSn1sadn2sGbEYRMaDciyi6PkvdR8YQg= +SIZE (powerline-fonts-0.20151211.tar.gz) = 9941819 Index: pkg/PLIST === RCS file: /cvs/ports/fonts/powerline-fonts/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 31 Mar 2015 09:45:11 - 1.2 +++ pkg/PLIST 15 May 2016 14:53:58 - @@ -8,6 +8,20 @@ share/fonts/powerline/AnonymousPro/Anony share/fonts/powerline/AnonymousPro/Anonymice Powerline.ttf share/fonts/powerline/AnonymousPro/LICENSE.txt share/fonts/powerline/AnonymousPro/README.rst +@fontdir share/fonts/powerline/Arimo/ +share/fonts/powerline/Arimo/Arimo Bold Italic for Powerline.ttf +share/fonts/powerline/Arimo/Arimo Bold for Powerline.ttf +share/fonts/powerline/Arimo/Arimo Italic for Powerline.ttf +share/fonts/powerline/Arimo/Arimo for Powerline.ttf +share/fonts/powerline/Arimo/LICENSE.txt +share/fonts/powerline/Arimo/README.rst +@fontdir share/fonts/powerline/Cousine/ +share/fonts/powerline/Cousine/Cousine Bold Italic for Powerline.ttf +share/fonts/powerline/Cousine/Cousine Bold for Powerline.ttf +share/fonts/powerline/Cousine/Cousine Italic for Powerline.ttf +share/fonts/powerline/Cousine/Cousine for Powerline.ttf +share/fonts/powerline/Cousine/LICENSE.txt +share/fonts/powerline/Cousine/README.rst @fontdir share/fonts/powerline/DejaVuSansMono/ share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold Oblique for Powerline.ttf share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold for Powerline.ttf @@ -19,6 +33,32 @@ share/fonts/powerline/DejaVuSansMono/REA share/fonts/powerline/DroidSansMono/Droid Sans Mono for Powerline.otf share/fonts/powerline/DroidSansMono/LICENSE.txt share/fonts/powerline/DroidSansMono/README.rst +@fontdir share/fonts/powerline/DroidSansMonoDotted/ +share/fonts/powerline/DroidSansMonoDotted/Droid Sans Mono Dotted for Powerline.ttf +share/fonts/powerline/DroidSansMonoDotted/LICENSE.txt +share/fonts/powerline/DroidSansMonoDotted/README.rst +@fontdir share/fonts/powerline/DroidSansMonoSlashed/ +share/fonts/powerline/DroidSansMonoSlashed/Droid Sans Mono Slashed for Powerline.ttf +share/fonts/powerline/DroidSansMonoSlashed/LICENSE.txt +share/fonts/powerline/DroidSansMonoSlashed/README.rst +@fontdir share/fonts/powerline/FiraMono/ +share/fonts/powerline/FiraMono/FuraMono-Bold Powerline.otf +share/fonts/powerline/FiraMono/FuraMono-Medium Powerline.otf +share/fonts/powerline/FiraMono/FuraMono-Regular Powerline.otf +share/fonts/powerline/FiraMono/LICENSE.txt +share/fonts/powerline/FiraMono/README.rst +@fontdir share/fonts/powerline/Hack/ +share/fonts/powerline/Hack/Hack-Bold.ttf +share/fonts/powerline/Hack/Hack-BoldItalic.ttf +share/fonts/powerline/Hack/Hack-Italic.ttf +share/fonts/powerline/Hack/Hack-Regular.ttf +share/fonts/powerline/Hack/LICENSE.txt +share/fonts/powerline/Hack/README.rst +share/fonts/powerline/Hack/hack-specimen-for-Powerline.png +@fontdir share/fonts/powerline/Inconsolata-g/ +share/fonts/powerline/Inconsolata-g/Inconsolata-g
Re: UPDATE: powerline-fonts
Daniel Jakots, 15 May 2016 16:19: > On Sun, 15 May 2016 15:57:17 +0200, frantisek holop > wrote: > > > GH_ACCOUNT=Lokaltog > > GH_PROJECT=powerline-fonts > > It looks like it's now https://github.com/powerline/fonts yes, my mistake. github automatically redirects renamed projects, so it still works. new patch attached. -f -- difference between men & boys is the price of their toys Index: Makefile === RCS file: /cvs/ports/fonts/powerline-fonts/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile25 Sep 2015 12:50:08 - 1.4 +++ Makefile15 May 2016 14:46:22 - @@ -4,9 +4,8 @@ PKG_ARCH= * COMMENT= patched fonts with symbols for powerline/airline -V= 0.20140429 +V= 0.20151211 DISTNAME= powerline-fonts-$V -REVISION= 1 CATEGORIES=fonts @@ -15,8 +14,9 @@ HOMEPAGE= https://powerline.readthedocs. # see wrksrc/README.rst - SIL OFL, Apache 2.0, Ubuntu/DejaVu Font Licenses PERMIT_PACKAGE_CDROM= Yes -GH_ACCOUNT=Lokaltog -GH_PROJECT=powerline-fonts +GH_ACCOUNT=powerline +GH_PROJECT=fonts +GH_COMMIT= a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92 NO_BUILD= Yes NO_TEST= Yes @@ -25,7 +25,7 @@ FONTS_DIR=${PREFIX}/share/fonts/powerli do-install: ${INSTALL_DATA_DIR} ${FONTS_DIR} ${DOCS_DIR} - cd ${WRKDIR}/fonts-99be8480bb39f2b9daa52f03a22941a45cd1b8cf; pax -rw * ${FONTS_DIR} + cd ${WRKDIR}/fonts-${GH_COMMIT}; pax -rw [A-Z]* ${FONTS_DIR} chown -R ${SHAREOWN}:${SHAREGRP} ${FONTS_DIR} mv ${FONTS_DIR}/Terminus/PCF/* ${FONTS_DIR}/Terminus rm -rf ${FONTS_DIR}/Terminus/{BDF,PSF} Index: distinfo === RCS file: /cvs/ports/fonts/powerline-fonts/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo31 Mar 2015 09:45:11 - 1.2 +++ distinfo15 May 2016 14:46:22 - @@ -1,2 +1,2 @@ -SHA256 (powerline-fonts-0.20140429.tar.gz) = P6r3H9LoYUT6pi2XD76QgiCOtNdWo3+lzpVilaN2qYk= -SIZE (powerline-fonts-0.20140429.tar.gz) = 4620400 +SHA256 (powerline-fonts-0.20151211.tar.gz) = AwE1ylUdgz1xSn1sadn2sGbEYRMaDciyi6PkvdR8YQg= +SIZE (powerline-fonts-0.20151211.tar.gz) = 9941819 Index: pkg/PLIST === RCS file: /cvs/ports/fonts/powerline-fonts/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 31 Mar 2015 09:45:11 - 1.2 +++ pkg/PLIST 15 May 2016 14:46:22 - @@ -8,6 +8,22 @@ share/fonts/powerline/AnonymousPro/Anony share/fonts/powerline/AnonymousPro/Anonymice Powerline.ttf share/fonts/powerline/AnonymousPro/LICENSE.txt share/fonts/powerline/AnonymousPro/README.rst +@fontdir share/fonts/powerline/Arimo/ +share/fonts/powerline/Arimo/ +share/fonts/powerline/Arimo/Arimo Bold Italic for Powerline.ttf +share/fonts/powerline/Arimo/Arimo Bold for Powerline.ttf +share/fonts/powerline/Arimo/Arimo Italic for Powerline.ttf +share/fonts/powerline/Arimo/Arimo for Powerline.ttf +share/fonts/powerline/Arimo/LICENSE.txt +share/fonts/powerline/Arimo/README.rst +@fontdir share/fonts/powerline/Cousine/ +share/fonts/powerline/Cousine/ +share/fonts/powerline/Cousine/Cousine Bold Italic for Powerline.ttf +share/fonts/powerline/Cousine/Cousine Bold for Powerline.ttf +share/fonts/powerline/Cousine/Cousine Italic for Powerline.ttf +share/fonts/powerline/Cousine/Cousine for Powerline.ttf +share/fonts/powerline/Cousine/LICENSE.txt +share/fonts/powerline/Cousine/README.rst @fontdir share/fonts/powerline/DejaVuSansMono/ share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold Oblique for Powerline.ttf share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold for Powerline.ttf @@ -19,6 +35,37 @@ share/fonts/powerline/DejaVuSansMono/REA share/fonts/powerline/DroidSansMono/Droid Sans Mono for Powerline.otf share/fonts/powerline/DroidSansMono/LICENSE.txt share/fonts/powerline/DroidSansMono/README.rst +@fontdir share/fonts/powerline/DroidSansMonoDotted/ +share/fonts/powerline/DroidSansMonoDotted/ +share/fonts/powerline/DroidSansMonoDotted/Droid Sans Mono Dotted for Powerline.ttf +share/fonts/powerline/DroidSansMonoDotted/LICENSE.txt +share/fonts/powerline/DroidSansMonoDotted/README.rst +@fontdir share/fonts/powerline/DroidSansMonoSlashed/ +share/fonts/powerline/DroidSansMonoSlashed/ +share/fonts/powerline/DroidSansMonoSlashed/Droid Sans Mono Slashed for Powerline.ttf +share/fonts/powerline/DroidSansMonoSlashed/LICENSE.txt +share/fonts/powerline/DroidSansMonoSlashed/README.rst +@fontdir share/fonts/powerline/FiraMono/ +share/fonts/powerline/FiraMono/ +share/fonts/powerline/FiraMono/FuraMono-Bold Powerline.otf +share/fonts/powerline/FiraMono/FuraMono-Medium Powerline.otf +share/fonts/powerline/FiraMono/FuraMono-Regular Powerline.otf +share/fonts/powerline/FiraMono/LICENSE
UPDATE: powerline-fonts
the powerline fonts family has grown considerably. here is an update to catch up. - version is date of GH_COMMIT - InputMono is just a placeholder directory with instructions, so no @fontdir please test and commit. -f -- of course i can cook, but i never do it on the first date. Index: Makefile === RCS file: /cvs/ports/fonts/powerline-fonts/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile25 Sep 2015 12:50:08 - 1.4 +++ Makefile15 May 2016 13:47:36 - @@ -4,9 +4,8 @@ PKG_ARCH= * COMMENT= patched fonts with symbols for powerline/airline -V= 0.20140429 +V= 0.20151211 DISTNAME= powerline-fonts-$V -REVISION= 1 CATEGORIES=fonts @@ -17,6 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes GH_ACCOUNT=Lokaltog GH_PROJECT=powerline-fonts +GH_COMMIT= a44abd0e742ad6e7fd8d8bc4c3cad5155c9f3a92 NO_BUILD= Yes NO_TEST= Yes @@ -25,7 +25,7 @@ FONTS_DIR=${PREFIX}/share/fonts/powerli do-install: ${INSTALL_DATA_DIR} ${FONTS_DIR} ${DOCS_DIR} - cd ${WRKDIR}/fonts-99be8480bb39f2b9daa52f03a22941a45cd1b8cf; pax -rw * ${FONTS_DIR} + cd ${WRKDIR}/fonts-${GH_COMMIT}; pax -rw [A-Z]* ${FONTS_DIR} chown -R ${SHAREOWN}:${SHAREGRP} ${FONTS_DIR} mv ${FONTS_DIR}/Terminus/PCF/* ${FONTS_DIR}/Terminus rm -rf ${FONTS_DIR}/Terminus/{BDF,PSF} Index: distinfo === RCS file: /cvs/ports/fonts/powerline-fonts/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo31 Mar 2015 09:45:11 - 1.2 +++ distinfo15 May 2016 13:47:36 - @@ -1,2 +1,2 @@ -SHA256 (powerline-fonts-0.20140429.tar.gz) = P6r3H9LoYUT6pi2XD76QgiCOtNdWo3+lzpVilaN2qYk= -SIZE (powerline-fonts-0.20140429.tar.gz) = 4620400 +SHA256 (powerline-fonts-0.20151211.tar.gz) = AwE1ylUdgz1xSn1sadn2sGbEYRMaDciyi6PkvdR8YQg= +SIZE (powerline-fonts-0.20151211.tar.gz) = 9941819 Index: pkg/PLIST === RCS file: /cvs/ports/fonts/powerline-fonts/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 31 Mar 2015 09:45:11 - 1.2 +++ pkg/PLIST 15 May 2016 13:47:36 - @@ -8,6 +8,22 @@ share/fonts/powerline/AnonymousPro/Anony share/fonts/powerline/AnonymousPro/Anonymice Powerline.ttf share/fonts/powerline/AnonymousPro/LICENSE.txt share/fonts/powerline/AnonymousPro/README.rst +@fontdir share/fonts/powerline/Arimo/ +share/fonts/powerline/Arimo/ +share/fonts/powerline/Arimo/Arimo Bold Italic for Powerline.ttf +share/fonts/powerline/Arimo/Arimo Bold for Powerline.ttf +share/fonts/powerline/Arimo/Arimo Italic for Powerline.ttf +share/fonts/powerline/Arimo/Arimo for Powerline.ttf +share/fonts/powerline/Arimo/LICENSE.txt +share/fonts/powerline/Arimo/README.rst +@fontdir share/fonts/powerline/Cousine/ +share/fonts/powerline/Cousine/ +share/fonts/powerline/Cousine/Cousine Bold Italic for Powerline.ttf +share/fonts/powerline/Cousine/Cousine Bold for Powerline.ttf +share/fonts/powerline/Cousine/Cousine Italic for Powerline.ttf +share/fonts/powerline/Cousine/Cousine for Powerline.ttf +share/fonts/powerline/Cousine/LICENSE.txt +share/fonts/powerline/Cousine/README.rst @fontdir share/fonts/powerline/DejaVuSansMono/ share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold Oblique for Powerline.ttf share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold for Powerline.ttf @@ -19,6 +35,37 @@ share/fonts/powerline/DejaVuSansMono/REA share/fonts/powerline/DroidSansMono/Droid Sans Mono for Powerline.otf share/fonts/powerline/DroidSansMono/LICENSE.txt share/fonts/powerline/DroidSansMono/README.rst +@fontdir share/fonts/powerline/DroidSansMonoDotted/ +share/fonts/powerline/DroidSansMonoDotted/ +share/fonts/powerline/DroidSansMonoDotted/Droid Sans Mono Dotted for Powerline.ttf +share/fonts/powerline/DroidSansMonoDotted/LICENSE.txt +share/fonts/powerline/DroidSansMonoDotted/README.rst +@fontdir share/fonts/powerline/DroidSansMonoSlashed/ +share/fonts/powerline/DroidSansMonoSlashed/ +share/fonts/powerline/DroidSansMonoSlashed/Droid Sans Mono Slashed for Powerline.ttf +share/fonts/powerline/DroidSansMonoSlashed/LICENSE.txt +share/fonts/powerline/DroidSansMonoSlashed/README.rst +@fontdir share/fonts/powerline/FiraMono/ +share/fonts/powerline/FiraMono/ +share/fonts/powerline/FiraMono/FuraMono-Bold Powerline.otf +share/fonts/powerline/FiraMono/FuraMono-Medium Powerline.otf +share/fonts/powerline/FiraMono/FuraMono-Regular Powerline.otf +share/fonts/powerline/FiraMono/LICENSE.txt +share/fonts/powerline/FiraMono/README.rst +@fontdir share/fonts/powerline/Hack/ +share/fonts/powerline/Hack/ +share/fonts/powerline/Hack/Hack-Bold.ttf +share/fonts/powerline/Hack/Hack-BoldItalic.ttf +share/fonts/powerline/Hack/Hack-Italic.ttf +share/fonts/powerline/Hack/Hack-Regular.ttf +share/fonts/powerline/Hack/LICENSE.tx
Re: UPDATE: devel/py-dateutil 2.5.2
Alexandr Shadchin, 10 Apr 2016 22:40: > This diff updates py-dateutil to the latest release. > Tested on amd64. ok, and if you feel like could you please remove the whitespace in the CATEGORIES line... -f -- nothing is fool-proof to a sufficiently talented fool.
Re: vim configure fgrep errors
Christian Weisgerber, 07 Apr 2016 15:41: > As ksh(1) explains under "POSIX mode": > > o Occurrences of \" inside double quoted `..` command substitutions. > In POSIX mode, the \" is interpreted when the command is interpreted; > in non-POSIX mode, the backslash is stripped before the command > substitution is interpreted. For example, echo "`echo \"hi\"`" > produces ``"hi"'' in POSIX mode, ``hi'' in non-POSIX mode. To avoid > problems, use the $(...) form of command substitution. > > The configure script switches the shell into POSIX mode (set -o posix), > but expects the other behavior. > > To illustrate: > $ sh -c 'echo "`echo \"hi\"`"' > hi > $ sh -o posix -c 'echo "`echo \"hi\"`"' > "hi" > > The problem is that our sh's idea of POSIX-mandated behavior diverges > in this regard from that of other popular shells like bash or FreeBSD > sh. I think it's time to change our shell. I'll send something > to tech@ later tonight. great catch. but why set posix mode and then expect the opposite? -f -- 30 minutes of begging is not considered foreplay.
vim configure fgrep errors
i am trying to track down some fgrep errors that show up in vim's configure run. despite the error, the result happens to be the expected one, but still... /usr/ports/editors/vim$ FLAVOR="gtk2 perl python ruby" make configure ... checking for perl... /usr/bin/perl checking Perl version... OK checking if compile and link flags for Perl are sane... yes fgrep: ": No such file or directory ... checking Ruby version... OK checking Ruby rbconfig... RbConfig checking Ruby header files... /usr/local/lib/ruby/1.8/x86_64-openbsd fgrep: unknown option -- / usage: fgrep [-abcEFGHhIiLlnoqRsUVvwxZ] [-A num] [-B num] [-C[num]] [-e pattern] [-f file] [--binary-files=value] [--context[=num]] [--line-buffered] [pattern] [file ...] this seems to be the source of the first one: src/configure: 5732 if test "X$perlldflags" != "X"; then 5733 if test "X`echo \"$LDFLAGS\" | $FGREP -e \"$perlldflags\"`" = "X"; then 5734 LDFLAGS="$perlldflags $LDFLAGS" 5735 fi 5736 fi i turned on debug mode: checking Perl version... OK checking if compile and link flags for Perl are sane... yes + test X-Wl,-R/usr/libdata/perl5/amd64-openbsd/5.20.2/CORE != X + echo "-L/usr/local/lib" + /usr/bin/fgrep -e "-Wl,-R/usr/libdata/perl5/amd64-openbsd/5.20.2/CORE " fgrep: ": No such file or directory + test X = X + LDFLAGS=-Wl,-R/usr/libdata/perl5/amd64-openbsd/5.20.2/CORE -L/usr/local/lib + set +x but i got none the wiser and running these commands in an interactive shell does not produce the error. cluestick please... -f -- values of β will give rise to dom!
Re: adding ambiguous packages non-interactively
Bryan C. Everly, 04 Apr 2016 19:28: > The actual way to figure that out, if you have the ports tree on your > machine, is to go to the directory and do: > > make show=flavors > > which yields: > > 2.7 > 3.4 > 3.5 /usr/ports/lang/python$ make show=FLAVORS ===> lang/python/2.7 ===> lang/python/3.4 ===> lang/python/3.5 it is true, flavors do show up. but these are not "real" flavors. $ doas pkg_add python--2.7 quirks-2.214 signed on 2016-04-02T21:43:21Z Error from http://ftp.nluug.nl/pub/OpenBSD/snapshots/packages/amd64/python--2.7.tgz ftp: Error retrieving file: 404 Not Found Can't find python--2.7 --- python--2.7 --- Can't install python--2.7: not found these are: /usr/ports/editors/vim$ make show=FLAVORS huge gtk2 athena motif no_x11 lua perl python python3 ruby > > Bryan C. Everly, 04 Apr 2016 17:47: > > > You can specify a particular flavor using a double dash syntax: > > > > > > doas pkg_add python--flavor -f -- she kept saying i didn't listen to her -- or something.
Re: adding ambiguous packages non-interactively
Bryan C. Everly, 04 Apr 2016 17:47: > You can specify a particular flavor using a double dash syntax: > > doas pkg_add python--flavor what are python's flavors? :] -f -- burn the heretic, kill the mutant, purge the unclean
Re: adding ambiguous packages non-interactively
Stuart Henderson, 04 Apr 2016 22:52: > On 2016/04/04 23:44, frantisek holop wrote: > > > > more precisely, how could i add python-2.* > > non-interactively using provisioning tools? > > IIRC something like "pkg_add -z python-2.7.0" works for python this works great. also "pkg_add -z python-2.7" another trick i found might be "pkg_add python-tools". this brings in 2.* as 3.* does not have this package. -f -- if practice makes perfect, and nobody's perfect, why practice?
adding ambiguous packages non-interactively
more precisely, how could i add python-2.* non-interactively using provisioning tools? -f -- man is the only animal that blushes. or needs to.
Re: (py-)selenium continues...
Jiri B, 13 Feb 2016 16:50: > $ pkg_info -L py-selenium | grep .so$ > /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so > /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/x86/x_ignore_nofocus.so > > These are Linux libs. > > I used to try to build the lib myself, not sure if still relevant and even > not sure if building that lib is correct: these files are harmless and not used. https://github.com/SeleniumHQ/selenium/wiki/Native-Events-On-Linux > +# XXX: clarify > +MASTER_SITES0 = > http://selenium.googlecode.com/svn/tags/selenium-2.28.0/cpp/linux-specific/ > I still have problem to use both local Firefox. Using OpenBSD Firefox via > remote I still can't make it run with Xvfb. Any alternative? A VNC server? the patch that is necessary for local basic firefox webdriver operation went in 2.46.0. unless you manually patch webdriver.xpi, 2.28.0 will not work. i have no experience with remote usage, sorry. i heard good stuff about phantomjs. please find attached my old port for py-selenium upgraded to the latest 2.52.0 version, lightly tested. as for the selenium port, just drop the .jar file anywhere. and then even the version in the filename will be useful :] -f -- talk is cheap until you hire a lawyer. py-selenium.tgz Description: application/tar-gz
gio-querymodules core dumps during update
i guess it's harmless, but saw it while upgrading today. /usr/local/bin/gio-querymodules:/usr/local/lib/libgnutls.so.42.0: /usr/local/lib/libhogweed.so.1.1 : WARNING: symbol(nettle_secp_192r1) size mismatch, relink your program /usr/local/bin/gio-querymodules:/usr/local/lib/libgnutls.so.42.0: /usr/local/lib/libhogweed.so.1.1 : WARNING: symbol(nettle_secp_521r1) size mismatch, relink your program /usr/local/bin/gio-querymodules:/usr/local/lib/libgnutls.so.42.0: /usr/local/lib/libhogweed.so.1.1 : WARNING: symbol(nettle_secp_256r1) size mismatch, relink your program /usr/local/bin/gio-querymodules:/usr/local/lib/libgnutls.so.42.0: /usr/local/lib/libhogweed.so.1.1 : WARNING: symbol(nettle_secp_224r1) size mismatch, relink your program /usr/local/bin/gio-querymodules:/usr/local/lib/libgnutls.so.42.0: /usr/local/lib/libhogweed.so.1.1 : WARNING: symbol(nettle_secp_384r1) size mismatch, relink your program Segmentation fault (core dumped) system(/bin/sh, -c, /usr/local/bin/gio-querymodules /usr/local/lib/gio/modules) failed: exit(139) -f -- i think emacs is a nice operating system, but unix has a better editor.
Re: UPDATE: py-werkzeug
Jérémie Courrèges-Anglas, 19 Jul 2015 17:27: > frantisek holop writes: > > > Stuart Henderson, 18 Jul 2015 21:26: > >> On 2015/07/18 21:39, frantisek holop wrote: > >> > python3 flavor, examples, change to github, > >> > disable tests. > >> > >> why disable tests? > > > > dependencies. they have changed considerably > > since the previous port version and would need too many > > new ports to import. i started doing it, but > > then saturday ended... i ran the tests from virtualenv > > and all non-skipped passed. if anybody wants to pick > > up the TEST_DEPENDS, be my guest. > > I added a test dep. on py-test, that already helps running most of > the test suite... sure, why not. guess i was a bit too much "all or nothing". -f -- akit az istenek szeretnek, orokre meghagyjak gyereknek
Re: UPDATE: py-werkzeug
Stuart Henderson, 18 Jul 2015 21:26: > On 2015/07/18 21:39, frantisek holop wrote: > > python3 flavor, examples, change to github, > > disable tests. > > why disable tests? dependencies. they have changed considerably since the previous port version and would need too many new ports to import. i started doing it, but then saturday ended... i ran the tests from virtualenv and all non-skipped passed. if anybody wants to pick up the TEST_DEPENDS, be my guest. -f -- always remember where you came from so you can return.
UPDATE: py-virtualenv
please test and commit. -f -- don't eat yellow snow. diff -x CVS -urNP /usr/ports/devel/py-virtualenv/Makefile /home/f/src/mystuff/devel/py-virtualenv/Makefile --- /usr/ports/devel/py-virtualenv/Makefile Wed Jun 10 23:21:36 2015 +++ /home/f/src/mystuff/devel/py-virtualenv/MakefileSat Jul 18 19:01:17 2015 @@ -2,7 +2,7 @@ COMMENT = virtual Python environment builder -MODPY_EGG_VERSION =13.0.3 +MODPY_EGG_VERSION =13.1.0 DISTNAME = virtualenv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel diff -x CVS -urNP /usr/ports/devel/py-virtualenv/distinfo /home/f/src/mystuff/devel/py-virtualenv/distinfo --- /usr/ports/devel/py-virtualenv/distinfo Wed Jun 10 23:21:36 2015 +++ /home/f/src/mystuff/devel/py-virtualenv/distinfoSat Jul 18 19:01:35 2015 @@ -1,2 +1,2 @@ -SHA256 (virtualenv-13.0.3.tar.gz) = NV5GkowrALg7fQDXDVrcUp6cL+HzZrB+ihtJzYxb0bk= -SIZE (virtualenv-13.0.3.tar.gz) = 1726220 +SHA256 (virtualenv-13.1.0.tar.gz) = fvCgsaHLS2QH0sH/Sg90hloT5iGUgoiKIb3KpgwPHnM= +SIZE (virtualenv-13.1.0.tar.gz) = 1719734 diff -x CVS -urNP /usr/ports/devel/py-virtualenv/pkg/PLIST /home/f/src/mystuff/devel/py-virtualenv/pkg/PLIST --- /usr/ports/devel/py-virtualenv/pkg/PLISTWed Jun 10 23:21:36 2015 +++ /home/f/src/mystuff/devel/py-virtualenv/pkg/PLIST Sat Jul 18 19:02:03 2015 @@ -15,8 +15,8 @@ lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.py lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.pyc lib/python${MODPY_VERSION}/site-packages/virtualenv_support/argparse-1.3.0-py2.py3-none-any.whl -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-7.0.3-py2.py3-none-any.whl -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-17.0-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-7.1.0-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-18.0.1-py2.py3-none-any.whl lib/python${MODPY_VERSION}/site-packages/virtualenv_support/wheel-0.24.0-py2.py3-none-any.whl share/doc/${MODPY_PY_PREFIX}virtualenv/ share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/
UPDATE: py-pip
straightforward update for pip please test and commit. -f -- number of vulcans to replace a bulb? precisely 1.00. diff -x CVS -urNP /usr/ports/devel/py-pip/Makefile /home/f/src/mystuff/devel/py-pip/Makefile --- /usr/ports/devel/py-pip/MakefileWed Jun 10 23:21:36 2015 +++ /home/f/src/mystuff/devel/py-pip/Makefile Sat Jul 18 18:54:00 2015 @@ -2,7 +2,7 @@ COMMENT = Python easy_install replacement -MODPY_EGG_VERSION =7.0.3 +MODPY_EGG_VERSION =7.1.0 DISTNAME = pip-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel diff -x CVS -urNP /usr/ports/devel/py-pip/distinfo /home/f/src/mystuff/devel/py-pip/distinfo --- /usr/ports/devel/py-pip/distinfoWed Jun 10 23:21:36 2015 +++ /home/f/src/mystuff/devel/py-pip/distinfo Sat Jul 18 18:54:15 2015 @@ -1,2 +1,2 @@ -SHA256 (pip-7.0.3.tar.gz) = tMWYglpvbcLKxllo/rKOa+bB9/FAhJPGCgfqpzGgr/0= -SIZE (pip-7.0.3.tar.gz) = 1054215 +SHA256 (pip-7.1.0.tar.gz) = 1SdboyIRgqXdG2vPv8XsJ3+zmd0jIm1voBgEj34PEPI= +SIZE (pip-7.1.0.tar.gz) = 1049267 diff -x CVS -urNP /usr/ports/devel/py-pip/pkg/PLIST /home/f/src/mystuff/devel/py-pip/pkg/PLIST --- /usr/ports/devel/py-pip/pkg/PLIST Wed Jun 10 23:21:36 2015 +++ /home/f/src/mystuff/devel/py-pip/pkg/PLIST Sat Jul 18 18:57:32 2015 @@ -248,14 +248,6 @@ lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/__init__.py ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/${MODPY_PYCACHE}/ lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/ -lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/__init__.py -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/${MODPY_PYCACHE}/ -lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/${MODPY_PYCACHE}test_pkg_resources.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/${MODPY_PYCACHE}test_resources.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/test_pkg_resources.py -lib/python${MODPY_VERSION}/site-packages/pip/_vendor/pkg_resources/tests/test_resources.py lib/python${MODPY_VERSION}/site-packages/pip/_vendor/progress/ lib/python${MODPY_VERSION}/site-packages/pip/_vendor/progress/__init__.py ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pip/_vendor/progress/${MODPY_PYCACHE}/
UPDATE: py-peewee
a straightforward update to py-peewee. please test and commit. -f -- he who knows all the answers never gets asked the question. Index: Makefile === RCS file: /cvs/ports/databases/py-peewee/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile12 Apr 2015 18:37:42 - 1.5 +++ Makefile12 Jul 2015 14:23:13 - @@ -3,7 +3,7 @@ PKG_ARCH= * COMMENT= small expressive ORM -MODPY_EGG_VERSION= 2.5.1 +MODPY_EGG_VERSION= 2.6.3 DISTNAME= peewee-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} Index: distinfo === RCS file: /cvs/ports/databases/py-peewee/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo12 Apr 2015 18:37:42 - 1.3 +++ distinfo12 Jul 2015 14:23:13 - @@ -1,2 +1,2 @@ -SHA256 (peewee-2.5.1.tar.gz) = ZfQmpetAOxQn6XcyyjbbTtujWBM0+o3mi8+CBo4CFp4= -SIZE (peewee-2.5.1.tar.gz) = 556698 +SHA256 (peewee-2.6.3.tar.gz) = 8qnvkLgKacU3OVLveySVkx+hul+xAPCXXh4B2aoxwb8= +SIZE (peewee-2.6.3.tar.gz) = 574936 Index: pkg/PLIST === RCS file: /cvs/ports/databases/py-peewee/pkg/PLIST,v retrieving revision 1.4 diff -u -p -r1.4 PLIST --- pkg/PLIST 12 Apr 2015 18:37:42 - 1.4 +++ pkg/PLIST 12 Jul 2015 14:23:13 - @@ -19,8 +19,10 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}dataset.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}db_url.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}djpeewee.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}fields.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}flask_utils.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}gfk.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}hybrid.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}kv.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}migrate.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}pool.${MODPY_PYC_MAGIC_TAG}pyc @@ -41,8 +43,10 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/playhouse/dataset.py lib/python${MODPY_VERSION}/site-packages/playhouse/db_url.py lib/python${MODPY_VERSION}/site-packages/playhouse/djpeewee.py +lib/python${MODPY_VERSION}/site-packages/playhouse/fields.py lib/python${MODPY_VERSION}/site-packages/playhouse/flask_utils.py lib/python${MODPY_VERSION}/site-packages/playhouse/gfk.py +lib/python${MODPY_VERSION}/site-packages/playhouse/hybrid.py lib/python${MODPY_VERSION}/site-packages/playhouse/kv.py lib/python${MODPY_VERSION}/site-packages/playhouse/migrate.py lib/python${MODPY_VERSION}/site-packages/playhouse/pool.py @@ -68,6 +72,7 @@ share/doc/${MODPY_PY_PREFIX}peewee/_sour share/doc/${MODPY_PY_PREFIX}peewee/_sources/index.txt share/doc/${MODPY_PY_PREFIX}peewee/_sources/peewee/ share/doc/${MODPY_PY_PREFIX}peewee/_sources/peewee/api.txt +share/doc/${MODPY_PY_PREFIX}peewee/_sources/peewee/contributing.txt share/doc/${MODPY_PY_PREFIX}peewee/_sources/peewee/database.txt share/doc/${MODPY_PY_PREFIX}peewee/_sources/peewee/example.txt share/doc/${MODPY_PY_PREFIX}peewee/_sources/peewee/hacks.txt @@ -105,6 +110,7 @@ share/doc/${MODPY_PY_PREFIX}peewee/index share/doc/${MODPY_PY_PREFIX}peewee/objects.inv share/doc/${MODPY_PY_PREFIX}peewee/peewee/ share/doc/${MODPY_PY_PREFIX}peewee/peewee/api.html +share/doc/${MODPY_PY_PREFIX}peewee/peewee/contributing.html share/doc/${MODPY_PY_PREFIX}peewee/peewee/database.html share/doc/${MODPY_PY_PREFIX}peewee/peewee/example.html share/doc/${MODPY_PY_PREFIX}peewee/peewee/hacks.html
Re: NEW: sass
Jeremy Evans, 05 Feb 2015 16:15: > On Thu, Feb 5, 2015 at 1:45 PM, frantisek holop wrote: > > > another go at this port, version 3.4.11 > > this is a port for http://sass-lang.com/ > > a program to process scss files. > > > > $ cat pkg/DESCR > > Sass makes CSS fun again. Sass is an extension of CSS3, > > adding nested rules, variables, mixins, selector inheritance, > > and more. It's translated to well-formatted, standard CSS > > using the command line tool or a web-framework plugin. > > > > > > please test and commit. > > > > This still FLAVORs the port, and suffixes the executables with the related > ruby version. Last time you posted this I explained that it shouldn't do > either, since it is being added for the executable only and not to be > usable as a ruby library. > > Please look at the sysutils/god port for an example. You'll want at least: > > MODRUBY_HANDLE_FLAVORS = No > GEM_FLAGS = --no-format-executable updated according to your requirements. please test and commit. -f -- suddenly, nothing happened! but, it happened suddenly. sass.tgz Description: application/tar-gz
Re: py-selenium + selenium
Stuart Henderson, 22 Jun 2015 22:10: > On 2015/06/22 22:51, frantisek holop wrote: > > the standalone server port is really really basic. > > did not even include a user and/or rc script: i don't > > see the point. use cases and startup methods vary > > wildly, but i think mostly everyone just runs it for > > themselves, as themselves. > > I don't think there is much point having an RDEP on javaPathHelper unless > you're going to provide some kind of script. Though actually I think providing > a script probably is a friendly thing to do, even if the only thing it does > it lookup the correct java binary via pathhelper and "exec path_to_java -jar > path_to_selenium-whatever.jar $*". good point about javaPathHelper :) i can try come up with the script, no dedicated _selenium user is ok? py-selenium is unrelated, any ok's for the import? -f -- reach out /usr/bin/touch faith
UPDATE: py-tz
a straightforward update to py-tz please test and commit. -f -- last week i couldn't even spell engineer, now i are one. Index: Makefile === RCS file: /cvs/ports/devel/py-tz/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- Makefile11 Apr 2015 13:51:29 - 1.35 +++ Makefile23 Jun 2015 21:26:57 - @@ -2,7 +2,7 @@ COMMENT = Python API for dealing with timezones -MODPY_EGG_VERSION =2015.2 +MODPY_EGG_VERSION =2015.4 DISTNAME = pytz-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^py/py-/} CATEGORIES = devel Index: distinfo === RCS file: /cvs/ports/devel/py-tz/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo11 Apr 2015 13:51:29 - 1.18 +++ distinfo23 Jun 2015 21:26:57 - @@ -1,2 +1,2 @@ -SHA256 (pytz-2015.2.tar.gz) = c9rw60StkprVaXKtMJOMsjG3JbJ9/xBbcWjntEkeBFI= -SIZE (pytz-2015.2.tar.gz) = 282891 +SHA256 (pytz-2015.4.tar.gz) = xO5wy0B/koRResNo8SHPB5anE0uWHlPZ2vGqro9E+5A= +SIZE (pytz-2015.4.tar.gz) = 281243
py-selenium + selenium
lady and gentlemen, after 6 month, finally the patch that makes py-selenium usable on openbsd+firefox made its debut in v2.46.0 thus i submit the py-selenium and selenium ports for your consideration. py-selenium should be straightforward. the standalone server port is really really basic. did not even include a user and/or rc script: i don't see the point. use cases and startup methods vary wildly, but i think mostly everyone just runs it for themselves, as themselves. 1. running a selenese test suit: /usr/local/jdk-1.7.0/bin/java -jar /usr/local/share/selenium/selenium-*.jar \ -htmlSuite *firefox http://some.url.com testsuite.html results.html 2. starting up a selenium instance once and throwing (php) testsuits at it, for example using a ramdrive as temp dir: T=/tmp/selenium mkdir -p $T && sudo mount_mfs -s 128m -m 0 swap $T /usr/local/jdk-1.7.0/bin/java -jar /usr/local/share/selenium/selenium-*.jar \ -Djava.io.tmpdir=$T please test and commit -f -- life is that brief interlude between nothingness and eternity. py-selenium.tgz Description: application/tar-gz selenium.tgz Description: application/tar-gz
Re: deleting /usr/local/share/pkgconfig
Jan Stary, 04 Jun 2015 19:54: > --- -graphite2-1.2.4 --- > Error deleting directory /usr/local/share/pkgconfig: Directory not empty > > PS: The '--- -' is realy there. the "---" part is just a "leader" the "-graphite2-1.2.4" part is a diff-like notation that you removed a package. there can be also notes for adding packages "+package-name", or even both, removing and adding. at least, this is my interpretation :) -f -- give us the rabbit!
UPDATE: py-virtualenv
please test and commit. -f -- a martyr is a hero who didn't make it. Index: Makefile === RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile12 May 2015 11:20:33 - 1.11 +++ Makefile2 Jun 2015 21:18:41 - @@ -2,7 +2,7 @@ COMMENT = virtual Python environment builder -MODPY_EGG_VERSION =12.1.1 +MODPY_EGG_VERSION =13.0.3 DISTNAME = virtualenv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel Index: distinfo === RCS file: /cvs/ports/devel/py-virtualenv/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo12 May 2015 11:20:33 - 1.7 +++ distinfo2 Jun 2015 21:18:41 - @@ -1,2 +1,2 @@ -SHA256 (virtualenv-12.1.1.tar.gz) = PIjPffEUwyzwZR0S+Xm421VtmS1kdJPlvbvigovkAAc= -SIZE (virtualenv-12.1.1.tar.gz) = 1680553 +SHA256 (virtualenv-13.0.3.tar.gz) = NV5GkowrALg7fQDXDVrcUp6cL+HzZrB+ihtJzYxb0bk= +SIZE (virtualenv-13.0.3.tar.gz) = 1726220 Index: pkg/PLIST === RCS file: /cvs/ports/devel/py-virtualenv/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 12 May 2015 11:20:33 - 1.6 +++ pkg/PLIST 2 Jun 2015 21:18:41 - @@ -14,8 +14,10 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/virtualenv_support/ lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.py lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-15.0-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/argparse-1.3.0-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-7.0.3-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-17.0-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/wheel-0.24.0-py2.py3-none-any.whl share/doc/${MODPY_PY_PREFIX}virtualenv/ share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/ share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/changes.txt
UPDATE: py-pip
please test and commit. -f -- i left my body to science but i'm afraid they turned it down. Index: Makefile === RCS file: /cvs/ports/devel/py-pip/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile12 May 2015 11:23:16 - 1.18 +++ Makefile2 Jun 2015 21:12:05 - @@ -2,7 +2,7 @@ COMMENT = Python easy_install replacement -MODPY_EGG_VERSION =6.1.1 +MODPY_EGG_VERSION =7.0.3 DISTNAME = pip-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel Index: distinfo === RCS file: /cvs/ports/devel/py-pip/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo12 May 2015 11:23:16 - 1.7 +++ distinfo2 Jun 2015 21:12:05 - @@ -1,2 +1,2 @@ -SHA256 (pip-6.1.1.tar.gz) = ifO2JtIl4I5/INhQRK+kD2EusyhEhBaYE9wtBjHypVY= -SIZE (pip-6.1.1.tar.gz) = 1051205 +SHA256 (pip-7.0.3.tar.gz) = tMWYglpvbcLKxllo/rKOa+bB9/FAhJPGCgfqpzGgr/0= +SIZE (pip-7.0.3.tar.gz) = 1054215 Index: pkg/PLIST === RCS file: /cvs/ports/devel/py-pip/pkg/PLIST,v retrieving revision 1.5 diff -u -p -r1.5 PLIST --- pkg/PLIST 12 May 2015 11:23:17 - 1.5 +++ pkg/PLIST 2 Jun 2015 21:12:05 - @@ -461,9 +461,7 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/pip/commands/${MODPY_PYCACHE}search.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/commands/${MODPY_PYCACHE}show.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/commands/${MODPY_PYCACHE}uninstall.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/pip/commands/${MODPY_PYCACHE}unzip.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/commands/${MODPY_PYCACHE}wheel.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/pip/commands/${MODPY_PYCACHE}zip.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/commands/completion.py lib/python${MODPY_VERSION}/site-packages/pip/commands/freeze.py lib/python${MODPY_VERSION}/site-packages/pip/commands/help.py @@ -472,9 +470,7 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/pip/commands/search.py lib/python${MODPY_VERSION}/site-packages/pip/commands/show.py lib/python${MODPY_VERSION}/site-packages/pip/commands/uninstall.py -lib/python${MODPY_VERSION}/site-packages/pip/commands/unzip.py lib/python${MODPY_VERSION}/site-packages/pip/commands/wheel.py -lib/python${MODPY_VERSION}/site-packages/pip/commands/zip.py lib/python${MODPY_VERSION}/site-packages/pip/compat/ lib/python${MODPY_VERSION}/site-packages/pip/compat/__init__.py ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pip/compat/${MODPY_PYCACHE}/ @@ -504,12 +500,10 @@ ${MODPY_COMMENT}lib/python${MODPY_VERSIO lib/python${MODPY_VERSION}/site-packages/pip/req/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/req/${MODPY_PYCACHE}req_file.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/req/${MODPY_PYCACHE}req_install.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/pip/req/${MODPY_PYCACHE}req_requirement.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/req/${MODPY_PYCACHE}req_set.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/req/${MODPY_PYCACHE}req_uninstall.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/pip/req/req_file.py lib/python${MODPY_VERSION}/site-packages/pip/req/req_install.py -lib/python${MODPY_VERSION}/site-packages/pip/req/req_requirement.py lib/python${MODPY_VERSION}/site-packages/pip/req/req_set.py lib/python${MODPY_VERSION}/site-packages/pip/req/req_uninstall.py lib/python${MODPY_VERSION}/site-packages/pip/status_codes.py @@ -549,7 +543,6 @@ share/doc/${MODPY_PY_PREFIX}pip/_sources share/doc/${MODPY_PY_PREFIX}pip/_sources/configuration.txt share/doc/${MODPY_PY_PREFIX}pip/_sources/cookbook.txt share/doc/${MODPY_PY_PREFIX}pip/_sources/development.txt -share/doc/${MODPY_PY_PREFIX}pip/_sources/distribute_setuptools.txt share/doc/${MODPY_PY_PREFIX}pip/_sources/index.txt share/doc/${MODPY_PY_PREFIX}pip/_sources/installing.txt share/doc/${MODPY_PY_PREFIX}pip/_sources/logic.txt @@ -591,7 +584,6 @@ share/doc/${MODPY_PY_PREFIX}pip/_static/ share/doc/${MODPY_PY_PREFIX}pip/configuration.html share/doc/${MODPY_PY_PREFIX}pip/cookbook.html share/doc/${MODPY_PY_PREFIX}pip/development.html -share/doc/${MODPY_PY_PREFIX}pip/distribute_setuptools.html share/doc/${MODPY_PY_PREFIX}pip/index.html share/doc/${MODPY_PY_PREFIX}pip/installing.html share/doc/${MODPY_PY_PREFIX}pip/logic.html
Re: UPDATE: py-virtualenv
ping? -f frantisek holop, 27 Apr 2015 22:16: > a minor change to doc handling. > please test this one and commit. > > -f > -- > dyslexics of the world: untie! > Index: Makefile > === > RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v > retrieving revision 1.10 > diff -u -p -r1.10 Makefile > --- Makefile 2 Apr 2015 14:21:16 - 1.10 > +++ Makefile 27 Apr 2015 20:14:49 - > @@ -2,7 +2,7 @@ > > COMMENT =virtual Python environment builder > > -MODPY_EGG_VERSION = 1.11.6 > +MODPY_EGG_VERSION = 12.1.1 > DISTNAME = virtualenv-${MODPY_EGG_VERSION} > PKGNAME =py-${DISTNAME} > CATEGORIES = devel > @@ -23,13 +23,14 @@ MODPY_SETUPTOOLS =Yes > NO_TEST =Yes > > MAKE_ENV += PYTHONPATH=${WRKSRC} > +DOCSRC = ${WRKSRC}/docs > post-build: > - cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html > + cd ${DOCSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html > > DOCS = ${PREFIX}/share/doc/py-virtualenv > > post-install: > ${INSTALL_DATA_DIR} ${DOCS} > - cd ${WRKSRC}/docs/_build/html && pax -rw * ${DOCS} > + cd ${DOCSRC}/_build/html && pax -rw * ${DOCS} > > .include > Index: distinfo > === > RCS file: /cvs/ports/devel/py-virtualenv/distinfo,v > retrieving revision 1.6 > diff -u -p -r1.6 distinfo > --- distinfo 12 Sep 2014 08:27:43 - 1.6 > +++ distinfo 27 Apr 2015 20:14:49 - > @@ -1,2 +1,2 @@ > -SHA256 (virtualenv-1.11.6.tar.gz) = > PnpMFR4u6X9R2wIVv9Kgc7BKkel4bfbLZ8kW8Wq+BPc= > -SIZE (virtualenv-1.11.6.tar.gz) = 1610581 > +SHA256 (virtualenv-12.1.1.tar.gz) = > PIjPffEUwyzwZR0S+Xm421VtmS1kdJPlvbvigovkAAc= > +SIZE (virtualenv-12.1.1.tar.gz) = 1680553 > Index: pkg/PLIST > === > RCS file: /cvs/ports/devel/py-virtualenv/pkg/PLIST,v > retrieving revision 1.5 > diff -u -p -r1.5 PLIST > --- pkg/PLIST 12 Sep 2014 08:27:43 - 1.5 > +++ pkg/PLIST 27 Apr 2015 20:14:49 - > @@ -7,19 +7,23 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt > > lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt > > lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe > +lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/pbr.json > > lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt > lib/python${MODPY_VERSION}/site-packages/virtualenv.py > lib/python${MODPY_VERSION}/site-packages/virtualenv.pyc > lib/python${MODPY_VERSION}/site-packages/virtualenv_support/ > lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.py > lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.pyc > -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl > -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl > +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl > +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-15.0-py2.py3-none-any.whl > share/doc/${MODPY_PY_PREFIX}virtualenv/ > share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/ > +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/changes.txt > +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/development.txt > share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/index.txt > -share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/news.txt > -share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/virtualenv.txt > +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/installation.txt > +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/reference.txt > +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/userguide.txt > share/doc/${MODPY_PY_PREFIX}virtualenv/_static/ > share/doc/${MODPY_PY_PREFIX}virtualenv/_static/ajax-loader.gif > share/doc/${MODPY_PY_PREFIX}virtualenv/_static/basic.css > @@ -41,10 +45,13 @@ share/doc/${MODPY_PY_PREFIX}virtualenv/_ > share/doc/${MODPY_PY_PREFIX}virtualenv/_static/up-pressed.png > share/doc/${MODPY_PY_PREFIX}virtualenv/_static/up.png > share/doc/${MODPY_PY_PREFIX}virtualenv/_static/websupport.js > +share/doc/${MODPY_PY_PREFIX}virtualenv/changes.html > +share/doc/${MODPY_PY_PREFIX}virtual
Re: UPDATE: py-virtualenv
a minor change to doc handling. please test this one and commit. -f -- dyslexics of the world: untie! Index: Makefile === RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile2 Apr 2015 14:21:16 - 1.10 +++ Makefile27 Apr 2015 20:14:49 - @@ -2,7 +2,7 @@ COMMENT = virtual Python environment builder -MODPY_EGG_VERSION =1.11.6 +MODPY_EGG_VERSION =12.1.1 DISTNAME = virtualenv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel @@ -23,13 +23,14 @@ MODPY_SETUPTOOLS = Yes NO_TEST = Yes MAKE_ENV +=PYTHONPATH=${WRKSRC} +DOCSRC = ${WRKSRC}/docs post-build: - cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html + cd ${DOCSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html DOCS = ${PREFIX}/share/doc/py-virtualenv post-install: ${INSTALL_DATA_DIR} ${DOCS} - cd ${WRKSRC}/docs/_build/html && pax -rw * ${DOCS} + cd ${DOCSRC}/_build/html && pax -rw * ${DOCS} .include Index: distinfo === RCS file: /cvs/ports/devel/py-virtualenv/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo12 Sep 2014 08:27:43 - 1.6 +++ distinfo27 Apr 2015 20:14:49 - @@ -1,2 +1,2 @@ -SHA256 (virtualenv-1.11.6.tar.gz) = PnpMFR4u6X9R2wIVv9Kgc7BKkel4bfbLZ8kW8Wq+BPc= -SIZE (virtualenv-1.11.6.tar.gz) = 1610581 +SHA256 (virtualenv-12.1.1.tar.gz) = PIjPffEUwyzwZR0S+Xm421VtmS1kdJPlvbvigovkAAc= +SIZE (virtualenv-12.1.1.tar.gz) = 1680553 Index: pkg/PLIST === RCS file: /cvs/ports/devel/py-virtualenv/pkg/PLIST,v retrieving revision 1.5 diff -u -p -r1.5 PLIST --- pkg/PLIST 12 Sep 2014 08:27:43 - 1.5 +++ pkg/PLIST 27 Apr 2015 20:14:49 - @@ -7,19 +7,23 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe +lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/pbr.json lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/virtualenv.py lib/python${MODPY_VERSION}/site-packages/virtualenv.pyc lib/python${MODPY_VERSION}/site-packages/virtualenv_support/ lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.py lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-15.0-py2.py3-none-any.whl share/doc/${MODPY_PY_PREFIX}virtualenv/ share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/ +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/changes.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/development.txt share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/index.txt -share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/news.txt -share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/virtualenv.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/installation.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/reference.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/userguide.txt share/doc/${MODPY_PY_PREFIX}virtualenv/_static/ share/doc/${MODPY_PY_PREFIX}virtualenv/_static/ajax-loader.gif share/doc/${MODPY_PY_PREFIX}virtualenv/_static/basic.css @@ -41,10 +45,13 @@ share/doc/${MODPY_PY_PREFIX}virtualenv/_ share/doc/${MODPY_PY_PREFIX}virtualenv/_static/up-pressed.png share/doc/${MODPY_PY_PREFIX}virtualenv/_static/up.png share/doc/${MODPY_PY_PREFIX}virtualenv/_static/websupport.js +share/doc/${MODPY_PY_PREFIX}virtualenv/changes.html +share/doc/${MODPY_PY_PREFIX}virtualenv/development.html share/doc/${MODPY_PY_PREFIX}virtualenv/genindex.html share/doc/${MODPY_PY_PREFIX}virtualenv/index.html -share/doc/${MODPY_PY_PREFIX}virtualenv/news.html +share/doc/${MODPY_PY_PREFIX}virtualenv/installation.html share/doc/${MODPY_PY_PREFIX}virtualenv/objects.inv +share/doc/${MODPY_PY_PREFIX}virtualenv/reference.html share/doc/${MODPY_PY_PREFIX}virtualenv/search.html share/doc/${MODPY_PY_PREFIX}virtualenv/searchindex.js -share/doc/${MODPY_PY_PREFIX}virtualenv/virtualenv.html +share/doc/${MODPY_PY_PREFIX}virtualenv/userguid
UPDATE: py-virtualenv
update to virtualenv 12.1.1 basically 1.12.1.1, but they dropped the leading "1." from version numbers. lightly tested. please test and commit. -f -- i'm not religious. god willing, i never will be. Index: Makefile === RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile2 Apr 2015 14:21:16 - 1.10 +++ Makefile27 Apr 2015 19:52:31 - @@ -2,7 +2,7 @@ COMMENT = virtual Python environment builder -MODPY_EGG_VERSION =1.11.6 +MODPY_EGG_VERSION =12.1.1 DISTNAME = virtualenv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = devel Index: distinfo === RCS file: /cvs/ports/devel/py-virtualenv/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo12 Sep 2014 08:27:43 - 1.6 +++ distinfo27 Apr 2015 19:52:31 - @@ -1,2 +1,2 @@ -SHA256 (virtualenv-1.11.6.tar.gz) = PnpMFR4u6X9R2wIVv9Kgc7BKkel4bfbLZ8kW8Wq+BPc= -SIZE (virtualenv-1.11.6.tar.gz) = 1610581 +SHA256 (virtualenv-12.1.1.tar.gz) = PIjPffEUwyzwZR0S+Xm421VtmS1kdJPlvbvigovkAAc= +SIZE (virtualenv-12.1.1.tar.gz) = 1680553 Index: pkg/PLIST === RCS file: /cvs/ports/devel/py-virtualenv/pkg/PLIST,v retrieving revision 1.5 diff -u -p -r1.5 PLIST --- pkg/PLIST 12 Sep 2014 08:27:43 - 1.5 +++ pkg/PLIST 27 Apr 2015 19:52:31 - @@ -7,19 +7,23 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe +lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/pbr.json lib/python${MODPY_VERSION}/site-packages/virtualenv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/virtualenv.py lib/python${MODPY_VERSION}/site-packages/virtualenv.pyc lib/python${MODPY_VERSION}/site-packages/virtualenv_support/ lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.py lib/python${MODPY_VERSION}/site-packages/virtualenv_support/__init__.pyc -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl -lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/pip-6.1.1-py2.py3-none-any.whl +lib/python${MODPY_VERSION}/site-packages/virtualenv_support/setuptools-15.0-py2.py3-none-any.whl share/doc/${MODPY_PY_PREFIX}virtualenv/ share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/ +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/changes.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/development.txt share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/index.txt -share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/news.txt -share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/virtualenv.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/installation.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/reference.txt +share/doc/${MODPY_PY_PREFIX}virtualenv/_sources/userguide.txt share/doc/${MODPY_PY_PREFIX}virtualenv/_static/ share/doc/${MODPY_PY_PREFIX}virtualenv/_static/ajax-loader.gif share/doc/${MODPY_PY_PREFIX}virtualenv/_static/basic.css @@ -41,10 +45,13 @@ share/doc/${MODPY_PY_PREFIX}virtualenv/_ share/doc/${MODPY_PY_PREFIX}virtualenv/_static/up-pressed.png share/doc/${MODPY_PY_PREFIX}virtualenv/_static/up.png share/doc/${MODPY_PY_PREFIX}virtualenv/_static/websupport.js +share/doc/${MODPY_PY_PREFIX}virtualenv/changes.html +share/doc/${MODPY_PY_PREFIX}virtualenv/development.html share/doc/${MODPY_PY_PREFIX}virtualenv/genindex.html share/doc/${MODPY_PY_PREFIX}virtualenv/index.html -share/doc/${MODPY_PY_PREFIX}virtualenv/news.html +share/doc/${MODPY_PY_PREFIX}virtualenv/installation.html share/doc/${MODPY_PY_PREFIX}virtualenv/objects.inv +share/doc/${MODPY_PY_PREFIX}virtualenv/reference.html share/doc/${MODPY_PY_PREFIX}virtualenv/search.html share/doc/${MODPY_PY_PREFIX}virtualenv/searchindex.js -share/doc/${MODPY_PY_PREFIX}virtualenv/virtualenv.html +share/doc/${MODPY_PY_PREFIX}virtualenv/userguide.html
Re: UPDATE: devel/py-dateutil
frantisek holop, 11 Apr 2015 14:05: > a straightforward update to py-dateutil. > please test and commit. and the patch. -f -- someone whom you reject today, will reject you tomorrow. Index: Makefile === RCS file: /cvs/ports/devel/py-dateutil/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile2 Apr 2015 14:21:14 - 1.20 +++ Makefile11 Apr 2015 12:04:56 - @@ -2,7 +2,7 @@ COMMENT = Python API for advanced date calculations -MODPY_EGG_VERSION =2.3 +MODPY_EGG_VERSION =2.4.2 DISTNAME = python-dateutil-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^python-/py-/} CATEGORIES = devel Index: distinfo === RCS file: /cvs/ports/devel/py-dateutil/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo25 Dec 2014 19:44:47 - 1.8 +++ distinfo11 Apr 2015 12:04:56 - @@ -1,2 +1,2 @@ -SHA256 (python-dateutil-2.3.tar.gz) = LbZ9iDLxkzKQi0uWRIZc7TQIeRlwIUCGIJPjR+lXMOQ= -SIZE (python-dateutil-2.3.tar.gz) = 191907 +SHA256 (python-dateutil-2.4.2.tar.gz) = PpVEXB21AKNEB5pHsXHEXvGPV9GI3/2w5BZccb6o6z0= +SIZE (python-dateutil-2.4.2.tar.gz) = 209120
UPDATE: devel/py-dateutil
a straightforward update to py-dateutil. please test and commit. -f -- she kept saying i didn't listen to her -- or something.
UPDATE: devel/py-tz
a straightforward update to py-tz. please test and commit. -f -- the best way out of a difficulty is through it. Index: Makefile === RCS file: /cvs/ports/devel/py-tz/Makefile,v retrieving revision 1.34 diff -u -p -r1.34 Makefile --- Makefile2 Apr 2015 14:21:16 - 1.34 +++ Makefile11 Apr 2015 11:53:24 - @@ -2,7 +2,7 @@ COMMENT = Python API for dealing with timezones -MODPY_EGG_VERSION =2014.10 +MODPY_EGG_VERSION =2015.2 DISTNAME = pytz-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^py/py-/} CATEGORIES = devel Index: distinfo === RCS file: /cvs/ports/devel/py-tz/distinfo,v retrieving revision 1.17 diff -u -p -r1.17 distinfo --- distinfo28 Nov 2014 21:02:00 - 1.17 +++ distinfo11 Apr 2015 11:53:24 - @@ -1,2 +1,2 @@ -SHA256 (pytz-2014.10.tar.gz) = qUE4tjiQdJH0c8h16MlSA6agLv71K2VivjAuQ1AW9PM= -SIZE (pytz-2014.10.tar.gz) = 283834 +SHA256 (pytz-2015.2.tar.gz) = c9rw60StkprVaXKtMJOMsjG3JbJ9/xBbcWjntEkeBFI= +SIZE (pytz-2015.2.tar.gz) = 282891
Re: powerline fonts
Stuart Henderson, 05 Apr 2015 14:44: > On 2015/04/05 15:22, Matthieu Herrb wrote: > > xset +fp (server side rendered fonts) and libfontconfig (client side > > rendered fonts) have not much in common. I don't think the outdated > > xenocara snapshot is the problem either. > > Yes but the reason that frantisek is even trying xset +fp here is because > libfontconfig failed to find fonts, because it's looking in the old location. > I had exactly this issue on my laptop after updating packages. sudo ln -s /usr/local/share/fonts /usr/local/lib/X11/fonts until the dust settles :) -f -- i'd kill for a nobel peace prize.
Re: powerline fonts
Matthieu Herrb, 05 Apr 2015 15:22: > On Sun, Apr 05, 2015 at 12:59:40PM +0100, Stuart Henderson wrote: > > On 2015/04/05 13:24, frantisek holop wrote: > > > > > > there seems to be a problem with the powerline > > > fonts after the update to use the new fonts > > > directory: > > > > > > $ xset +fp /usr/local/share/fonts/powerline > > > xset: bad font path element (#0), possible causes are: > > > Directory does not exist or has wrong permissions > > > Directory missing fonts.dir > > > Incorrect font server address or syntax > > > > > > i don't recall this being a problem before > > > > > > -f > > > -- > > > not breaking the rules, just testing the elasticity... > > > > > > > X snaps are behind, at the moment you need to build new libfontconfig > > from xenocara. > > > > It does not look like its a problem related to the recent change to > /usr/local/share/fonts at all. > > xset +fp (server side rendered fonts) and libfontconfig (client side > rendered fonts) have not much in common. I don't think the outdated > xenocara snapshot is the problem either. > > The issue looks like it's caused by the fact that there is no > fonts.dir in /usr/local/share/fonts/powerline. The fonts.{dir,scale} > files are created in each sub-directory of the former directory. And > pkg_add tells me to add them separately: > > You may wish to update your font path for > /usr/local/share/fonts/powerline/InconsolataDz > /usr/local/share/fonts/powerline/AnonymousPro > /usr/local/share/fonts/powerline/DejaVuSansMono > /usr/local/share/fonts/powerline/LiberationMono > /usr/local/share/fonts/powerline/SourceCodePro > /usr/local/share/fonts/powerline/Terminus > /usr/local/share/fonts/powerline/DroidSansMono > /usr/local/share/fonts/powerline/Meslo > /usr/local/share/fonts/powerline/Inconsolata > > I don't know if the previous version of the package behaved > differently, but looking at the CVS changelog I don't think so. strange, i thought i tried adding them individually and got the same error message. but i tried again, and it works. however the font itself is not recognized by urxvt or firefox. do i have to rerun fc-cache or some other tool? here is my previous .xsession, before the path change: xset +fp /usr/local/lib/X11/fonts/Droid xset +fp /usr/local/lib/X11/fonts/fira xset +fp /usr/local/lib/X11/fonts/powerline this worked. also, better for lazy people :) -f -- part-time musicians are semiconductors.
powerline fonts
there seems to be a problem with the powerline fonts after the update to use the new fonts directory: $ xset +fp /usr/local/share/fonts/powerline xset: bad font path element (#0), possible causes are: Directory does not exist or has wrong permissions Directory missing fonts.dir Incorrect font server address or syntax i don't recall this being a problem before -f -- not breaking the rules, just testing the elasticity...
Re: nginx woes
Stuart Henderson, 30 Mar 2015 23:10: > A no_chroot flavour does seem reasonable, do you fancy sending a diff? i think it would be logical to add patch-man_nginx_8 to the nginx_chroot* external patch... then i can remove PATCH_LIST here is a wip patch, but i am getting stuck on the upgrade path from nginx 1.7.10: $ FLAVOR=no_chroot make install ===> Installing nginx-1.7.11p0-no_chroot from /usr/ports/packages/i386/all/ Can't install nginx-1.7.11p0-no_chroot because of conflicts (nginx-1.7.10) --- nginx-1.7.11p0-no_chroot --- Can't install nginx-1.7.11p0-no_chroot: conflicts *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1961 '/var/db/pkg/nginx-1.7.11p0-no_chroot/+CONTENTS': @if /usr/sbin/pkg_info -e ...) *** Error 1 in /usr/ports/www/nginx (/usr/ports/infrastructure/mk/bsd.port.mk:2473 'install') what am i missing? also, what is stable and devel in the PLIST? @pkgpath www/nginx/stable${FLAVOR_COMMA} @pkgpath www/nginx/devel${FLAVOR_COMMA} -f -- nothing is fool-proof to a sufficiently talented fool. Index: Makefile === RCS file: /cvs/ports/www/nginx/Makefile,v retrieving revision 1.73 diff -u -p -r1.73 Makefile --- Makefile31 Mar 2015 18:20:20 - 1.73 +++ Makefile31 Mar 2015 20:50:32 - @@ -4,6 +4,7 @@ COMMENT=robust and small HTTP server an VERSION= 1.7.11 DISTNAME= nginx-${VERSION} +REVISION= 0 CATEGORIES=www MASTER_SITES= http://nginx.org/download/ @@ -27,7 +28,7 @@ NGINX_DIR=/var/www SUBST_VARS=NGINX_DIR CFLAGS+= -Wall -Wpointer-arith -FLAVORS= lua naxsi passenger +FLAVORS= lua naxsi no_chroot passenger FLAVOR?= .if !${FLAVOR:Mpassenger} @@ -72,14 +73,21 @@ CONFIGURE_ARGS+=--prefix=${NGINX_DIR} \ --without-mail_smtp_module DISTFILES+=${DISTNAME}${EXTRACT_SUFX} -PATCHFILES+= nginx_chroot-20140823.patch:2 + +.if !${FLAVOR:Mno_chroot} +PATCHFILES+= ${CHROOTDISTFILES} PATCH_DIST_STRIP= -p1 +.else +PATCH_LIST=patch-conf* +SUPDISTFILES+= ${CHROOTDISTFILES} +.endif LUAV= 0.9.12 LUADISTFILES+= ngx_devel_kit-0.2.19.tar.gz:0 LUADISTFILES+= lua-nginx-module-${LUAV}.tar.gz:2 SUBSTFILES=conf/nginx.conf NAXSIDISTFILES+= naxsi-0.53-1.tar.gz{0.53-1.tar.gz}:1 +CHROOTDISTFILES= nginx_chroot-20140823.patch:2 .if ${FLAVOR:Mpassenger} MODULES+= lang/ruby Index: pkg/DESCR === RCS file: /cvs/ports/www/nginx/pkg/DESCR,v retrieving revision 1.5 diff -u -p -r1.5 DESCR --- pkg/DESCR 26 Aug 2014 19:43:59 - 1.5 +++ pkg/DESCR 31 Mar 2015 20:50:32 - @@ -26,3 +26,5 @@ conventions, such as "Don't-Repeat-Yours naxsi - This Nginx module embeds Naxsi into nginx core. Naxsi is a high performance, low rules maintenance, Web Application Firewall module. + + no_chroot - Nginx without the OpenBSD chroot patch. Index: Makefile === RCS file: /cvs/ports/www/Makefile,v retrieving revision 1.707 diff -u -p -r1.707 Makefile --- Makefile26 Jan 2015 18:50:36 - 1.707 +++ Makefile31 Mar 2015 20:52:00 - @@ -140,6 +140,7 @@ SUBDIR += nginx SUBDIR += nginx,lua SUBDIR += nginx,naxsi + SUBDIR += nginx,no_chroot SUBDIR += nginx,passenger SUBDIR += nostromo SUBDIR += opengroupware
Re: nginx woes
Theo de Raadt, 30 Mar 2015 18:12: > The most important question of the conversation was: Why did nginx not > accept a diff to add chroot to mainline? All of you, feel free to ask > their developers. Yeah, I know this will come off as political. But > this is a significant and intentional oversight in their software. Like > removing syslog support. Perhaps if you want chroot, you have to pay > extra? it is a good question. on the other hand i don't know about the efforts of openbsd developers trying to get the patch upstream. perhaps there was considerable effort on private channels, but a quick search on their trac has no results: http://trac.nginx.org/nginx/search?q=chroot and this is the only mail i could find on nginx-devel that "proposes" this feature: http://mailman.nginx.org/pipermail/nginx-devel/2014-August/005799.html but that patch would not have made it into openbsd either. although the lack of any answers is of course disturbing. one could also argue that similarly disturbing is the nginx team's indifference towards an existing bsd licensed patch for this feature (including documentation bits). maybe nobody pinged them again? there have been some good patches that did not make into openbsd either[citation needed] so who should cast the first stone :) (btw. i know it's not the same, but chrooting php-fpm takes care of some of the nasty stuff, and other scripting languages would not benefit directly from nginx's chroot either because nginx is just a proxy for them... but yes, nginx chroot from upstream would be nice) -f -- the word of the day is legs. now spread the word!
Re: nginx woes
Stuart Henderson, 30 Mar 2015 09:58: > > when nginx was part of base, it was expected that > > it would receive all kinds of local patches. > > but just as openbsd apache is not apache anymore, > > this nginx is also not nginx anymore. > > It's quite a different situation, the old OpenBSD httpd was effectively > forked from Apache long ago, this is just a relatively simple patch. normally i agree with you Stuart almost all the time. the patch might be simple/small, but it changes the default and expected behaviour of a well known open source project. if nginx had this feature and were on by default, i wouldn't be writing this email. alas, right now it does not. from my perspective: i do web development on openbsd and i try to have as little difference with other deployment environments as possible. i dont think that is an alien scenario to openbsd users... not only is chroot not needed for this (and complicates my life), but because it does not exist anywhere else, my local deployment scripts must use a switch that breaks on all the other systems. i have no way of turning off chroot in a platform independent way. > > i would like a vanilla, upstream nginx please in > > the ports, just like there is apache2, postfix, etc. > > i dont find that unreasonable. > > I (and no doubt others) would prefer it with the chroot patch... i understand that for a lot of people this feature is desired. and i did not ask for its removal... maybe a flavor. anyway, this thread did not go the way i imagined. i thought there would be some support for this, i think in principle how this port+patch is handled is not right. if it is not an opt-in (i think it should be), at least the possibility to have the default expected behaviour should be there. yes, of course i can always build my own packages. but it seems a bit warped for me to beg for a vanilla port flavor, and i am told to piss off and build my own. win some, loose some. -f -- latin is a real angina gluteus maximus.
Re: nginx woes
Bryan Steele, 29 Mar 2015 11:18: > > sometimes i just want a vanilla nginx, just like > > upstream, so i am not going to be bitten by this > > when i deploy stuff to linux servers... > > actually, i think it should be the other way > > around, nginx-chroot being a flavor, and not > > vice versa > > > > -f > > -- > > i'm not religious. god willing, i never will be. > > The chroot functionality is a sane default for a webserver, and people > upgrading from the former base nginx to ports nginx might be suprised > that it is no longer doing so. I only agree that documentation could be > improved here. the lack of documentation, i am sure is an oversight and easily fixable. and i have no beef with the chroot patch. it is in fact a nice addition, but it is not part of nginx itself, and i think it's wrong to silently add features to well known software in the ports, no matter how useful the added functionality is. when nginx was part of base, it was expected that it would receive all kinds of local patches. but just as openbsd apache is not apache anymore, this nginx is also not nginx anymore. i would like a vanilla, upstream nginx please in the ports, just like there is apache2, postfix, etc. i dont find that unreasonable. -f -- experience is nothing but a lot of mistakes.
nginx woes
so i have just been bitten by the implicitly included openbsd chroot patch for nginx. the issue is, that i _remembered_ there is a parameter to turn it off, but upon doing man nginx, i could not find it. then i proceeded to read the pkg-readme as well, and not a word about it. yes, it is in nginx -h at least. i think this makes the nginx port very confusing. so first of all, would it be possible to add the needed bits to the man page? i would also welcome it very much if pkg-readme's by default listed ANY intrusive local openbsd changes like this. and make this a hard rule. and second, i was wondering if it was possible to create an nginx flavor without the chroot patch. sometimes i just want a vanilla nginx, just like upstream, so i am not going to be bitten by this when i deploy stuff to linux servers... actually, i think it should be the other way around, nginx-chroot being a flavor, and not vice versa -f -- i'm not religious. god willing, i never will be.
php-fpm-5.6 startup error
looks like the transition from the older version syntax: ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. user = www group = www to the new php-fpm-5.6: ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. listen.owner = www listen.group = www listen.mode = 0660 could be a bit smoother... i personally dont find the new version more readable... $ sudo /etc/rc.d/php_fpm start php_fpm(failed) $ sudo /usr/local/sbin/php-fpm-5.6 [26-Mar-2015 23:37:41] ALERT: [pool www] user has not been defined [26-Mar-2015 23:37:41] ERROR: failed to post process the configuration [26-Mar-2015 23:37:41] ERROR: FPM initialization failed adding back user = www for the pool seems to fix this. -f -- i am not a dictator. it's just i have a grumpy face.
Re: firefox-35.0.1p0 (i386) - Segmentation fault
Adam Wolk, 26 Feb 2015 12:36: > I just experienced a crash in firefox while editing a google doc. I did > expect a crash since my login.conf is set to default values but that > normally doesn't trigger a core dump from firefox. i was just wondering if i should send the same :} > (gdb) bt > #0 0x0399f481 in kill () at :2 > #1 0x039dd876 in raise (s=11) at /usr/src/lib/libc/gen/raise.c:39 > #2 0x0b6eae52 in workerlz4_maxCompressedSize () from > /usr/local/lib/firefox-35.0.1/libxul.so.53.0 > #3 0x0c160002 in JS::PerfMeasurement::canMeasureSomething () from > /usr/local/lib/firefox-35.0.1/libxul.so.53.0 > #4 0x000b in ?? () > #5 0x84e0cbf0 in ?? () > #6 0x84e0cb9c in ?? () > #7 0x8388e500 in ?? () > #8 0x7e82 in ?? () > #9 0x2525b250 in ?? () from /usr/lib/libpthread.so.18.1 > #10 0x7b7e43c0 in ?? () > #11 0x0bf3cab4 in JSContext::sizeOfIncludingThis () from > /usr/local/lib/firefox-35.0.1/libxul.so.53.0 > Previous frame inner to this frame (corrupt stack?) but i did not have these last frames. -f -- i am so open-minded my brain falls out.
Re: chromium-40.0.2214.115p0
FWIW, here is one trace: (gdb) where #0 0x1b6a980e in std::set_difference, std::_Rb_tree_const_iterator, std::insert_iterator > > > () from /usr/local/chrome/chrome #1 0x1b6a9708 in std::set_difference, std::_Rb_tree_const_iterator, std::insert_iterator > > > () from /usr/local/chrome/chrome #2 0x1b6a9765 in std::set_difference, std::_Rb_tree_const_iterator, std::insert_iterator > > > () from /usr/local/chrome/chrome #3 0x1b52eb65 in std::deque >::_M_new_elements_at_front () from /usr/local/chrome/chrome #4 0x1b52ec95 in std::deque >::_M_new_elements_at_front () from /usr/local/chrome/chrome #5 0x1b5364b1 in std::deque >::_M_new_elements_at_front () from /usr/local/chrome/chrome #6 0x1b52e772 in std::deque >::_M_new_elements_at_front () from /usr/local/chrome/chrome #7 0x18ce9aec in std::vector<__gnu_cxx::_Hashtable_node >*, std::allocator<__gnu_cxx::_Hashtable_node >*> >::_M_fill_insert () from /usr/local/chrome/chrome #8 0x18cea4aa in std::vector<__gnu_cxx::_Hashtable_node >*, std::allocator<__gnu_cxx::_Hashtable_node >*> >::_M_fill_insert () from /usr/local/chrome/chrome #9 0x18ce97e5 in std::vector<__gnu_cxx::_Hashtable_node >*, std::allocator<__gnu_cxx::_Hashtable_node >*> >::_M_fill_insert () from /usr/local/chrome/chrome #10 0x1868fea7 in ChromeMain () from /usr/local/chrome/chrome #11 0x1868fe3b in atexit () from /usr/local/chrome/chrome #12 0x1868fbc8 in _start () from /usr/local/chrome/chrome #13 0x0002 in ?? () #14 0xcfbc3434 in ?? () #15 0xcfbc3440 in ?? () #16 0x0020 in ?? () #17 0x000c in ?? () #18 0x1000 in ?? () #19 0x1868fb4b in _start () from /usr/local/chrome/chrome #20 0x246b70a4 in ?? () from /usr/libexec/ld.so #21 0xcfbc3430 in ?? () #22 0xcfbc33ec in ?? () #23 0x in ?? () -f -- how can i miss you if you won't go away.
Re: chromium-40.0.2214.115p0
frantisek holop, 24 Feb 2015 17:45: > however with or without, after exiting > there is always a core dump. i suspect well, not always always, but quite often. so far, i cannot find a pattern. starting from shell (with/without backgrounding) and starting from openbox menu. is it even possible to have a debug chrome build, if the regular build is almost impossible to link on i386? (and while we are talking core files, firefox is now always dumping core if i have it open and there is an update through pkg_add -ui, business as usual? :]) -f -- i want a warm bed and a kind word - and unlimited power.
Re: *.googlecode.com/files/* = 404
Anthony J. Bentley, 24 Feb 2015 16:32: > frantisek holop writes: > > looking at some ports (py-gdata, gtest, leveldb), > > it seems like that the *.googlecode.com/files/* links > > stopped working. > > Huh? I tried all of those and they still work. yes, sorry about that. i drew the wrong conclusion from 2 problems: i tried getting a listing of all the possible downloads for a given project: *.googlecode.com/files/ (= 404) and in the case of gtest, i was trying to access their last release listed on https://code.google.com/p/googletest/downloads/list https://googletest.googlecode.com/files/gtest-1.7.0.tar.gz ^ and that is not reachable through /files/ so it can be inconsistent between projects. -f -- excellent day to have a rotten day.
*.googlecode.com/files/* = 404
looking at some ports (py-gdata, gtest, leveldb), it seems like that the *.googlecode.com/files/* links stopped working. some projects moved/are moving to github with more or less success.. i think it would make sense to remind all the maintainers to revise their ports post-lock to update the master sites. i don't know why google pulled the plug for these links. perhaps they weren't well documented, but were easier to use than the https://code.google.com/p/*/downloads/list links. quo vadis google? only 10 years and all the love is gone. -f -- stop talking while i'm interrupting.
bitcoin/primecoin
has anybody tried to make bitcoind work on openbsd? or any of its "clones" (e.g. primecoin) -f -- frogs are smart... they eat what bugs them.
Re: [WIP] update to SoX 14.4.2
Jan Stary, 24 Feb 2015 20:39: > One more thing: > > ===> Configuring for sox-14.4.2^M > Using /usr/ports/pobj/sox-14.4.2/config.site (generated)^M > configure: WARNING: unrecognized options: --disable-gtk-doc^M > > How did this get there? > The source tarball does not contain 'gtk' anywhere (says grep), > neither does audio/sox. Is this somehow added by the ports system? correct. /usr/ports/infrastructure$ ag disable-gtk-doc mk/gnu.port.mk 106:# no matter whether we use --disable-gtk-doc or not. 107:CONFIGURE_ARGS += --disable-gtk-doc -f -- be sure not to start a tagline you can't finis
chromium-40.0.2214.115p0
with the Mesa rollback it is now possible to run chromium again without --disable-gpu. however with or without, after exiting there is always a core dump. i suspect this has been the case for some versions now. anybody else is seeing this? -f -- i'm weird, but i'm saving up to be eccentric.
Re: php core dump
frantisek holop, 08 Feb 2015 23:19: > i am trying to track down a core dump with php: for the moment, i am not able to reproduce with a full debug build of php... i tried to trigger it with a script that runs composer forever, but github slapped me very quickly. -f -- jury: a group chosen to decide who has the best lawyer.
Re: UPDATE: py-numpydoc
Stuart Henderson, 11 Feb 2015 22:43: > On 2015/02/11 22:28, frantisek holop wrote: > > + chmod -R a+r ${WRKSRC} > > + find ${WRKSRC} -type d -exec chmod a+x {} \; > > allow me to introduce you to chmod a+rX ai iai iai. perfect. at least i wasn't the only one in the ports tree. new patch attached. please test and commit. -f -- some people fall for everything and stand for nothing. Index: Makefile === RCS file: /cvs/ports/textproc/py-numpydoc/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile28 Apr 2014 20:05:30 - 1.1.1.1 +++ Makefile11 Feb 2015 21:25:20 - @@ -2,7 +2,7 @@ COMMENT = Sphinx extension to support docstrings in Numpy format -MODPY_EGG_VERSION =0.4 +MODPY_EGG_VERSION =0.5 DISTNAME = numpydoc-${MODPY_EGG_VERSION} PKGNAME = py-numpydoc-${MODPY_EGG_VERSION} CATEGORIES = textproc devel @@ -15,9 +15,12 @@ MASTER_SITES = ${MASTER_SITE_PYPI:=n/nu MODULES = lang/python -TEST_DEPENDS = devel/py-test \ - textproc/py-sphinx -do-test: - cd ${WRKSRC} && py.test -v +TEST_DEPENDS = textproc/py-sphinx + +MODPY_SETUPTOOLS = Yes + +post-extract: + chmod -R a+rX ${WRKSRC} .include Index: distinfo === RCS file: /cvs/ports/textproc/py-numpydoc/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo28 Apr 2014 20:05:30 - 1.1.1.1 +++ distinfo11 Feb 2015 21:25:20 - @@ -1,2 +1,2 @@ -SHA256 (numpydoc-0.4.tar.gz) = IOB8YHZqegRPIo3lvcwNELhKnwtGDgwJQipPYO8h/48= -SIZE (numpydoc-0.4.tar.gz) = 28972 +SHA256 (numpydoc-0.5.tar.gz) = k/BQvOtSSJ2S+Fw0aYHxliyGfAHyM9MlKJTOrly0jTQ= +SIZE (numpydoc-0.5.tar.gz) = 32051 Index: pkg/PLIST === RCS file: /cvs/ports/textproc/py-numpydoc/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 28 Apr 2014 20:05:30 - 1.1.1.1 +++ pkg/PLIST 11 Feb 2015 21:25:20 - @@ -1,6 +1,10 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2014/04/28 20:05:30 edd Exp $ lib/python${MODPY_VERSION}/site-packages/numpydoc/ -lib/python${MODPY_VERSION}/site-packages/numpydoc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info +lib/python${MODPY_VERSION}/site-packages/numpydoc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ +lib/python${MODPY_VERSION}/site-packages/numpydoc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO +lib/python${MODPY_VERSION}/site-packages/numpydoc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt +lib/python${MODPY_VERSION}/site-packages/numpydoc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt +lib/python${MODPY_VERSION}/site-packages/numpydoc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/numpydoc/__init__.py lib/python${MODPY_VERSION}/site-packages/numpydoc/__init__.pyc lib/python${MODPY_VERSION}/site-packages/numpydoc/comment_eater.py @@ -11,11 +15,24 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/numpydoc/docscrape.pyc lib/python${MODPY_VERSION}/site-packages/numpydoc/docscrape_sphinx.py lib/python${MODPY_VERSION}/site-packages/numpydoc/docscrape_sphinx.pyc +lib/python${MODPY_VERSION}/site-packages/numpydoc/linkcode.py +lib/python${MODPY_VERSION}/site-packages/numpydoc/linkcode.pyc lib/python${MODPY_VERSION}/site-packages/numpydoc/numpydoc.py lib/python${MODPY_VERSION}/site-packages/numpydoc/numpydoc.pyc lib/python${MODPY_VERSION}/site-packages/numpydoc/phantom_import.py lib/python${MODPY_VERSION}/site-packages/numpydoc/phantom_import.pyc lib/python${MODPY_VERSION}/site-packages/numpydoc/plot_directive.py lib/python${MODPY_VERSION}/site-packages/numpydoc/plot_directive.pyc +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/ +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_docscrape.py +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_docscrape.pyc +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_linkcode.py +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_linkcode.pyc +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_phantom_import.py +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_phantom_import.pyc +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_plot_directive.py +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_plot_directive.pyc +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_traitsdoc.py +lib/python${MODPY_VERSION}/site-packages/numpydoc/tests/test_traitsdoc.pyc lib/python${MODPY_VERSION}/site-packages/numpydoc/traitsdoc.py lib/python${MODPY_VERSION}/site-packages/numpydoc/traitsdoc.pyc