# 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: # # strigiapplet # strigiapplet/Makefile # strigiapplet/distinfo # strigiapplet/pkg-plist # strigiapplet/pkg-descr # echo c - strigiapplet mkdir -p strigiapplet > /dev/null 2>&1 echo x - strigiapplet/Makefile sed 's/^X//' >strigiapplet/Makefile << 'END-of-strigiapplet/Makefile' X# New ports collection Makefile for: strigiapplet X# Date created: 2008-01-12 X# Whom: arved X# X# $FreeBSD$ X XPORTNAME= strigiapplet XPORTVERSION= 0.5.7 XCATEGORIES= deskutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= strigi X XMAINTAINER= kde@FreeBSD.org XCOMMENT= StrigiApplet is a KDE client for Strigi X XBUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake XLIB_DEPENDS= searchclient:${PORTSDIR}/deskutils/strigi X XUSE_BZIP2= yes XUSE_KDELIBS_VER=3 XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build XCMAKE?= ${LOCALBASE}/bin/cmake XMAKE_ENV= VERBOSE="1" XCMAKE_ARGS= -DCMAKE_BUILD_TYPE=DEBUG \ X -DCMAKE_INSTALL_PREFIX=${PREFIX} \ X -DCMAKE_C_COMPILER:STRING='${CC}' \ X -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ X -DCMAKE_CXX_COMPILER:STRING=${CXX} \ X -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" X Xdo-configure: X ${MKDIR} ${WRKSRC} X cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${CMAKE} ${CMAKE_ARGS} .. X X X.include END-of-strigiapplet/Makefile echo x - strigiapplet/distinfo sed 's/^X//' >strigiapplet/distinfo << 'END-of-strigiapplet/distinfo' XMD5 (strigiapplet-0.5.7.tar.bz2) = 9f899651a32eb7c6d89220b0041f952d XSHA256 (strigiapplet-0.5.7.tar.bz2) = 5bbe932c52116d5754a77fdc64b5e5ef38fa9b7a1aead6597e1cba74788b5e7e XSIZE (strigiapplet-0.5.7.tar.bz2) = 32034 END-of-strigiapplet/distinfo echo x - strigiapplet/pkg-plist sed 's/^X//' >strigiapplet/pkg-plist << 'END-of-strigiapplet/pkg-plist' Xbin/strigiapplet Xlib/kde3/kio_jstream.la Xlib/kde3/kio_jstream.so Xlib/kde3/kio_strigi.la Xlib/kde3/kio_strigi.so Xlib/kde3/strigi_panelapplet.la Xlib/kde3/strigi_panelapplet.so Xshare/applications/kde/strigi.desktop Xshare/apps/kicker/applets/strigiapplet.desktop Xshare/apps/kio_strigi/kio_strigi.css Xshare/autostart/strigiapplet.desktop Xshare/icons/hicolor/22x22/apps/strigiapplet.png Xshare/services/jstream.protocol Xshare/services/strigi.protocol END-of-strigiapplet/pkg-plist echo x - strigiapplet/pkg-descr sed 's/^X//' >strigiapplet/pkg-descr << 'END-of-strigiapplet/pkg-descr' XStrigiApplet is a KDE client for Strigi. Since it's a kicker applet, it is Xintegrated into the hole window manager. X XTo perform searches just type your text into the dedicated box shown into Xkicker and press enter. Results will be displayed into a konqueror window. X XYou can configure any aspect of the Strigi daemon from the kicker applet or Xfrom the konqueror view. X XWWW: http://strigi.sourceforge.net/ END-of-strigiapplet/pkg-descr exit