From owner-svn-ports-all@freebsd.org Tue Mar 27 21:58:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6482BF62817; Tue, 27 Mar 2018 21:58:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17F0584F24; Tue, 27 Mar 2018 21:58:27 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 12D4B21EB9; Tue, 27 Mar 2018 21:58:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2RLwQBA000417; Tue, 27 Mar 2018 21:58:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2RLwQBv000413; Tue, 27 Mar 2018 21:58:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803272158.w2RLwQBv000413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Mar 2018 21:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465766 - in head/www: . py-django-timezone-field X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/www: . py-django-timezone-field X-SVN-Commit-Revision: 465766 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 21:58:27 -0000 Author: yuri Date: Tue Mar 27 21:58:26 2018 New Revision: 465766 URL: https://svnweb.freebsd.org/changeset/ports/465766 Log: New port: www/py-django-timezone-field: Provides database and form fields for pytz timezone objects for Django PR: 226913 Submitted by: Kai Added: head/www/py-django-timezone-field/ head/www/py-django-timezone-field/Makefile (contents, props changed) head/www/py-django-timezone-field/distinfo (contents, props changed) head/www/py-django-timezone-field/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Mar 27 21:50:51 2018 (r465765) +++ head/www/Makefile Tue Mar 27 21:58:26 2018 (r465766) @@ -1630,6 +1630,7 @@ SUBDIR += py-django-tastypie SUBDIR += py-django-templatetag-sugar SUBDIR += py-django-threaded-multihost + SUBDIR += py-django-timezone-field SUBDIR += py-django-tinymce SUBDIR += py-django-voting SUBDIR += py-django111 Added: head/www/py-django-timezone-field/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-timezone-field/Makefile Tue Mar 27 21:58:26 2018 (r465766) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= django-timezone-field +DISTVERSION= 2.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Provides database and form fields for pytz timezone objects for Django + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.8:www/py-django@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/www/py-django-timezone-field/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-timezone-field/distinfo Tue Mar 27 21:58:26 2018 (r465766) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521979237 +SHA256 (django-timezone-field-2.1.tar.gz) = 826c046758de29fd199657c113a1886f2bf951d8568554466f666b51e097e1c2 +SIZE (django-timezone-field-2.1.tar.gz) = 5986 Added: head/www/py-django-timezone-field/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-timezone-field/pkg-descr Tue Mar 27 21:58:26 2018 (r465766) @@ -0,0 +1,3 @@ +Provides database and form fields for pytz timezone objects for Django. + +WWW: https://github.com/mfogel/django-timezone-field