From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cy0wU-0005nl-4y for guix-patches@gnu.org; Tue, 11 Apr 2017 14:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cy0wQ-0006Cj-8p for guix-patches@gnu.org; Tue, 11 Apr 2017 14:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45104) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cy0wQ-0006CX-3l for guix-patches@gnu.org; Tue, 11 Apr 2017 14:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cy0wP-0000mM-PN for guix-patches@gnu.org; Tue, 11 Apr 2017 14:55:01 -0400 Subject: bug#26449: [PATCH] gnu: Add emacs-htmlize. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Kei Kebreau References: <04cb3d61.ADsAAHKKyUEAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY7R3G@mailjet.com> Date: Tue, 11 Apr 2017 14:53:49 -0400 In-Reply-To: <04cb3d61.ADsAAHKKyUEAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY7R3G@mailjet.com> (Arun Isaac's message of "Tue, 11 Apr 2017 23:47:22 +0530") Message-ID: <87h91u22te.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: Arun Isaac Cc: 26449-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Arun Isaac writes: > * gnu/packages/emacs.scm (emacs-htmlize): New variable. > --- > gnu/packages/emacs.scm | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index a70fb2167..06bb432f4 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -4235,3 +4235,25 @@ sign messages that you send. For details and instructions on how to use > DefaultEncrypt, please refer to the home page or read the comments in the > source file, @file{jl-encrypt.el}.") > (license license:gpl3+))) > + > +(define-public emacs-htmlize > + (package > + (name "emacs-htmlize") > + (version "1.51") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/hniksic/emacs-htmlize/archive/release/" > + version ".tar.gz")) > + (file-name (string-append name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "1fy1lybzrxl8a8r88f6p19nz8ygmvcxhxbnymkxh7jqaz25viwld")))) > + (build-system emacs-build-system) > + (home-page "https://github.com/hniksic/emacs-htmlize") > + (synopsis "Convert buffer text and decorations to HTML") > + (description "@code{emacs-htmlize} converts the buffer text and > +the associated decorations to HTML. Output to CSS, inline CSS and > +fonts is supported.") > + (license license:gpl2+))) Thanks for the package. It has been pushed to master. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljtJj0ACgkQ5qXuPBlG eg1CExAArnRJhAuvUzXU6sBHk4WLYRpjkwnbb7SsF/gctedUUbSkMEXtl+lnnvA4 p0XSSCVQxhf5tUUCE+F5lMVRP5mHUJyt1tzSNVZYzxKTE1rryoFjh5FN/oN+CDAo 28nz+qYyrIeLcYQ9UtCDk2ifceAMmvkkcUPSDEzBba6OF+JMmJpF3AS8539hoBQW JZt5TFH+laIjeh1JPT6UVVKeZwDeWGR1XM/i2tTEXa0EXhGy9mbbE+GdDHUJU5oZ KoeGjXMA76xriRzlzI/wMUllDV/pudhuGQ2fTKbZWCb1xrYFiEYlD5n3GmokUthG Is4fE0q+gwHT5miaTgBYjRQQ0n3t1+cpXkNatkn5g8mqXY0BKSomY1Y5E/F5m54a DK/mzVsC2d7iN1yhiHB/FBj1YA8ubuNAju2s6u7W+fXTm5HOCQZjsKxkEKHkmDX7 l0PQSFMu8riWyNXQylI4Cs/xAV1lf5yqi1oSB8zLeUw7/9dcuwoQ2uQOIQ7D0+OQ dHT2m/vOLB0Aj7FuNj9A0acypO3A9o8ME++JFJAGceBbVWpXDEudCq5r7PxZyq30 pr7Q5NCN0HZ/s3N+rk4useWwCfOhbZm3Xmu0/Ko8RSY1NjBKprTTWHL/N+EzBR8D WsqzFgruZzVCd3ByXJ+Xx+Y/+Gg6lBF5wheInGvz5CUmazI2nh8= =/q4d -----END PGP SIGNATURE----- --=-=-=--