Douglas Thrift's Search Engine is an indexing search engine for use on small

websites such as personal or small business sites.  It is designed to be
very similar to Google for end users and its output is customizable.  For
indexing, it supports both the Robots Exclusion Protocol and the Robots META
Tag as specified at http://www.robotstxt.org/wc/exclusion.html.

WWW: http://computers.douglasthrift.net/searchengine/

PR:		ports/64794
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
This commit is contained in:
Pav Lucistnik 2004-03-29 18:05:44 +00:00
parent 0a7d6dc152
commit f80701e818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105638
5 changed files with 69 additions and 0 deletions

View File

@ -76,6 +76,7 @@
SUBDIR += dillo
SUBDIR += drivel
SUBDIR += drupal
SUBDIR += dtse
SUBDIR += eldav.el
SUBDIR += elinks
SUBDIR += emacs-w3m

39
www/dtse/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: dtse
# Date created: 7 Mar 2004
# Whom: Douglas Thrift <douglas@douglasthrift.net>
#
# $FreeBSD$
#
PORTNAME= dtse
PORTVERSION= 1.2
CATEGORIES= www perl5
MASTER_SITES= http://computers.douglasthrift.net/searchengine/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= douglas@douglasthrift.net
COMMENT= An indexing search engine for use on small websites
.if defined(WITH_OPENSSL)
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
.endif
USE_PERL5= yes
USE_BZIP2= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}/${PORTNAME}
MAKEFILE= GNUmakefile
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GCC= 3.3
.endif
.include <bsd.port.post.mk>

2
www/dtse/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (dtse-1.2-src.tar.bz2) = b7f7570f4f3ef96b66bafc236c4d91cd
SIZE (dtse-1.2-src.tar.bz2) = 84957

10
www/dtse/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
Douglas Thrift's Search Engine is an indexing search engine for use on small
websites such as personal or small business sites. It is designed to be
very similar to Google for end users and its output is customizable. For
indexing, it supports both the Robots Exclusion Protocol and the Robots META
Tag as specified at http://www.robotstxt.org/wc/exclusion.html.
WWW: http://computers.douglasthrift.net/searchengine/
- Douglas Thrift
douglas@douglasthrift.net

17
www/dtse/pkg-plist Normal file
View File

@ -0,0 +1,17 @@
dtse/LICENSE
dtse/LICENSE.html
dtse/README
dtse/README.html
dtse/osi-certified-90x75.png
dtse/bin/Search
dtse/http/dtse_pb.png
dtse/http/search.cgi
dtse/data/header.html
dtse/data/body.html
dtse/data/footer.html
dtse/data/notfound.html
dtse/data/pages.html
@dirrm dtse/bin
@dirrm dtse/http
@dirrm dtse/data
@dirrm dtse