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:
parent
ac8e35124b
commit
b94dfcde23
28
textproc/xmlstarlet/Makefile
Normal file
28
textproc/xmlstarlet/Makefile
Normal 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>
|
2
textproc/xmlstarlet/distinfo
Normal file
2
textproc/xmlstarlet/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xmlstarlet-1.6.1.tar.gz) = Fdg4xPM3UzL9lVVGGRebaeTskUGKOlKW58Yxt+0Z58o=
|
||||
SIZE (xmlstarlet-1.6.1.tar.gz) = 420923
|
4
textproc/xmlstarlet/pkg/DESCR
Normal file
4
textproc/xmlstarlet/pkg/DESCR
Normal 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.
|
8
textproc/xmlstarlet/pkg/PLIST
Normal file
8
textproc/xmlstarlet/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user