Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
textproc/xml2/DESCR Normal file
View File

@@ -0,0 +1,7 @@
These tools are used to 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. There are
four tools, xml2, 2xml, html2, and 2html. None of them take any command-
line arguments; they are all simple filters, reading information from
standard input in one format and writing the same information to standard
output in a different format.

17
textproc/xml2/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:07 asau Exp $
#
DISTNAME= xml2-0.4
CATEGORIES= textproc
MASTER_SITES= http://download.ofb.net/gale/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ofb.net/~egnor/xml2/
COMMENT= Tools to convert XML and HTML to and from a line-oriented format
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../textproc/libxml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
textproc/xml2/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/25 12:36:01 rh Exp $
bin/2csv
bin/2html
bin/2xml
bin/csv2
bin/html2
bin/xml2

5
textproc/xml2/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/04/25 12:36:01 rh Exp $
SHA1 (xml2-0.4.tar.gz) = 735e7f6c336bd88dd1ab12bdea84e7cf1df5a36d
RMD160 (xml2-0.4.tar.gz) = 06f9c2eed54ad51f0f938ebceee60fa5a3cb878f
Size (xml2-0.4.tar.gz) = 83449 bytes