From owner-svn-ports-head@FreeBSD.ORG Mon Jun 1 18:38:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68420F0F; Mon, 1 Jun 2015 18:38:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A52F12ED; Mon, 1 Jun 2015 18:38:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t51IcQDE038798; Mon, 1 Jun 2015 18:38:26 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t51IcPEO038794; Mon, 1 Jun 2015 18:38:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506011838.t51IcPEO038794@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 1 Jun 2015 18:38:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388249 - in head/www: . py-collective.easytemplate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 18:38:26 -0000 Author: rm Date: Mon Jun 1 18:38:24 2015 New Revision: 388249 URL: https://svnweb.freebsd.org/changeset/ports/388249 Log: collective.easytemplate addon for Plone. WWW: https://pypi.python.org/pypi/collective.easytemplate/ PR: 198704 Submitted by: Michelle Sullivan Added: head/www/py-collective.easytemplate/ head/www/py-collective.easytemplate/Makefile (contents, props changed) head/www/py-collective.easytemplate/distinfo (contents, props changed) head/www/py-collective.easytemplate/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jun 1 18:37:05 2015 (r388248) +++ head/www/Makefile Mon Jun 1 18:38:24 2015 (r388249) @@ -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 Added: head/www/py-collective.easytemplate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-collective.easytemplate/Makefile Mon Jun 1 18:38:24 2015 (r388249) @@ -0,0 +1,25 @@ +# Created by: Michelle Sullivan +# $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 Added: head/www/py-collective.easytemplate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-collective.easytemplate/distinfo Mon Jun 1 18:38:24 2015 (r388249) @@ -0,0 +1,2 @@ +SHA256 (zope/collective.easytemplate-0.8.0.zip) = 7a0c630afa600ba1d8081e5d989e05060c051e059dbea9ce81ca2d8b69b5c8b3 +SIZE (zope/collective.easytemplate-0.8.0.zip) = 106577 Added: head/www/py-collective.easytemplate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-collective.easytemplate/pkg-descr Mon Jun 1 18:38:24 2015 (r388249) @@ -0,0 +1,3 @@ +collective.easytemplate addon for Plone. + +WWW: https://pypi.python.org/pypi/collective.easytemplate/