summaryrefslogtreecommitdiffstats
path: root/deskutils/gdeskcal
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 20:26:50 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 20:26:50 +0800
commit0325264b81ca8c91adde22d2984f2688495bff67 (patch)
treee7ac85e920e1b3900695a9c23bd06e93896e74ca /deskutils/gdeskcal
parente374295496b27d65f563cb386dd3e92d4fae0dc1 (diff)
downloadmarcuscom-ports-0325264b81ca8c91adde22d2984f2688495bff67.tar
marcuscom-ports-0325264b81ca8c91adde22d2984f2688495bff67.tar.gz
marcuscom-ports-0325264b81ca8c91adde22d2984f2688495bff67.tar.bz2
marcuscom-ports-0325264b81ca8c91adde22d2984f2688495bff67.tar.lz
marcuscom-ports-0325264b81ca8c91adde22d2984f2688495bff67.tar.xz
marcuscom-ports-0325264b81ca8c91adde22d2984f2688495bff67.tar.zst
marcuscom-ports-0325264b81ca8c91adde22d2984f2688495bff67.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6621 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gdeskcal')
-rw-r--r--deskutils/gdeskcal/Makefile54
-rw-r--r--deskutils/gdeskcal/distinfo3
-rw-r--r--deskutils/gdeskcal/pkg-descr5
-rw-r--r--deskutils/gdeskcal/pkg-plist101
4 files changed, 163 insertions, 0 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile
new file mode 100644
index 000000000..40ecae4d6
--- /dev/null
+++ b/deskutils/gdeskcal/Makefile
@@ -0,0 +1,54 @@
+# New ports collection makefile for: gdeskcal
+# Date created: 27 February 2003
+# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gdeskcal
+PORTVERSION= 0.57.1
+PORTREVISION= 3
+CATEGORIES= deskutils python gnome
+MASTER_SITES= http://www.pycage.de/download/
+DISTNAME= gDeskCal-${PORTVERSION:S/./_/g}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A calendar for the gnome2 desktop with smooth alpha-blending
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+
+WRKSRC= ${WRKDIR}/gDeskCal-${PORTVERSION}
+
+USE_PYTHON= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehier
+NO_BUILD= yes
+
+DATA_DIRS= code data skins
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|"locale"|"${PREFIX}/share/locale"|g' \
+ ${WRKSRC}/code/values.py
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/gnome/gdeskcal
+ for d in ${DATA_DIRS}; do \
+ ${MKDIR} ${PREFIX}/share/gnome/gdeskcal/$$d ; \
+ cd ${WRKSRC}/$$d && ${FIND} . | \
+ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} \
+ ${PREFIX}/share/gnome/gdeskcal/$$d ; \
+ done
+ ${INSTALL_SCRIPT} ${WRKSRC}/gdeskcal \
+ ${PREFIX}/share/gnome/gdeskcal
+
+ ${MKDIR} ${PREFIX}/share/locale/ar/LC_MESSAGES
+
+.for i in ar bg cs de de_AT el es fi fr he hu is it \
+ ja ko lt nl no pl ru sk sr sv tr uk zh_CN
+ ${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
+ ${INSTALL_DATA} ${WRKSRC}/locale/${i}/LC_MESSAGES/gdeskcal.mo \
+ ${PREFIX}/share/locale/${i}/LC_MESSAGES
+.endfor
+ ${LN} -sf ${PREFIX}/share/gnome/gdeskcal/gdeskcal ${PREFIX}/bin/gdeskcal
+
+.include <bsd.port.mk>
diff --git a/deskutils/gdeskcal/distinfo b/deskutils/gdeskcal/distinfo
new file mode 100644
index 000000000..4247cbdc9
--- /dev/null
+++ b/deskutils/gdeskcal/distinfo
@@ -0,0 +1,3 @@
+MD5 (gDeskCal-0_57_1.tar.gz) = c2c1de1046e9026558c51e90fe6f8a9e
+SHA256 (gDeskCal-0_57_1.tar.gz) = 3291f36b00d6eb853417e614c852c2e38b4a807e5c23cec0890b889e7b093e96
+SIZE (gDeskCal-0_57_1.tar.gz) = 102826
diff --git a/deskutils/gdeskcal/pkg-descr b/deskutils/gdeskcal/pkg-descr
new file mode 100644
index 000000000..73a4ec03e
--- /dev/null
+++ b/deskutils/gdeskcal/pkg-descr
@@ -0,0 +1,5 @@
+gDeskCal is a cute little eye-candy calendar for your desktop.
+It features transparency with smooth alpha-blending and its appearance
+can be changed completely by using skins.
+
+WWW: http://www.pycage.de/software_gdeskcal.html
diff --git a/deskutils/gdeskcal/pkg-plist b/deskutils/gdeskcal/pkg-plist
new file mode 100644
index 000000000..191d32eec
--- /dev/null
+++ b/deskutils/gdeskcal/pkg-plist
@@ -0,0 +1,101 @@
+bin/gdeskcal
+share/gnome/gdeskcal/code/BGWatcher.py
+share/gnome/gdeskcal/code/Cal.py
+share/gnome/gdeskcal/code/CalLabel.py
+share/gnome/gdeskcal/code/CalMediator.py
+share/gnome/gdeskcal/code/CalWindow.py
+share/gnome/gdeskcal/code/Config.py
+share/gnome/gdeskcal/code/ConfigFormatLoader.py
+share/gnome/gdeskcal/code/ConfigLoader.py
+share/gnome/gdeskcal/code/FileWatcher.py
+share/gnome/gdeskcal/code/GlassWindow.py
+share/gnome/gdeskcal/code/ListBox.py
+share/gnome/gdeskcal/code/Menu.py
+share/gnome/gdeskcal/code/Navigation.py
+share/gnome/gdeskcal/code/Observable.py
+share/gnome/gdeskcal/code/SkinBrowser.py
+share/gnome/gdeskcal/code/TimeWatcher.py
+share/gnome/gdeskcal/code/__init__.py
+share/gnome/gdeskcal/code/cmdlineparser.py
+share/gnome/gdeskcal/code/configvalues.py
+share/gnome/gdeskcal/code/desktop.py
+share/gnome/gdeskcal/code/errormessage.py
+share/gnome/gdeskcal/code/formats.py
+share/gnome/gdeskcal/code/i18n.py
+share/gnome/gdeskcal/code/icon.py
+share/gnome/gdeskcal/code/planner/CalEditor.py
+share/gnome/gdeskcal/code/planner/Planner.py
+share/gnome/gdeskcal/code/planner/Popup.py
+share/gnome/gdeskcal/code/planner/__init__.py
+share/gnome/gdeskcal/code/planner/cal/CalEvent.py
+share/gnome/gdeskcal/code/planner/cal/Calendar.py
+share/gnome/gdeskcal/code/planner/cal/Date.py
+share/gnome/gdeskcal/code/planner/cal/RRule.py
+share/gnome/gdeskcal/code/planner/cal/Recurrences.py
+share/gnome/gdeskcal/code/planner/cal/__init__.py
+share/gnome/gdeskcal/code/planner/categories.py
+share/gnome/gdeskcal/code/planner/iCalLoader.py
+share/gnome/gdeskcal/code/planner/iCalWriter.py
+share/gnome/gdeskcal/code/sfrmapper.py
+share/gnome/gdeskcal/code/values.py
+share/gnome/gdeskcal/code/values.py.bak
+share/gnome/gdeskcal/data/config.xml
+share/gnome/gdeskcal/data/format.xml
+share/gnome/gdeskcal/data/format.xml~
+share/gnome/gdeskcal/data/gfx/business.png
+share/gnome/gdeskcal/data/gfx/favorites.png
+share/gnome/gdeskcal/data/gfx/icon.png
+share/gnome/gdeskcal/data/gfx/misc.png
+share/gnome/gdeskcal/data/gfx/phone.png
+share/gnome/gdeskcal/gdeskcal
+share/gnome/gdeskcal/skins/big_and_simple/skin.xml
+share/gnome/gdeskcal/skins/default/bg.png
+share/gnome/gdeskcal/skins/default/bg.xcf
+share/gnome/gdeskcal/skins/default/home.png
+share/gnome/gdeskcal/skins/default/next.png
+share/gnome/gdeskcal/skins/default/prev.png
+share/gnome/gdeskcal/skins/default/skin.xml
+share/gnome/gdeskcal/skins/default/today.png
+share/gnome/gdeskcal/skins/miderat/bg.png
+share/gnome/gdeskcal/skins/miderat/bg.xcf
+share/gnome/gdeskcal/skins/miderat/home.png
+share/gnome/gdeskcal/skins/miderat/next.png
+share/gnome/gdeskcal/skins/miderat/prev.png
+share/gnome/gdeskcal/skins/miderat/skin.xml
+share/gnome/gdeskcal/skins/miderat/today.png
+share/locale/ar/LC_MESSAGES/gdeskcal.mo
+share/locale/bg/LC_MESSAGES/gdeskcal.mo
+share/locale/cs/LC_MESSAGES/gdeskcal.mo
+share/locale/de/LC_MESSAGES/gdeskcal.mo
+share/locale/de_AT/LC_MESSAGES/gdeskcal.mo
+share/locale/el/LC_MESSAGES/gdeskcal.mo
+share/locale/es/LC_MESSAGES/gdeskcal.mo
+share/locale/fi/LC_MESSAGES/gdeskcal.mo
+share/locale/fr/LC_MESSAGES/gdeskcal.mo
+share/locale/he/LC_MESSAGES/gdeskcal.mo
+share/locale/hu/LC_MESSAGES/gdeskcal.mo
+share/locale/is/LC_MESSAGES/gdeskcal.mo
+share/locale/it/LC_MESSAGES/gdeskcal.mo
+share/locale/ja/LC_MESSAGES/gdeskcal.mo
+share/locale/ko/LC_MESSAGES/gdeskcal.mo
+share/locale/lt/LC_MESSAGES/gdeskcal.mo
+share/locale/nl/LC_MESSAGES/gdeskcal.mo
+share/locale/no/LC_MESSAGES/gdeskcal.mo
+share/locale/pl/LC_MESSAGES/gdeskcal.mo
+share/locale/ru/LC_MESSAGES/gdeskcal.mo
+share/locale/sk/LC_MESSAGES/gdeskcal.mo
+share/locale/sr/LC_MESSAGES/gdeskcal.mo
+share/locale/sv/LC_MESSAGES/gdeskcal.mo
+share/locale/tr/LC_MESSAGES/gdeskcal.mo
+share/locale/uk/LC_MESSAGES/gdeskcal.mo
+share/locale/zh_CN/LC_MESSAGES/gdeskcal.mo
+@dirrm share/gnome/gdeskcal/skins/miderat
+@dirrm share/gnome/gdeskcal/skins/default
+@dirrm share/gnome/gdeskcal/skins/big_and_simple
+@dirrm share/gnome/gdeskcal/skins
+@dirrm share/gnome/gdeskcal/data/gfx
+@dirrm share/gnome/gdeskcal/data
+@dirrm share/gnome/gdeskcal/code/planner/cal
+@dirrm share/gnome/gdeskcal/code/planner
+@dirrm share/gnome/gdeskcal/code
+@dirrm share/gnome/gdeskcal