pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xml2tsv: Import xml2tsv-0.1 as wip/xml2tsv
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat Jun 4 20:52:23 2022 +0200
Changeset: c43a0e1e383aa3a757cebd68de68ce046bf74544
Added Files:
xml2tsv/DESCR
xml2tsv/Makefile
xml2tsv/PLIST
xml2tsv/distinfo
Log Message:
xml2tsv: Import xml2tsv-0.1 as wip/xml2tsv
xml2tsv is a simple xml-to-tsv converter written in C and based on the
xmlparser library by Hiltjo Posthuma.
The filter reads an XML file from stdin and writes a
tab-separated-values file on stdout.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c43a0e1e383aa3a757cebd68de68ce046bf74544
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xml2tsv/DESCR | 5 +++++
xml2tsv/Makefile | 20 ++++++++++++++++++++
xml2tsv/PLIST | 3 +++
xml2tsv/distinfo | 5 +++++
4 files changed, 33 insertions(+)
diffs:
diff --git a/xml2tsv/DESCR b/xml2tsv/DESCR
new file mode 100644
index 0000000000..3bdfcc62fc
--- /dev/null
+++ b/xml2tsv/DESCR
@@ -0,0 +1,5 @@
+xml2tsv is a simple xml-to-tsv converter written in C and based on the
+xmlparser library by Hiltjo Posthuma.
+
+The filter reads an XML file from stdin and writes a
+tab-separated-values file on stdout.
diff --git a/xml2tsv/Makefile b/xml2tsv/Makefile
new file mode 100644
index 0000000000..ce43c6c671
--- /dev/null
+++ b/xml2tsv/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $
+
+DISTNAME= xml2tsv-0.1
+CATEGORIES= textproc
+MASTER_SITES= ftp://bitreich.org/releases/xml2tsv/
+
+MAINTAINER= leot%NetBSD.org@localhost
+HOMEPAGE= gopher://bitreich.org/1/scm/xml2tsv
+COMMENT= Simple xml-to-tsv converter, based on xmlparser
+LICENSE= isc
+
+USE_LANGUAGES= c99
+
+MAKE_FLAGS+= PREFIX=${PREFIX:Q}
+MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
+MAKE_FLAGS+= CC=${CC:Q}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/xml2tsv/PLIST b/xml2tsv/PLIST
new file mode 100644
index 0000000000..bf5f5ef1dd
--- /dev/null
+++ b/xml2tsv/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/xml2tsv
+man/man1/xml2tsv.1
diff --git a/xml2tsv/distinfo b/xml2tsv/distinfo
new file mode 100644
index 0000000000..a5a797ddea
--- /dev/null
+++ b/xml2tsv/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xml2tsv-0.1.tar.gz) = 1ef2c551944e08f85eeca69a4df39c12aebdcacc8d1a96ec096736f884ced376
+SHA512 (xml2tsv-0.1.tar.gz) = 0bdf900bd005f3f64d0d49704ec2026224e0cd61b9cb341322912280cf44ae9577c125816696e0b074f199614bf129361c464288d83e172cffc0d561b8c5e899
+Size (xml2tsv-0.1.tar.gz) = 7193 bytes
Home |
Main Index |
Thread Index |
Old Index