Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 18:06:54 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476315 - in head/devel: . py-cheetah3
Message-ID:  <201808031806.w73I6sEK091292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dvl@FreeBSD.org>
+# $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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808031806.w73I6sEK091292>