diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-16 12:06:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-16 12:06:10 +0000 |
commit | 8d5f184023bdefb383180b848c4e649e86f164e6 (patch) | |
tree | 844b1c7df62941d473532ae232d231804dcc50d5 | |
parent | Add LinNeighborhood, a GTK SMB LANbrowser (diff) |
Add karamba, a program that displays various information on your KDE desktop
PR: 50762
Submitted by: Scott A. Moberly <smoberly@karamazov.org>
Notes
Notes:
svn path=/head/; revision=79074
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/karamba/Makefile | 20 | ||||
-rw-r--r-- | deskutils/karamba/distinfo | 1 | ||||
-rw-r--r-- | deskutils/karamba/pkg-descr | 9 | ||||
-rw-r--r-- | deskutils/karamba/pkg-plist | 13 |
5 files changed, 44 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 5ff96df897b6..1f6ae2a9574b 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -25,6 +25,7 @@ SUBDIR += ical SUBDIR += ithought SUBDIR += jlj + SUBDIR += karamba SUBDIR += kbirthday SUBDIR += kdepim3 SUBDIR += knowit diff --git a/deskutils/karamba/Makefile b/deskutils/karamba/Makefile new file mode 100644 index 000000000000..cec66b027653 --- /dev/null +++ b/deskutils/karamba/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: karamba +# Date created: 9 April 2003 +# Whom: Scott A. Moberly +# +# $FreeBSD$ + +PORTNAME= karamba +PORTVERSION= 0.15 +CATEGORIES= deskutils +MASTER_SITES= http://www.efd.lth.se/~d98hk/karamba/src/ + +MAINTAINER= smoberly@karamazov.org +COMMENT= Display various information right on your desktop + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/deskutils/karamba/distinfo b/deskutils/karamba/distinfo new file mode 100644 index 000000000000..9616a725c5d0 --- /dev/null +++ b/deskutils/karamba/distinfo @@ -0,0 +1 @@ +MD5 (karamba-0.15.tar.gz) = 073ebcc52936cd43de9086074df49e0c diff --git a/deskutils/karamba/pkg-descr b/deskutils/karamba/pkg-descr new file mode 100644 index 000000000000..78be707962ea --- /dev/null +++ b/deskutils/karamba/pkg-descr @@ -0,0 +1,9 @@ +Hours of fun for the whole family! + +See the example on the home page for configuration. + +Karamba is a KDE program that can display a lot of various +information right on your desktop. Karamba uses the same +"fake" transparency effect that e.g., Konsole can use. + +WWW: http://www.efd.lth.se/~d98hk/karamba/ diff --git a/deskutils/karamba/pkg-plist b/deskutils/karamba/pkg-plist new file mode 100644 index 000000000000..f180a41ef046 --- /dev/null +++ b/deskutils/karamba/pkg-plist @@ -0,0 +1,13 @@ +bin/karamba +share/applnk/Utilities/karamba.desktop +share/apps/karamba/karambaui.rc +share/doc/HTML/en/karamba/common +share/doc/HTML/en/karamba/index.docbook +share/doc/HTML/en/karamba/index.cache.bz2 +share/icons/locolor/32x32/apps/karamba.png +share/icons/locolor/16x16/apps/karamba.png +@dirrm share/applnk/Utilities +@dirrm share/apps/karamba +@dirrm share/doc/HTML/en/karamba +@dirrm share/icons/locolor/32x32 +@dirrm share/icons/locolor/16x16 |