summaryrefslogtreecommitdiffstats
path: root/deskutils/gdeskcal
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /deskutils/gdeskcal
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gdeskcal')
-rw-r--r--deskutils/gdeskcal/Makefile55
-rw-r--r--deskutils/gdeskcal/distinfo3
-rw-r--r--deskutils/gdeskcal/pkg-descr5
-rw-r--r--deskutils/gdeskcal/pkg-plist101
4 files changed, 0 insertions, 164 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile
deleted file mode 100644
index 9ec204c7d..000000000
--- a/deskutils/gdeskcal/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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= 6
-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/gdeskcal
- for d in ${DATA_DIRS}; do \
- ${MKDIR} ${PREFIX}/share/gdeskcal/$$d ; \
- cd ${WRKSRC}/$$d && ${FIND} . | \
- ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} \
- ${PREFIX}/share/gdeskcal/$$d ; \
- done
- ${INSTALL_SCRIPT} ${WRKSRC}/gdeskcal \
- ${PREFIX}/share/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/gdeskcal/gdeskcal ${PREFIX}/bin/gdeskcal
-
-.include <bsd.port.mk>
diff --git a/deskutils/gdeskcal/distinfo b/deskutils/gdeskcal/distinfo
deleted file mode 100644
index 4247cbdc9..000000000
--- a/deskutils/gdeskcal/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 73a4ec03e..000000000
--- a/deskutils/gdeskcal/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 39caecee3..000000000
--- a/deskutils/gdeskcal/pkg-plist
+++ /dev/null
@@ -1,101 +0,0 @@
-bin/gdeskcal
-share/gdeskcal/code/BGWatcher.py
-share/gdeskcal/code/Cal.py
-share/gdeskcal/code/CalLabel.py
-share/gdeskcal/code/CalMediator.py
-share/gdeskcal/code/CalWindow.py
-share/gdeskcal/code/Config.py
-share/gdeskcal/code/ConfigFormatLoader.py
-share/gdeskcal/code/ConfigLoader.py
-share/gdeskcal/code/FileWatcher.py
-share/gdeskcal/code/GlassWindow.py
-share/gdeskcal/code/ListBox.py
-share/gdeskcal/code/Menu.py
-share/gdeskcal/code/Navigation.py
-share/gdeskcal/code/Observable.py
-share/gdeskcal/code/SkinBrowser.py
-share/gdeskcal/code/TimeWatcher.py
-share/gdeskcal/code/__init__.py
-share/gdeskcal/code/cmdlineparser.py
-share/gdeskcal/code/configvalues.py
-share/gdeskcal/code/desktop.py
-share/gdeskcal/code/errormessage.py
-share/gdeskcal/code/formats.py
-share/gdeskcal/code/i18n.py
-share/gdeskcal/code/icon.py
-share/gdeskcal/code/planner/CalEditor.py
-share/gdeskcal/code/planner/Planner.py
-share/gdeskcal/code/planner/Popup.py
-share/gdeskcal/code/planner/__init__.py
-share/gdeskcal/code/planner/cal/CalEvent.py
-share/gdeskcal/code/planner/cal/Calendar.py
-share/gdeskcal/code/planner/cal/Date.py
-share/gdeskcal/code/planner/cal/RRule.py
-share/gdeskcal/code/planner/cal/Recurrences.py
-share/gdeskcal/code/planner/cal/__init__.py
-share/gdeskcal/code/planner/categories.py
-share/gdeskcal/code/planner/iCalLoader.py
-share/gdeskcal/code/planner/iCalWriter.py
-share/gdeskcal/code/sfrmapper.py
-share/gdeskcal/code/values.py
-share/gdeskcal/code/values.py.bak
-share/gdeskcal/data/config.xml
-share/gdeskcal/data/format.xml
-share/gdeskcal/data/format.xml~
-share/gdeskcal/data/gfx/business.png
-share/gdeskcal/data/gfx/favorites.png
-share/gdeskcal/data/gfx/icon.png
-share/gdeskcal/data/gfx/misc.png
-share/gdeskcal/data/gfx/phone.png
-share/gdeskcal/gdeskcal
-share/gdeskcal/skins/big_and_simple/skin.xml
-share/gdeskcal/skins/default/bg.png
-share/gdeskcal/skins/default/bg.xcf
-share/gdeskcal/skins/default/home.png
-share/gdeskcal/skins/default/next.png
-share/gdeskcal/skins/default/prev.png
-share/gdeskcal/skins/default/skin.xml
-share/gdeskcal/skins/default/today.png
-share/gdeskcal/skins/miderat/bg.png
-share/gdeskcal/skins/miderat/bg.xcf
-share/gdeskcal/skins/miderat/home.png
-share/gdeskcal/skins/miderat/next.png
-share/gdeskcal/skins/miderat/prev.png
-share/gdeskcal/skins/miderat/skin.xml
-share/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/gdeskcal/skins/miderat
-@dirrm share/gdeskcal/skins/default
-@dirrm share/gdeskcal/skins/big_and_simple
-@dirrm share/gdeskcal/skins
-@dirrm share/gdeskcal/data/gfx
-@dirrm share/gdeskcal/data
-@dirrm share/gdeskcal/code/planner/cal
-@dirrm share/gdeskcal/code/planner
-@dirrm share/gdeskcal/code
-@dirrm share/gdeskcal