add xmlstarlet 0.9.1

Command Line XML Toolkit
This commit is contained in:
Ying-Chieh Liao
2004-06-30 02:29:25 +00:00
parent 2209426c72
commit d751cb4de2
4 changed files with 47 additions and 0 deletions
+1
View File
@@ -600,6 +600,7 @@
SUBDIR += xmlpp
SUBDIR += xmlppm
SUBDIR += xmlpull
SUBDIR += xmlstarlet
SUBDIR += xmlto
SUBDIR += xmlwrapp
SUBDIR += xp
+34
View File
@@ -0,0 +1,34 @@
# ex:ts=8
# Ports collection makefile for: xmlstartlet
# Date created: Jun 30, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlstarlet
PORTVERSION= 0.9.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xmlstar
MAINTAINER= ports@FreeBSD.org
COMMENT= Command Line XML Toolkit
USE_REINPLACE= yes
USE_ICONV= yes
USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \
--with-libxslt-prefix=${LOCALBASE} \
--with-libiconv-prefix=${LOCALBASE}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv"
PLIST_FILES= bin/xml
MAN1= xmlstarlet.1
post-patch:
@${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS," \
-e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
MD5 (xmlstarlet-0.9.1.tar.gz) = 62bc68b2d0c8fc688d1c3d999adc3a7a
SIZE (xmlstarlet-0.9.1.tar.gz) = 300459
+10
View File
@@ -0,0 +1,10 @@
XMLStarlet is a set of command line utilities (tools) which can be used to
transform, query, validate, and edit XML documents and files using simple set
of shell commands in similar way it is done for plain text files using UNIX
grep, sed, awk, diff, patch, join, etc commands.
This set of command line utilities can be used by those who deal with many XML
documents on UNIX shell command prompt as well as for automated XML processing
with shell scripts.
WWW: http://xmlstar.sourceforge.net/