Add karamba, a program that displays various information on your KDE desktop
PR: 50762 Submitted by: Scott A. Moberly <smoberly@karamazov.org>
This commit is contained in:
parent
5bb835f439
commit
8d5f184023
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79074
5 changed files with 44 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
SUBDIR += ical
|
||||
SUBDIR += ithought
|
||||
SUBDIR += jlj
|
||||
SUBDIR += karamba
|
||||
SUBDIR += kbirthday
|
||||
SUBDIR += kdepim3
|
||||
SUBDIR += knowit
|
||||
|
|
20
deskutils/karamba/Makefile
Normal file
20
deskutils/karamba/Makefile
Normal file
|
@ -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>
|
1
deskutils/karamba/distinfo
Normal file
1
deskutils/karamba/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (karamba-0.15.tar.gz) = 073ebcc52936cd43de9086074df49e0c
|
9
deskutils/karamba/pkg-descr
Normal file
9
deskutils/karamba/pkg-descr
Normal file
|
@ -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/
|
13
deskutils/karamba/pkg-plist
Normal file
13
deskutils/karamba/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue