From a28f24444cfda6dcc47598eb132ee285527ed0b2 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 27 May 2007 17:32:00 +0000 Subject: This plugin adds new navigation item "Calendar". Calendar is (or is aimed to be) the tool for planning of tasks with associated date and time. E.g. ticket to be solved, a conference to attend, or a call to be made can be planned with Calendar. Items for given week are displayed in an overview with resolution of 15 minutes. Three small monthly views are also available, with days containing items marked. Certain items may be prioritized, and are then displayed in a bright color to stand out. WWW: http://trac-hacks.org/wiki/CalendarPlugin Submitted by: Gerrit Beine --- www/trac-calendar/Makefile | 27 +++++++++++++++++++++++++++ www/trac-calendar/distinfo | 3 +++ www/trac-calendar/pkg-descr | 11 +++++++++++ www/trac-calendar/pkg-plist | 1 + 4 files changed, 42 insertions(+) create mode 100644 www/trac-calendar/Makefile create mode 100644 www/trac-calendar/distinfo create mode 100644 www/trac-calendar/pkg-descr create mode 100644 www/trac-calendar/pkg-plist (limited to 'www/trac-calendar') diff --git a/www/trac-calendar/Makefile b/www/trac-calendar/Makefile new file mode 100644 index 000000000000..ac6c7fddcdac --- /dev/null +++ b/www/trac-calendar/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: trac-calendar +# Date created: May 18 2007 +# Whom: Gerrit Beine +# +# $FreeBSD$ +# + +PORTNAME= calendar +PORTVERSION= 0.1 +CATEGORIES= www devel python +MASTER_SITES= http://www.gerritbeine.de/download/trac/ +PKGNAMEPREFIX= trac- +DISTNAME= ${PORTNAME}plugin-${PORTVERSION} + +MAINTAINER= gerrit.beine@gmx.de +COMMENT= Calendar plugin for trac + +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools +RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac + +WRKSRC= ${WRKDIR}/${PORTNAME}plugin +NO_BUILD= yes +USE_PYTHON= 2.3+ +USE_PYDISTUTILS=yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} + +.include diff --git a/www/trac-calendar/distinfo b/www/trac-calendar/distinfo new file mode 100644 index 000000000000..223d574637d6 --- /dev/null +++ b/www/trac-calendar/distinfo @@ -0,0 +1,3 @@ +MD5 (calendarplugin-0.1.tar.gz) = 883e42d2b7a81f1d049059b4da961d97 +SHA256 (calendarplugin-0.1.tar.gz) = c1c25a123d5912275f351c6166b5d9eb2878ff183640f434da2ccde6614cdc96 +SIZE (calendarplugin-0.1.tar.gz) = 18769 diff --git a/www/trac-calendar/pkg-descr b/www/trac-calendar/pkg-descr new file mode 100644 index 000000000000..38f5baaeffec --- /dev/null +++ b/www/trac-calendar/pkg-descr @@ -0,0 +1,11 @@ +This plugin adds new navigation item "Calendar". Calendar is (or is aimed to +be) the tool for planning of tasks with associated date and time. E.g. ticket +to be solved, a conference to attend, or a call to be made can be planned with +Calendar. Items for given week are displayed in an overview with resolution of +15 minutes. Three small monthly views are also available, with days containing +items marked. + +Certain items may be prioritized, and are then displayed in a bright color to +stand out. + +WWW: http://trac-hacks.org/wiki/CalendarPlugin diff --git a/www/trac-calendar/pkg-plist b/www/trac-calendar/pkg-plist new file mode 100644 index 000000000000..d7137afab0aa --- /dev/null +++ b/www/trac-calendar/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/AztechCalendar-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg -- cgit