From owner-svn-ports-all@freebsd.org Fri Aug 3 18:06:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 779FB104A656; Fri, 3 Aug 2018 18:06:55 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1638ED94; Fri, 3 Aug 2018 18:06:55 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB32923DD1; Fri, 3 Aug 2018 18:06:54 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w73I6suq091296; Fri, 3 Aug 2018 18:06:54 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w73I6sEK091292; Fri, 3 Aug 2018 18:06:54 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201808031806.w73I6sEK091292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 3 Aug 2018 18:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476315 - in head/devel: . py-cheetah3 X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head/devel: . py-cheetah3 X-SVN-Commit-Revision: 476315 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 18:06:55 -0000 Author: dvl Date: Fri Aug 3 18:06:53 2018 New Revision: 476315 URL: https://svnweb.freebsd.org/changeset/ports/476315 Log: Add devel/py-cheetah3 I'm adding instead of upgrading devel/py-cheetah because this is a big version jump and many ports are still using the original. PR: 224445 229889 Added: head/devel/py-cheetah3/ head/devel/py-cheetah3/Makefile (contents, props changed) head/devel/py-cheetah3/distinfo (contents, props changed) head/devel/py-cheetah3/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Aug 3 17:53:09 2018 (r476314) +++ head/devel/Makefile Fri Aug 3 18:06:53 2018 (r476315) @@ -4422,6 +4422,7 @@ SUBDIR += py-characteristic SUBDIR += py-check-manifest SUBDIR += py-cheetah + SUBDIR += py-cheetah3 SUBDIR += py-ciphon SUBDIR += py-circuits SUBDIR += py-cjson Added: head/devel/py-cheetah3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cheetah3/Makefile Fri Aug 3 18:06:53 2018 (r476315) @@ -0,0 +1,22 @@ +# Created by: Dan Langille +# $FreeBSD$ + +PORTNAME= cheetah +PORTVERSION= 3.1.0 +PORTREVISION= 0 +CATEGORIES= devel textproc www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Cheetah3-${DISTVERSION} + +MAINTAINER= FreeBSD@ShaneWare.Biz +COMMENT= HTML template engine for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-cheetah3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cheetah3/distinfo Fri Aug 3 18:06:53 2018 (r476315) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532008992 +SHA256 (Cheetah3-3.1.0.tar.gz) = 293f8776a5dea7c3dffd26fce8495c2daf912b9cb46cc49c41cb50da597a0ac6 +SIZE (Cheetah3-3.1.0.tar.gz) = 872411 Added: head/devel/py-cheetah3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cheetah3/pkg-descr Fri Aug 3 18:06:53 2018 (r476315) @@ -0,0 +1,7 @@ +Cheetah is a Python-powered template engine and code generator. It +can be used as a standalone utility or it can be combined with other +tools. Cheetah has many potential uses, but web developers looking +for a viable alternative to ASP, JSP, PHP and PSP are expected to +be its principle user group. + +WWW: http://cheetahtemplate.org/