Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2015 04:05:45 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403952 - in head/www: . py-django-countries
Message-ID:  <201512180405.tBI45jn7025269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alfred (src committer)
Date: Fri Dec 18 04:05:45 2015
New Revision: 403952
URL: https://svnweb.freebsd.org/changeset/ports/403952

Log:
  Add new port: py-django-countries
  
  A Django application that provides country choices for use with
  forms, flag icons static files, and a country field for models.
  
  Differential Revision:  https://reviews.freebsd.org/D3808

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Dec 18 02:38:56 2015	(r403951)
+++ head/www/Makefile	Fri Dec 18 04:05:45 2015	(r403952)
@@ -1533,6 +1533,7 @@
     SUBDIR += py-django-cms
     SUBDIR += py-django-contact-form
     SUBDIR += py-django-contrib-comments
+    SUBDIR += py-django-countries
     SUBDIR += py-django-crispy-forms
     SUBDIR += py-django-datetime-widget
     SUBDIR += py-django-debug-toolbar

Added: head/www/py-django-countries/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-countries/Makefile	Fri Dec 18 04:05:45 2015	(r403952)
@@ -0,0 +1,18 @@
+# Created by: Alfred Perlstein <alfred@freebsd.org>
+# $FreeBSD$
+
+PORTNAME=	django-countries
+PORTVERSION=	3.4.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alfred@FreeBSD.org
+COMMENT=	Provides country choices for use with django
+
+LICENSE=	BSD2CLAUSE
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/www/py-django-countries/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-countries/distinfo	Fri Dec 18 04:05:45 2015	(r403952)
@@ -0,0 +1,2 @@
+SHA256 (django-countries-3.4.1.tar.gz) = 5bdda9d2c3473b519371428d88517f29befad7e35dfc489e8b0f95cb2aa941dc
+SIZE (django-countries-3.4.1.tar.gz) = 267627

Added: head/www/py-django-countries/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-django-countries/pkg-descr	Fri Dec 18 04:05:45 2015	(r403952)
@@ -0,0 +1,4 @@
+A Django application that provides country choices for use with
+forms, flag icons static files, and a country field for models.
+
+WWW: https://pypi.python.org/pypi/django-countries



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512180405.tBI45jn7025269>