[Lunar-commits] <moonbase> yaz: Version bump to 4.2.17 and fleshing out the DEPENDS.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Oct 22 12:01:25 CEST 2011
commit 248059dcdd5e895091fc53cea7bcc2ccf6f7b7c6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Oct 22 06:01:25 2011 -0400
yaz: Version bump to 4.2.17 and fleshing out the DEPENDS.
---
libs/yaz/DEPENDS | 14 ++++++++++++--
libs/yaz/DETAILS | 8 ++++----
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/libs/yaz/DEPENDS b/libs/yaz/DEPENDS
index a75dbd7..74b3274 100644
--- a/libs/yaz/DEPENDS
+++ b/libs/yaz/DEPENDS
@@ -1,2 +1,12 @@
-depends openssl
-depends libxml2
+optional_depends "openssl" "--with-openssl" "--without-openssl" "for ssl support; If yes here say no to gnutls."
+optional_depends "gnutls" "--with-gnutls" "--without-gnutls" "for gnutls support"
+optional_depends "libxml2" "--with-xml2" "--without-xml2" "for xml support"
+optional_depends "icu4c" "--with-icu" "--without-icu" "for unicode support"
+optional_depends "libxslt" "--with-xslt" "--without-xslf" "for xslt processing support"
+
+optional_depends "docbook-dsssl" "--with-docbook-dsssl" \
+ "--without-docbook-dsssl" \
+ "for stylesheet support"
+optional_depends "docbook-xsl" "--with-docbook-xsl" \
+ "--without-docbook-xsl" \
+ "for xsl style sheet support"
diff --git a/libs/yaz/DETAILS b/libs/yaz/DETAILS
index 340f87b..9981d2a 100644
--- a/libs/yaz/DETAILS
+++ b/libs/yaz/DETAILS
@@ -1,12 +1,12 @@
MODULE=yaz
- VERSION=2.1.54
+ VERSION=4.2.17
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://ftp.indexdata.dk/pub/$MODULE/
- SOURCE_VFY=sha1:a48c89d429edd3be7b4624effa1c5b53f26e1db5
+ SOURCE_VFY=sha1:7b576354c5b31175915e899e36316ac45d04e4cf
WEB_SITE=http://www.indexdata.dk/yaz/
ENTERED=20051225
- UPDATED=20070511
- SHORT="Z39.50 toolkit."
+ UPDATED=20111022
+ SHORT="Z39.50 toolkit"
cat << EOF
YAZ is a C/C++ programmer's toolkit supporting the development of
More information about the Lunar-commits
mailing list