ports/58913: New port: libpathan

Cheng-Lung Sung clsung at dragon2.net
Tue Nov 4 09:30:26 UTC 2003


>Number:         58913
>Category:       ports
>Synopsis:       New port: libpathan
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 04 01:30:23 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- New port:
    The Pathan project grew out of DecisionSoft's work on XMLScript , 
an XML transformation language.
    Pathan is provided to the community as we feel that the Pathan module 
increases the scope and usefulness of the Xerces-C library and will 
be an aid to other XML developers in their projects.
>How-To-Repeat:
>Fix:

# 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:
#
#	libpathan
#	libpathan/files
#	libpathan/files/patch-Makefile.defs
#	libpathan/files/patch-examples::xgrep::Makefile
#	libpathan/distinfo
#	libpathan/Makefile
#	libpathan/pkg-plist
#	libpathan/pkg-descr
#
echo c - libpathan
mkdir -p libpathan > /dev/null 2>&1
echo c - libpathan/files
mkdir -p libpathan/files > /dev/null 2>&1
echo x - libpathan/files/patch-Makefile.defs
sed 's/^X//' >libpathan/files/patch-Makefile.defs << 'END-of-libpathan/files/patch-Makefile.defs'
X--- Makefile.defs.in.orig	Thu Aug 28 21:11:46 2003
X+++ Makefile.defs.in	Tue Nov  4 14:27:53 2003
X@@ -21,9 +21,9 @@
X PLATFORM    = @platform@
X GXX         = @gxx@
X INCPATH     = -I$(srcdir)/src/patches/Xerces2_1_0/src -I at xerces_src@ -I$(srcdir)/src
X-LIBPATH	    = -L at xerces_lib@
X+LIBPATH	    = -L at xerces_lib@ -L/usr/local/lib
X TESTFLAGS   = -DTEST
X-XERCESLIB   = -l at xerces_library@
X+XERCESLIB   = -lxerces-c -liconv
X LIBS        = @LIBS@
X 
X ###### Output directories
END-of-libpathan/files/patch-Makefile.defs
echo x - libpathan/files/patch-examples::xgrep::Makefile
sed 's/^X//' >libpathan/files/patch-examples::xgrep::Makefile << 'END-of-libpathan/files/patch-examples::xgrep::Makefile'
X--- examples/xgrep/Makefile.orig	Wed Dec  4 19:34:37 2002
X+++ examples/xgrep/Makefile	Tue Nov  4 15:18:31 2003
X@@ -12,7 +12,7 @@
X 
X include $(MAKEDEFS)
X 
X-XGREPLIBS = -L../../lib $(XERCESLIB) -ldl -lpathan -lstdc++
X+XGREPLIBS = -L../../lib $(XERCESLIB) -lpathan -lstdc++
X 
X XGREPINCPATH = $(INCPATH) -I../common
X 
END-of-libpathan/files/patch-examples::xgrep::Makefile
echo x - libpathan/distinfo
sed 's/^X//' >libpathan/distinfo << 'END-of-libpathan/distinfo'
XMD5 (libpathan-1.2-2-src.tar.gz) = d0bcdf149e8791f917b544881708c4ef
END-of-libpathan/distinfo
echo x - libpathan/Makefile
sed 's/^X//' >libpathan/Makefile << 'END-of-libpathan/Makefile'
X# New ports collection makefile for:	libpathan
X# Date created:				Nov 4 2003
X# Whom:					Cheng-Lung Sung <clsung at dragon2.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libpathan
XPORTVERSION=	1.2
XCATEGORIES=	textproc
XMASTER_SITES=	http://software.decisionsoft.com/
XMASTER_SITE_SUBDIR=	software/pathan-1.2r2
XDISTNAME=	${PORTNAME}-${PORTVERSION}-2-src
X
XMAINTAINER=	ports at FreeBSD.ORG
XCOMMENT=	Validating XML parser from the Apache XML Project
X
XLIB_DEPENDS=	xerces-c.23:${PORTSDIR}/textproc/xerces-c2
XBUILD_DEPENDS=	${PORTSDIR}/textproc/xerces-c2/work/.extract_done.xerces-c2-2.3.0._usr_local:${PORTSDIR}/textproc/xerces-c2:extract
X
XUSE_GMAKE=		yes
XUSE_LIBTOOL=		yes
XXERCESWRKSRC=		${PORTSDIR}/textproc/xerces-c2/work/xerces-c-src_2_3_0
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XINSTALLS_SHLIB=		yes
X
XPATHAN_LIB_VERSION=	2
XPATHAN_LIB=		libpathan.so.${PATHAN_LIB_VERSION}
XPLIST_SUB+=             PATHAN_LIB=${PATHAN_LIB} \
X			PATHAN_LIB_VERSION=${PATHAN_LIB_VERSION}
X
XGNU_CONFIGURE=		yes
XCONFIGURE_ENV+=         XERCESCROOT=${XERCESWRKSRC}
XCONFIGURE_SCRIPT=	runConfigure
XCONFIGURE_ARGS+=	--prefix=${PREFIX} --disable-static
XUSE_REINPLACE=		yes
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|LIBS="-lpthread|LIBS="${PTHREAD_LIBS}|g' \
X			${WRKSRC}/configure
X	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
X			${WRKSRC}/examples/tests/Makefile
X	@${REINPLACE_CMD} -e 's|targetoptions="-O2"|targetoptions="${CFLAGS}"|g' \
X			${WRKSRC}/runConfigure
X
X.if !defined(NO_EXAMPLES)
XPLIST_SUB+=	NO_EXAMPLES=""
X.else
XPLIST_SUB+=	NO_EXAMPLES="@comment "
X.endif
X
XEXAMPLEDIR?=	${PREFIX}/share/examples/pathan
Xpost-install:
X.if !defined(NO_EXAMPLES)
X	@${MKDIR} ${EXAMPLEDIR}
X.for i in basic common xgrep timing tests Makefile
X	@${CP} -r ${WRKSRC}/examples/$i ${EXAMPLEDIR}
X.endfor
X.endif
X
X.include <bsd.port.post.mk>
END-of-libpathan/Makefile
echo x - libpathan/pkg-plist
sed 's/^X//' >libpathan/pkg-plist << 'END-of-libpathan/pkg-plist'
Xinclude/pathan/Pathan.hpp
Xinclude/pathan/XPathEvaluator.hpp
Xinclude/pathan/XPathException.hpp
Xinclude/pathan/XPathExpression.hpp
Xinclude/pathan/XPathNSResolver.hpp
Xinclude/pathan/XPathNamespace.hpp
Xinclude/pathan/XPathResult.hpp
Xinclude/pathan/ext/XPathEvaluatorExt.hpp
X at dirrm include/pathan/ext
X at dirrm include/pathan
Xlib/libpathan.la
Xlib/%%PATHAN_LIB%%
X at exec ln -sf %%PATHAN_LIB%% %D/lib/libpathan.so
X at exec ln -sf %%PATHAN_LIB%% %D/lib/libpathan.so.%%PATHAN_LIB_VERSION%%
X at unexec if test ! -r %D/lib/libpathan.so; then rm -f %D/lib/libpathan.so; fi
X at unexec if test ! -r %D/lib/libpathan.so.%%PATHAN_LIB_VERSION%%; then rm -f %D/lib/libpathan.so.%%PATHAN_LIB_VERSION%%; fi
X at comment --- PATHAN EXAMPLES ---
X%%NO_EXAMPLES%%share/examples/pathan/Makefile
X%%NO_EXAMPLES%%share/examples/pathan/basic/Makefile
X%%NO_EXAMPLES%%share/examples/pathan/basic/Makefile.win
X%%NO_EXAMPLES%%share/examples/pathan/basic/basicInterfaceTest.cpp
X%%NO_EXAMPLES%%share/examples/pathan/basic/data.xml
X%%NO_EXAMPLES%%share/examples/pathan/common/DOMSerialise.cpp
X%%NO_EXAMPLES%%share/examples/pathan/common/DOMSerialise.hpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/001-NamespaceNodes.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/001-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/001-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/002-SingleNodeFromList.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/002-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/002-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/003-SetTests.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/003-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/003-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/004-SetMultiples.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/004-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/004-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/005-SetAfterTreeMod.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/005-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/005-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/006-NSLookupTests.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/006-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/006-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/007-TextSelectTest.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/007-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/007-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/008-XPathEvaluatorNulls.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/008-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/008-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/009-ResultBadType.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/009-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/009-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/010-WholeTextTest.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/010-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/010-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/011-SingleNodeOptimizationTest.cpp
X%%NO_EXAMPLES%%share/examples/pathan/tests/011-base
X%%NO_EXAMPLES%%share/examples/pathan/tests/011-out
X%%NO_EXAMPLES%%share/examples/pathan/tests/Makefile
X%%NO_EXAMPLES%%share/examples/pathan/tests/Makefile.bak
X%%NO_EXAMPLES%%share/examples/pathan/tests/Makefile.win
X%%NO_EXAMPLES%%share/examples/pathan/tests/TOUCH
X%%NO_EXAMPLES%%share/examples/pathan/tests/checkDiffs
X%%NO_EXAMPLES%%share/examples/pathan/tests/checkDiffs.bat
X%%NO_EXAMPLES%%share/examples/pathan/tests/data.xml
X%%NO_EXAMPLES%%share/examples/pathan/timing/Makefile
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/DOMTreeErrorReporter.cpp
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/DOMTreeErrorReporter.hpp
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/Makefile
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/Makefile.orig
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-regressionTester.pl
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test01.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test01.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test02.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test02.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test03.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test03.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test04.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test04.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test05.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test05.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test06.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test06.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test07.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test07.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test08.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test08.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test09.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test09.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test1.xml
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test10.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test10.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test11.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test11.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test12.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test12.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test13.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test13.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test14.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test14.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test15.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test15.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test16.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test16.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test17.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test17.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test18.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test18.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test19.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test19.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test20.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test20.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test21.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test21.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test22.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test22.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test23.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test23.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test24.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test24.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test25.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test25.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test26.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test26.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test27.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test27.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test28.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test28.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test29.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test29.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test30.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test30.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test31.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test31.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test32.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test32.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test33.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test33.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test34.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test34.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test35.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test35.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test36.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test36.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test37.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test37.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test38.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test38.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test39.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test39.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test40.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test40.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test41.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test41.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test42.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test42.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test43.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test43.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test44.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test44.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test45.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test45.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test46.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test46.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test47.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test47.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test48.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test48.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test49.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test49.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test50.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test50.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test51.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test51.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test52.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test52.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test53.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test53.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test54.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test54.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test55.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test55.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test56.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test56.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test56.xml
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test57.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test57.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test58.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test58.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test59.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test59.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test60.base
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test60.sh
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/tests/xgrep-test60.xml
X%%NO_EXAMPLES%%share/examples/pathan/xgrep/xgrep.cpp
X%%NO_EXAMPLES%%@dirrm share/examples/pathan/xgrep/tests
X%%NO_EXAMPLES%%@dirrm share/examples/pathan/xgrep
X%%NO_EXAMPLES%%@dirrm share/examples/pathan/timing
X%%NO_EXAMPLES%%@dirrm share/examples/pathan/tests
X%%NO_EXAMPLES%%@dirrm share/examples/pathan/basic
X%%NO_EXAMPLES%%@dirrm share/examples/pathan/common
X%%NO_EXAMPLES%%@dirrm share/examples/pathan/
END-of-libpathan/pkg-plist
echo x - libpathan/pkg-descr
sed 's/^X//' >libpathan/pkg-descr << 'END-of-libpathan/pkg-descr'
XThe Pathan project grew out of DecisionSoft's work on XMLScript , an 
XXML transformation language.
X
XXPath was adopted as a node selection language by XMLScript when the XPath 
Xspecification was ratified by the W3C. DecisionSoft's XMLScript processor 
Xis based on Xerces-C, a Document Object Model compliant XML parser. Pathan 
Xtherefore was designed from the base up to be fully compatible with the 
XXerces parser.
X
XPathan 1 represents the open sourcing of the XPath component of 
XDecisionSoft's XMLScript processor. Pathan 1 features a full implementation 
Xof the XPath 1.0 Specification. Pathan 1 implements the W3C DOM Level 3 
XXPath Specification (Working Draft February 08 2002) providing a powerful 
Xand coherent interface between XPath and DOM and hence a standardised 
Xinterface with Xerces. 
X
XPathan is provided to the community as we feel that the Pathan module 
Xincreases the scope and usefulness of the Xerces-C library and will be 
Xan aid to other XML developers in their projects.
X
XFor information on Pathan 1 please see their homepage
XWWW: http://software.decisionsoft.com/
END-of-libpathan/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list