Index: head/devel/cram/Makefile =================================================================== --- head/devel/cram/Makefile (nonexistent) +++ head/devel/cram/Makefile (revision 415002) @@ -0,0 +1,23 @@ +# Created by: Conrad Meyer +# $FreeBSD$ + +PORTNAME= cram +PORTVERSION= 0.7 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cem@FreeBSD.org +COMMENT= A simple testing framework for command line applications + +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}check-manifest>=0:devel/py-check-manifest \ + ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \ + ${PYTHON_PKGNAMEPREFIX}pep8>=0:devel/pep8 \ + ${PYTHON_PKGNAMEPREFIX}pyflakes>=0:devel/py-pyflakes + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: head/devel/cram/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/cram/distinfo =================================================================== --- head/devel/cram/distinfo (nonexistent) +++ head/devel/cram/distinfo (revision 415002) @@ -0,0 +1,2 @@ +SHA256 (cram-0.7.tar.gz) = 7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f +SIZE (cram-0.7.tar.gz) = 33527 Property changes on: head/devel/cram/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/cram/pkg-descr =================================================================== --- head/devel/cram/pkg-descr (nonexistent) +++ head/devel/cram/pkg-descr (revision 415002) @@ -0,0 +1,5 @@ +Cram is a functional testing framework for command line applications. Cram +tests look like snippets of interactive shell sessions. Cram runs each command +and compares the command output in the test with the command’s actual output. + +WWW: https://pypi.python.org/pypi/cram Property changes on: head/devel/cram/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property