diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /deskutils/ksmoothdock | |
parent | eec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff) | |
download | ports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip |
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
Notes
Notes:
svn path=/head/; revision=323748
Diffstat (limited to 'deskutils/ksmoothdock')
-rw-r--r-- | deskutils/ksmoothdock/Makefile | 29 | ||||
-rw-r--r-- | deskutils/ksmoothdock/distinfo | 2 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-admin__cvs.sh | 12 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__buttonisedstate.h | 11 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__desktopselector.cpp | 11 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__iconbaseddockitem.cpp | 20 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__ksmoothdock.cpp | 10 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__ksmoothdock.h | 10 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp | 10 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__normalzoomstate.h | 10 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.cpp | 10 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.h | 10 | ||||
-rw-r--r-- | deskutils/ksmoothdock/files/patch-src__task.cpp | 16 | ||||
-rw-r--r-- | deskutils/ksmoothdock/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/ksmoothdock/pkg-plist | 10 |
15 files changed, 0 insertions, 177 deletions
diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile deleted file mode 100644 index 0107df06a48f..000000000000 --- a/deskutils/ksmoothdock/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Arjan van Leeuwen <avleeuwen@piwebs.com> -# $FreeBSD$ - -PORTNAME= ksmoothdock -PORTVERSION= 4.5 -PORTREVISION= 8 -CATEGORIES= deskutils kde -MASTER_SITES= SF -DISTNAME= ${PORTNAME}-${PORTVERSION}_automake-1.9 - -MAINTAINER= pawel@FreeBSD.org -COMMENT= Dock program for KDE with smooth zooming - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_KDELIBS_VER=3 -USES= gmake -USE_AUTOTOOLS= autoconf:env automake:env libtool -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_PERL5_BUILD=yes - -AUTOTOOLSFILES= admin/cvs.sh - -pre-configure: - @cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} . - @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} -f admin/Makefile.common - -.include <bsd.port.mk> diff --git a/deskutils/ksmoothdock/distinfo b/deskutils/ksmoothdock/distinfo deleted file mode 100644 index d085a00b0bf8..000000000000 --- a/deskutils/ksmoothdock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ksmoothdock-4.5_automake-1.9.tar.gz) = f5ce517ac2f3e409c7ced47c457bfc0d2cb6193c0b09bf05778191ce714a021a -SIZE (ksmoothdock-4.5_automake-1.9.tar.gz) = 682937 diff --git a/deskutils/ksmoothdock/files/patch-admin__cvs.sh b/deskutils/ksmoothdock/files/patch-admin__cvs.sh deleted file mode 100644 index c9aa352b5735..000000000000 --- a/deskutils/ksmoothdock/files/patch-admin__cvs.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- admin/cvs.sh.orig 2007-04-16 16:39:49.000000000 -0700 -+++ admin/cvs.sh 2012-04-24 09:21:24.000000000 -0700 -@@ -65,8 +65,3 @@ - case $AUTOMAKE_STRING in -- automake*1.5d* | automake*1.5* | automake*1.5-* ) -- echo "*** YOU'RE USING $AUTOMAKE_STRING." -- echo "*** KDE requires automake $required_automake_version" -- exit 1 -- ;; -- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) -+ automake*%%AUTOMAKE_VERSION%%* ) - echo "*** $AUTOMAKE_STRING found." diff --git a/deskutils/ksmoothdock/files/patch-src__buttonisedstate.h b/deskutils/ksmoothdock/files/patch-src__buttonisedstate.h deleted file mode 100644 index d3059cae8ca0..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__buttonisedstate.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/buttonisedstate.h.orig Sat Sep 16 05:10:50 2006 -+++ src/buttonisedstate.h Thu Mar 15 17:24:14 2007 -@@ -20,6 +20,8 @@ - #ifndef BUTTONISEDSTATE_H - #define BUTTONISEDSTATE_H - -+#include <memory> -+ - #include <qobject.h> - #include "dockstate.h" - diff --git a/deskutils/ksmoothdock/files/patch-src__desktopselector.cpp b/deskutils/ksmoothdock/files/patch-src__desktopselector.cpp deleted file mode 100644 index 01b943662196..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__desktopselector.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/desktopselector.cpp.orig Thu Nov 16 05:33:29 2006 -+++ src/desktopselector.cpp Thu Mar 15 17:24:14 2007 -@@ -45,7 +45,7 @@ - - void DesktopSelector::draw(QPixmap& buffer, int x, int y, int size) { - if (size >= m_minSize && size <= m_maxSize) { -- bitBlt(&buffer, x, y, &m_icons.at(size - m_minSize)); -+ bitBlt(&buffer, x, y, &m_icons[size - m_minSize]); - - QPainter p(&buffer); - if (KWin::currentDesktop() == m_targetDesktop) diff --git a/deskutils/ksmoothdock/files/patch-src__iconbaseddockitem.cpp b/deskutils/ksmoothdock/files/patch-src__iconbaseddockitem.cpp deleted file mode 100644 index e1a55680a3db..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__iconbaseddockitem.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/iconbaseddockitem.cpp.orig Thu Jun 8 09:25:54 2006 -+++ src/iconbaseddockitem.cpp Thu Mar 15 17:24:14 2007 -@@ -86,7 +86,7 @@ - s = m_maxSize; - } - -- return m_icons.at(s - m_minSize); -+ return m_icons[s - m_minSize]; - } - - /** -@@ -109,7 +109,7 @@ - - void IconBasedDockItem::draw(QPixmap& buffer, int x, int y, int size) { - if (size >= m_minSize && size <= m_maxSize) -- bitBlt(&buffer, x, y, &m_icons.at(size - m_minSize)); -+ bitBlt(&buffer, x, y, &m_icons[size - m_minSize]); - } - - /** diff --git a/deskutils/ksmoothdock/files/patch-src__ksmoothdock.cpp b/deskutils/ksmoothdock/files/patch-src__ksmoothdock.cpp deleted file mode 100644 index 70d9bf4ad595..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__ksmoothdock.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ksmoothdock.cpp.orig Thu Nov 16 06:00:33 2006 -+++ src/ksmoothdock.cpp Thu Mar 15 17:24:14 2007 -@@ -24,6 +24,7 @@ - - #include <iostream> - #include <iterator> -+#include <typeinfo> - - #include <qdir.h> - diff --git a/deskutils/ksmoothdock/files/patch-src__ksmoothdock.h b/deskutils/ksmoothdock/files/patch-src__ksmoothdock.h deleted file mode 100644 index ca7b04d87acc..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__ksmoothdock.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ksmoothdock.h.orig Thu Nov 16 06:02:06 2006 -+++ src/ksmoothdock.h Thu Mar 15 17:24:14 2007 -@@ -26,6 +26,7 @@ - #include <config.h> - #endif - -+#include <memory> - #include <vector> - - #include <qwidget.h> diff --git a/deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp b/deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp deleted file mode 100644 index 94be385cfe40..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__normalzoomstate.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/normalzoomstate.cpp.orig Fri Nov 17 20:07:22 2006 -+++ src/normalzoomstate.cpp Thu Mar 15 17:24:14 2007 -@@ -20,6 +20,7 @@ - #include "normalzoomstate.h" - - #include <iostream> -+#include <typeinfo> - #include <unistd.h> - - #include <qapplication.h> diff --git a/deskutils/ksmoothdock/files/patch-src__normalzoomstate.h b/deskutils/ksmoothdock/files/patch-src__normalzoomstate.h deleted file mode 100644 index fd76a1ca217d..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__normalzoomstate.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/normalzoomstate.h.orig Wed Nov 15 21:01:02 2006 -+++ src/normalzoomstate.h Thu Mar 15 17:24:14 2007 -@@ -28,6 +28,7 @@ - * @author the KSmoothDock team <dangvd@yahoo.com> - */ - -+#include <memory> - #include <vector> - - #include <qtimer.h> diff --git a/deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.cpp b/deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.cpp deleted file mode 100644 index 59466a50ab49..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/paraboliczoomstate.cpp.orig Fri Nov 17 20:10:57 2006 -+++ src/paraboliczoomstate.cpp Thu Mar 15 17:24:14 2007 -@@ -20,6 +20,7 @@ - #include "paraboliczoomstate.h" - - #include <iostream> -+#include <typeinfo> - #include <unistd.h> - - #include <qapplication.h> diff --git a/deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.h b/deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.h deleted file mode 100644 index df2f199ca714..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__paraboliczoomstate.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/paraboliczoomstate.h.orig Wed Nov 15 23:33:25 2006 -+++ src/paraboliczoomstate.h Thu Mar 15 17:24:14 2007 -@@ -28,6 +28,7 @@ - * @author the KSmoothDock team <dangvd@yahoo.com> - */ - -+#include <memory> - #include <vector> - - #include <qtimer.h> diff --git a/deskutils/ksmoothdock/files/patch-src__task.cpp b/deskutils/ksmoothdock/files/patch-src__task.cpp deleted file mode 100644 index beb6c4824fe0..000000000000 --- a/deskutils/ksmoothdock/files/patch-src__task.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/task.cpp.orig Tue Nov 7 03:17:19 2006 -+++ src/task.cpp Thu Mar 15 17:24:14 2007 -@@ -46,11 +46,11 @@ - void Task::draw(QPixmap& buffer, int x, int y, int size) { - if (size >= m_minSize && size <= m_maxSize) { - if (m_demandsAttention && (m_timerCount == 1)) { -- KPixmap pix(m_icons.at(size - m_minSize)); -+ KPixmap pix(m_icons[size - m_minSize]); - KPixmapEffect::fade(pix, 0.5, QColor("#ffffff")); - bitBlt(&buffer, x, y, &pix); - } else { -- bitBlt(&buffer, x, y, &m_icons.at(size - m_minSize)); -+ bitBlt(&buffer, x, y, &m_icons[size - m_minSize]); - } - } - } diff --git a/deskutils/ksmoothdock/pkg-descr b/deskutils/ksmoothdock/pkg-descr deleted file mode 100644 index 9a4fe69103c4..000000000000 --- a/deskutils/ksmoothdock/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -KSmoothDock is a dock (quick launcher + pager + taskbar + clock) program for -KDE 3.2 with smooth zooming. Its aim is to provide a cool alternative to -kicker. As it is intended for KDE/Linux, its behaviour will be like that of -kicker. - -WWW: http://ksmoothdock.sourceforge.net/ diff --git a/deskutils/ksmoothdock/pkg-plist b/deskutils/ksmoothdock/pkg-plist deleted file mode 100644 index 5e7a6c00db18..000000000000 --- a/deskutils/ksmoothdock/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/ksmoothdock -share/applnk/Utilities/ksmoothdock.desktop -share/apps/ksmoothdock/ksmoothdockui.rc -share/doc/HTML/en/ksmoothdock/common -share/doc/HTML/en/ksmoothdock/index.cache.bz2 -share/doc/HTML/en/ksmoothdock/index.docbook -share/icons/hicolor/16x16/apps/ksmoothdock.png -share/icons/hicolor/32x32/apps/ksmoothdock.png -@dirrm share/doc/HTML/en/ksmoothdock -@dirrm share/apps/ksmoothdock |