Add tokyocabinet, Add databases to neomutt

2017-02-11 Thread contact . ng0
[PATCH 1/2] gnu: Add tokyocabinet. Pretty straight forward, just adds the database. [PATCH 2/2] gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'. Adds the lmdb and tokyocabinet as two more choices of database backends to neomutt. This is not a problem for neomutt as multiple backends can

[PATCH 2/2] gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'.

2017-02-11 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (neomutt)[configure]: Add '--with-tokyocabinet' and '--with-lmdb'. [inputs]: Add 'lmdb' and 'tokyocabinet'. --- gnu/packages/mail.scm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm

Add .desktop files to urxvt (fixes bug #23106)

2017-02-11 Thread contact . ng0
[PATCH] gnu: rxvt-unicode: Add '.desktop' files. This patch fixes bug #23106.

[PATCH] gnu: rxvt-unicode: Add '.desktop' files.

2017-02-11 Thread contact . ng0
From: ng0 This fixes . * gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Use 'modify-phases'. Add 'install-desktop-urxvt' and 'install-desktop-urxvtc' phase. --- gnu/packages/xdisorg.scm | 43 +--

base: Update grep + sed to latest stable.

2017-02-11 Thread contact . ng0
the hurd patch in sed was upstreamed, it is now obsolete.

[PATCH 1/2] gnu: grep: Update to 3.0.

2017-02-11 Thread contact . ng0
From: ng0 * gnu/packages/base.scm (grep): Update to 3.0. --- gnu/packages/base.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index c75e03828..dc11b1a32 100644 --- a/gnu/packages/base.scm +++

[PATCH 2/2] gnu: sed: Update to 4.4.

2017-02-11 Thread contact . ng0
From: ng0 * gnu/packages/base.scm (sed): Update to 4.4. [source]: Change to "tar.xz" source, remove obsolete patch 'sed-hurd-path-max.patch'. * gnu/packages/patches/sed-hurd-path-max.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk

[PATCH 3/5] gnu: Add libsmf.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (libsmf): New variable. --- gnu/packages/music.scm | 49 + 1 file changed, 49 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b8b97eb14..ce874ac43 100644 ---

[PATCH 5/5] gnu: libextractor: Move .a files to output "static".

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output. [arguments](phases): New phase for moving .a files to output "static". --- gnu/packages/gnunet.scm | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git

[PATCH 1/5] gnu: Add libmp4v2.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/video.scm (libmp4v2): New variable. --- gnu/packages/video.scm | 63 +- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index

[PATCH 4/5] gnu: libextractor: Add dependencies.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Add dependencies: tidy-html, libmp4v2, libsmf, bzip2. [arguments](configure-flags): Add "--with-libtidy". * Adjust the FIXME comment section accordingly. --- gnu/packages/gnunet.scm | 17 +++-- 1 file changed, 11

libextractor changes, v2

2017-02-09 Thread contact . ng0
Changes to description, synopsis, phases, etc addressed.

[PATCH 2/5] gnu: Add tidy-html.

2017-02-09 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tidy-html): New variable. --- gnu/packages/web.scm | 50 +- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 8cc80a2c4..4d138b79f

[PATCH 5/9] gnu: Add python-pysocks.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pysocks): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e8d1c5697..9c3a031e1 100644 ---

[PATCH 6/9] gnu: Add python-pytest-httpbin-0.0.7.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest-httpbin-0.0.7): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9c3a031e1..7bdd371b5 100644 ---

[PATCH 2/9] gnu: Add python-gunicorn.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (python-gunicorn): New variable. --- gnu/packages/web.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 8cc80a2c4..1803f58e9 100644 ---

[PATCH 3/9] gnu: Add python-httpbin.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (python-httpbin): New variable. --- gnu/packages/web.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1803f58e9..244672c9d 100644 ---

[PATCH 8/9] gnu: python-requests: Update to 2.12.4.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-requests): Update to 2.12.4. --- gnu/packages/python.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a4179a67a..6ad40dfde 100644 ---

[PATCH 4/9] gnu: Add python-pytest-httpbin.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest-httpbin): New variable. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5b4d2b09c..e8d1c5697 100644 ---

Some searx requirements

2017-02-04 Thread contact . ng0
These come from a branch so old I just had to start from from scratch again. While I was at it, I saw some of them were being added to a new python branch, but I can't filter that out and rebase against a moving-target branch. I'm trying to get searx to work again, patches should work on their

[PATCH 7/9] gnu: python-pytest: Update to 3.0.5.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest): Update to 3.0.5. [source]: Use "pypi-uri". --- gnu/packages/python.scm | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7bdd371b5..a4179a67a

[PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-inputs.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-requests)[propagated-inputs]: Add python-pysocks. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ad40dfde..4d3b5e997 100644 ---

[PATCH 1/9] gnu: python-dateutils-2: Update to 2.5.3.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-dateutils-2): Update to 2.5.3. --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d53eea189..5b4d2b09c 100644 ---

[PATCH] gnu: Add emacs-dream-theme.

2017-02-03 Thread contact . ng0
From: ng0 * gnu/packages/emacs.scm (emacs-dream-theme): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index dfdf32496..04ac96e33 100644 ---

Add emacs-dream-theme

2017-02-03 Thread contact . ng0
There are no releases, and I don't know how/if there are certain expectations about themes. If loading them just via (require 'dream) is not normal, should it be mentioned in the description? See http://www.djcbsoftware.nl/dot-emacs.html for an example.

[PATCH 1/2] gnu: Add python-lz4.

2017-02-03 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lz4): New variable. --- gnu/packages/compression.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 73a35030e..64518fb6b

[PATCH 2/2] gnu: Add python-lzo.

2017-02-03 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lzo): New variable. Co-authored-by: Danny Milosavljevic --- gnu/packages/compression.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git

python-{lzo,lz4} ,v3

2017-02-03 Thread contact . ng0
Applied the fixes as discussed in the previous email. I'm not sure which parts Danny contributed back then, so I leave the name in co-authored-by.

[PATCH 2/2] gnu: Add python-lzo.

2017-02-02 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lzo): New variable. Co-authored-by: Danny Milosavljevic --- gnu/packages/compression.scm | 36 1 file changed, 36 insertions(+) diff --git

LZ4 + LZO python bindings

2017-02-02 Thread contact . ng0
This adds python-lz4 and python-lzo, received some QA/review back in september. I rebased and applied changes for the current (new) python build-system.

[PATCH 1/2] gnu: Add python-lz4.

2017-02-02 Thread contact . ng0
From: ng0 * gnu/packages/compression.scm (python-lz4): New variable. --- gnu/packages/compression.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 73a35030e..64518fb6b

no-more-secrets, v2

2017-02-02 Thread contact . ng0
Moved from art.scm to games.scm

[PATCH] gnu: Add no-more-secrets.

2017-02-02 Thread contact . ng0
From: ng0 * gnu/packages/games.scm (no-more-secrets): New variable. --- gnu/packages/games.scm | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index

[PATCH] gnu: mumble: Add 'murmur' output.

2017-02-01 Thread contact . ng0
From: ng0 * gnu/packages/telephony.scm (mumble): Add new output 'murmur'. [arguments]: Add "no-ice" to config phase. --- gnu/packages/telephony.scm | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gnu/packages/telephony.scm

[PATCH] gnu: Add emacs-pretty-mode.

2017-02-01 Thread contact . ng0
From: ng0 * gnu/packages/emacs.scm (emacs-pretty-mode): New variable. --- gnu/packages/emacs.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index df7f7869d..a51b5de1d 100644 ---

emacs-pretty-mode.

2017-02-01 Thread contact . ng0
This adds pretty-mode for emacs, a minor mode to redisplay parts of the buffer with pretty unicode.

No-more-secrets.

2017-01-31 Thread contact . ng0
This patch adds no-more-secrets to the new (gnu packages art) module.

[PATCH] gnu: Add no-more-secrets.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/art.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add art. --- gnu/local.mk | 1 + gnu/packages/art.scm | 62 2 files changed, 63 insertions(+) create mode 100644

[PATCH 2/3] gnu: Add wlc.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (wlc): New variable. --- gnu/packages/wm.scm | 53 + 1 file changed, 53 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index aec1ed139..8d3c1ca6b 100644 ---

Sway - a wayland i3 compatible compositor [RFC]

2017-01-31 Thread contact . ng0
Right now I'm stuck at the manpage generation of sway, the dependencies are alright. Error message below. Help is welcome :) -- Configuring done -- Generating done -- Build files have been written to: /tmp/guix-build-sway-0.11.drv-0/build phase `configure' succeeded after 2.8 seconds starting

[PATCH 1/3] gnu: Add chck.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (chck): New variable. --- gnu/packages/wm.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8612867f4..aec1ed139 100644 --- a/gnu/packages/wm.scm

[PATCH 3/3] gnu: Add sway.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (sway): New variable. --- gnu/packages/wm.scm | 56 + 1 file changed, 56 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8d3c1ca6b..97e96f2e9 100644 ---

[PATCH] gnu: Add sedsed.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/admin.scm (sedsed): New variable. --- gnu/packages/admin.scm | 65 +- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index

sedsed, v2

2017-01-31 Thread contact . ng0
Change: indendation fix.

[PATCH] gnu: Add sedsed.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/admin.scm (sedsed): New variable. --- gnu/packages/admin.scm | 65 +- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index

Sedsed

2017-01-31 Thread contact . ng0
This adds a package from my 'packages' repository. I have it in use for a while now, so the "it works" factor is covered.

[PATCH 5/5] gnu: libextractor: Move .a files to output "static".

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output. [arguments](phases): New phase for moving .a files to output "static". --- gnu/packages/gnunet.scm | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git

[PATCH 3/5] gnu: Add libsmf.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (libsmf): New variable. --- gnu/packages/music.scm | 49 + 1 file changed, 49 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b8b97eb14..ce874ac43 100644 ---

[PATCH 4/5] gnu: libextractor: Add dependencies.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Add dependencies: tidy-html, libmp4v2, libsmf, bzip2. [arguments](configure-flags): Add "--with-libtidy". * Adjust the FIXME comment section accordingly. --- gnu/packages/gnunet.scm | 17 +++-- 1 file changed, 11

[PATCH 1/5] gnu: Add libmp4v2.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/video.scm (libmp4v2): New variable. --- gnu/packages/video.scm | 56 +- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index

libextractor dependencies: libmp4v2, tidy-html, libsmf.

2017-01-31 Thread contact . ng0
[PATCH 1/5] gnu: Add libmp4v2. Take a look at the included XXX note I wrote. [PATCH 2/5] gnu: Add tidy-html. [PATCH 3/5] gnu: Add libsmf. [PATCH 4/5] gnu: libextractor: Add dependencies. Add the 3 missing dependencies. [PATCH 5/5] gnu: libextractor: Move .a files to output "static". Size

[PATCH 2/5] gnu: Add tidy-html.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tidy-html): New variable. --- gnu/packages/web.scm | 51 ++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..8a29eead1

[PATCH] gnu: Add blists.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (blists): New variable. --- gnu/packages/mail.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b17af4043..ad09f1e7b 100644 ---

Mail: BLISTS.

2017-01-31 Thread contact . ng0
This patch adds blists, as used by http://lists.openwall.net/ According to http://www.openwall.com/blists/ and its README it should just work.

[PATCH 3/7] gnu: Add python2-ruamel.ordereddict

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python2-ruamel.ordereddict): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f6516d26b..cef9d2a8c

[PATCH 7/7] gnu: Add tinycm.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tinycm): New variable. --- gnu/packages/web.scm | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..465e1ea8f 100644 ---

[PATCH 6/7] gnu: Add python-ruamel.yaml.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-ruamel.yaml): New variable. --- gnu/packages/python.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 285207543..583f57b6f 100644

[PATCH 2/7] gnu: Add python-colorlog.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-colorlog): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 58222be4d..f6516d26b 100644 ---

[PATCH 1/7] gnu: Add python-boolexp.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-boolexp): New variable. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..58222be4d 100644 ---

tinycm.

2017-01-31 Thread contact . ng0
This patch series must have been forgotten. Leo wrote on 2016-09-25: LGTM. I will probably make some minor edits to the description. Meanwhile updates probably have been released on all of these python packages, but I'm deleting the branch now. This has been rebased on master and besides the

[PATCH 4/7] gnu: Add python-distro.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-distro): New variable. --- gnu/packages/python.scm | 40 +++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index

[PATCH 5/7] gnu: Add python-typing.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-typing): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 88762a412..285207543 100644 ---

Fix the reducelcs license

2017-01-31 Thread contact . ng0
If I am not wrong: When no "Version 3 only" is specified, it is always "and later".

[PATCH] gnu: reducelcs: Correct license.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/maths.scm (reducelcs)[license]: No explicit "Version 3 only" is specified so the license must be GPL3+. --- gnu/packages/maths.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm

[PATCH] gnu: Add krita.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/graphics.scm (krita): New variable. --- gnu/packages/graphics.scm | 80 +++ 1 file changed, 80 insertions(+) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index

Krita

2017-01-30 Thread contact . ng0
I'm not sure if someone was/is working on this, but here's a patch you can use as a start. I could probably fix it, but I drop work on this. Here's the error to get you started on fixing it: -- Using CMake version: 3.6.1 -- Krita version: 3.0 Module

[PATCH] gnu: Add evolution.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/gnome.scm (evolution): New variable. --- gnu/packages/gnome.scm | 92 +- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index

GNOME evolution, a start.

2017-01-30 Thread contact . ng0
checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for Win32... no checking for nl_langinfo... yes checking for nl_langinfo (_NL_MEASUREMENT_MEASUREMENT)... yes checking for GNOME_PLATFORM... yes checking for GNOME_DESKTOP... yes checking for

[PATCH] gnu: Add supercollider.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (supercollider): New variable. --- gnu/packages/music.scm | 77 ++ 1 file changed, 77 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index

supercollider.

2017-01-30 Thread contact . ng0
I'm dropping this package. In case anyone wants to work on it, It fails at 75% when building libsupernova or what it was named. This has been rebased on master, so it will apply (for now).

[PATCH] gnu: Add python-pykka.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pykka): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..65d7885b6 100644 ---

python-pykka.

2017-01-30 Thread contact . ng0
This adds python-pykka. Someone needs to check the testsuite if you really want it to pass. This used to be in a branch as a dependency for mopidy. https://www.mopidy.com/ I can finish small details, but I will not debug the testsuite. I will keep this package until end of february, then I will

[PATCH 6/6] gnu: Add postorius.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (postorius): New variable. --- gnu/packages/mail.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 76c0078a8..2ad2c2d1f 100644 ---

[PATCH 3/6] gnu: Add python-django-allauth.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-allauth): New variable. --- gnu/packages/django.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9a3c66c45..91eaf52e2 100644 ---

[PATCH 1/6] gnu: Add python-defusedxml.

2017-01-30 Thread contact . ng0
From: ng0 * gnu/packages/xml.scm (python-defusedxml): New variable. --- gnu/packages/xml.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 32b658489..8ee46ff71 100644 ---

postorius, v2

2017-01-30 Thread contact . ng0
Changes: Applied what has been previously pointed out by Harmut. Changed copyright headers.

reducelcs, v3

2017-01-29 Thread contact . ng0
Fixed: home-page, license, moved to (gnu packages maths).

[PATCH] gnu: Add reducelcs.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/maths.scm (reducelcs): New variable. --- gnu/packages/maths.scm | 45 + 1 file changed, 45 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index fbf0f6a54..e939430d5

[PATCH 1/6] gnu: Add python-defusedxml.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/xml.scm (python-defusedxml): New variable. --- gnu/packages/xml.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 32b658489..622569e40 100644 ---

[PATCH 3/6] gnu: Add python-django-allauth.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-allauth): New variable. --- gnu/packages/django.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9a3c66c45..055bed4a6 100644 ---

[PATCH 5/6] gnu: Add python-django-mailman3.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (python-django-mailman3): New variable. --- gnu/packages/mail.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b17af4043..76c0078a8 100644 ---

[PATCH 6/6] gnu: Add postorius.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (postorius): New variable. --- gnu/packages/mail.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 76c0078a8..ebddffdb4 100644 ---

Mailman3 frontend number one: postorius.

2017-01-29 Thread contact . ng0
I've changed postorius to use python-2 only, but maybe I am wrong again. Harmut have sent me this link and paste from it some days ago: Maybe only a fully functional Mailman-service will show wether this is wrong or right,

[PATCH 4/6] gnu: Add python-django-gravatar2.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/django.scm (python-django-gravatar2): New variable. --- gnu/packages/django.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 055bed4a6..a5289e716 100644 ---

[PATCH 2/6] gnu: Add python-openid.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-openid): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..2c7da5e51 100644 ---

[PATCH] gnu: Add catimg.

2017-01-29 Thread contact . ng0
From: ng0 * gnu/packages/image-viewers.scm (catimg): New variable. --- gnu/packages/image-viewers.scm | 59 ++ 1 file changed, 59 insertions(+) diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index

imgcat, v2.

2017-01-29 Thread contact . ng0
Fixed name in commit, edited the comments to clarify the not-obvious phases.

[RFC] debbugs, v2

2017-01-27 Thread contact . ng0
Request for comments: Debbugs package. It's still a bit rough, but better than last year. I wonder about the folder "Debbugs" in the distributed tarball. This holds perlmodules, but they aren't installed with by Makefile. Should we just give it a go like this, or should I ask upstream what's up

[PATCH] gnu: Add debbugs.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/debbugs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/debbugs.scm | 121 +++ 2 files changed, 122 insertions(+) create mode 100644

[PATCH 2/2] gnu: Add hiawatha.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (hiawatha): New variable. --- gnu/packages/web.scm | 57 +++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..48f1f867d

Add: mbedtls (v3), and hiawatha

2017-01-27 Thread contact . ng0
Hi, this adds mbedtls with hiawatha as an application using it. As hiawatha is a webserver, we'll need a short service to make it usable but this was the reason I packaged mbedtls. Changes: "mbedtls" was renamed to "mbedtls-apache": This is prefered upstream variant, and also the version

[PATCH 1/2] gnu: Add mbedtls-apache.

2017-01-27 Thread contact . ng0
From: ng0 * gnu/packages/tls.scm (mbedtls-apache): New variable. --- gnu/packages/tls.scm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index c3f2d9ba1..11a4fe496 100644 ---

mbedtls, v2

2017-01-26 Thread contact . ng0
It really seems to require perl only. Fixed the download, removed the unnecessary inputs.

[PATCH 1/2] gnu: Add mbedtls.

2017-01-26 Thread contact . ng0
From: ng0 * gnu/packages/tls.scm (mbedtls): New variable. --- gnu/packages/tls.scm | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 1198eb7d0..4da442a1d 100644 ---

[PATCH 1/2] gnu: Add mbedtls.

2017-01-25 Thread contact . ng0
From: ng0 * gnu/packages/tls.scm (mbedtls): New variable. --- gnu/packages/tls.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 1198eb7d0..aa6837f78 100644 ---

Add configure-flags to tor.

2017-01-25 Thread contact . ng0
This adds tor hardening flags. Do you want me to document the flags in the package? I left it out since it's documented in the tor release itself. Taken from ReleaseNotes: '--enable-expensive-hardening' New --enable-expensive-hardening option to enable security hardening options that

[PATCH] gnu: tor: Add hardening configure-flags.

2017-01-25 Thread contact . ng0
From: ng0 * gnu/packages/tor.scm (tor)[arguments]: Add '--enable-expensive-hardening', 'enable-gcc-hardening', '--enable-linker-hardening' to configure-flags. --- gnu/packages/tor.scm | 4 1 file changed, 4 insertions(+) diff --git a/gnu/packages/tor.scm

Mailmap: Update to new address

2017-01-24 Thread contact . ng0
In process of getting rid of my domains, here is the update to the mailmap file.

[PATCH] Update entries for ng0 in .mailmap.

2017-01-24 Thread contact . ng0
From: ng0 * .mailmap: Update entries for ng0. --- .mailmap | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.mailmap b/.mailmap index a6687ee44..a3ec47ff4 100644 --- a/.mailmap +++ b/.mailmap @@ -40,11 +40,12 @@ Marius Bakke

[PATCH] gnu: tor: Update to 0.2.9.9.

2017-01-24 Thread contact . ng0
From: ng0 * gnu/packages/tor.scm (tor): Update to 0.2.9.9. --- gnu/packages/tor.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 6f26f404b..c7f97ab1b 100644 --- a/gnu/packages/tor.scm +++

  1   2   >