Add kbirthday, a kde kicker-applet, that reminds you of birthdays from the
KDE Addressbook. PR: 50877 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
This commit is contained in:
parent
af83473569
commit
90d5fa8421
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79070
@ -25,6 +25,7 @@
|
||||
SUBDIR += ical
|
||||
SUBDIR += ithought
|
||||
SUBDIR += jlj
|
||||
SUBDIR += kbirthday
|
||||
SUBDIR += kdepim3
|
||||
SUBDIR += knowit
|
||||
SUBDIR += kronolith
|
||||
|
22
deskutils/kbirthday/Makefile
Normal file
22
deskutils/kbirthday/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: KBirthday
|
||||
# Date created: 2003/04/12
|
||||
# Whom: Heiner <h.eichmann@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kbirthday
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://www.gfai.de/~jaham/download/ \
|
||||
http://freshmeat.net/redir/kbirthday/32531/url_tgz/
|
||||
|
||||
MAINTAINER= h.eichmann@gmx.de
|
||||
COMMENT= KDE kicker-applet that reminds you of birthdays and anniversaries
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER=3
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/kbirthday/distinfo
Normal file
1
deskutils/kbirthday/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kbirthday-0.6.0.tar.gz) = f859b2633ded2dcb600e16d3de2e814e
|
20
deskutils/kbirthday/pkg-descr
Normal file
20
deskutils/kbirthday/pkg-descr
Normal file
@ -0,0 +1,20 @@
|
||||
KBirthday is a kicker-applet that reminds you of birthdays and
|
||||
anniversaries from your KDE addressbook. It uses the KDE
|
||||
addressbook API to access the addressbook data. So you
|
||||
can use your favourite addressbook frontend to manage your
|
||||
friends addresses, birthdays and anniversaries.
|
||||
|
||||
Features:
|
||||
|
||||
* support for birthdays and anniversaries from kaddressbook
|
||||
* configurable notification time (past and future events supported)
|
||||
* highlighting of most urgent events with configurable color
|
||||
* shows remaining days to every event
|
||||
* shows age of a person having birthday or years of anniversary
|
||||
|
||||
|
||||
WWW: http://www.gfai.de/~jaham/projects/kbirthday/kbirthday.html
|
||||
WWW: http://home.fhtw-berlin.de/~s0270195/projects/kbirthday/kbirthday.html
|
||||
|
||||
--
|
||||
h.eichmann@gmx.de
|
4
deskutils/kbirthday/pkg-plist
Normal file
4
deskutils/kbirthday/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/libkbirthday.so
|
||||
lib/libkbirthday.la
|
||||
share/locale/de/LC_MESSAGES/kbirthday.mo
|
||||
share/apps/kicker/applets/kbirthday.desktop
|
Loading…
Reference in New Issue
Block a user