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: wen@FreeBSD.org
# $FreeBSD: head/textproc/py-MarkupSafe/Makefile 435703 2017-03-08 16:51:14Z sunpoet $
PORTNAME= MarkupSafe
PORTVERSION= 1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implements XML/HTML/XHTML Markup safe string for Python
USE_PYTHON= autoplist distutils
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1488984335
SHA256 (MarkupSafe-1.0.tar.gz) = a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665
SIZE (MarkupSafe-1.0.tar.gz) = 14356

View File

@@ -0,0 +1,4 @@
py-MarkupSafe is a python module that implements a XML/HTML/XHTML Markup
safe string.
WWW: https://pypi.python.org/pypi/MarkupSafe/