Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 16:26:39 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/15424: new port: www/kwebsearch
Message-ID:  <199912112126.QAA44289@argon.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>Number:         15424
>Category:       ports
>Synopsis:       new port: www/kwebsearch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 13:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999     root@argon.blackdawn.com:/usr/src/sys/compile/ARGON  i386

>Description:

KWebSearch is a utility to search search engines from one
program. Reminds me of Sherlock on the MacOS.

This program requires USE_NEWGCC for kdelibs11/qt142 ports.
Therefore people on -STABLE will have to do the job manually,
at least until se@FreeBSD.org & andreas@FreeBSD.org fix
their ports.

>How-To-Repeat:

use the shar below to commit the new port to the tree.

>Fix:

# 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:
#
#	kwebsearch
#	kwebsearch/files
#	kwebsearch/files/md5
#	kwebsearch/pkg
#	kwebsearch/pkg/COMMENT
#	kwebsearch/pkg/DESCR
#	kwebsearch/pkg/PLIST
#	kwebsearch/Makefile
#
echo c - kwebsearch
mkdir -p kwebsearch > /dev/null 2>&1
echo c - kwebsearch/files
mkdir -p kwebsearch/files > /dev/null 2>&1
echo x - kwebsearch/files/md5
sed 's/^X//' >kwebsearch/files/md5 << 'END-of-kwebsearch/files/md5'
XMD5 (kwebsearch-1.2.tar.gz) = 18dd3edb824cc958a3969d171030200d
END-of-kwebsearch/files/md5
echo c - kwebsearch/pkg
mkdir -p kwebsearch/pkg > /dev/null 2>&1
echo x - kwebsearch/pkg/COMMENT
sed 's/^X//' >kwebsearch/pkg/COMMENT << 'END-of-kwebsearch/pkg/COMMENT'
XKDE application to do searches from one point.
END-of-kwebsearch/pkg/COMMENT
echo x - kwebsearch/pkg/DESCR
sed 's/^X//' >kwebsearch/pkg/DESCR << 'END-of-kwebsearch/pkg/DESCR'
XExcerpt from the README:
XKWebSearch is a little program for KDE that can call various
Xsearch engines with keywords you specify and it opens the result
Xin your favourite browser (KFM, Netscape, Lynx or Clipboard).
XIt also gives you Statistics about how often you used which browser
Xor how often you used which search engine. The engines for the
XInternational Version are : Altavista, Lycos, Goto, Goggle, Datahit,
XAsk Jeeves, Yahoo, DMOZ, Deja, Icecast, Audiofind, CDDB, Freshmeat,
XSlashdot and more. German and French KWebSearch's have also their
Xlanguage specific Engines (like the german or french yahoo).
X
X---
X
XKWebSearch's functionality is still under development.. people
Xwho are not running KDE should be careful to select a browser
Xother than KFM, or else KWebSearch won't work.
X
XWWW: http://www.bawue.de/~rgoetz/kwebsearch.html
XAuthor: Markus Goetz <guruz@gmx.de>
X
X--Will <andrews@technologist.com>
END-of-kwebsearch/pkg/DESCR
echo x - kwebsearch/pkg/PLIST
sed 's/^X//' >kwebsearch/pkg/PLIST << 'END-of-kwebsearch/pkg/PLIST'
Xbin/kwebsearch
Xshare/applnk/Internet/kwebsearch.kdelnk
Xshare/icons/kwebsearch.xpm
Xshare/icons/mini/kwebsearch.xpm
Xshare/apps/kwebsearch/searchengines/system_wide_standard
Xshare/apps/kwebsearch/searchengines/lang_specific_de
Xshare/apps/kwebsearch/searchengines/lang_specific_fr
Xshare/apps/kwebsearch/searchengines/lang_specific_da
Xshare/apps/kwebsearch/searchengines/lang_specific_es
Xshare/apps/kwebsearch/searchengines/lang_specific_pt
Xshare/locale/da/LC_MESSAGES/kwebsearch.mo
Xshare/locale/de/LC_MESSAGES/kwebsearch.mo
X@dirrm share/apps/kwebsearch/searchengines
X@dirrm share/apps/kwebsearch
END-of-kwebsearch/pkg/PLIST
echo x - kwebsearch/Makefile
sed 's/^X//' >kwebsearch/Makefile << 'END-of-kwebsearch/Makefile'
X# New ports collection makefile for:	kwebsearch
X# Version required:	1.2
X# Date created:		11 Dec 1999
X# Whom:			Will Andrews <andrews@technologist.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	kwebsearch-1.2
XCATEGORIES=	www kde
XMASTER_SITES=	http://www.bawue.de/~rgoetz/
X
XMAINTAINER=	andrews@technologist.com
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=${LOCALBASE}
XUSE_GMAKE=      yes
XUSE_QT=		yes
XUSE_NEWGCC=     yes
X
X.include <bsd.port.pre.mk>
X.if ${OSVERSION} < 400004
X.if !defined(LIBS_NEWGCC)
XBROKEN=         ..unless you have compiled kdelibs11 and qt142 with new g++.
X.endif
X.endif
X
X.include <bsd.port.mk>
END-of-kwebsearch/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912112126.QAA44289>