From c945ab9477002608dac69f344be7d3f1f1b7d511 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 26 Jul 2013 19:19:20 +0000 Subject: KDE3 and QT3 expired on 2013-07-01, remove these ports. Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt --- graphics/kooka/Makefile | 45 --------------------------------------------- graphics/kooka/distinfo | 2 -- graphics/kooka/pkg-descr | 11 ----------- graphics/kooka/pkg-plist | 41 ----------------------------------------- 4 files changed, 99 deletions(-) delete mode 100644 graphics/kooka/Makefile delete mode 100644 graphics/kooka/distinfo delete mode 100644 graphics/kooka/pkg-descr delete mode 100644 graphics/kooka/pkg-plist (limited to 'graphics/kooka') diff --git a/graphics/kooka/Makefile b/graphics/kooka/Makefile deleted file mode 100644 index 2e7333fc06ab..000000000000 --- a/graphics/kooka/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: kooka -# Date created: July 09 2004 -# Whom: Michael Nottebrock -# -# $FreeBSD$ -# - -PORTNAME= kooka -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 4 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -PKGNAMEPREFIX= kdegraphics- -DISTNAME= kdegraphics-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= ports@FreeBSD.org -COMMENT= Raster image scan program for KDE - -LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends -RUN_DEPENDS= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr - -CONFLICTS= kdegraphics-3.1.* kdegraphics-3.2.[0-3] - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/kdegraphics-${PORTVERSION} -USE_LDCONFIG= yes - -pre-configure: - ${ECHO_CMD} libkscan ${PORTNAME} doc > ${WRKSRC}/inst-apps - ${REINPLACE_CMD} \ - 's|^SUBDIRS =.*${PORTNAME}.*$$|SUBDIRS =\. ${PORTNAME}|g' \ - ${WRKSRC}/doc/Makefile.in - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include diff --git a/graphics/kooka/distinfo b/graphics/kooka/distinfo deleted file mode 100644 index 8930fac32c47..000000000000 --- a/graphics/kooka/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kdegraphics-3.5.10.tar.bz2) = bdc73fa98008aa64b72636282bf0d83c7bb3e6d4ba1d0831277dda469b57408b -SIZE (KDE/kdegraphics-3.5.10.tar.bz2) = 7440912 diff --git a/graphics/kooka/pkg-descr b/graphics/kooka/pkg-descr deleted file mode 100644 index f3f3d8c8cb39..000000000000 --- a/graphics/kooka/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Kooka is an intuitive, easy to use open source GNU/Linux scan program -which is released under the GNU General Public License with exceptions. - -Kooka is the scan application of choice for the KDE project and -thus it is official part of the KDE Graphics Package. - -Kooka helps you to handle the most important scan parameters, find -the correct image file format to save and manage your scanned images. -It offers support for different OCR modules. Libkscan, a autonomous -part of Kooka, provides a scan service for easy and consistent use -to all KDE applications. diff --git a/graphics/kooka/pkg-plist b/graphics/kooka/pkg-plist deleted file mode 100644 index 325d96594523..000000000000 --- a/graphics/kooka/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/kooka -lib/libkscan.a -lib/libkscan.la -lib/libkscan.so -lib/libkscan.so.1 -share/applications/kde/kooka.desktop -share/apps/kooka/kookaui.rc -share/apps/kooka/pics/gocr.png -share/apps/kooka/pics/lockzoom.png -share/apps/kooka/pics/mirror-both.png -share/apps/kooka/pics/mirror-horiz.png -share/apps/kooka/pics/mirror-vert.png -share/apps/kooka/pics/newfromselect.png -share/apps/kooka/pics/ocr-select.png -share/apps/kooka/pics/ocr.png -share/apps/kooka/pics/ocrad.png -share/apps/kooka/pics/scaleorig.png -share/apps/kooka/pics/scaletoheight.png -share/apps/kooka/pics/scaletowidth.png -share/apps/kooka/pics/thumbviewtile.png -share/config/kookarc -share/doc/HTML/en/kooka/common -share/doc/HTML/en/kooka/index.cache.bz2 -share/doc/HTML/en/kooka/index.docbook -share/doc/HTML/en/kooka/kooka_gocr.png -share/doc/HTML/en/kooka/kooka_gocr_result.png -share/doc/HTML/en/kooka/kooka_mainctrl.png -share/doc/HTML/en/kooka/ocr-select.png -share/doc/HTML/en/kooka/shortcut0.png -share/doc/HTML/en/kooka/shortcut1.png -share/doc/HTML/en/kooka/toolbar.png -share/doc/HTML/en/kooka/toolbar1.png -share/doc/HTML/en/kooka/toolbar2.png -share/icons/crystalsvg/16x16/actions/palette_color.png -share/icons/crystalsvg/16x16/actions/palette_gray.png -share/icons/crystalsvg/16x16/actions/palette_halftone.png -share/icons/crystalsvg/16x16/actions/palette_lineart.png -share/services/scanservice.desktop -@dirrm share/doc/HTML/en/kooka -@dirrm share/apps/kooka/pics -@dirrm share/apps/kooka -- cgit