all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Raimon Grau <raimonster@gmail.com>
To: Raimon Grau <raimonster@gmail.com>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: New package: xmlstarlet
Date: Tue, 05 Jan 2016 01:37:33 +0000	[thread overview]
Message-ID: <87fuyckdr6.fsf@gmail.com> (raw)
In-Reply-To: <CAA17i+wQrZtAOQ=SJ4ETaNxH_6RiO6Xp60jwniMR-R90WKsbFg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]


Raimon Grau writes:
> I'm attaching the modified version with all but the description change,
> in case anyone knows how to reword it and integrate it already. If not,
> any suggestions?

I reworded it a bit, and added more concrete info on how one can
modify the xmls (find using Xpath and edit using (E)XSLT).


[-- Attachment #2: Xmlstarlet package --]
[-- Type: text/x-diff, Size: 1802 bytes --]

From c4695d8d53098081a79c7c26531e15fbf03b8b3d Mon Sep 17 00:00:00 2001
From: Raimon Grau <raimon@3scale.net>
Date: Mon, 28 Dec 2015 11:51:59 +0000
Subject: [PATCH] gnu: Add xmlstarlet.

* gnu/packages/xml.scm (xmlstarlet): New variable.
---
 gnu/packages/xml.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 8288869..196cec2 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015 Raimon Grau <raimonster@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -707,3 +708,26 @@ Cflags: -I${includedir}
 C++ programming langauge.")
     (home-page "http://www.grinninglizard.com/tinyxml/index.html")
     (license license:zlib)))
+
+(define-public xmlstarlet
+ (package
+   (name "xmlstarlet")
+   (version "1.6.1")
+   (source
+    (origin
+      (method url-fetch)
+      (uri (string-append "mirror://sourceforge/xmlstar/xmlstarlet/"
+                          version "/xmlstarlet-" version ".tar.gz"))
+      (sha256
+       (base32
+        "1jp737nvfcf6wyb54fla868yrr39kcbijijmjpyk4lrpyg23in0m"))))
+   (build-system gnu-build-system)
+   (inputs
+    `(("libxslt" ,libxslt)
+      ("libxml2" ,libxml2)))
+   (home-page "http://xmlstar.sourceforge.net/")
+   (synopsis "Command line XML toolkit")
+   (description "XMLStarlet is a set of command line utilities
+which can be used to transform, query, validate, and edit XML
+documents.  XPath is used to match and extract data, and elements can be added, deleted or modified using XSLT and EXSLT.")
+   (license license:x11)))
-- 
2.6.3


  parent reply	other threads:[~2016-01-05  1:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28 11:59 New package: xmlstarlet Raimon Grau
2015-12-28 19:41 ` Ricardo Wurmus
2015-12-28 21:09   ` Raimon Grau
2015-12-28 21:55     ` Leo Famulari
2016-01-05  1:37     ` Raimon Grau [this message]
2016-01-07 14:58       ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fuyckdr6.fsf@gmail.com \
    --to=raimonster@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.