From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ2Gx-0006ls-2T for guix-patches@gnu.org; Thu, 08 Jun 2017 14:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ2Gt-00011s-1h for guix-patches@gnu.org; Thu, 08 Jun 2017 14:35:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJ2Gs-00010t-Sk for guix-patches@gnu.org; Thu, 08 Jun 2017 14:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJ2Gs-0008Lc-73 for guix-patches@gnu.org; Thu, 08 Jun 2017 14:35:02 -0400 Subject: bug#27156: smu Resent-Message-ID: Date: Thu, 8 Jun 2017 18:34:07 +0000 From: ng0 Message-ID: <20170608183407.flb4n7pwdc45xz7r@abyayala> 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> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27156@debbugs.gnu.org --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--