diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-01 10:25:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-01 10:25:19 +0000 |
commit | ec860200136d6e7cdbcfa7db774ebbf2c925cfcf (patch) | |
tree | 064c6d50c27eee399016fa0d65ae691858e91c6d /textproc/xmlindent | |
parent | 88cc25d7f323ccff0eba4c858ce2bcfccbc30afb (diff) | |
download | ports-ec860200136d6e7cdbcfa7db774ebbf2c925cfcf.tar.gz ports-ec860200136d6e7cdbcfa7db774ebbf2c925cfcf.zip |
Notes
Diffstat (limited to 'textproc/xmlindent')
-rw-r--r-- | textproc/xmlindent/Makefile | 23 | ||||
-rw-r--r-- | textproc/xmlindent/distinfo | 1 | ||||
-rw-r--r-- | textproc/xmlindent/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/xmlindent/pkg-plist | 1 |
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 |