Date: Sat, 28 Jun 2014 18:06:48 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359709 - in head/www: . py-flask-admin Message-ID: <201406281806.s5SI6mkl092873@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Sat Jun 28 18:06:47 2014 New Revision: 359709 URL: http://svnweb.freebsd.org/changeset/ports/359709 QAT: https://qat.redports.org/buildarchive/r359709/ Log: New port: www/py-flask-admin Flask-Admin is a batteries-included, simple-to-use Flask extension that lets you add admin interfaces to Flask applications. It is inspired by the django-admin package, but implemented in such a way that the developer has total control of the look, feel and functionality of the resulting application. Approved by: marino (mentor) Added: head/www/py-flask-admin/ head/www/py-flask-admin/Makefile (contents, props changed) head/www/py-flask-admin/distinfo (contents, props changed) head/www/py-flask-admin/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Jun 28 17:39:57 2014 (r359708) +++ head/www/Makefile Sat Jun 28 18:06:47 2014 (r359709) @@ -1548,6 +1548,7 @@ SUBDIR += py-feedfinder SUBDIR += py-feedgenerator SUBDIR += py-flask + SUBDIR += py-flask-admin SUBDIR += py-flask-cache SUBDIR += py-flask-flatpages SUBDIR += py-flask-uploads Added: head/www/py-flask-admin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-admin/Makefile Sat Jun 28 18:06:47 2014 (r359709) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= Flask-Admin +PORTVERSION= 1.0.8 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= robak@FreeBSD.org +COMMENT= Flask extension for adding admin interfaces to Flask applications + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:${PORTSDIR}/www/py-flask + +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/py-flask-admin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-admin/distinfo Sat Jun 28 18:06:47 2014 (r359709) @@ -0,0 +1,2 @@ +SHA256 (Flask-Admin-1.0.8.tar.gz) = 987e8468c0c6edb993cbcf44c25df9134748a5e554d1f631c0fdd13b8f91855a +SIZE (Flask-Admin-1.0.8.tar.gz) = 342794 Added: head/www/py-flask-admin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-admin/pkg-descr Sat Jun 28 18:06:47 2014 (r359709) @@ -0,0 +1,7 @@ +Flask-Admin is a batteries-included, simple-to-use Flask extension +that lets you add admin interfaces to Flask applications. +It is inspired by the django-admin package, but implemented in such +a way that the developer has total control of the look, feel and +functionality of the resulting application. + +WWW: https://github.com/mrjoes/flask-admin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406281806.s5SI6mkl092873>