Initial import of xmlformat package.

An xmlformat is a configurable formatter (or "pretty-printer") for
XML documents. It provides control over indentation, line-breaking,
and text wrapping. These properties can be defined on a per-element
basis.
This commit is contained in:
Mike M. Volokhov 2005-04-20 08:37:23 +00:00 committed by Thomas Klausner
parent cb8663848c
commit 43525dd52b
5 changed files with 73 additions and 0 deletions

4
xmlformat/DESCR Normal file
View file

@ -0,0 +1,4 @@
An xmlformat is a configurable formatter (or "pretty-printer") for
XML documents. It provides control over indentation, line-breaking,
and text wrapping. These properties can be defined on a per-element
basis.

40
xmlformat/Makefile Normal file
View file

@ -0,0 +1,40 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/04/20 08:37:23 bubuchka Exp $
#
DISTNAME= xmlformat-1.03
CATEGORIES= textproc wip
MASTER_SITES= http://www.kitebird.com/software/xmlformat/
MAINTAINER= mishka@apk.od.ua
HOMEPAGE= http://www.kitebird.com/software/xmlformat/
COMMENT= Configurable XML formatter (pretty-printer)
USE_PERL5= run
REPLACE_PERL= xmlformat.pl
NO_BUILD= yes
USE_PKGINSTALL= yes
PKG_INSTALLATION_TYPES= overwrite pkgviews
CONF_FILES= ${PREFIX}/share/examples/xmlformat/xmlformat.conf \
${PKG_SYSCONFDIR}/xmlformat.conf
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xmlformat.pl ${PREFIX}/bin/xmlformat
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmlformat
${INSTALL_DATA} ${WRKSRC}/docs/API ${PREFIX}/share/doc/xmlformat
. for _dtype in xml html pdf
${INSTALL_DATA} ${WRKSRC}/docs/tutorial.${_dtype} \
${PREFIX}/share/doc/xmlformat
${INSTALL_DATA} ${WRKSRC}/docs/xmlformat.${_dtype} \
${PREFIX}/share/doc/xmlformat
. endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xmlformat
${INSTALL_DATA} ${WRKSRC}/docs/xmlformat.conf \
${PREFIX}/share/examples/xmlformat
${INSTALL_DATA} ${WRKSRC}/docs/examples/* \
${PREFIX}/share/examples/xmlformat
.include "../../mk/bsd.pkg.mk"

18
xmlformat/PLIST Normal file
View file

@ -0,0 +1,18 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/20 08:37:23 bubuchka Exp $
bin/xmlformat
share/doc/xmlformat/API
share/doc/xmlformat/tutorial.html
share/doc/xmlformat/tutorial.pdf
share/doc/xmlformat/tutorial.xml
share/doc/xmlformat/xmlformat.html
share/doc/xmlformat/xmlformat.pdf
share/doc/xmlformat/xmlformat.xml
share/examples/xmlformat/doc1.xml
share/examples/xmlformat/doc2.conf1
share/examples/xmlformat/doc2.conf2
share/examples/xmlformat/doc2.conf3
share/examples/xmlformat/doc2.conf4
share/examples/xmlformat/doc2.xml
share/examples/xmlformat/xmlformat.conf
@dirrm share/doc/xmlformat
@dirrm share/examples/xmlformat

6
xmlformat/TODO Normal file
View file

@ -0,0 +1,6 @@
$Id: TODO,v 1.1.1.1 2005/04/20 08:37:23 bubuchka Exp $
Now we explicitly install the Perl version of xmlfromat, while the
Ruby-based variant is available too. Possible, this should be done
using ALTERNATIVES framework and breaking this package on three
ones: xmlformat-perl, xmlformat-ruby, xmlformat-share.

5
xmlformat/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/04/20 08:37:23 bubuchka Exp $
SHA1 (xmlformat-1.03.tar.gz) = 89fed041ad2c77b17e1659b7040dd9a3aa5be993
RMD160 (xmlformat-1.03.tar.gz) = 22498035cd9d97cd19fb11bf4eca5038858ccb9b
Size (xmlformat-1.03.tar.gz) = 136961 bytes