Date: Wed, 13 Mar 2019 16:45:42 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495616 - in head/www: . py-django-bootstrap3 Message-ID: <201903131645.x2DGjgpH017405@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Wed Mar 13 16:45:42 2019 New Revision: 495616 URL: https://svnweb.freebsd.org/changeset/ports/495616 Log: New port: www/py-django-bootstrap3 Library with the goal to seamlessly blend Django and Bootstrap 3. WWW: https://github.com/dyve/django-bootstrap3/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19543 Added: head/www/py-django-bootstrap3/ head/www/py-django-bootstrap3/Makefile (contents, props changed) head/www/py-django-bootstrap3/distinfo (contents, props changed) head/www/py-django-bootstrap3/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 13 16:43:20 2019 (r495615) +++ head/www/Makefile Wed Mar 13 16:45:42 2019 (r495616) @@ -1536,6 +1536,7 @@ SUBDIR += py-django-babel SUBDIR += py-django-bitfield SUBDIR += py-django-bootstrap-form + SUBDIR += py-django-bootstrap3 SUBDIR += py-django-braces SUBDIR += py-django-bulk-update SUBDIR += py-django-caching-app-plugins Added: head/www/py-django-bootstrap3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-bootstrap3/Makefile Wed Mar 13 16:45:42 2019 (r495616) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= django-bootstrap3 +PORTVERSION= 11.0.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kai@FreeBSD.org +COMMENT= Bootstrap 3 support for Django projects + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-extract: + @${FIND} ${WRKSRC} -name ".DS_Store" -type f -delete + +.include <bsd.port.mk> Added: head/www/py-django-bootstrap3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-bootstrap3/distinfo Wed Mar 13 16:45:42 2019 (r495616) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549632547 +SHA256 (django-bootstrap3-11.0.0.tar.gz) = 593f98c0b84e26ab61ef9d81d3f7c3691f1d8492c9343b03e9feb9e8e9404e6a +SIZE (django-bootstrap3-11.0.0.tar.gz) = 40279 Added: head/www/py-django-bootstrap3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-bootstrap3/pkg-descr Wed Mar 13 16:45:42 2019 (r495616) @@ -0,0 +1,3 @@ +Library with the goal to seamlessly blend Django and Bootstrap 3. + +WWW: https://github.com/dyve/django-bootstrap3/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903131645.x2DGjgpH017405>