pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xmlstarlet import xmlstarlet-0.9.3, a command...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d8a7b7c0f7d
branches: trunk
changeset: 479861:1d8a7b7c0f7d
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Aug 24 11:59:23 2004 +0000
description:
import xmlstarlet-0.9.3, a command line tool to manipulate XML
files using libxml2 and libxslt
diffstat:
textproc/xmlstarlet/DESCR | 4 ++++
textproc/xmlstarlet/Makefile | 21 +++++++++++++++++++++
textproc/xmlstarlet/PLIST | 3 +++
textproc/xmlstarlet/distinfo | 5 +++++
textproc/xmlstarlet/patches/patch-aa | 22 ++++++++++++++++++++++
5 files changed, 55 insertions(+), 0 deletions(-)
diffs (75 lines):
diff -r 0d78d8af6988 -r 1d8a7b7c0f7d textproc/xmlstarlet/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlstarlet/DESCR Tue Aug 24 11:59:23 2004 +0000
@@ -0,0 +1,4 @@
+XMLStarlet is a command line XML toolkit which can be used to transform,
+query, validate, and edit XML documents and files using simple set of shell
+commands in similar way it is done for plain text files using grep/sed/awk/
+tr/diff/patch.
diff -r 0d78d8af6988 -r 1d8a7b7c0f7d textproc/xmlstarlet/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlstarlet/Makefile Tue Aug 24 11:59:23 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/24 11:59:23 drochner Exp $
+#
+
+DISTNAME= xmlstarlet-0.9.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlstar/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://xmlstar.sourceforge.net/
+COMMENT= Command line utilities for XML manipulation
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
+CONFIGURE_ARGS+= --with-libxslt-prefix=${BUILDLINK_PREFIX.libxslt}
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0d78d8af6988 -r 1d8a7b7c0f7d textproc/xmlstarlet/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlstarlet/PLIST Tue Aug 24 11:59:23 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/24 11:59:23 drochner Exp $
+bin/xml
+man/man1/xmlstarlet.1
diff -r 0d78d8af6988 -r 1d8a7b7c0f7d textproc/xmlstarlet/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlstarlet/distinfo Tue Aug 24 11:59:23 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/08/24 11:59:23 drochner Exp $
+
+SHA1 (xmlstarlet-0.9.3.tar.gz) = b93f24eb2306a13ad665b7ab563378ed923a5d61
+Size (xmlstarlet-0.9.3.tar.gz) = 317942 bytes
+SHA1 (patch-aa) = 69ee95f3cd6240768056d69c8253e8a26c00964a
diff -r 0d78d8af6988 -r 1d8a7b7c0f7d textproc/xmlstarlet/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlstarlet/patches/patch-aa Tue Aug 24 11:59:23 2004 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/08/24 11:59:23 drochner Exp $
+
+--- configure.orig 2004-08-24 12:27:58.000000000 +0200
++++ configure
+@@ -871,7 +871,7 @@ if test "${with_libxml_prefix+set}" = se
+ withval="$with_libxml_prefix"
+ LIBXML_PREFIX=$withval
+ LIBXML_CFLAGS="-I$withval/include/libxml2 -I$withval/include/libxml"
+- LIBXML_LIBS="$withval/lib/libxml2.a -lz -lm -lpthread"
++ LIBXML_LIBS="-L$withval/lib -lxml2 -lz -lm -lpthread"
+
+ fi
+
+@@ -920,7 +920,7 @@ if test "${with_libxslt_prefix+set}" = s
+ withval="$with_libxslt_prefix"
+ LIBXSLT_PREFIX=$withval
+ LIBXSLT_CFLAGS="-I$withval/include/libxslt -I$withval/include/libexslt"
+- LIBXSLT_LIBS="$withval/lib/libxslt.a $withval/lib/libexslt.a -lz -lm -lpthread"
++ LIBXSLT_LIBS="-L$withval/lib -lxslt -lexslt -lz -lm -lpthread"
+
+ fi
+
Home |
Main Index |
Thread Index |
Old Index