From owner-svn-ports-head@freebsd.org Fri Dec 18 04:05:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9429A481F2; Fri, 18 Dec 2015 04:05:46 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FD16150E; Fri, 18 Dec 2015 04:05:46 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBI45jpK025273; Fri, 18 Dec 2015 04:05:45 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBI45jn7025269; Fri, 18 Dec 2015 04:05:45 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201512180405.tBI45jn7025269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Fri, 18 Dec 2015 04:05:45 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 04:05:46 -0000 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 +# $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 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