[Midnightbsd-cvs] mports: mports/deskutils:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Dec 3 00:48:29 EST 2007


Log Message:
-----------


Modified Files:
--------------
    mports/deskutils:
        Makefile (r1.21 -> r1.22)

Added Files:
-----------
    mports/deskutils/kbirthday:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -L deskutils/Makefile -L deskutils/Makefile -u -r1.21 -r1.22
--- deskutils/Makefile
+++ deskutils/Makefile
@@ -1,5 +1,4 @@
 # $MidnightBSD$
-#
 
     COMMENT = Things that used to be on the desktop before computers were invented
 
@@ -23,6 +22,7 @@
     SUBDIR += gworkspace
     SUBDIR += hot-babe
     SUBDIR += jlj
+    SUBDIR += kbirthday
     SUBDIR += linux-sunbird
     SUBDIR += ljclive
     SUBDIR += preferencepanes
--- /dev/null
+++ deskutils/kbirthday/pkg-descr
@@ -0,0 +1,16 @@
+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
--- /dev/null
+++ deskutils/kbirthday/pkg-plist
@@ -0,0 +1,9 @@
+lib/libkbirthday.a
+lib/libkbirthday.la
+lib/libkbirthday.so
+share/apps/kicker/applets/kbirthday.desktop
+share/icons/hicolor/16x16/apps/kbirthday.png
+share/icons/hicolor/32x32/apps/kbirthday.png
+share/locale/de/LC_MESSAGES/kbirthday.mo
+share/locale/es/LC_MESSAGES/kbirthday.mo
+share/locale/ru/LC_MESSAGES/kbirthday.mo
--- /dev/null
+++ deskutils/kbirthday/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for:    KBirthday
+# Date created:                         2003/04/12
+# Whom:                                 Heiner <h.eichmann at gmx.de>
+#
+# $MidnightBSD: mports/deskutils/kbirthday/Makefile,v 1.1 2007/12/03 05:48:27 laffer1 Exp $
+# $FreeBSD: ports/deskutils/kbirthday/Makefile,v 1.15 2007/05/19 20:01:40 flz Exp $
+
+PORTNAME=	kbirthday
+PORTVERSION=	0.7.3
+CATEGORIES=	deskutils kde
+MASTER_SITES=	http://www.gfai.de/~jaham/download/ \
+		http://freshmeat.net/redir/kbirthday/32531/url_tgz/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	KDE kicker-applet that reminds you of birthdays and anniversaries
+
+USE_AUTOTOOLS=	libtool:15
+USE_GMAKE=	yes
+USE_KDELIBS_VER=3
+INSTALLS_SHLIB=	yes
+# may or may not solve the alpha compilation issue....
+CONFIGURE_ARGS=	--with-pic
+
+# necesary to access the second master site by getting rid of the default switch -A
+FETCH_CMD ?=/usr/bin/fetch -Rr
+
+post-patch:
+	${REINPLACE_CMD} -e "s,-Wmissing-prototypes,-fPIC," ${WRKSRC}/configure
+
+.include <bsd.port.mk>
--- /dev/null
+++ deskutils/kbirthday/distinfo
@@ -0,0 +1,3 @@
+MD5 (kbirthday-0.7.3.tar.gz) = 997b6003772a67042cfdf9a45bdb2b19
+SHA256 (kbirthday-0.7.3.tar.gz) = a6d2d45ae90e06dc11f6e4e9617b9cb36cd236a37c4990be94c8344efa9b5f65
+SIZE (kbirthday-0.7.3.tar.gz) = 567367


More information about the Midnightbsd-cvs mailing list