svn commit: r382808 - in head/www: . py-flask-bootstrap

Bartek Rutkowski robak at FreeBSD.org
Tue Mar 31 12:14:59 UTC 2015


Author: robak
Date: Tue Mar 31 12:14:56 2015
New Revision: 382808
URL: https://svnweb.freebsd.org/changeset/ports/382808
QAT: https://qat.redports.org/buildarchive/r382808/

Log:
  www/py-flask-bootstrap: NEW PORT - Flask extension that adds Bootstrap to your projects
  
  Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a
  blueprint named 'bootstrap'. It can also create links to serve Bootstrap from
  a CDN and works with no boilerplate code in your application.
  
  WWW: http://pythonhosted.org/Flask-Bootstrap/
  
  PR:		199045
  Submitted by:	Maxim Filimonov <che at bein.link>

Added:
  head/www/py-flask-bootstrap/
  head/www/py-flask-bootstrap/Makefile   (contents, props changed)
  head/www/py-flask-bootstrap/distinfo   (contents, props changed)
  head/www/py-flask-bootstrap/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Mar 31 11:51:15 2015	(r382807)
+++ head/www/Makefile	Tue Mar 31 12:14:56 2015	(r382808)
@@ -1548,6 +1548,7 @@
     SUBDIR += py-feedgenerator
     SUBDIR += py-flask
     SUBDIR += py-flask-admin
+    SUBDIR += py-flask-bootstrap
     SUBDIR += py-flask-cache
     SUBDIR += py-flask-flatpages
     SUBDIR += py-flask-oauthlib

Added: head/www/py-flask-bootstrap/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-bootstrap/Makefile	Tue Mar 31 12:14:56 2015	(r382808)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	Flask-Bootstrap
+PORTVERSION=	3.3.2.1
+CATEGORIES=	python www
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	che at bein.link
+COMMENT=	Flask extension that adds Bootstrap to your projects
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:${PORTSDIR}/www/py-flask
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/www/py-flask-bootstrap/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-bootstrap/distinfo	Tue Mar 31 12:14:56 2015	(r382808)
@@ -0,0 +1,2 @@
+SHA256 (Flask-Bootstrap-3.3.2.1.tar.gz) = ccda318fd97e3f4b7d9ef85f732237c0f27ede7d4a7a7b7fbf899e431778344b
+SIZE (Flask-Bootstrap-3.3.2.1.tar.gz) = 441889

Added: head/www/py-flask-bootstrap/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-flask-bootstrap/pkg-descr	Tue Mar 31 12:14:56 2015	(r382808)
@@ -0,0 +1,5 @@
+Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a 
+blueprint named 'bootstrap'. It can also create links to serve Bootstrap from 
+a CDN and works with no boilerplate code in your application.
+
+WWW: http://pythonhosted.org/Flask-Bootstrap/


More information about the svn-ports-head mailing list