[Lunar-commits] <moonbase> htdig: Adding to moonbase. This a beta version and has been so since 2004
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Nov 2 16:54:55 CET 2010
commit 474a5acee66b19c89565d93ef42594a286d382ce
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Nov 2 11:54:55 2010 -0400
htdig: Adding to moonbase. This a beta version and has been so since 2004
and figure its the better one to use. The KDE help system can use this to build
indexes for man pages, systemsettings entries, scrollkeeper, Info pages and some
others.
---
web/htdig/BUILD | 12 ++++++++++++
web/htdig/DEPENDS | 5 +++++
web/htdig/DETAILS | 13 +++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/web/htdig/BUILD b/web/htdig/BUILD
new file mode 100644
index 0000000..d79e9df
--- /dev/null
+++ b/web/htdig/BUILD
@@ -0,0 +1,12 @@
+(
+
+ OPTS+="--enable-bigfile --with-config-dir=/etc/htdig \
+ --with-default-config-file=/etc/htdig/htdig.conf\
+ --with-cgi-bin-dir=/var/htdig --with-search-dir=/usr/share/htdig \
+ --with-image-dir=/usr/share/htdig" &&
+
+ sedit "s|Collection::||g" htsearch/Collection.h &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/web/htdig/DEPENDS b/web/htdig/DEPENDS
new file mode 100644
index 0000000..2063174
--- /dev/null
+++ b/web/htdig/DEPENDS
@@ -0,0 +1,5 @@
+optional_depends %APACHE "--with-apache" "--without-apache" "for http support"
+
+optional_depends zlib "--with-zlib" "--without-zlib" "for zlib support"
+
+optional_depends openssl "--with-ssl" "--without-ssl" "for ssl support"
diff --git a/web/htdig/DETAILS b/web/htdig/DETAILS
new file mode 100644
index 0000000..a3e8207
--- /dev/null
+++ b/web/htdig/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=htdig
+ VERSION=3.2.0b6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:0b28134386e78fe724c56583fbc61b280551122a
+ WEB_SITE=http://www.htdig.org/
+ ENTERED=20101102
+ UPDATED=20101102
+ SHORT="indexing and searching system for a domain or intranet"
+
+cat << EOF
+Indexing and searching system for a domain or intranet
+EOF
More information about the Lunar-commits
mailing list