create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD: head/devel/py-cheetah/Makefile 473171 2018-06-24 01:06:12Z yuri $
PORTNAME= cheetah
PORTVERSION= 2.4.4
CATEGORIES= devel textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Cheetah-${DISTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= HTML template engine for Python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:python/py-markdown@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (Cheetah-2.4.4.tar.gz) = be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
SIZE (Cheetah-2.4.4.tar.gz) = 190989

View File

@@ -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/