diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-16 11:15:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-16 11:15:49 +0000 |
commit | 90d5fa84215110fdb8a8787babdf5ba2aa80ed6a (patch) | |
tree | c85da7aa9fab9bc197a42930d9316a040fc02ebb /deskutils | |
parent | af83473569402078069b8c87a547e4d9c873819f (diff) | |
download | ports-90d5fa84215110fdb8a8787babdf5ba2aa80ed6a.tar.gz ports-90d5fa84215110fdb8a8787babdf5ba2aa80ed6a.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/kbirthday/Makefile | 22 | ||||
-rw-r--r-- | deskutils/kbirthday/distinfo | 1 | ||||
-rw-r--r-- | deskutils/kbirthday/pkg-descr | 20 | ||||
-rw-r--r-- | deskutils/kbirthday/pkg-plist | 4 |
5 files changed, 48 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index f0b9dfee43ce..5ff96df897b6 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -25,6 +25,7 @@ SUBDIR += ical SUBDIR += ithought SUBDIR += jlj + SUBDIR += kbirthday SUBDIR += kdepim3 SUBDIR += knowit SUBDIR += kronolith diff --git a/deskutils/kbirthday/Makefile b/deskutils/kbirthday/Makefile new file mode 100644 index 000000000000..eb75b2f2f1c5 --- /dev/null +++ b/deskutils/kbirthday/Makefile @@ -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> diff --git a/deskutils/kbirthday/distinfo b/deskutils/kbirthday/distinfo new file mode 100644 index 000000000000..aa6174f228f0 --- /dev/null +++ b/deskutils/kbirthday/distinfo @@ -0,0 +1 @@ +MD5 (kbirthday-0.6.0.tar.gz) = f859b2633ded2dcb600e16d3de2e814e diff --git a/deskutils/kbirthday/pkg-descr b/deskutils/kbirthday/pkg-descr new file mode 100644 index 000000000000..d560649b76c8 --- /dev/null +++ b/deskutils/kbirthday/pkg-descr @@ -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 diff --git a/deskutils/kbirthday/pkg-plist b/deskutils/kbirthday/pkg-plist new file mode 100644 index 000000000000..3871d20e6711 --- /dev/null +++ b/deskutils/kbirthday/pkg-plist @@ -0,0 +1,4 @@ +lib/libkbirthday.so +lib/libkbirthday.la +share/locale/de/LC_MESSAGES/kbirthday.mo +share/apps/kicker/applets/kbirthday.desktop |