pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/xsh Initial import of xsh-1.8.2 from pkgsrc-wip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06eeb967a39c
branches:  trunk
changeset: 475888:06eeb967a39c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat May 29 02:06:23 2004 +0000

description:
Initial import of xsh-1.8.2 from pkgsrc-wip, packaged by pancake with
minor changes by me.

XSH is a fast and powerful command-line XML editor. It may be used to
query and modify XML documents. XSH may be used either interactivelly or
for off-line processing (like bash). XPath expressions are used to
select parts of XML document to be processed.

Both system shell and perl are accessible from XSH in a very natural
way. XSH itself is written in Perl and uses XML::LibXML bindings of
gnome-xml2 library in the background level.

diffstat:

 shells/xsh/DESCR    |   8 ++++++++
 shells/xsh/Makefile |  27 +++++++++++++++++++++++++++
 shells/xsh/PLIST    |   1 +
 shells/xsh/distinfo |   4 ++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 493c2a1d04b7 -r 06eeb967a39c shells/xsh/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/xsh/DESCR  Sat May 29 02:06:23 2004 +0000
@@ -0,0 +1,8 @@
+XSH is a fast and powerful command-line XML editor. It may be used to
+query and modify XML documents. XSH may be used either interactivelly or
+for off-line processing (like bash). XPath expressions are used to
+select parts of XML document to be processed.
+
+Both system shell and perl are accessible from XSH in a very natural
+way. XSH itself is written in Perl and uses XML::LibXML bindings of
+gnome-xml2 library in the background level.
diff -r 493c2a1d04b7 -r 06eeb967a39c shells/xsh/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/xsh/Makefile       Sat May 29 02:06:23 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/29 02:06:23 xtraeme Exp $
+
+DISTNAME=      XML-XSH-1.8.2
+PKGNAME=       ${DISTNAME:S/XML-XSH/xsh/}
+CATEGORIES=    shells
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xsh/}
+
+MAINTAINER=    pancake%phreaker.net@localhost
+HOMEPAGE=      http://xsh.sourceforge.net/
+COMMENT=       XML Editing Shell
+
+DEPENDS+=      p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
+DEPENDS+=      p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine
+DEPENDS+=      p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator
+DEPENDS+=      p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter
+DEPENDS+=      p5-XML-LibXML-XPathContext-[0-9]*:../../textproc/p5-XML-LibXML-XPathContext
+
+USE_PERL5=     yes
+USE_GNU_TOOLS+=        make
+USE_BUILDLINK3=        yes
+PKG_SHELL=     ${PREFIX}/bin/xsh
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XSH/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 493c2a1d04b7 -r 06eeb967a39c shells/xsh/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/xsh/PLIST  Sat May 29 02:06:23 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/29 02:06:23 xtraeme Exp $
diff -r 493c2a1d04b7 -r 06eeb967a39c shells/xsh/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/xsh/distinfo       Sat May 29 02:06:23 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/29 02:06:23 xtraeme Exp $
+
+SHA1 (XML-XSH-1.8.2.tar.gz) = bea1485cd27f6920a514f59193dce51b460b2d42
+Size (XML-XSH-1.8.2.tar.gz) = 243860 bytes



Home | Main Index | Thread Index | Old Index