diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-13 13:25:48 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-13 13:25:48 +0000 |
| commit | 723f37b5f15f0f83ba13497a189d7a1f0991316b (patch) | |
| tree | 7d3c82e5085d5380027d6e828f6a182a715060e7 /textproc/csv2xml | |
| parent | cfe3231b2ff8db3d206047b7691a4e5694f77a60 (diff) | |
Notes
Diffstat (limited to 'textproc/csv2xml')
| -rw-r--r-- | textproc/csv2xml/Makefile | 20 | ||||
| -rw-r--r-- | textproc/csv2xml/distinfo | 2 | ||||
| -rw-r--r-- | textproc/csv2xml/pkg-descr | 10 |
3 files changed, 32 insertions, 0 deletions
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 |
