# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # dtse # dtse/Makefile # dtse/distinfo # dtse/pkg-descr # dtse/pkg-plist # echo c - dtse mkdir -p dtse > /dev/null 2>&1 echo x - dtse/Makefile sed 's/^X//' >dtse/Makefile << 'END-of-dtse/Makefile' X# New ports collection makefile for: dtse X# Date created: 7 Mar 2004 X# Whom: Douglas Thrift X# X# $FreeBSD$ X# X XPORTNAME= dtse XPORTVERSION= 1.2 XCATEGORIES= www perl5 XMASTER_SITES= http://computers.douglasthrift.net/searchengine/download/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-src XEXTRACT_SUFX= .tar.bz2 X XMAINTAINER= douglas@douglasthrift.net XCOMMENT= An indexing search engine for use on small websites X X.if defined(WITH_OPENSSL) XUSE_OPENSSL= yes X.endif X X.include X X.if ${OSVERSION} < 500000 XBUILD_DEPENDS+= g++33:${PORTSDIR}/lang/gcc33 XCC= gcc33 XCXX= g++33 X.endif X XUSE_PERL5= yes XUSE_BZIP2= yes XUSE_GMAKE= yes X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX}/${PORTNAME} X X.if defined(WITH_OPENSSL) XCONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} X.endif X XMAKEFILE= GNUmakefile X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X.include END-of-dtse/Makefile echo x - dtse/distinfo sed 's/^X//' >dtse/distinfo << 'END-of-dtse/distinfo' XMD5 (dtse-1.2-src.tar.bz2) = b7f7570f4f3ef96b66bafc236c4d91cd XSIZE (dtse-1.2-src.tar.bz2) = 84957 END-of-dtse/distinfo echo x - dtse/pkg-descr sed 's/^X//' >dtse/pkg-descr << 'END-of-dtse/pkg-descr' XDouglas Thrift's Search Engine is an indexing search engine for use on small Xwebsites such as personal or small business sites. It is designed to be Xvery similar to Google for end users and its output is customizable. For Xindexing, it supports both the Robots Exclusion Protocol and the Robots META XTag as specified at http://www.robotstxt.org/wc/exclusion.html. X XWWW: http://computers.douglasthrift.net/searchengine/ X X- Douglas Thrift Xdouglas@douglasthrift.net END-of-dtse/pkg-descr echo x - dtse/pkg-plist sed 's/^X//' >dtse/pkg-plist << 'END-of-dtse/pkg-plist' Xdtse/LICENSE Xdtse/LICENSE.html Xdtse/README Xdtse/README.html Xdtse/osi-certified-90x75.png Xdtse/bin/Search Xdtse/http/dtse_pb.png Xdtse/http/search.cgi Xdtse/data/header.html Xdtse/data/body.html Xdtse/data/footer.html Xdtse/data/notfound.html Xdtse/data/pages.html X@dirrm dtse/bin X@dirrm dtse/http X@dirrm dtse/data X@dirrm dtse END-of-dtse/pkg-plist exit