1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

www/py-django-tinymce: Django application to use TinyMCE editor

django-tinymce is a Django application that contains a widget
to render a form field as a TinyMCE editor.

WWW: https://github.com/aljosa/django-tinymce/

PR:		ports/181936
Submitted by:	Kozlov Sergey <kozlov.sergey.404 gmail.com>
This commit is contained in:
William Grzybowski 2013-09-13 13:26:31 +00:00
parent 7f3b6c97ef
commit 96038c3104
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327146
5 changed files with 3387 additions and 0 deletions

View File

@ -1519,6 +1519,7 @@
SUBDIR += py-django-tagging
SUBDIR += py-django-tastypie
SUBDIR += py-django-threaded-multihost
SUBDIR += py-django-tinymce
SUBDIR += py-django14
SUBDIR += py-django_compressor
SUBDIR += py-djangotoolbox

View File

@ -0,0 +1,20 @@
# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
# $FreeBSD$
PORTNAME= django-tinymce
PORTVERSION= 1.5.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kozlov.sergey.404@gmail.com
COMMENT= Django application to use TinyMCE editor
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.0:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (django-tinymce-1.5.1.tar.gz) = 9b8d9046fcdb0dca3d208762c5c87b1417ccebedd52c7e0ebf3e0f8a86ac1d27
SIZE (django-tinymce-1.5.1.tar.gz) = 2358028

View File

@ -0,0 +1,4 @@
django-tinymce is a Django application that contains a widget
to render a form field as a TinyMCE editor.
WWW: https://github.com/aljosa/django-tinymce/

File diff suppressed because it is too large Load Diff