pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xml2 Initial import of xml2-0.4, a set of too...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a57c9b9ea60e
branches:  trunk
changeset: 392090:a57c9b9ea60e
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Apr 25 12:36:01 2009 +0000

description:
Initial import of xml2-0.4, a set of tools to convert XML and HTML to and
from a line-oriented format for easier processing with sed, awk, etc.

diffstat:

 textproc/xml2/DESCR    |   7 +++++++
 textproc/xml2/Makefile |  19 +++++++++++++++++++
 textproc/xml2/PLIST    |   7 +++++++
 textproc/xml2/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r ebdecbda1172 -r a57c9b9ea60e textproc/xml2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xml2/DESCR       Sat Apr 25 12:36:01 2009 +0000
@@ -0,0 +1,7 @@
+These tools are used to convert XML and HTML to and from a line-oriented
+format more amenable to processing by classic Unix pipeline processing
+tools, like grep, sed, awk, cut, shell scripts, and so forth.  There are
+four tools, xml2, 2xml, html2, and 2html.  None of them take any command-
+line arguments; they are all simple filters, reading information from
+standard input in one format and writing the same information to standard
+output in a different format.
diff -r ebdecbda1172 -r a57c9b9ea60e textproc/xml2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xml2/Makefile    Sat Apr 25 12:36:01 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/25 12:36:01 rh Exp $
+#
+
+DISTNAME=      xml2-0.4
+CATEGORIES=    textproc
+MASTER_SITES=  http://download.ofb.net/gale/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.ofb.net/~egnor/xml2/
+COMMENT=       Tools to convert XML and HTML to and from a line-oriented format
+LICENSE=       gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+
+.include "../../textproc/libxml/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ebdecbda1172 -r a57c9b9ea60e textproc/xml2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xml2/PLIST       Sat Apr 25 12:36:01 2009 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/25 12:36:01 rh Exp $
+bin/2csv
+bin/2html
+bin/2xml
+bin/csv2
+bin/html2
+bin/xml2
diff -r ebdecbda1172 -r a57c9b9ea60e textproc/xml2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xml2/distinfo    Sat Apr 25 12:36:01 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/25 12:36:01 rh Exp $
+
+SHA1 (xml2-0.4.tar.gz) = 735e7f6c336bd88dd1ab12bdea84e7cf1df5a36d
+RMD160 (xml2-0.4.tar.gz) = 06f9c2eed54ad51f0f938ebceee60fa5a3cb878f
+Size (xml2-0.4.tar.gz) = 83449 bytes



Home | Main Index | Thread Index | Old Index