Re: NEW: net/pidgin-skypeweb

2021-03-14 Thread Anthony J. Bentley
Kevin Lo writes: > On Mon, Mar 01, 2021 at 11:07:52AM +0800, Kevin Lo wrote: > > Hi, > > > > This is a port of pidgin-skypeweb, a Skype (http) protocol plugin for Pidgi > n. > > I have tested it on amd64. > > > > Comments or OK ? CONFIGURE_ARGS = -DCMAKE_SHARED_LINKER_FLAGS="-L${LOCALBASE}

graphics/digikam: switch to correct sqlite3 dependency

2021-03-14 Thread Klemens Nanni
Digikam 0.7.x required sqlite(2), 0.8.x and ongoing needs sqlite3, so this dependency is probably just a leftover. The (only?) one consumer digitaglinktree(1) explicitly uses sqlite3. OK? Index: Makefile === RCS file: /cvs/ports/gra

Update scdoc to 1.11.1

2021-03-14 Thread Martin Vahlensieck
Hi Here is an update to scdoc version 1.11.1. I also pledged it while there (not sure what the ports policy is for adding pledge patches). Best, Martin Index: Makefile === RCS file: /cvs/ports/textproc/scdoc/Makefile,v retrieving

Re: [PATCH] Add cabal-module(5) man page

2021-03-14 Thread Klemens Nanni
On Sat, Mar 13, 2021 at 09:17:41PM -0800, Greg Steuck wrote: > This is a companion of devel/cabal-bundler port describing how to make > Haskell program ports. I'm fairly clueless about mdoc(7) and could use > some help to get this into shape. This looks quite fine already. For mdoc you can prod

Re: NEW: net/pidgin-skypeweb

2021-03-14 Thread Kevin Lo
On Sun, Mar 14, 2021 at 04:39:24AM -0600, Anthony J. Bentley wrote: > > Kevin Lo writes: > > On Mon, Mar 01, 2021 at 11:07:52AM +0800, Kevin Lo wrote: > > > Hi, > > > > > > This is a port of pidgin-skypeweb, a Skype (http) protocol plugin for > > > Pidgi > > n. > > > I have tested it on amd64. >

Remove x11/qt4-sqlite2

2021-03-14 Thread Klemens Nanni
Nothing uses it and both Qt4 and sqlite2 are (being) deprecated. I've left patches untouched which have sqlite context, my amd64 is still running without databases/sqlite installed to see if it builds and packages fine after removing the -sqlite2 subpackage and its LIB_DEPENDS (which is pulled in a

Re: Remove x11/qt4-sqlite2

2021-03-14 Thread Stuart Henderson
On 2021/03/14 15:15, Klemens Nanni wrote: > Nothing uses it and both Qt4 and sqlite2 are (being) deprecated. > I've left patches untouched which have sqlite context, my amd64 is still > running without databases/sqlite installed to see if it builds and > packages fine after removing the -sqlite2 su

Re: Remove x11/qt4-sqlite2

2021-03-14 Thread Klemens Nanni
On Sun, Mar 14, 2021 at 02:54:42PM +, Stuart Henderson wrote: > > @@ -2293,6 +2293,7 @@ my $obsolete_reason = { > > 'lives' => 42, > > 'py-wsgiproxy' => 5, > > 'py-sqlite' => 5, > > + 'qt4-sqlite2' => 5, > > seems no pointing in keeping it around by adding it here? I would have >

Re: Remove x11/qt4-sqlite2

2021-03-14 Thread Stuart Henderson
On 2021/03/14 16:00, Klemens Nanni wrote: > On Sun, Mar 14, 2021 at 02:54:42PM +, Stuart Henderson wrote: > > > @@ -2293,6 +2293,7 @@ my $obsolete_reason = { > > > 'lives' => 42, > > > 'py-wsgiproxy' => 5, > > > 'py-sqlite' => 5, > > > + 'qt4-sqlite2' => 5, > > > > seems no pointing in k

Re: Remove x11/qt4-sqlite2

2021-03-14 Thread Klemens Nanni
On Sun, Mar 14, 2021 at 03:27:07PM +, Stuart Henderson wrote: > On 2021/03/14 16:00, Klemens Nanni wrote: > > On Sun, Mar 14, 2021 at 02:54:42PM +, Stuart Henderson wrote: > > > > @@ -2293,6 +2293,7 @@ my $obsolete_reason = { > > > > 'lives' => 42, > > > > 'py-wsgiproxy' =>

Re: ruby27 vs Puppet

2021-03-14 Thread Giovanni Bechis
On Sat, Mar 13, 2021 at 02:33:48PM +0100, Klemens Nanni wrote: > On Sat, Mar 13, 2021 at 09:05:18AM +0100, Giovanni Bechis wrote: > > Hi, > > after updating to current I receive daily warnings that my Puppet client is > > not running. > > This is because ruby27 starts programs in a different way t

UPDATE: www/stagit 0.9.4 -> 0.9.5

2021-03-14 Thread Hiltjo Posthuma
Hi, This bumps stagit from 0.9.4 to 0.9.5: It has the following changes: * Fix warning with libgit2 v0.99+, remain compatible with older versions. * Add abbreviated commit hash to submodule file. * Add an -u option to make URLs in Atom feeds absolute. * style.css * Add meta viewport for scalin

Re: Remove x11/qt4-sqlite2

2021-03-14 Thread Stuart Henderson
On 2021/03/14 17:02, Klemens Nanni wrote: > On Sun, Mar 14, 2021 at 03:27:07PM +, Stuart Henderson wrote: > > On 2021/03/14 16:00, Klemens Nanni wrote: > > > On Sun, Mar 14, 2021 at 02:54:42PM +, Stuart Henderson wrote: > > > > > @@ -2293,6 +2293,7 @@ my $obsolete_reason = { > > > > >

[UPDATE] editors/sigil

2021-03-14 Thread Kirill Bychkov
Hi! The diff attached updates sigil to the latest version. The main change is that upstream switched from qtwebkit to qtwebengine. Changelog: https://github.com/Sigil-Ebook/Sigil/blob/master/ChangeLog.txt Slightly tested with random epub file. OK? Comments? sigil-1.4.3.diff Description: Binary da

NEW: net/libyang

2021-03-14 Thread Stuart Henderson
needed for FRRouting. OK to import? libyang is a YANG data modelling language parser and toolkit written (and providing API) in C. The library is used e.g. in libnetconf2, Netopeer2, sysrepo and FRRouting projects. - Parsing (and validating) schemas in YANG format. - Parsing (and validating) sche

Re: Update scdoc to 1.11.1

2021-03-14 Thread Stuart Henderson
On 2021/03/14 14:17, Martin Vahlensieck wrote: > Hi > > Here is an update to scdoc version 1.11.1. I also pledged it while > there (not sure what the ports policy is for adding pledge patches). I'm a bit wary in general with pledge in ports because we have been bitten with pledges added to ports

Re: [update] socat 1.7.4.1

2021-03-14 Thread Stuart Henderson
On 2021/03/13 20:39, Theo Buehler wrote: > I wanted to test something and noticed that socat was a bit outdated. > There are a few security fixes and lots of small other fixes. > http://www.dest-unreach.org/socat/doc/CHANGES > > The SSL EGD and compression stuff is now properly ifdef'ed so we can

[NEW] net/Vger

2021-03-14 Thread Florian Viehweger
Hi ports, attached is a port of Vger, a gemini server supporting chroot, virtualhosts, CGI, default language choice, redirections and MIME types detection. Initial work was done by prx, with permission I'm taking maintainership. I've created a dedicated user and group '_gemini_user' both with ID

Re: [NEW] net/Vger

2021-03-14 Thread Stuart Henderson
On 2021/03/14 22:05, Florian Viehweger wrote: > Hi ports, > > attached is a port of Vger, a gemini server supporting chroot, > virtualhosts, CGI, default language choice, redirections and MIME types > detection. > > Initial work was done by prx, with permission I'm taking maintainership. > > I'v

Re: NEW: net/pidgin-skypeweb

2021-03-14 Thread Anthony J. Bentley
Kevin Lo writes: > On Sun, Mar 14, 2021 at 04:39:24AM -0600, Anthony J. Bentley wrote: > > CONFIGURE_ARGS = -DCMAKE_SHARED_LINKER_FLAGS="-L${LOCALBASE}/lib" > > > > This line should not be necessary. Removing it causes the build to fail, > > which I assume is because of the 'link_directories

NEW: textproc/gron

2021-03-14 Thread Stuart Henderson
woohoo! portgen go worked with no fuss this time around (this is very unusual for me! I tried with gron a few months ago and gave up but something improved in the meantime). It's quite handy for when you just want a quick search and don't want to wrap your head around the jq language. OK to import

Re: NEW: textproc/gron

2021-03-14 Thread Stuart Henderson
On 2021/03/14 22:06, Stuart Henderson wrote: > woohoo! portgen go worked with no fuss this time around (this is very > unusual for me! I tried with gron a few months ago and gave up but > something improved in the meantime). It's quite handy for when you just > want a quick search and don't want to

[Update] www/py-soupsieve 1.9.5 -> 2.2

2021-03-14 Thread Kurt Mosiejczuk
Update py-soupsieve to 2.2 and drop python2 flavor. Nothing uses the python2 flavor now (after recent commits) and it isn't supported for >= 2.0 anyway. This pairs well with the py-beautifulsoup4 update I'm about to send (a few bs4 tests fail with this new version but not the updated bs4). Cons

[Update] www/py-beautifulsoup4 4.8.1 -> 4.9.3 - Drop python2

2021-03-14 Thread Kurt Mosiejczuk
Update www/py-beautifulsoup4 to 4.9.3 Changes can be found here: https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG (4.10.0 isn't actually released yet according to the main website) This update pairs well with the py-soupsieve update I just sent since it fixes 4 re

Re: NEW: net/pidgin-skypeweb

2021-03-14 Thread Kevin Lo
On Sun, Mar 14, 2021 at 04:00:22PM -0600, Anthony J. Bentley wrote: > > Kevin Lo writes: > > On Sun, Mar 14, 2021 at 04:39:24AM -0600, Anthony J. Bentley wrote: > > > CONFIGURE_ARGS = -DCMAKE_SHARED_LINKER_FLAGS="-L${LOCALBASE}/lib" > > > > > > This line should not be necessary. Removing it

Re: [NEW] net/Vger

2021-03-14 Thread Solene Rapenne
On Sun, 14 Mar 2021 21:19:06 + Stuart Henderson : > On 2021/03/14 22:05, Florian Viehweger wrote: > > Hi ports, > > > > attached is a port of Vger, a gemini server supporting chroot, > > virtualhosts, CGI, default language choice, redirections and MIME types > > detection. > > > > Initial wo

Add pandoc-2.12 via devel/cabal module

2021-03-14 Thread Greg Steuck
I personally don't have much use for pandoc. If people want to see it in 6.9, please test and report back soon. I'd also want somebody's OK. Subject: [PATCH] Add pandoc-2.12 via devel/cabal module Tested on simple md and docx conversions. Broken and disabled on i386. diff --git a/textproc/pandoc