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,22 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD: head/devel/py-zope.event/Makefile 404782 2015-12-29 20:02:47Z sunpoet $
PORTNAME= zope.event
PORTVERSION= 4.1.0
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Very basic event publishing system
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
post-build:
${FIND} ${WRKSRC}/ -name '*~' -delete
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (zope/zope.event-4.1.0.tar.gz) = dc7a59a2fd91730d3793131a5d261b29e93ec4e2a97f1bc487ce8defee2fe786
SIZE (zope/zope.event-4.1.0.tar.gz) = 476047

View File

@@ -0,0 +1,7 @@
zope.event provides a simple event system on which application-specific
event systems can be built.
Application code can generate events without being concerned about the
event-processing frameworks that might handle the events.
WWW: https://pypi.python.org/pypi/zope.event/