aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2015-06-02 02:38:24 +0800
committerrm <rm@FreeBSD.org>2015-06-02 02:38:24 +0800
commit899d35650a5c8dba64e806c04a74445b258ffed5 (patch)
tree7028453818bcd8dbbf20f0d597867eec9958203c /www
parent5d74ef51f3bf28b51b9ce9fa2290f9811737687c (diff)
downloadfreebsd-ports-gnome-899d35650a5c8dba64e806c04a74445b258ffed5.tar.gz
freebsd-ports-gnome-899d35650a5c8dba64e806c04a74445b258ffed5.tar.zst
freebsd-ports-gnome-899d35650a5c8dba64e806c04a74445b258ffed5.zip
collective.easytemplate addon for Plone.
WWW: https://pypi.python.org/pypi/collective.easytemplate/ PR: 198704 Submitted by: Michelle Sullivan <michelle@sorbs.net>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-collective.easytemplate/Makefile25
-rw-r--r--www/py-collective.easytemplate/distinfo2
-rw-r--r--www/py-collective.easytemplate/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 6e088fdbb4da..b15609b78037 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1482,6 +1482,7 @@
SUBDIR += py-cherrypy
SUBDIR += py-cherrypy-old
SUBDIR += py-clientform
+ SUBDIR += py-collective.easytemplate
SUBDIR += py-collective.templateengines
SUBDIR += py-cssmin
SUBDIR += py-cssselect
diff --git a/www/py-collective.easytemplate/Makefile b/www/py-collective.easytemplate/Makefile
new file mode 100644
index 000000000000..9b34bcb58ad8
--- /dev/null
+++ b/www/py-collective.easytemplate/Makefile
@@ -0,0 +1,25 @@
+# Created by: Michelle Sullivan <michelle@sorbs.net>
+# $FreeBSD$
+
+PORTNAME= collective.easytemplate
+PORTVERSION= 0.8.0
+CATEGORIES= www python zope
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= zope
+
+MAINTAINER= michelle@sorbs.net
+COMMENT= Dynamic HTML generation and scripting for Plone
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:${PORTSDIR}/devel/py-Products.CMFCore \
+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.3:${PORTSDIR}/devel/py-Jinja2 \
+ ${PYTHON_PKGNAMEPREFIX}plone.portlet.static>=0:${PORTSDIR}/www/py-plone.portlet.static \
+ ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser \
+ ${PYTHON_PKGNAMEPREFIX}collective.templateengines>=0.3:${PORTSDIR}/www/py-collective.templateengines
+
+USES= python:2 zip
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/www/py-collective.easytemplate/distinfo b/www/py-collective.easytemplate/distinfo
new file mode 100644
index 000000000000..c4ae01c86ce5
--- /dev/null
+++ b/www/py-collective.easytemplate/distinfo
@@ -0,0 +1,2 @@
+SHA256 (zope/collective.easytemplate-0.8.0.zip) = 7a0c630afa600ba1d8081e5d989e05060c051e059dbea9ce81ca2d8b69b5c8b3
+SIZE (zope/collective.easytemplate-0.8.0.zip) = 106577
diff --git a/www/py-collective.easytemplate/pkg-descr b/www/py-collective.easytemplate/pkg-descr
new file mode 100644
index 000000000000..2977e41a0965
--- /dev/null
+++ b/www/py-collective.easytemplate/pkg-descr
@@ -0,0 +1,3 @@
+collective.easytemplate addon for Plone.
+
+WWW: https://pypi.python.org/pypi/collective.easytemplate/