Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2016 06:06:46 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428396 - in head/devel: . py-crank
Message-ID:  <201612120606.uBC66kb0060032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Dec 12 06:06:45 2016
New Revision: 428396
URL: https://svnweb.freebsd.org/changeset/ports/428396

Log:
  Generalized Object based Dispatch mechanism for use across frameworks.
  
  WWW: https://github.com/TurboGears/crank

Added:
  head/devel/py-crank/
  head/devel/py-crank/Makefile   (contents, props changed)
  head/devel/py-crank/distinfo   (contents, props changed)
  head/devel/py-crank/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec 12 05:53:24 2016	(r428395)
+++ head/devel/Makefile	Mon Dec 12 06:06:45 2016	(r428396)
@@ -4129,6 +4129,7 @@
     SUBDIR += py-country
     SUBDIR += py-cov-core
     SUBDIR += py-coverage
+    SUBDIR += py-crank
     SUBDIR += py-crcmod
     SUBDIR += py-ctags
     SUBDIR += py-cuisine

Added: head/devel/py-crank/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-crank/Makefile	Mon Dec 12 06:06:45 2016	(r428396)
@@ -0,0 +1,18 @@
+# Created by: Wen Heping <wenheping@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	crank
+PORTVERSION=	0.8.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wen@FreeBSD.org
+COMMENT=	Generalization of dispatch mechanism for use across frameworks
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-crank/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-crank/distinfo	Mon Dec 12 06:06:45 2016	(r428396)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481522048
+SHA256 (crank-0.8.0.tar.gz) = c511685a93d1306e1624dd445be609083da2007c2b4996304b43ea896caf96c0
+SIZE (crank-0.8.0.tar.gz) = 10484

Added: head/devel/py-crank/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-crank/pkg-descr	Mon Dec 12 06:06:45 2016	(r428396)
@@ -0,0 +1,3 @@
+Generalized Object based Dispatch mechanism for use across frameworks.
+
+WWW: https://github.com/TurboGears/crank



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