mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
8ed75337c6
format more amenable to processing by classic Unix pipeline processing tools, like grep, sed, awk, cut, shell scripts, and so forth. The line-oriented format used by these tools looks very much like, but is not quite precisely the same as XPath. WWW: http://www.ofb.net/~egnor/xml2/ PR: ports/176670 Submitted by: Paul Chvostek <paul@it.ca>
27 lines
476 B
Makefile
27 lines
476 B
Makefile
# Created by: Paul Chvostek <paul@it.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xml2
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://download.ofb.net/gale/ \
|
|
http://www.it.ca/~paul/src/
|
|
|
|
MAINTAINER= paul+ports@it.ca
|
|
COMMENT= Convert between XML and a line-oriented format similar to XPath
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGCONFIG= build
|
|
USE_GNOME= libxml2
|
|
|
|
PLIST_FILES= bin/xml2 \
|
|
bin/2xml \
|
|
bin/csv2 \
|
|
bin/2csv \
|
|
bin/html2 \
|
|
bin/2html
|
|
|
|
.include <bsd.port.mk>
|