Bug 199045 - [new port] www/py-flask-bootstrap: Flask extension that includes Bootstrap into your project
Summary: [new port] www/py-flask-bootstrap: Flask extension that includes Bootstrap in...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 18:48 UTC by Maxim Filimonov
Modified: 2015-03-31 12:17 UTC (History)
1 user (show)

See Also:


Attachments
svn diff (2.85 KB, patch)
2015-03-30 18:49 UTC, Maxim Filimonov
no flags Details | Diff
shar (1.73 KB, application/x-shar)
2015-03-30 18:50 UTC, Maxim Filimonov
no flags Details
poudriere log (22.81 KB, text/x-log)
2015-03-30 18:50 UTC, Maxim Filimonov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Filimonov 2015-03-30 18:48:52 UTC
The mentioned port is missing in the ports tree. portlint -AC says everything's fine.
Comment 1 Maxim Filimonov 2015-03-30 18:49:56 UTC
Created attachment 155026 [details]
svn diff
Comment 2 Maxim Filimonov 2015-03-30 18:50:36 UTC
Created attachment 155027 [details]
shar
Comment 3 Maxim Filimonov 2015-03-30 18:50:53 UTC
Created attachment 155028 [details]
poudriere log
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-03-31 12:15:38 UTC
A commit references this bug:

Author: robak
Date: Tue Mar 31 12:14:58 UTC 2015
New revision: 382808
URL: https://svnweb.freebsd.org/changeset/ports/382808

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@bein.link>

Changes:
  head/www/Makefile
  head/www/py-flask-bootstrap/
  head/www/py-flask-bootstrap/Makefile
  head/www/py-flask-bootstrap/distinfo
  head/www/py-flask-bootstrap/pkg-descr
Comment 5 Bartek Rutkowski freebsd_committer freebsd_triage 2015-03-31 12:17:40 UTC
Committed, with minor corrections, thanks for your work!