Date: Sat, 2 Nov 2002 17:00:03 -0800 (PST) From: Brad Laue <brad@brad-x.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/44788: New Port - Kooka KDE scanning suite Message-ID: <200211030100.gA3103DC018512@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44788; it has been noted by GNATS. From: Brad Laue <brad@brad-x.com> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/44788: New Port - Kooka KDE scanning suite Date: Sat, 2 Nov 2002 19:57:27 -0500 (EST) >Submitter-Id: current-users >Originator: Brad Laue >Organization: brad-x.com >Confidential: no >Synopsis: Re: ports/44788: New Port - Kooka KDE scanning suite >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 4.6-STABLE i386 >Environment: System: FreeBSD TMA-1.brad-x.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 5 16:15:45 EDT 2002 root@TMA-1.brad-x.com:/usr/src/sys/compile/DISCOVERY-IPF i386 >Description: Fix for 44788 - makes the distfile fetchable. >How-To-Repeat: make install >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: # # kooka/ # kooka/Makefile # kooka/distinfo # kooka/pkg-comment # kooka/pkg-descr # kooka/pkg-plist # kooka/files # kooka/files/patch-Makefile.in # echo c - kooka/ mkdir -p kooka/ > /dev/null 2>&1 echo x - kooka/Makefile sed 's/^X//' >kooka/Makefile << 'END-of-kooka/Makefile' XPORTNAME= kooka XPORTVERSION= 0.38 XCATEGORIES= graphics kde XMASTER_SITES= ftp://ftp.suse.com/pub/people/freitag/kooka/ X XMAINTAINER= brad@brad-x.com X XLIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends X XUSE_KDELIBS_VER=3 XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_BZIP2= yes X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/x11/kde3/Makefile.kde" X.include <bsd.port.post.mk> END-of-kooka/Makefile echo x - kooka/distinfo sed 's/^X//' >kooka/distinfo << 'END-of-kooka/distinfo' XMD5 (kooka-0.38.tar.bz2) = 158fcf9d2de487443872005565fb74bb END-of-kooka/distinfo echo x - kooka/pkg-comment sed 's/^X//' >kooka/pkg-comment << 'END-of-kooka/pkg-comment' XKooka - Scan and OCR Suite for KDE END-of-kooka/pkg-comment echo x - kooka/pkg-descr sed 's/^X//' >kooka/pkg-descr << 'END-of-kooka/pkg-descr' XKooka is an intuitive, easy to use KDE scan program. XKooka helps you manage your scanned images, offers XOCR scanning and provides a scan service to all KDE Xapplications through libkscan. X XWWW: http://kooka.kde.org X X- Brad Xbrad@brad-x.com END-of-kooka/pkg-descr echo x - kooka/pkg-plist sed 's/^X//' >kooka/pkg-plist << 'END-of-kooka/pkg-plist' Xbin/kooka Xinclude/devselector.h Xinclude/dispgamma.h Xinclude/gammadialog.h Xinclude/img_canvas.h Xinclude/imgscaledialog.h Xinclude/kgammatable.h Xinclude/kscandevice.h Xinclude/kscanoption.h Xinclude/kscanoptset.h Xinclude/kscanslider.h Xinclude/massscandialog.h Xinclude/previewer.h Xinclude/scanparams.h Xinclude/scansourcedialog.h Xinclude/sizeindicator.h Xlib/libkscan.la Xlib/libkscan.so Xlib/libkscan.so.1 Xshare/apps/kooka/kookaui.rc Xshare/applnk/Graphics/kooka.desktop Xshare/apps/kooka/pics/mirror-both.png Xshare/apps/kooka/pics/mirror-horiz.png Xshare/apps/kooka/pics/mirror-vert.png Xshare/apps/kooka/pics/newfromselect.png Xshare/apps/kooka/pics/ocr-select.png Xshare/apps/kooka/pics/ocr.png Xshare/apps/kooka/pics/scaleorig.png Xshare/apps/kooka/pics/scaletoheight.png Xshare/apps/kooka/pics/scaletowidth.png Xshare/apps/kooka/pics/thumbviewtile.png Xshare/config/kookarc Xshare/icons/hicolor/16x16/actions/palette_color.png Xshare/icons/hicolor/16x16/actions/palette_gray.png Xshare/icons/hicolor/16x16/actions/palette_halftone.png Xshare/icons/hicolor/16x16/actions/palette_lineart.png Xshare/services/scanservice.desktop X@dirrm share/applnk/Graphics X@dirrm share/applnk X@dirrm share/apps/kooka/pics X@dirrm share/apps/kooka X@dirrm share/apps X@dirrm share/config X@dirrm share/icons/hicolor/16x16/actions X@dirrm share/icons/hicolor/16x16 X@dirrm share/icons/hicolor X@dirrm share/icons X@dirrm share/services END-of-kooka/pkg-plist echo c - kooka/files mkdir -p kooka/files > /dev/null 2>&1 echo x - kooka/files/patch-Makefile.in sed 's/^X//' >kooka/files/patch-Makefile.in << 'END-of-kooka/files/patch-Makefile.in' X--- Makefile.in.orig Thu Oct 31 13:14:25 2002 X+++ Makefile.in Thu Oct 31 13:13:43 2002 X@@ -67,10 +67,10 @@ X AS = @AS@ X AUTODIRS = @AUTODIRS@ X AWK = @AWK@ X-CC = @CC@ X+CC ?= @CC@ X CONF_FILES = @CONF_FILES@ X CPP = @CPP@ X-CXX = @CXX@ X+CXX ?= @CXX@ X CXXCPP = @CXXCPP@ X DCOPIDL = @DCOPIDL@ X DCOPIDL2CPP = @DCOPIDL2CPP@ END-of-kooka/files/patch-Makefile.in exit 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?200211030100.gA3103DC018512>