Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2013 12:36:01 -0500 (EST)
From:      Paul Chvostek <paul@it.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Paul Chvostek <paul@it.ca>
Subject:   ports/176670: NEW PORT: textproc/xml2 - Convert XML to/from a grep-friendly format
Message-ID:  <201303051736.r25Ha1pV090609@pc.experiencepoint.vpn>
Resent-Message-ID: <201303051800.r25I014g053019@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303051736.r25Ha1pV090609>