From dc1465e738d8ba5a804d637f3359f745ed23c674 Mon Sep 17 00:00:00 2001 From: markus Date: Mon, 7 Jun 2004 15:01:57 +0000 Subject: Add ksmoothdock 3.4, a dock program for KDE with smooth zooming. PR: ports/67128 Submitted by: Arjan van Leeuwen --- deskutils/Makefile | 1 + deskutils/ksmoothdock/Makefile | 21 +++++++++++++++++++++ deskutils/ksmoothdock/distinfo | 2 ++ deskutils/ksmoothdock/pkg-descr | 9 +++++++++ deskutils/ksmoothdock/pkg-plist | 21 +++++++++++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 deskutils/ksmoothdock/Makefile create mode 100644 deskutils/ksmoothdock/distinfo create mode 100644 deskutils/ksmoothdock/pkg-descr create mode 100644 deskutils/ksmoothdock/pkg-plist (limited to 'deskutils') diff --git a/deskutils/Makefile b/deskutils/Makefile index 7eb1b4f7f082..a60ed08b22b4 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -64,6 +64,7 @@ SUBDIR += krefty SUBDIR += kronolith SUBDIR += krss + SUBDIR += ksmoothdock SUBDIR += ktagebuch SUBDIR += kuake SUBDIR += ljcharm diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile new file mode 100644 index 000000000000..d35db00dfbcc --- /dev/null +++ b/deskutils/ksmoothdock/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ksmoothdock +# Date created: 24 May 2004 +# Whom: Arjan van Leeuwen +# +# $FreeBSD$ +# + +PORTNAME= ksmoothdock +PORTVERSION= 3.4 +CATEGORIES= deskutils kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= avleeuwen@piwebs.com +COMMENT= A dock program for KDE with smooth zooming + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_KDELIBS_VER=3 + +.include diff --git a/deskutils/ksmoothdock/distinfo b/deskutils/ksmoothdock/distinfo new file mode 100644 index 000000000000..8f438e06902a --- /dev/null +++ b/deskutils/ksmoothdock/distinfo @@ -0,0 +1,2 @@ +MD5 (ksmoothdock-3.4.tar.gz) = 3bd90f790c68f659c7bd7ccd89887b86 +SIZE (ksmoothdock-3.4.tar.gz) = 983813 diff --git a/deskutils/ksmoothdock/pkg-descr b/deskutils/ksmoothdock/pkg-descr new file mode 100644 index 000000000000..96a4cc4aee2e --- /dev/null +++ b/deskutils/ksmoothdock/pkg-descr @@ -0,0 +1,9 @@ +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/ + +- Arjan +avleeuwen@piwebs.com diff --git a/deskutils/ksmoothdock/pkg-plist b/deskutils/ksmoothdock/pkg-plist new file mode 100644 index 000000000000..03999ddd642b --- /dev/null +++ b/deskutils/ksmoothdock/pkg-plist @@ -0,0 +1,21 @@ +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 +@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true +@unexec rmdir %D/share/icons 2>/dev/null || true +@dirrm share/doc/HTML/en/ksmoothdock +@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +@unexec rmdir %D/share/doc/HTML 2>/dev/null || true +@dirrm share/apps/ksmoothdock +@unexec rmdir %D/share/apps 2>/dev/null || true +@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true -- cgit