add xmlstarlet 0.9.1
Command Line XML Toolkit
This commit is contained in:
@@ -600,6 +600,7 @@
|
||||
SUBDIR += xmlpp
|
||||
SUBDIR += xmlppm
|
||||
SUBDIR += xmlpull
|
||||
SUBDIR += xmlstarlet
|
||||
SUBDIR += xmlto
|
||||
SUBDIR += xmlwrapp
|
||||
SUBDIR += xp
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,2 @@
|
||||
MD5 (xmlstarlet-0.9.1.tar.gz) = 62bc68b2d0c8fc688d1c3d999adc3a7a
|
||||
SIZE (xmlstarlet-0.9.1.tar.gz) = 300459
|
||||
@@ -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/
|
||||
Reference in New Issue
Block a user