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:
parent
7f3b6c97ef
commit
96038c3104
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327146
@ -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
|
||||
|
20
www/py-django-tinymce/Makefile
Normal file
20
www/py-django-tinymce/Makefile
Normal 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>
|
2
www/py-django-tinymce/distinfo
Normal file
2
www/py-django-tinymce/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (django-tinymce-1.5.1.tar.gz) = 9b8d9046fcdb0dca3d208762c5c87b1417ccebedd52c7e0ebf3e0f8a86ac1d27
|
||||
SIZE (django-tinymce-1.5.1.tar.gz) = 2358028
|
4
www/py-django-tinymce/pkg-descr
Normal file
4
www/py-django-tinymce/pkg-descr
Normal 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/
|
3360
www/py-django-tinymce/pkg-plist
Normal file
3360
www/py-django-tinymce/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user