From debbugs-submit-bounces@debbugs.gnu.org Tue May 30 21:04:43 2017 Received: (at submit) by debbugs.gnu.org; 31 May 2017 01:04:43 +0000 Received: from localhost ([127.0.0.1]:45970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dFs3x-0008Ad-1r for submit@debbugs.gnu.org; Tue, 30 May 2017 21:04:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47753) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dFs3u-0008AQ-85 for submit@debbugs.gnu.org; Tue, 30 May 2017 21:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFs3o-0003lP-3L for submit@debbugs.gnu.org; Tue, 30 May 2017 21:04:29 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dFs3o-0003lK-07 for submit@debbugs.gnu.org; Tue, 30 May 2017 21:04:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFs3m-0006GH-KZ for guix-patches@gnu.org; Tue, 30 May 2017 21:04:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFs3i-0003kc-HX for guix-patches@gnu.org; Tue, 30 May 2017 21:04:26 -0400 Received: from aibo.runbox.com ([91.220.196.211]:56566) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFs3i-0003is-8w for guix-patches@gnu.org; Tue, 30 May 2017 21:04:22 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dFs3e-0007i4-QK for guix-patches@gnu.org; Wed, 31 May 2017 03:04:18 +0200 Received: from h-4-230-97.a328.priv.bahnhof.se ([155.4.230.97] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dFs3M-0003qW-Gq for guix-patches@gnu.org; Wed, 31 May 2017 03:04:00 +0200 Date: Wed, 31 May 2017 01:03:38 +0000 From: ng0 To: guix-patches@gnu.org Subject: smu Message-ID: <20170531010338.rqqybm6a2iuhzb3k@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6biwhbfdz7rpb6bu" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --6biwhbfdz7rpb6bu Content-Type: multipart/mixed; boundary="qgumua64wctjzxyd" Content-Disposition: inline --qgumua64wctjzxyd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This adds smu (simple markup). I've been using this in production for a while. Does it belong in markdown.scm? Technicaly it is not markdown, but it's the closest I could find when I moved it from my package repo to the guix repo. --=20 ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --qgumua64wctjzxyd Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-smu.patch" Content-Transfer-Encoding: quoted-printable =46rom fe4b59d8525250e6e59334225bd5fa0432d1e7e3 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 30 May 2017 13:56:26 +0000 Subject: [PATCH] gnu: Add smu. * gnu/packages/markdown.scm (smu): New variable. --- gnu/packages/markdown.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/markdown.scm b/gnu/packages/markdown.scm index 4a020198e..3cfd211b5 100644 --- a/gnu/packages/markdown.scm +++ b/gnu/packages/markdown.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2015 Mathieu Lirzin ;;; Copyright =C2=A9 2015 David Thompson ;;; Copyright =C2=A9 2016 Efraim Flashner +;;; Copyright =C2=A9 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -130,3 +131,39 @@ for parsing and rendering CommonMark.") ;; licensed. The CommonMark specification is Creative Commons CC-BY-SA= 4.0 ;; licensed. See 'COPYING' in the source distribution for more informa= tion. (license (list bsd-2 expat cc-by-sa4.0)))) + +(define-public smu + (package + (name "smu") + (version "1.4") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/Gottox/smu/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0iazl45rkz8ngsb5hpykl76w0ngvdvqqhym1qz5wykgmrzk293rp")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "CC=3Dgcc" + (string-append "PREFIX=3D" + (assoc-ref %outputs "out"))) + #:tests? #f ;No tests included + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://github.com/Gottox/smu") + (synopsis "Simple markup") + (description + "Smu is a very simple and minimal markup language. It is +designed for using in wiki-like environments. Smu makes it very +easy to write your documents on the fly and convert them into HTML. +Smu is capable to parse very large documents. As long as you avoid an huge +amount of indents it scales just great. + +Smu was started as a rewrite of Markdown but became something more +lightweight and consistent. The biggest difference between Markdown +and smu is that smu doesn't support reference style links.") + (license x11))) --=20 2.13.0 --qgumua64wctjzxyd-- --6biwhbfdz7rpb6bu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlkuFmoACgkQ4i+bv+40 hYjeRQ//VKdMa4UxTH6NfbdZxcu8me09UEdTPgCewtgv0N0HN5oOe1OR00uRlL/q 6WjOKN12sd1Tk18cq4Rj0hlPghleNC74Gk7JCF6pHOtwXqwX3B0GPkXlWJ+uJBIw OyTuXT6fEiJ+BffxKb9zOqDBQOofjV+wswK93rtSpyki4WbEYVsOMeSBb60B0cDO j95lYbb8zteEOBV/Ij7LgtFjAijIKUg6xuTUPTsOL1tc7zgTWGuQpjzdDc2OqZi3 Z8GCJSYjh2u3mEWN/xKcH+BYVYJkDFtcKbzMnXSxWF3u2hrP1onyfTtpldaC2uc3 YWmrAv+uTDAWAhx2XhkKjBBBfvtKKNFF1kkkJ5mLAW2WMqZKtcuTOs2OTkBGG8jm Ffd/QPCm+vwPeTCvhx+608+ctuaEKc200B4M6o6hft3ONu/xSg2hJY386MwuOwHT BF5vZJd2cH6Y+UIiplpYSxcKqQlSDfDHhMZ0Jt3IQsSaKL32BMOgl2ZxasHj7cxC AV09UG7vejbozhWyC6VvyYQ5np5IEhO2rrgUjHs9+Nk8ajfa4+B0l0xkORBMwV7S tjezrTsc/uM3+dSLs7Q/AhuO9kvcGsi8yikHdAnFKONxhmZ7ML0zTyFSt5jLBCKb 2QCm0XR9k6ARYLvw6f831CGas0ppOPeMGdk/yNCmOALZFMVWUeQ= =EkaY -----END PGP SIGNATURE----- --6biwhbfdz7rpb6bu-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 02 18:35:34 2017 Received: (at 27156) by debbugs.gnu.org; 2 Jun 2017 22:35:34 +0000 Received: from localhost ([127.0.0.1]:52044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dGvAM-0002Vt-1J for submit@debbugs.gnu.org; Fri, 02 Jun 2017 18:35:34 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:48683) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dGvAJ-0002Vl-Dc for 27156@debbugs.gnu.org; Fri, 02 Jun 2017 18:35:33 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id EBD8820816; Fri, 2 Jun 2017 18:35:30 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Fri, 02 Jun 2017 18:35:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=pmJ+buyCI/Qg+Ck4K6XF8IfzrZOMnGF6kCJFAUSHP JE=; b=00tfHkH5szgE1Wb4hwKeAEV51KisQSDmIq0iafiGXXnngzkOWHE+IQJk9 X+rIIOVmBqg0DWaTZgCCMgD/eXeQZIvAmwyRLlvLg71GAaLxGgVvv1gGgLgn601f pcEWrxYmuXMISpt1TfyP4HmJIju4FEZPeecbIxi9GIw/E6MX/aW1rXKsGFdZeNS4 88iFCgVgsFboOgjMdDW0PtwOXzopbOIBWFnF2mzc1PjuvwDavsSM5rHNTSnd4DfJ 9p2SdLzHxk1SqyFMBGlyTsLPku2ra5TzcavhCHc5pWuPWjBocgvJURgvP0djUZfk +Ss2MM9H1QD1+Cerw45bQ57moSwxw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=pmJ+buyCI/Qg+Ck4K6 XF8IfzrZOMnGF6kCJFAUSHPJE=; b=ATAvJd5VhL2r2z3vVVC23DVJlW4mHbUhns RA1+SUB0hvTagopdtnoTQmPeNqn7sO2nis/1YhDhAMEijt5uIJ1CBH2Vb5h3nxao aoI6jjmF0bGqBKvrXRF7rczPvMEEZyLF0of9VcT/8CtZ8Vwu6aRHCt2L19uIpWCq L5E4H6rR7A4XhsfhNfc6sYrGZ88XtmyRnkDP/XNQWelirVMEYo1MZm5Lpjf2f9KB mSvTwIcL71lNxJonZ6OwF03kDYntYqKY8hpLWaUD/ommK8TqF01VWKBx5rtwc7el ZJheIEag6zmJOUzKLZlb6OXA9hO2K17FZO9M3rS+HZ2K7qxp43TQ== X-ME-Sender: X-Sasl-enc: 3qnihjXfk6UNZw4YHFT74aB7gh2PgEBBOoRh0aEQ+KlW 1496442930 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 8DC167E545; Fri, 2 Jun 2017 18:35:30 -0400 (EDT) From: Marius Bakke To: ng0 , 27156@debbugs.gnu.org Subject: Re: bug#27156: smu In-Reply-To: <20170531010338.rqqybm6a2iuhzb3k@abyayala> References: <20170531010338.rqqybm6a2iuhzb3k@abyayala> User-Agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Sat, 03 Jun 2017 00:35:28 +0200 Message-ID: <878tlac91r.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27156 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain ng0 writes: > This adds smu (simple markup). > I've been using this in production for a while. > > Does it belong in markdown.scm? Technicaly it is not markdown, > but it's the closest I could find when I moved it from my > package repo to the guix repo. I think we can rename 'markdown.scm' to 'markup.scm' to make it more generic. There doesn't appear to be any users of this module in the tree. Would you like to give it a go? Also, I'm sure you can get commit access if you ask for it, we could use more reviewers ;-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkx6DEACgkQoqBt8qM6 VPqNzQgAzF5Ro7C1jks7RqTdntoA0w/5Wm4UXa7ezppYeuACBBEGxrxNmjWs+qa6 YJf8nB7LUSEuue6ZmO1bbASiJrpPGMmu7M5rtkhaNH3OvAN7//kIFRE3rQo98zjl 2YYOhukKisOnCWg0Y4878QfAV6vAYPqcV/bEbHt7hWeJL74ek6YPgDhM19KAEG62 YRS3kuMijSVRAUaIsse9wR+ZObzuW5wzthSm+AoAQtJQ9ombvuad9MDUs/xdAlz7 phPGaAksStji+ypWolcnyjI+KgO4GLOK7PiqbD+SiRzsIFCP/dKo26erQCLOkpJ8 6ORJW1qENN4wUnVZp1US6vAhmAp4Ew== =o8Xu -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 03 15:55:35 2017 Received: (at 27156) by debbugs.gnu.org; 3 Jun 2017 19:55:35 +0000 Received: from localhost ([127.0.0.1]:54176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHF94-00052K-On for submit@debbugs.gnu.org; Sat, 03 Jun 2017 15:55:34 -0400 Received: from aibo.runbox.com ([91.220.196.211]:43246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHF93-00052C-4D for 27156@debbugs.gnu.org; Sat, 03 Jun 2017 15:55:33 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dHF91-0006Oo-Ig; Sat, 03 Jun 2017 21:55:31 +0200 Received: from tor-exit1-readme.dfri.se ([171.25.193.77] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dHF8a-0007yR-Uy; Sat, 03 Jun 2017 21:55:05 +0200 Date: Sat, 3 Jun 2017 19:54:52 +0000 From: ng0 To: Marius Bakke Subject: Re: bug#27156: smu Message-ID: <20170603195452.b4m4i6d7cujlmj5i@abyayala> Mail-Followup-To: Marius Bakke , 27156@debbugs.gnu.org References: <20170531010338.rqqybm6a2iuhzb3k@abyayala> <878tlac91r.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <878tlac91r.fsf@fastmail.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27156 Cc: 27156@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hi, Marius Bakke transcribed 1.1K bytes: > ng0 writes: > > > This adds smu (simple markup). > > I've been using this in production for a while. > > > > Does it belong in markdown.scm? Technicaly it is not markdown, > > but it's the closest I could find when I moved it from my > > package repo to the guix repo. > > I think we can rename 'markdown.scm' to 'markup.scm' to make it more > generic. There doesn't appear to be any users of this module in the tree. Okay. > Would you like to give it a go? I would prefer if someone else did this, I have to work on other tasks. I could do it if no one else picks it up in a while. > Also, I'm sure you can get commit access > if you ask for it, we could use more reviewers ;-) As I'm currently preparing to get commit access to ftp.gnu.org for gnURL in the scope of GNUnet, I will have an savannah account soon. However I don't see the gain in having commit access to Guix. My work is around Guix and based on Guix and I know how to follow the standards etc, but any way works for me. If Ricardo or Ludovic want to give me commit access, it'll happen sooner or later. Last time we spoke about this 1 year ago I think. As for reviewing, I'm pretty much busy with my own work. I have the set of packages I maintain more or less, but I only have time to review very rarely. -- ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 08 14:34:45 2017 Received: (at 27156) by debbugs.gnu.org; 8 Jun 2017 18:34:45 +0000 Received: from localhost ([127.0.0.1]:35434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ2GT-0008Kn-Aq for submit@debbugs.gnu.org; Thu, 08 Jun 2017 14:34:44 -0400 Received: from aibo.runbox.com ([91.220.196.211]:33652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJ2GO-0008KY-NB for 27156@debbugs.gnu.org; Thu, 08 Jun 2017 14:34:36 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dJ2GN-00023E-3k for 27156@debbugs.gnu.org; Thu, 08 Jun 2017 20:34:31 +0200 Received: from [93.115.241.194] (helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dJ2GC-0005Bi-R1 for 27156@debbugs.gnu.org; Thu, 08 Jun 2017 20:34:21 +0200 Date: Thu, 8 Jun 2017 18:34:07 +0000 From: ng0 To: 27156@debbugs.gnu.org Subject: Re: bug#27156: smu Message-ID: <20170608183407.flb4n7pwdc45xz7r@abyayala> Mail-Followup-To: 27156@debbugs.gnu.org References: <20170531010338.rqqybm6a2iuhzb3k@abyayala> <878tlac91r.fsf@fastmail.com> <20170603195452.b4m4i6d7cujlmj5i@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="o373dytxjonjgltf" Content-Disposition: inline In-Reply-To: <20170603195452.b4m4i6d7cujlmj5i@abyayala> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27156 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --o373dytxjonjgltf Content-Type: multipart/mixed; boundary="ccbd6gcfvvks7qft" Content-Disposition: inline --ccbd6gcfvvks7qft Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Appended v2. --=20 ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --ccbd6gcfvvks7qft Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Rename-gnu-packages-markdown-to-gnu-packages-mar.patch" Content-Transfer-Encoding: quoted-printable =46rom 5e56cfe387d3d34cda43d7ff39482e8a567c9403 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Thu, 8 Jun 2017 17:14:06 +0000 Subject: [PATCH 1/2] gnu: Rename (gnu packages markdown) to (gnu packages markup). * gnu/packages/markdown.scm: Rename this ... * gnu/packages/markup.scm: ... to this. * gnu-system.am (GNU_SYSTEM_MODULES): Change markdown.scm to markup.scm. --- gnu/local.mk | 2 +- gnu/packages/{markdown.scm =3D> markup.scm} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename gnu/packages/{markdown.scm =3D> markup.scm} (99%) diff --git a/gnu/local.mk b/gnu/local.mk index ab3fbb2d3..70dd610dc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -256,7 +256,7 @@ GNU_SYSTEM_MODULES =3D \ %D%/packages/man.scm \ %D%/packages/mail.scm \ %D%/packages/make-bootstrap.scm \ - %D%/packages/markdown.scm \ + %D%/packages/markup.scm \ %D%/packages/marst.scm \ %D%/packages/mate.scm \ %D%/packages/maths.scm \ diff --git a/gnu/packages/markdown.scm b/gnu/packages/markup.scm similarity index 99% rename from gnu/packages/markdown.scm rename to gnu/packages/markup.scm index 4a020198e..de40de670 100644 --- a/gnu/packages/markdown.scm +++ b/gnu/packages/markup.scm @@ -18,7 +18,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . =20 -(define-module (gnu packages markdown) +(define-module (gnu packages markup) #:use-module (guix licenses) #:use-module (guix download) #:use-module (guix packages) --=20 2.13.0 --ccbd6gcfvvks7qft Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-Add-smu.patch" Content-Transfer-Encoding: quoted-printable =46rom 1b377da2f0e633b9e0cd557da220071d70e551d2 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 30 May 2017 13:56:26 +0000 Subject: [PATCH 2/2] gnu: Add smu. * gnu/packages/markup.scm (smu): New variable. --- gnu/packages/markup.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index de40de670..cd883b23e 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2015 Mathieu Lirzin ;;; Copyright =C2=A9 2015 David Thompson ;;; Copyright =C2=A9 2016 Efraim Flashner +;;; Copyright =C2=A9 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -130,3 +131,39 @@ for parsing and rendering CommonMark.") ;; licensed. The CommonMark specification is Creative Commons CC-BY-SA= 4.0 ;; licensed. See 'COPYING' in the source distribution for more informa= tion. (license (list bsd-2 expat cc-by-sa4.0)))) + +(define-public smu + (package + (name "smu") + (version "1.4") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/Gottox/smu/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0iazl45rkz8ngsb5hpykl76w0ngvdvqqhym1qz5wykgmrzk293rp")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "CC=3Dgcc" + (string-append "PREFIX=3D" + (assoc-ref %outputs "out"))) + #:tests? #f ;No tests included + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://github.com/Gottox/smu") + (synopsis "Simple markup") + (description + "Smu is a very simple and minimal markup language. It is +designed for using in wiki-like environments. Smu makes it very +easy to write your documents on the fly and convert them into HTML. +Smu is capable to parse very large documents. As long as you avoid an huge +amount of indents it scales just great. + +Smu was started as a rewrite of Markdown but became something more +lightweight and consistent. The biggest difference between Markdown +and smu is that smu doesn't support reference style links.") + (license x11))) --=20 2.13.0 --ccbd6gcfvvks7qft-- --o373dytxjonjgltf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlk5mJ8ACgkQ4i+bv+40 hYiYfhAAnlNH0ROJ4TJRxRJkKRygsRlhdH/zofqaggB9qjRwgZqEPsYgLlNF1Htk R77dqFzPdK4nUbZu/smYd6TSrBkEp4DpmLjdlgddRKp25uB7baBpr6/lroulvkgK xhnWK59WjZUsa4AnnpOLEtrbH3MXSfWiY9zzHz99MR9ouK3cyvLlGykQEU/Lna0V z+alj2M0Duk0AW9i5ttioLjHIn5n3rSFtBQ6m4b1GIyKDShtGYmumYbtAhle3rjJ LiW+YS5Gf+xBESbLCESDpN11DzoTMt8zhipkN4tXKHFoncutN61NF1GDIC78SvjU FBAKh4GQ5sbecs3oknZ6SOIXiP+hohD/oitPnRWw0BNYRBCZAmnOc4Ed4SwhN9N6 Di+U+jKgW2yeRaZX/lqTpgXC1Yji8/fQgwyXuY5ulTc9mWoPR1c6Gy4NlbuDRc13 3pIgr174L+YxRXWEmPfLx6pGp1Cg6OIDaxC4tkAn4BaGRcJA10SZkxaHuOKrbiiU pIAkf/GE6Iv44e/2tQEBLYXbcMDxKUYkEEkq5BAbbYAEdmux7oO2FwhDiSyfX3WW CsEahP2HVjE4JBmhCO7CbSib+UEqJkorThfJzYyzGKTxzkhwlbn2tx4Lvj9cso7A 3V4Tz1BmORyqMDKae051WFLsf1kzhwv5afrxvRKuFTnc4/qsppk= =sIeJ -----END PGP SIGNATURE----- --o373dytxjonjgltf-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 09 18:15:15 2017 Received: (at 27156-done) by debbugs.gnu.org; 9 Jun 2017 22:15:15 +0000 Received: from localhost ([127.0.0.1]:37513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJSBX-0002kJ-9C for submit@debbugs.gnu.org; Fri, 09 Jun 2017 18:15:15 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50343) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJSBV-0002kC-Ul for 27156-done@debbugs.gnu.org; Fri, 09 Jun 2017 18:15:14 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id BE651208E0; Fri, 9 Jun 2017 18:15:13 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 09 Jun 2017 18:15:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=+vxHLRbPYcBlAaEJOtNtjNctYl22TTrzWl7QS2c5O io=; b=Kk9uF+03c12JZcdREsc46PbElJxtqG1iMRoEafuLEvNw171mm4xdLMDm7 4FUFRmsV8vlFzQclPI9X2K5ZH/OaH+cUta5YFblMqZP9LJudMWAu7sFrQsnbMTLh mfUtRdKjEpA7zVErqmOYQI1M9B2zSmuwzFqQi6/hG4xT1mYvNfRRI/9OaD8pnjMU 0wgkZoFbMrcgOjluvTR7pV1roFmcutJVUuQtmo3XP9ZY+uVHFiGDkG1nNSCpStir JjakB+m62ZE0E0UbQOshSDttyuAqkL9CluHI9oPuGk2gTBzlWjwhPdyyU0CCYCEv vj89kkeUnUSbPpDaJ1MDqIVFjb11g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=+vxHLRbPYcBlAaEJOt NtjNctYl22TTrzWl7QS2c5Oio=; b=OggyDhEs+4MDu7Pw1fpED36dG7zRvMDNLn /Rh8zbHA1xS2sJ0A+Tw9Wr94TAmgj93SuTvXc+GLlc6ff6i66lU00onWmT+0dpRD MftW3kREig/d/avzDnDrK0o3u1fQGEBDwNUGdvaITP+rG6ekIKM0ZFJI29GuF8wz unu5fmF6cBo1xiw09bvB5n1FhXd4AIUqGaiMUnaSZSioGaXcibI9xml28yXQMKXU OVY23vd64AmcPtLxoBzso4ccxnDR/vxxh+bY/yoCorno7SSom78gZI0YWkC5Wx5W NsWqrOOduoKUeicx/vsBpfcDln3bCxApAvHKUQmO3XZA8HP0LP8w== X-ME-Sender: X-Sasl-enc: e1KrdNA8k45Ll4rb0jjDIYDIHP8jDNlG3SDdW8GLpGr/ 1497046513 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 515E92479C; Fri, 9 Jun 2017 18:15:13 -0400 (EDT) From: Marius Bakke To: ng0 , 27156-done@debbugs.gnu.org Subject: Re: bug#27156: smu In-Reply-To: <20170608183407.flb4n7pwdc45xz7r@abyayala> References: <20170531010338.rqqybm6a2iuhzb3k@abyayala> <878tlac91r.fsf@fastmail.com> <20170603195452.b4m4i6d7cujlmj5i@abyayala> <20170608183407.flb4n7pwdc45xz7r@abyayala> User-Agent: Notmuch/0.24.2 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Sat, 10 Jun 2017 00:15:11 +0200 Message-ID: <87zidglseo.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27156-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain ng0 writes: > Appended v2. Pushed, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlk7He8ACgkQoqBt8qM6 VPpBAggAkifzncbBY/+2zwqoXkxqEJdMrBMdbbGMFuljJeWIlJSGzkzDCz2BgPEP Bu1+Dyw8l2z52ZbH0fs5FQPGZ85xODsXHNWmDbCv5dau3dqpjaAn7oG09rJlMhvn WeS4OeUpAGPZNdiByEGmBwSOorrFTP+n9Bi50MguOQNgAPEl016BaS1BTqTvb18f JBSOjYFVzIwQ93Cq2wVCbssdTZentxMlWgROS2zpnlFLPnBvf1VKs2Abf1qQDy2b pLMYwLCseIUgEsG0r+jWykxUsiYwtcVDFA641kaRzdkgcLUXjV9R6KiP2B4qxr52 HgjNeAwNjM22nVb65+kUrQDWemmPvQ== =XpAC -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 09 04:58:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Jul 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator