Re: [Slackbuilds-users] gpsbabel, long list of errors

2017-06-15 Thread Willy Sudiarto Raharjo
>> It seems the transition to qt5 is inevitable. Simply holding back to
>> 1.5.3 means it's one year behind and definitely inability to work
>> properly with new devices and the lack of GeoJSON write support
> 
> Good point.  I'm putting together an update to 1.5.4, and I'll leave a
> note in the README for those who would rather not build Qt5.
> 
> Related question:  If I want to move this to the gis category, can I
> do it from git, or should I submit using the form on the website?  I'm
> not sure if there's any magic you need to do on your side for a
> category move.

Yes, you can do it via git mv but remember to put it on the commit
message so that one of the admin notice that when we run the public
update because some post-actions must be executed in the backend as well.


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] gpsbabel, long list of errors

2017-06-15 Thread Kyle Guinn
On 6/15/17, Willy Sudiarto Raharjo  wrote:
>>> Looks like it's trying to build against Qt5.  I've only tested against
>>> Qt4.
>>>
>>> Also there is a newer version, 1.5.4, but I've held back at 1.5.3
>>> since 1.5.4 requires Qt5.  Can you try a simple version bump and see
>>> if the errors go away with 1.5.4?
>
> It seems the transition to qt5 is inevitable. Simply holding back to
> 1.5.3 means it's one year behind and definitely inability to work
> properly with new devices and the lack of GeoJSON write support

Good point.  I'm putting together an update to 1.5.4, and I'll leave a
note in the README for those who would rather not build Qt5.

Related question:  If I want to move this to the gis category, can I
do it from git, or should I submit using the form on the website?  I'm
not sure if there's any magic you need to do on your side for a
category move.

-Kyle
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] gpsbabel, long list of errors

2017-06-15 Thread Willy Sudiarto Raharjo
>> Looks like it's trying to build against Qt5.  I've only tested against Qt4.
>>
>> Also there is a newer version, 1.5.4, but I've held back at 1.5.3
>> since 1.5.4 requires Qt5.  Can you try a simple version bump and see
>> if the errors go away with 1.5.4?

It seems the transition to qt5 is inevitable. Simply holding back to
1.5.3 means it's one year behind and definitely inability to work
properly with new devices and the lack of GeoJSON write support


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Building rust with LOCAL_BOOTSTRAP=yes fails

2017-06-15 Thread Willy Sudiarto Raharjo
>> You might want to ping upstream ;-)
> 
> Done. Thanks

Love it when our community contribute back to upstream :)


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Willy Sudiarto Raharjo
> I searched for scripts that require both python-requests and one of its
> four new dependencies.  Found these:
> 
> (have python-certifi)
> development/jupyter-nbdime
> multimedia/Mopidy
> system/salt
> 
> (have python-urllib3)
> libraries/dropbox-python
> network/deis
> system/virt-manager
> 
> My understanding is that admins prefer that maintainers only list first
> level dependencies, so both python-certifi and python-urllib3 can be
> dropped from all the listed packages REQUIRES, since these requirements
> are now satisfied by python-requests.

Done updating all above (except for jupyter-nbdime which is updated by
Benjamin already)

Thanks


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Building rust with LOCAL_BOOTSTRAP=yes fails

2017-06-15 Thread Andrew Clemons
On 2017-06-16 00:14:50 +0100, baildon.resea...@googlemail.com wrote:
> [...]
> You might want to ping upstream ;-)

Done. Thanks


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Building rust with LOCAL_BOOTSTRAP=yes fails

2017-06-15 Thread Andrzej Telszewski

On 16/06/17 01:03, Andrew Clemons wrote:

I can reproduce. For me, removing `--verbose` in the call to `x.py
build` allows the build to complete. If that also works for you, I'll
submit an update which this change, although it's not clear to me from
a cursory read of the source why this should cause it to use the wrong
path to cargo.

Thanks,
Andrew


I just managed to build with the following change:

diff --git a/development/rust/rust.SlackBuild 
b/development/rust/rust.SlackBuild

index 013687e..06a510f 100644
--- a/development/rust/rust.SlackBuild
+++ b/development/rust/rust.SlackBuild
@@ -108,6 +108,8 @@ EOF

 if [ "$LOCAL_BOOTSTRAP" = "yes" ] ; then
   sed -i "s|^\(vendor = true\)$|\1\nrustc = \"/usr/bin/rustc\"\ncargo 
= \"/usr/bin/cargo\"|" config.toml

+  mkdir -p build/x86_64-unknown-linux-gnu/stage0/bin
+  (cd build/x86_64-unknown-linux-gnu/stage0/bin && ln -s /usr/bin/cargo )
 fi

 chown -R root:root .


But I have no idea it that's correct solution ;-)


--
Best regards,
Andrzej Telszewski
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Building rust with LOCAL_BOOTSTRAP=yes fails

2017-06-15 Thread David Spencer
> I can reproduce. For me, removing `--verbose` in the call to `x.py
> build` allows the build to complete. If that also works for you, I'll
> submit an update which this change, although it's not clear to me from
> a cursory read of the source why this should cause it to use the wrong
> path to cargo.

Fixes it here \o/

You might want to ping upstream ;-)

Thanks
-D.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Building rust with LOCAL_BOOTSTRAP=yes fails

2017-06-15 Thread Andrew Clemons
On 2017-06-15 20:00:09 +0200, atelszew...@gmail.com wrote:
> Hi,
> 
> I'm trying to build rust 1.18.0 with LOCAL_BOOTSTRAP=yes, but the build
> fails with error [1].
> 
> I have both previous versions of rust-1.17.0 and cargo-0.18.0 installed
> before building.
> 
> Help appreciated :-)
> 
> [...]

I can reproduce. For me, removing `--verbose` in the call to `x.py
build` allows the build to complete. If that also works for you, I'll
submit an update which this change, although it's not clear to me from
a cursory read of the source why this should cause it to use the wrong
path to cargo.

Thanks,
Andrew



signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Building rust with LOCAL_BOOTSTRAP=yes fails

2017-06-15 Thread David Spencer
> I'm trying to build rust 1.18.0 with LOCAL_BOOTSTRAP=yes, but the build
> fails with error [1].
>
> I have both previous versions of rust-1.17.0 and cargo-0.18.0 installed
> before building.

Reproduced both in slackrepo and sbopkg

https://github.com/rust-lang/rust/issues/42543
1.18 doesn't build with 1.17 #42543
Open
kyrias opened this Issue 7 days ago · 3 comments

Cheers
-D.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Benjamin Trigona-Harany
On Thursday, June 15, 2017 12:19:41 PM PDT Audrius Kažukauskas wrote:
> On Thu, 2017-06-15 at 22:45:25 +0700, Willy Sudiarto Raharjo wrote:
> > Audrius
> > Thanks for spotting that. It build fine without it, so we never notice
> > it. I will add them to python-requests.
> 
> I searched for scripts that require both python-requests and one of its
> four new dependencies.  Found these:
> 
> (have python-certifi)
> development/jupyter-nbdime

Thanks. Just updated nbdime to reflect the change to python-requests.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Audrius Kažukauskas
On Thu, 2017-06-15 at 22:45:25 +0700, Willy Sudiarto Raharjo wrote:
> Audrius
> Thanks for spotting that. It build fine without it, so we never notice
> it. I will add them to python-requests.

I searched for scripts that require both python-requests and one of its
four new dependencies.  Found these:

(have python-certifi)
development/jupyter-nbdime
multimedia/Mopidy
system/salt

(have python-urllib3)
libraries/dropbox-python
network/deis
system/virt-manager

My understanding is that admins prefer that maintainers only list first
level dependencies, so both python-certifi and python-urllib3 can be
dropped from all the listed packages REQUIRES, since these requirements
are now satisfied by python-requests.

-- 
Audrius Kažukauskas


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] Building rust with LOCAL_BOOTSTRAP=yes fails

2017-06-15 Thread Andrzej Telszewski

Hi,

I'm trying to build rust 1.18.0 with LOCAL_BOOTSTRAP=yes, but the build 
fails with error [1].


I have both previous versions of rust-1.17.0 and cargo-0.18.0 installed 
before building.


Help appreciated :-)


_The contents of config.toml is:_
$ cat config.toml
[build]
vendor = true
rustc = "/usr/bin/rustc"
cargo = "/usr/bin/cargo"
extended = false
submodules = false

[install]
prefix = "/tmp/slackrepo-desktop/package-rust/usr"
libdir = "lib64"
mandir = "man"

[rust]
channel = "stable"
rpath = false
codegen-tests = false

[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"
# build fails using the system jemalloc
# jemalloc = "/usr/lib64/libjemalloc_pic.a"


_[1] The error message is:_
   Compiling getopts v0.2.14
   Compiling libc v0.2.21
   Compiling gcc v0.3.45
   Compiling rustc-serialize v0.3.23
   Compiling num_cpus v0.2.13
   Compiling filetime v0.1.10
   Compiling cmake v0.1.22
   Compiling build_helper v0.1.0 
(file:///tmp/slackrepo-desktop/rustc-1.18.0-src/src/build_helper)

   Compiling toml v0.1.30
   Compiling bootstrap v0.0.0 
(file:///tmp/slackrepo-desktop/rustc-1.18.0-src/src/bootstrap)

Finished dev [unoptimized] target(s) in 21.79 secs


failed to execute command: 
"/tmp/slackrepo-desktop/rustc-1.18.0-src/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" 
"metadata" "--manifest-path" 
"/tmp/slackrepo-desktop/rustc-1.18.0-src/src/libstd/Cargo.toml"

error: No such file or directory (os error 2)

--
Best regards,
Andrzej Telszewski
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Willy Sudiarto Raharjo
> One small note: your changes to python/idna mangled years on copyright
> line, probably the result of '2.1' regexp where dot here matches any
> character (should have been '2\.1' instead).

Fixed
Thanks again


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Audrius Kažukauskas
On Thu, 2017-06-15 at 22:45:25 +0700, Willy Sudiarto Raharjo wrote:
> Audrius
> Thanks for spotting that. It build fine without it, so we never notice
> it. I will add them to python-requests.

One small note: your changes to python/idna mangled years on copyright
line, probably the result of '2.1' regexp where dot here matches any
character (should have been '2\.1' instead).

-- 
Audrius Kažukauskas


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Willy Sudiarto Raharjo
> Willy, these four are actually direct dependencies of python-requests,
> as can be seen in its setup.py.  You should add them to python-requests
> REQUIRES instead of letsencrypt.

Audrius
Thanks for spotting that. It build fine without it, so we never notice
it. I will add them to python-requests.


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Audrius Kažukauskas
On Thu, 2017-06-15 at 20:55:37 +0700, Willy Sudiarto Raharjo wrote:
> after further testing, it requires more than python-certifi
> here's what i need to do in order for LE to work again
> - python-certifi (new dep)
> - python-chardet-3.0.4 (new dep and bump new version)
> - idna-2.5 (bump new version)
> - python-urllib3-1.21.1 (bump new version)
> 
> maintainers, can we bump those three scripts that belongs to you?

Willy, these four are actually direct dependencies of python-requests,
as can be seen in its setup.py.  You should add them to python-requests
REQUIRES instead of letsencrypt.

-- 
Audrius Kažukauskas


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] letsencrypt users

2017-06-15 Thread Willy Sudiarto Raharjo
> Just to give you some heads-up for letsencrypt users
> 
> Due to python-requests bump to 2.17.3, certifi is now a mandatory
> requirement for letsencrypt otherwise, it will complaint with these errors
> 
> Traceback (most recent call last):
>   File "/usr/bin/letsencrypt", line 5, in 
> from pkg_resources import load_entry_point
>   File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 2927, in 
> @_call_aside
>   File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 2913, in _call_aside
> f(*args, **kwargs)
>   File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 2940, in _initialize_master_working_set
> working_set = WorkingSet._build_master()
>   File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 635, in _build_master
> ws.require(__requires__)
>   File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 943, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 829, in resolve
> raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'certifi>=2017.4.17'
> distribution was not found and is required by requests

after further testing, it requires more than python-certifi
here's what i need to do in order for LE to work again
- python-certifi (new dep)
- python-chardet-3.0.4 (new dep and bump new version)
- idna-2.5 (bump new version)
- python-urllib3-1.21.1 (bump new version)

maintainers, can we bump those three scripts that belongs to you?

thanks

-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] letsencrypt users

2017-06-15 Thread Willy Sudiarto Raharjo
Just to give you some heads-up for letsencrypt users

Due to python-requests bump to 2.17.3, certifi is now a mandatory
requirement for letsencrypt otherwise, it will complaint with these errors

Traceback (most recent call last):
  File "/usr/bin/letsencrypt", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
line 2927, in 
@_call_aside
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
line 2913, in _call_aside
f(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
line 2940, in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
line 635, in _build_master
ws.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
line 943, in require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
line 829, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'certifi>=2017.4.17'
distribution was not found and is required by requests


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] Updates - 20170615.1

2017-06-15 Thread Willy Sudiarto Raharjo
Sorry for the unscheduled updates but we have several update that
contains security fixes on this batch and we think it's important to
have them delivered to you as soon as possible, thus this update is
pushed ahead of my weekend schedule. Some sources were missing and
Matteo (ponce) managed to fixed them as well.

Thu Jun 15 11:37:22 UTC 2017
accessibility/flite: Fix linking with libflite.so.
accessibility/speech-dispatcher: Updated for version 0.8.7.
audio/drumkv1: Updated for version 0.8.2, drop qt5 dep.
audio/fmit: Fixed download link.
audio/mhwaveedit: Fixed download link.
audio/ngjackspa: Fixed download link.
audio/samplv1: Updated for version 0.8.2, drop qt5 dep.
audio/synthv1: Updated for version 0.8.2, drop qt5 dep.
desktop/gtk-theme-Greybird: Updated for version 3.22.4.
desktop/ideviceinstaller: Updated for version 1.1.0.
desktop/numix-icon-theme: Updated for version 0.3.898.201705182217.
desktop/searchmonkey: Updated for version 2.0.0.
desktop/tint2: Updated for version 0.14.6.
development/binwalk: Added (Firmware Analysis Tool).
development/cargo: Updated for version 0.19.0.
development/dpkg: Updated for version 1.18.24.
development/gputils: Updated for version 1.5.0.
development/hhvm: Updated for version 3.20.2.
development/mkchroot: Updated for version 1.3.
development/nodejs: Updated for version 6.11.0.
development/rust: Updated for version 1.18.0.
development/stgit: Fixed download link.
development/universal-ctags: Updated for version 1bcb1fc.
games/advancemame: Updated for version 3.5.
games/bastet: Updated for version 0.43.2.
games/freeciv: Updated for version 2.5.7.
games/gzdoom-legacy: Added (OpenGL port of DOOM).
games/gzdoom: Updated for version 3.1.0.
games/hedgewars: Fixed download link.
games/roccat-tools: Remove text.
games/tome-sx: Added (fantasy adventure game).
games/warmux: Fixed download link.
gis/openorienteering-mapper: Updated for version 0.7.0.
libraries/cal3d: Fixed download link.
libraries/leptonica: Updated for version 1.74.4.
libraries/libinput: Updated for version 1.7.3.
libraries/libreadline-java: Build with getline & optional editline.
libraries/libvirt: Added soft_restart() to rc.libvirt
libraries/libvirt: Fix VIRTGROUP in default polkit rules
libraries/msgpack-c: Updated for version 2.1.2.
libraries/mygpoclient: Fixed homepage and download link.
libraries/wjelement: Updated for version 1.3.
libraries/wxSQLite3: Updated for version 3.5.5.
misc/nfoview: Fixed download link.
multimedia/QMPlay2: Updated for version 17.06.09.
multimedia/a2jmidid: Fixed download link.
multimedia/flashplayer-plugin: Updated for version 26.0.0.126.
multimedia/gaupol: Fixed download link.
multimedia/gmidimonitor: Fixed download link.
multimedia/mpv: Use waf version 1.9.8 supported by upstream.
multimedia/pepperflash-plugin: Updated for version 26.0.0.126.
multimedia/subtitleeditor: Fixed download link.
multimedia/youtube-viewer: Updated for version 3.2.8.
network/dovecot-pigeonhole: Updated for version 0.4.18.
network/filezilla: Updated for version 3.26.2.
network/nagios: Updated for version 4.3.2.
network/oidentd: Updated for version 2.1.0.
network/opera: Updated for version 45.0.2552.898.
network/qTox: Updated for version 1.10.2.
network/smcroute: Updated for version 2.3.0.
network/ssllabs-scan: Fixed source filename.
network/tor-browser: Updated for version 7.0.1.
network/tor: Updated for version 0.3.0.8.
office/MasterPDFEditor: Updated for version 4.2.12.
office/hebcal: Added (perpetual Jewish calendar).
office/kbibtex: Fixed download link.
perl/perl-IO-Socket-SSL: Updated for version 2.049.
python/git-fame: Added (Pretty-print git repository collaborators).
python/netifaces: Fix README.
python/pychart: Fixed download link.
python/pypy3: Updated for version 5.8_beta.
python/pypy: Updated for version 5.8.
python/python-cached-property: Added (caching properties decorator).
python/python-docker-pycreds: Added (docker credentials bindings).
python/python-docker: Added (Python library for Docker Engine API).
python/python-dockerpty: Added (pseudo-tty of docker container).
python/python-libsass: Updated for version 0.13.1.
python/python-requests: Updated for version 2.17.3.
python/python-texttable: Added (create simple ASCII tables).
system/apachetop: Updated for version 0.17.4.
system/aqemu: Added (graphical interface to QEMU and KVM emulators)
system/asbt: Updated for version 1.9.1.
system/ddrescue-gui: Updated for version 1.7.1.
system/docker-compose: Added (docker multi-container orchestration).
system/docker-machine: Updated for version 0.12.0.
system/docker: Misc README and slack-desc changes.
system/firejail: Updated for version 0.9.48.
system/font-manager: Added (GTK+ font manager).
system/geoclue2: Added (location information service).
system/gitolite: Updated for version 3.6.6.
system/inxi: Updated for version 2.3.20.
system/isomd5sum: Updated for version 1.2.1.
system/letsencrypt: Updated for version 0.15.0.
system/lynis: Updated for version 2.5.1.
system/monit: Updated for vers