svn commit: r373187 - head/devel/py-fake-factory

Alfred Perlstein alfred at FreeBSD.org
Sun Nov 23 22:48:44 UTC 2014


Author: alfred (src committer)
Date: Sun Nov 23 22:48:43 2014
New Revision: 373187
URL: https://svnweb.freebsd.org/changeset/ports/373187
QAT: https://qat.redports.org/buildarchive/r373187/

Log:
  Port for py-fake-factory.
  
  Reviewed by: mva, wg
  Phabric: D1169

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

Added: head/devel/py-fake-factory/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fake-factory/Makefile	Sun Nov 23 22:48:43 2014	(r373187)
@@ -0,0 +1,18 @@
+# Created by: Alfred Perlstein <alfred at freebsd.org>
+# $FreeBSD$
+
+PORTNAME=	fake-factory
+PORTVERSION=	0.4.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alfred at FreeBSD.org
+COMMENT=	Generate fake data using python
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-fake-factory/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fake-factory/distinfo	Sun Nov 23 22:48:43 2014	(r373187)
@@ -0,0 +1,2 @@
+SHA256 (fake-factory-0.4.2.tar.gz) = 3581b77320e3aee4645e23671e313b22a887867d019f58c66365acc7cf2bbf48
+SIZE (fake-factory-0.4.2.tar.gz) = 306303

Added: head/devel/py-fake-factory/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-fake-factory/pkg-descr	Sun Nov 23 22:48:43 2014	(r373187)
@@ -0,0 +1,9 @@
+*Faker* is a Python package that generates fake data for you. Whether
+you need to bootstrap your database, create good-looking XML
+documents, fill-in your persistence to stress test it, or anonymize
+data taken from a production service, Faker is for you.
+
+Faker is heavily inspired by PHP's [Faker][php-faker], Perl's
+[Data::Faker][perl-faker], and by ruby's [Faker][ruby-faker].
+
+WWW: https://pypi.python.org/pypi/fake-factory


More information about the svn-ports-all mailing list