Index: head/devel/py-fake-factory/Makefile =================================================================== --- head/devel/py-fake-factory/Makefile (nonexistent) +++ head/devel/py-fake-factory/Makefile (revision 373187) @@ -0,0 +1,18 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= fake-factory +PORTVERSION= 0.4.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Generate fake data using python + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include Property changes on: head/devel/py-fake-factory/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/devel/py-fake-factory/distinfo =================================================================== --- head/devel/py-fake-factory/distinfo (nonexistent) +++ head/devel/py-fake-factory/distinfo (revision 373187) @@ -0,0 +1,2 @@ +SHA256 (fake-factory-0.4.2.tar.gz) = 3581b77320e3aee4645e23671e313b22a887867d019f58c66365acc7cf2bbf48 +SIZE (fake-factory-0.4.2.tar.gz) = 306303 Property changes on: head/devel/py-fake-factory/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/py-fake-factory/pkg-descr =================================================================== --- head/devel/py-fake-factory/pkg-descr (nonexistent) +++ head/devel/py-fake-factory/pkg-descr (revision 373187) @@ -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 Property changes on: head/devel/py-fake-factory/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property