summaryrefslogtreecommitdiff
path: root/textproc/xmlindent
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-01 10:25:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-01 10:25:19 +0000
commitec860200136d6e7cdbcfa7db774ebbf2c925cfcf (patch)
tree064c6d50c27eee399016fa0d65ae691858e91c6d /textproc/xmlindent
parentadd doclifter 1.0.4 (diff)
add xmlindent 0.2.4
A XML stream reformatter
Notes
Notes: svn path=/head/; revision=77911
Diffstat (limited to 'textproc/xmlindent')
-rw-r--r--textproc/xmlindent/Makefile23
-rw-r--r--textproc/xmlindent/distinfo1
-rw-r--r--textproc/xmlindent/pkg-descr3
-rw-r--r--textproc/xmlindent/pkg-plist1
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile
new file mode 100644
index 000000000000..22e92ce7f364
--- /dev/null
+++ b/textproc/xmlindent/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# Ports collection makefile for: xmlindent
+# Date created: Apr 1, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmlindent
+PORTVERSION= 0.2.4
+CATEGORIES= textproc
+MASTER_SITES= http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A XML stream reformatter
+
+MAN1= xmlindent.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xmlindent ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xmlindent.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/textproc/xmlindent/distinfo b/textproc/xmlindent/distinfo
new file mode 100644
index 000000000000..2e8e0588be5e
--- /dev/null
+++ b/textproc/xmlindent/distinfo
@@ -0,0 +1 @@
+MD5 (xmlindent-0.2.4.tar.gz) = 68477420d35d681a9217972e7bfecedf
diff --git a/textproc/xmlindent/pkg-descr b/textproc/xmlindent/pkg-descr
new file mode 100644
index 000000000000..6f6b4446e50f
--- /dev/null
+++ b/textproc/xmlindent/pkg-descr
@@ -0,0 +1,3 @@
+XML Indent is a XML stream reformatter written in ANSI C.
+
+WWW: http://www.cs.helsinki.fi/u/penberg/xmlindent/
diff --git a/textproc/xmlindent/pkg-plist b/textproc/xmlindent/pkg-plist
new file mode 100644
index 000000000000..11198e5bdb51
--- /dev/null
+++ b/textproc/xmlindent/pkg-plist
@@ -0,0 +1 @@
+bin/xmlindent