ports/176670: NEW PORT: textproc/xml2 - Convert XML to/from a grep-friendly format
Paul Chvostek
paul at it.ca
Tue Mar 5 18:00:01 UTC 2013
>Number: 176670
>Category: ports
>Synopsis: NEW PORT: textproc/xml2 - Convert XML to/from a grep-friendly format
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 05 18:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Paul Chvostek
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD pc 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Convert XML and HTML to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools, like grep, sed, awk, cut, shell scripts, and so forth.
>How-To-Repeat:
>Fix:
--- xml2.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# xml2
# xml2/distinfo
# xml2/pkg-descr
# xml2/Makefile
#
echo c - xml2
mkdir -p xml2 > /dev/null 2>&1
echo x - xml2/distinfo
sed 's/^X//' >xml2/distinfo << '38451aebd70f55d90940a66e0d36524c'
XSHA256 (xml2-0.5.tar.gz) = e3203a5d3e5d4c634374e229acdbbe03fea41e8ccdef6a594a3ea50a50d29705
XSIZE (xml2-0.5.tar.gz) = 86318
38451aebd70f55d90940a66e0d36524c
echo x - xml2/pkg-descr
sed 's/^X//' >xml2/pkg-descr << '13c3b9b20cc34959fed171d704d34ebb'
XThese tools are used to convert XML and HTML to and from a line-oriented
Xformat more amenable to processing by classic Unix pipeline processing
Xtools, like grep, sed, awk, cut, shell scripts, and so forth.
X
XThe line-oriented format used by these tools looks very much like, but
Xis not quite precisely the same as XPath.
X
XWWW: http://www.ofb.net/~egnor/xml2/
13c3b9b20cc34959fed171d704d34ebb
echo x - xml2/Makefile
sed 's/^X//' >xml2/Makefile << '291909c43ae57a5153aeb4b9ca9a0623'
X# Created by: Paul Chvostek <paul at it.ca> on 2013-03-05
X# $FreeBSD$
X
XPORTNAME= xml2
XPORTVERSION= 0.5
XCATEGORIES= textproc
XMASTER_SITES= http://download.ofb.net/gale/ \
X http://www.it.ca/~paul/src/
X
XMAINTAINER= paul+ports at it.ca
XCOMMENT= Convert between XML and a line-oriented format similar to XPath
X
XLICENSE= GPLv2
X
XGNU_CONFIGURE= yes
X
XPLIST_FILES= bin/xml2 \
X bin/2xml \
X bin/csv2 \
X bin/2csv \
X bin/html2 \
X bin/2html
X
X.include <bsd.port.mk>
291909c43ae57a5153aeb4b9ca9a0623
exit
--- xml2.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list