aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xqilla
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2008-04-01 14:03:21 +0800
committervanilla <vanilla@FreeBSD.org>2008-04-01 14:03:21 +0800
commitfc0477c7805b007542488cebe3dac6719a8c193b (patch)
treee384853b7a7f40c49916b9a48ba16fd919f857e6 /textproc/xqilla
parent23f54d48629235a7ee4a10750579e1800c978b87 (diff)
downloadfreebsd-ports-gnome-fc0477c7805b007542488cebe3dac6719a8c193b.tar.gz
freebsd-ports-gnome-fc0477c7805b007542488cebe3dac6719a8c193b.tar.zst
freebsd-ports-gnome-fc0477c7805b007542488cebe3dac6719a8c193b.zip
Upgrade to 2.0.0.
Diffstat (limited to 'textproc/xqilla')
-rw-r--r--textproc/xqilla/Makefile2
-rw-r--r--textproc/xqilla/distinfo6
-rw-r--r--textproc/xqilla/pkg-plist10
3 files changed, 13 insertions, 5 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile
index 598f170ed011..bb904f692477 100644
--- a/textproc/xqilla/Makefile
+++ b/textproc/xqilla/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xqilla
-PORTVERSION= 1.1.0
+PORTVERSION= 2.0.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xqilla
diff --git a/textproc/xqilla/distinfo b/textproc/xqilla/distinfo
index e08f2e6c75fe..83c1460d022e 100644
--- a/textproc/xqilla/distinfo
+++ b/textproc/xqilla/distinfo
@@ -1,3 +1,3 @@
-MD5 (XQilla-1.1.0.tar.gz) = 16f060bcd2a75b6c917c24ba3abfa09d
-SHA256 (XQilla-1.1.0.tar.gz) = effba2c31794d3514bf3cd437482e0cb34284d3ad5938c0ccb508c779924662a
-SIZE (XQilla-1.1.0.tar.gz) = 2971368
+MD5 (XQilla-2.0.0.tar.gz) = b0bfbc0a8ce2dc65b5bf702bbc30a7a0
+SHA256 (XQilla-2.0.0.tar.gz) = 295e4c4df627f665bceb3c66ccf808a92562852c44e18fb88f0aaa9dea0c6dd2
+SIZE (XQilla-2.0.0.tar.gz) = 3037847
diff --git a/textproc/xqilla/pkg-plist b/textproc/xqilla/pkg-plist
index 05b288c26d1f..1b9f71662e3b 100644
--- a/textproc/xqilla/pkg-plist
+++ b/textproc/xqilla/pkg-plist
@@ -76,6 +76,7 @@ include/xqilla/events/ContentSequenceFilter.hpp
include/xqilla/events/EventHandler.hpp
include/xqilla/events/EventSerializer.hpp
include/xqilla/events/NSFixupFilter.hpp
+include/xqilla/events/QueryPathTreeFilter.hpp
include/xqilla/events/SequenceBuilder.hpp
include/xqilla/exceptions/ASTException.hpp
include/xqilla/exceptions/ContextException.hpp
@@ -201,6 +202,7 @@ include/xqilla/functions/FunctionNormalizeUnicode.hpp
include/xqilla/functions/FunctionNot.hpp
include/xqilla/functions/FunctionNumber.hpp
include/xqilla/functions/FunctionOneOrMore.hpp
+include/xqilla/functions/FunctionParseXML.hpp
include/xqilla/functions/FunctionPosition.hpp
include/xqilla/functions/FunctionPrefixFromQName.hpp
include/xqilla/functions/FunctionQName.hpp
@@ -239,6 +241,7 @@ include/xqilla/functions/FunctionYearFromDate.hpp
include/xqilla/functions/FunctionYearFromDateTime.hpp
include/xqilla/functions/FunctionYearsFromDuration.hpp
include/xqilla/functions/FunctionZeroOrOne.hpp
+include/xqilla/functions/XQillaFunction.hpp
include/xqilla/functions/XQUserFunction.hpp
include/xqilla/items/ATAnySimpleType.hpp
include/xqilla/items/ATAnyURIOrDerived.hpp
@@ -312,6 +315,10 @@ include/xqilla/operators/Plus.hpp
include/xqilla/operators/Range.hpp
include/xqilla/operators/UnaryMinus.hpp
include/xqilla/operators/Union.hpp
+include/xqilla/optimizer/ASTVisitor.hpp
+include/xqilla/optimizer/Optimizer.hpp
+include/xqilla/optimizer/QueryPathNode.hpp
+include/xqilla/optimizer/QueryPathTreeGenerator.hpp
include/xqilla/parser/QName.hpp
include/xqilla/runtime/ClosureResult.hpp
include/xqilla/runtime/EmptyResult.hpp
@@ -364,7 +371,7 @@ include/xqilla/xqts/TestSuiteRunner.hpp
lib/libxqilla.a
lib/libxqilla.la
lib/libxqilla.so
-lib/libxqilla.so.2
+lib/libxqilla.so.3
@dirrm include/xqilla/xqts
@dirrm include/xqilla/xerces
@dirrm include/xqilla/utils
@@ -373,6 +380,7 @@ lib/libxqilla.so.2
@dirrm include/xqilla/schema
@dirrm include/xqilla/runtime
@dirrm include/xqilla/parser
+@dirrm include/xqilla/optimizer
@dirrm include/xqilla/operators
@dirrm include/xqilla/mapm
@dirrm include/xqilla/items/impl