[v2 1/1] gnu: Add peg-markdown.

2015-11-28 Thread Leo Famulari
* gnu/packages/markdown.scm (peg-markdown): New variable. --- gnu/packages/markdown.scm | 63 +++ 1 file changed, 63 insertions(+) diff --git a/gnu/packages/markdown.scm b/gnu/packages/markdown.scm index a20eef6..e90329a 100644 --- a/gnu/packages/markdo

[v2 0/1] Add peg-markdown with proper manpages

2015-11-28 Thread Leo Famulari
This revised patch provides peg-markdown, an extensible converter from markdown to HTML, LaTeX, ODF, and groff_mm. The revisions makes sure that the manpage is available for both `man peg` and `man leg`, since it documents both programs. Leo Famulari (1): gnu: Add peg-markdown. gnu/packages/m

Re: [PATCH] Add Pandoc (and whatever it needs)

2015-11-28 Thread Leo Famulari
On Fri, Nov 27, 2015 at 01:50:13PM +0100, Ricardo Wurmus wrote: > (BTW: if you just need a simple markdown converter (with an extensible > grammar) I recommend peg-markdown. It has very few dependencies and is > a good alternative for many applications that really just want to > convert markdown.)

[PATCH 1/1] gnu: Add peg-markdown.

2015-11-28 Thread Leo Famulari
* gnu/packages/markdown.scm (peg-markdown): New variable. --- gnu/packages/markdown.scm | 59 +++ 1 file changed, 59 insertions(+) diff --git a/gnu/packages/markdown.scm b/gnu/packages/markdown.scm index a20eef6..d417420 100644 --- a/gnu/packages/markdo

[PATCH 0/1] Add peg-markdown

2015-11-28 Thread Leo Famulari
This patch provides peg-markdown, an extensible converter from markdown to HTML, LaTeX, ODF, and groff_mm. Leo Famulari (1): gnu: Add peg-markdown. gnu/packages/markdown.scm | 59 +++ 1 file changed, 59 insertions(+) -- 2.6.2

Re: Tor hidden services

2015-11-28 Thread Leo Famulari
On Sat, Nov 28, 2015 at 12:59:46AM +0100, Ludovic Courtès wrote: > Commit adds ‘tor-hidden-service’, which can be used to specify hidden > services quite easily. > > For example, to have your SSH daemon accessible over something.onion:22, > just do: > > (operating-system > ;; … > (servi

Re: [PATCH] Add perl-dbd-mysql.

2015-11-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 3af117c52e41d721a97706299fa493faaa45e832 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 12 Nov 2015 16:04:49 +0100 > Subject: [PATCH] gnu: Add perl-dbd-mysql. > > * gnu/packages/databases.scm (perl-dbd-mysql): New variable. OK! Ludo'.

Re: [PATCH] Haskell packages towards Pandoc.

2015-11-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Here’s a first collection of patches and new packages that I gathered on > the way down. Overall LGTM. Here are some random comments: > +(description > + "This package is an enhancement of the Text.Regex library, providing the @code{Text.Regex} > +PCRE backe

Re: [PATCH] Add cereal + sparsehash

2015-11-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > The first patch adds a new “serialization” module for libraries such as > cereal. Maybe protobuf should be moved there? I don’t know if there are other candidates. > The second patch adds “sparsehash” to the “crypto” module. It’s > probably not the best module for th

Re: proposal: (define (find-guix-packages list-of-names) ... )

2015-11-28 Thread Ludovic Courtès
Florian Paul Schmidt skribis: > On Mon, 16 Nov 2015 21:06:00 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> Sure. I think we would need a new section for (gnu packages), maybe >> “Distribution API” under “GNU Distribution”? It would describe >> ‘fold-packages’, ‘specification->package’, and

Re: ‘guix lint’ CVE checker

2015-11-28 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> l...@gnu.org (Ludovic Courtès) skribis: >> >>> The libxml2/libxslt issues are actually patched, but since we didn’t >>> change the version number, the tool assumes that our packages are >>> vulnerable. We should change version

Re: ‘guix lint’ CVE checker

2015-11-28 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > gnu/packages/gcc.scm:324:2: gcc-4.9.3: probably vulnerable to CVE-2015-5276 > gnu/packages/image.scm:708:2: jasper-1.900.1: probably vulnerable to > CVE-2008-3522 > gnu/packages/pulseaudio.scm:44:2: libsndfile-1.0.25: probably vulnerable to > CVE-2015-78

Re: [PATCH] Fix XFCE shutdown/reboot via menu.

2015-11-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From dd10a2c30a6ef57b6d0bd9cecb263b731d6e1483 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 21 Nov 2015 17:47:00 +0100 > Subject: [PATCH 1/2] gnu: xfce-session: Enable shutdown/reboot menu entries. > > * gnu/packages/xfce.scm (xfce-session)[inputs]: Add u

Re: [PATCH] services: Add transmission-service.

2015-11-28 Thread Ludovic Courtès
David Thompson skribis: > My first service since the big service API rewrite. How did I do? I’d give you an A. ;-) > From 6f483d37bf157ee0d253d2aaa919d6900d23453c Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Fri, 27 Nov 2015 20:40:59 -0500 > Subject: [PATCH] services: Add transmis

Re: Tor hidden services

2015-11-28 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, Nov 27, 2015 at 6:59 PM, Ludovic Courtès wrote: >> Commit adds ‘tor-hidden-service’, which can be used to specify hidden >> services quite easily. >> >> For example, to have your SSH daemon accessible over something.onion:22, >> just do: >> >> (operating-sy