[Lunar-commits] <moonbase> htdig: Deleting, no longer maintained upstream

Stefan Wold ratler at lunar-linux.org
Tue Sep 16 10:30:48 CEST 2008


commit c6f72d6bc571f900cbc5a15efd1f9e98800e63fb
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Tue Sep 16 10:30:48 2008 +0200

    htdig: Deleting, no longer maintained upstream
---
 web/htdig/BUILD   |   40 ----------------------------------------
 web/htdig/DEPENDS |    1 -
 web/htdig/DETAILS |   21 ---------------------
 3 files changed, 0 insertions(+), 62 deletions(-)

diff --git a/web/htdig/BUILD b/web/htdig/BUILD
deleted file mode 100644
index 6f9975c..0000000
--- a/web/htdig/BUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-(
-
-  CFLAGS="$CFLAGS -Wno-deprecated"
-  CCFLAGS="$CCFLAGS -Wno-deprecated"
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-  if module_installed apache-mod_ssl; then
-    HTDIGDIR=/usr/share/httpsd/htdig
-    CGIBINDIR=/usr/share/httpd/cgi-bin
-  elif module_installed apache2 ; then
-    HTDIGDIR=/var/www/htdig
-    CGIBINDIR=/var/www/cgi-bin
-  else
-    HTDIGDIR=/usr/share/httpd/htdig
-    CGIBINDIR=/usr/share/httpd/cgi-bin
-  fi
-
-  SEARCHFORM=search.html
-  WEBPREFIX=/htdig
-
-  echo "OPTS=$OPTS"
-  echo "CFLAGS=$CFLAGS"
-
-  ./configure  --prefix=/usr                      \
-               --sysconfdir=/etc                  \
-               --with-config-dir=$HTDIGDIR/conf   \
-               --with-common-dir=$HTDIGDIR/common \
-               --with-database-dir=$HTDIGDIR/db   \
-               --with-default-config-file=$HTDIGDIR/conf/htdig.conf \
-               --with-cgi-bin-dir=$CGIBINDIR      \
-               --with-image-dir=$HTDIGDIR         \
-               --with-search-dir=$HTDIGDIR        \
-               --with-image-url-prefix=$WEBPREFIX \
-               --with-search-form=$SEARCHFORM     \
-               $OPTS              &&
-  make                            &&
-  prepare_install                 &&
-  make    install                 &&
-  cp ${CGIBINDIR}/htsearch /usr/bin
-
-) > $C_FIFO 2>&1
diff --git a/web/htdig/DEPENDS b/web/htdig/DEPENDS
deleted file mode 100644
index 960a6a2..0000000
--- a/web/htdig/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends  "%APACHE"  ""  ""  "to use web interface"
diff --git a/web/htdig/DETAILS b/web/htdig/DETAILS
deleted file mode 100644
index fcf0ec4..0000000
--- a/web/htdig/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
-          MODULE=htdig
-         VERSION=3.1.6
-          SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=htdig-gcc3.2-config.patch
-   SOURCE_URL[0]=http://www.htdig.org/files/
-   SOURCE_URL[1]=http://htdig.sourceforge.net/files/
-   SOURCE_URL[2]=http://htdig.europeanservers.net/files/
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=603fc244ba59ee1efcbe8f2ba087567cb14468d0
-     SOURCE2_VFY=53bc6029663c2b3facad215e857e8aabcb7628fd
-        WEB_SITE=http://www.htdig.org/
-         ENTERED=20020515
-         UPDATED=20020515
-           SHORT="web indexing and searching system for a domain or intranet."
-cat << EOF
-The ht://Dig system is a complete world wide web indexing and searching system
-for a domain or intranet. This system is not meant to replace the need for
-powerful internet-wide search systems like Lycos, Infoseek, Google
-and AltaVista. Instead it is meant to cover the search needs for a single
-company, campus, or even a particular sub section of a web site.
-EOF


More information about the Lunar-commits mailing list