A Django application for managing and displaying a calendar and its events.
Features: * Repeating and non-repeating events * Events that start and end on different days * Support for cancelled events * Upcoming events and current happenings lists * AJAX support * Default CSS & Javascript to help you get started WWW: https://github.com/wreckage/django-happenings PR: 207084 Submitted by: Kevin Golding <ports@caomhin.org>
This commit is contained in:
parent
e6194eb011
commit
096ff97e4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408732
4 changed files with 37 additions and 0 deletions
|
@ -1537,6 +1537,7 @@
|
|||
SUBDIR += py-django-extensions
|
||||
SUBDIR += py-django-filer
|
||||
SUBDIR += py-django-formtools
|
||||
SUBDIR += py-django-happenings
|
||||
SUBDIR += py-django-haystack
|
||||
SUBDIR += py-django-json-rpc
|
||||
SUBDIR += py-django-keyedcache
|
||||
|
|
22
www/py-django-happenings/Makefile
Normal file
22
www/py-django-happenings/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Kevin Golding <ports@caomhin.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-happenings
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@caomhin.org
|
||||
COMMENT= Event calendar app for Django
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-django-happenings/distinfo
Normal file
2
www/py-django-happenings/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (django-happenings-0.3.3.tar.gz) = d398fe8cc5f98ef0360aed69000260670a1417c96c7f6a4639b4a3ef5a17a345
|
||||
SIZE (django-happenings-0.3.3.tar.gz) = 63699
|
12
www/py-django-happenings/pkg-descr
Normal file
12
www/py-django-happenings/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
A Django application for managing and displaying a calendar and its events.
|
||||
|
||||
Features:
|
||||
|
||||
* Repeating and non-repeating events
|
||||
* Events that start and end on different days
|
||||
* Support for cancelled events
|
||||
* Upcoming events and current happenings lists
|
||||
* AJAX support
|
||||
* Default CSS & Javascript to help you get started
|
||||
|
||||
WWW: https://github.com/wreckage/django-happenings
|
Loading…
Reference in a new issue