aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-13 21:25:48 +0800
committerpav <pav@FreeBSD.org>2004-11-13 21:25:48 +0800
commit3b7016d514d182bc4a63ac7dcb9427f4adc17614 (patch)
tree007f2110d72104134f7c03cda645ea8e5bc2a1fc
parent42eb62eefcde0cd5e47de64d8e0ca1898923150e (diff)
downloadfreebsd-ports-gnome-3b7016d514d182bc4a63ac7dcb9427f4adc17614.tar.gz
freebsd-ports-gnome-3b7016d514d182bc4a63ac7dcb9427f4adc17614.tar.zst
freebsd-ports-gnome-3b7016d514d182bc4a63ac7dcb9427f4adc17614.zip
Add csv2xml, a simple but effective csv to xml converter.
PR: ports/73895 Submitted by: Jacob Rhoden <jacob@rhoden.id.au>
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/csv2xml/Makefile20
-rw-r--r--textproc/csv2xml/distinfo2
-rw-r--r--textproc/csv2xml/pkg-descr10
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 734e6202ebcc..fbe7df65a018 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -50,6 +50,7 @@
SUBDIR += crimson
SUBDIR += cs-aspell
SUBDIR += csv2latex
+ SUBDIR += csv2txt
SUBDIR += ctpp
SUBDIR += cwtext
SUBDIR += cy-aspell
diff --git a/textproc/csv2xml/Makefile b/textproc/csv2xml/Makefile
new file mode 100644
index 000000000000..05d4d287dc47
--- /dev/null
+++ b/textproc/csv2xml/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: csv2xml
+# Date created: 13 November 2004
+# Whom: Jacob Rhoden <jacob@dominoid.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= csv2xml
+PORTVERSION= 0.5
+CATEGORIES= textproc
+MASTER_SITES= http://csv2xml.sourceforge.net/
+
+MAINTAINER= jacob@dominoid.org
+COMMENT= A simple but effective csv to xml converter
+
+MAN1= csv2xml.1
+MANCOMPRESSED= yes
+PLIST_FILES= bin/csv2xml
+
+.include <bsd.port.mk>
diff --git a/textproc/csv2xml/distinfo b/textproc/csv2xml/distinfo
new file mode 100644
index 000000000000..5d637bbbaf70
--- /dev/null
+++ b/textproc/csv2xml/distinfo
@@ -0,0 +1,2 @@
+MD5 (csv2xml-0.5.tar.gz) = 41f0fabce015a7515b8f831142f982a4
+SIZE (csv2xml-0.5.tar.gz) = 4069
diff --git a/textproc/csv2xml/pkg-descr b/textproc/csv2xml/pkg-descr
new file mode 100644
index 000000000000..517e6260f8fe
--- /dev/null
+++ b/textproc/csv2xml/pkg-descr
@@ -0,0 +1,10 @@
+csv2xml - A csv to xml converter
+
+As the name suggest, csv2xml is a simple csv to xml converter. It
+reads csv files from standard input, and output a valid xml file
+on standard output. csv2xml is great if your client asks you to
+resend a data file as xml, no need to modify your scripts, or for
+when you have a large csv file and you would like to be able to
+view/edit it with your favourite xml utility.
+
+WWW: http://csv2xml.sourceforge.net