Index: www/Makefile =================================================================== --- www/Makefile (revision 457258) +++ www/Makefile (working copy) @@ -1674,6 +1674,7 @@ SUBDIR += py-flask-flatpages SUBDIR += py-flask-login SUBDIR += py-flask-migrate + SUBDIR += py-flask-moment SUBDIR += py-flask-oauthlib SUBDIR += py-flask-principal SUBDIR += py-flask-restful Index: www/py-flask-moment/Makefile =================================================================== --- www/py-flask-moment/Makefile (nonexistent) +++ www/py-flask-moment/Makefile (working copy) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Flask-Moment +PORTVERSION= 0.5.2 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Format dates and times in Flask templates using moment.js + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Property changes on: www/py-flask-moment/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-flask-moment/distinfo =================================================================== --- www/py-flask-moment/distinfo (nonexistent) +++ www/py-flask-moment/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1514239866 +SHA256 (Flask-Moment-0.5.2.tar.gz) = 20d86b88a156eeda040530b329dbf996e731576ead295ea079a62fc0915b21d8 +SIZE (Flask-Moment-0.5.2.tar.gz) = 5041 Property changes on: www/py-flask-moment/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-flask-moment/pkg-descr =================================================================== --- www/py-flask-moment/pkg-descr (nonexistent) +++ www/py-flask-moment/pkg-descr (working copy) @@ -0,0 +1,5 @@ +Flask-Moment is an extension for the Flask web application micro framework +that enhances Jinja2 templates with formatting of dates and times using +moment.js. + +WWW: https://github.com/miguelgrinberg/Flask-Moment Property changes on: www/py-flask-moment/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property