Date: Mon, 1 Jun 2015 18:37:06 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388248 - in head/www: . py-collective.templateengines Message-ID: <201506011837.t51Ib60h038452@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Jun 1 18:37:05 2015 New Revision: 388248 URL: https://svnweb.freebsd.org/changeset/ports/388248 Log: collective.templateengines is an template engine abstraction layer for Python. It defines generic Zope interfaces for communicating with various Python template engines to achieve higher code reuse value. WWW: https://pypi.python.org/pypi/collective.templateengines/ PR: 199946 Submitted by: Michelle Sullivan <michelle@sorbs.net> Added: head/www/py-collective.templateengines/ head/www/py-collective.templateengines/Makefile (contents, props changed) head/www/py-collective.templateengines/distinfo (contents, props changed) head/www/py-collective.templateengines/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jun 1 18:34:09 2015 (r388247) +++ head/www/Makefile Mon Jun 1 18:37:05 2015 (r388248) @@ -1482,6 +1482,7 @@ SUBDIR += py-cherrypy SUBDIR += py-cherrypy-old SUBDIR += py-clientform + SUBDIR += py-collective.templateengines SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils Added: head/www/py-collective.templateengines/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-collective.templateengines/Makefile Mon Jun 1 18:37:05 2015 (r388248) @@ -0,0 +1,21 @@ +# Created by: Michelle Sullivan <michelle@sorbs.net> +# $FreeBSD$ + +PORTNAME= collective.templateengines +PORTVERSION= 0.3.5 +CATEGORIES= www python zope +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope + +MAINTAINER= michelle@sorbs.net +COMMENT= Template engine abstraction layer for Python + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1.0:${PORTSDIR}/devel/py-Products.CMFCore + +USES= python:2 zip +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/www/py-collective.templateengines/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-collective.templateengines/distinfo Mon Jun 1 18:37:05 2015 (r388248) @@ -0,0 +1,2 @@ +SHA256 (zope/collective.templateengines-0.3.5.zip) = 126f85710bc56b7b04125308341d82077721205df8c9815010eea672b66d52d7 +SIZE (zope/collective.templateengines-0.3.5.zip) = 25926 Added: head/www/py-collective.templateengines/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-collective.templateengines/pkg-descr Mon Jun 1 18:37:05 2015 (r388248) @@ -0,0 +1,5 @@ +collective.templateengines is an template engine abstraction layer for Python. +It defines generic Zope interfaces for communicating with various Python +template engines to achieve higher code reuse value. + +WWW: https://pypi.python.org/pypi/collective.templateengines/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011837.t51Ib60h038452>