pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/xmlindent Initial import of xmlindent-0.2.16,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd50feda2972
branches:  trunk
changeset: 471860:cd50feda2972
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Apr 01 05:29:57 2004 +0000

description:
Initial import of xmlindent-0.2.16, packaged by pancake from pkgsrc-wip.

XML Indent is a XML stream reformatter written in ANSI C.
It is analogous to GNU indent.

diffstat:

 textproc/xmlindent/DESCR    |   2 ++
 textproc/xmlindent/Makefile |  19 +++++++++++++++++++
 textproc/xmlindent/PLIST    |   3 +++
 textproc/xmlindent/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 76e9f7785692 -r cd50feda2972 textproc/xmlindent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlindent/DESCR  Thu Apr 01 05:29:57 2004 +0000
@@ -0,0 +1,2 @@
+XML Indent is a XML stream reformatter written in ANSI C.
+It is analogous to GNU indent.
diff -r 76e9f7785692 -r cd50feda2972 textproc/xmlindent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlindent/Makefile       Thu Apr 01 05:29:57 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/01 05:29:57 xtraeme Exp $
+#
+
+DISTNAME=      xmlindent-0.2.16
+CATEGORIES=    textproc
+MASTER_SITES=  http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
+
+MAINTAINER=    pancake%phreaker.net@localhost
+HOMEPAGE=      http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
+COMMENT=       XML stream reformatter written in ANSI C
+
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        lex
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/xmlindent ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/xmlindent.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r 76e9f7785692 -r cd50feda2972 textproc/xmlindent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlindent/PLIST  Thu Apr 01 05:29:57 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/01 05:29:57 xtraeme Exp $
+bin/xmlindent
+man/man1/xmlindent.1
diff -r 76e9f7785692 -r cd50feda2972 textproc/xmlindent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xmlindent/distinfo       Thu Apr 01 05:29:57 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/01 05:29:57 xtraeme Exp $
+
+SHA1 (xmlindent-0.2.16.tar.gz) = 709f2c50ebbd370e8cdfc0c586ac3c1333656df1
+Size (xmlindent-0.2.16.tar.gz) = 17657 bytes



Home | Main Index | Thread Index | Old Index