GBirthday is a birthday reminder application that helps you to remember your

evolution contacts' birthdays. It puts an icon on notification area which will
blink when there is any of your contacts' birthday today. You can also check if
there is any of your contacs' birhday on next days.

WWW: http://gbirthday.sourceforge.net/

PR:		ports/130091
Submitted by:	Alexander Logvinov <ports at logvinov.com>
This commit is contained in:
Martin Wilke 2009-01-07 22:12:42 +00:00
parent c6f7dfaf81
commit bd590f6cfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225411
7 changed files with 115 additions and 0 deletions

View file

@ -64,6 +64,7 @@
SUBDIR += gaddr
SUBDIR += ganttproject
SUBDIR += ganyremote
SUBDIR += gbirthday
SUBDIR += gcal
SUBDIR += gcalcli
SUBDIR += gdesklets

View file

@ -0,0 +1,38 @@
# New ports collection makefile for: gbirthday
# Date created: 01 January 2009
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= gbirthday
PORTVERSION= 0.4.1
CATEGORIES= deskutils gnome
MASTER_SITES= SF
MAINTAINER= ports@logvinov.com
COMMENT= A birthday reminder for Evolution contacts
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PYTHON_RUN= yes
USE_GNOME= pygtk2 evolutiondataserver
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/${PORTNAME}|${DATADIR}|g' \
${WRKSRC}/${PORTNAME}.py ${WRKSRC}/${PORTNAME}.desktop
@${RM} ${WRKSRC}/languages/*.orig
do-install:
.for dir in pics languages
@${MKDIR} ${DATADIR}/${dir}
${INSTALL_DATA} ${WRKSRC}/${dir}/* ${DATADIR}/${dir}/
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${DATADIR}
${LN} -fs ${DATADIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (gbirthday-0.4.1.tar.gz) = d2a028ab886d05702152386e6e2978c7
SHA256 (gbirthday-0.4.1.tar.gz) = 22094bc69a0ab1490875988bd485ac07be8eeab436d394ec2e0d5250f4ca12ff
SIZE (gbirthday-0.4.1.tar.gz) = 38572

View file

@ -0,0 +1,17 @@
--- gbirthday.desktop.orig 2007-11-21 08:25:22.000000000 +0900
+++ gbirthday.desktop 2009-01-01 19:22:13.000000000 +0900
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=GBirthday
+Name[ru]=Напоминание о Днях рождения GBirthday
Version=0.4.0
Comment=Birthday reminder for Evolution contacts
Comment[en]=Birthday reminder for Evolution contacts
@@ -9,6 +10,7 @@
Comment[gl]=Recordatorio de aniversarios pros contactos do Evolution
Comment[it]=Promemoria compleanno per i contatti di Evolution
Comment[pt]=Lembrete dos aniversários para os contatos do Evolution
+Comment[ru]=Напоминание о Днях рождения для контактов Evolution
Comment[sk]=Upozornenie na narodeniny pre kontakty programu Evolution
Exec=gbirthday
Terminal=false

View file

@ -0,0 +1,24 @@
--- languages/ru.lang 2009-01-01 18:35:18.000000000 +0900
+++ languages/ru.lang 2009-01-01 18:33:20.000000000 +0900
@@ -0,0 +1,21 @@
+about_language=Русский перевод
+about_translation=Alexander Logvinov
+about_comments=Напоминание о Днях рождения для контактов Evolution
+menu_reload=Загрузить данные
+menu_blink=Остановить индикацию
+menu_preferences=Настройки
+menu_about=О программе
+menu_quit=Выход
+pref_past=Предыдущие Дни рождения
+pref_next=Следующие Дни рождения
+pref_button=Сохранить и выйти
+pos_month=2
+pos_day=1
+txt_birthday=Дни рождения
+txt_empty=В указанном периоде Дней рождения нет
+txt_today=Сегодня
+txt_yesterday=Вчера
+txt_daysago=### дня(ей) назад
+txt_tomorrow=Завтра
+txt_days=дня(ей)
+txt_years=лет

View file

@ -0,0 +1,6 @@
GBirthday is a birthday reminder application that helps you to remember your
evolution contacts' birthdays. It puts an icon on notification area which will
blink when there is any of your contacts' birthday today. You can also check if
there is any of your contacs' birhday on next days.
WWW: http://gbirthday.sourceforge.net/

View file

@ -0,0 +1,26 @@
bin/gbirthday
share/applications/gbirthday.desktop
%%DATADIR%%/gbirthday.py
%%DATADIR%%/languages/de.lang
%%DATADIR%%/languages/en.lang
%%DATADIR%%/languages/es.lang
%%DATADIR%%/languages/es_AR.lang
%%DATADIR%%/languages/es_ES.lang
%%DATADIR%%/languages/fr.lang
%%DATADIR%%/languages/gl.lang
%%DATADIR%%/languages/it.lang
%%DATADIR%%/languages/ru.lang
%%DATADIR%%/languages/pt.lang
%%DATADIR%%/languages/sk.lang
%%DATADIR%%/pics/birthday.png
%%DATADIR%%/pics/birthdaylost.png
%%DATADIR%%/pics/birthdaynext.png
%%DATADIR%%/pics/birthdaytoday.png
%%DATADIR%%/pics/gbirthday.png
%%DATADIR%%/pics/gbirthday.svg
%%DATADIR%%/pics/nobirthday.png
%%DATADIR%%/pics/pie.svg
@dirrmtry %%DATADIR%%/languages
@dirrmtry %%DATADIR%%/pics
@dirrmtry %%DATADIR%%
@dirrmtry share/applications