Import XMLStarlet 1.6.1

XMLStarlet is a command line XML toolkit which can be used to transform, query,
validate, and edit XML documents and files using a simple set of shell commands
in a similar way it is done for plain text files using
grep/sed/awk/tr/diff/patch.

OK jca@
This commit is contained in:
feinerer 2016-08-02 16:47:12 +00:00
parent ac8e35124b
commit b94dfcde23
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/08/02 16:47:12 feinerer Exp $
COMMENT = command line XML toolkit
DISTNAME = xmlstarlet-1.6.1
CATEGORIES = textproc
HOMEPAGE = http://xmlstar.sourceforge.net/
MAINTAINER = Ingo Feinerer <feinerer@logic.at>
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c exslt xml2 xslt
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xmlstar/}
LIB_DEPENDS = textproc/libxml \
textproc/libxslt
CONFIGURE_STYLE = gnu
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xmlstarlet
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (xmlstarlet-1.6.1.tar.gz) = Fdg4xPM3UzL9lVVGGRebaeTskUGKOlKW58Yxt+0Z58o=
SIZE (xmlstarlet-1.6.1.tar.gz) = 420923

View File

@ -0,0 +1,4 @@
XMLStarlet is a command line XML toolkit which can be used to transform, query,
validate, and edit XML documents and files using a simple set of shell commands
in a similar way it is done for plain text files using
grep/sed/awk/tr/diff/patch.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/08/02 16:47:12 feinerer Exp $
@bin bin/xml
@man man/man1/xmlstarlet.1
share/doc/xmlstarlet/
share/doc/xmlstarlet/COPYING
share/doc/xmlstarlet/html.css
share/doc/xmlstarlet/xmlstarlet-ug.html
share/doc/xmlstarlet/xmlstarlet.txt