Date: Sun, 25 Aug 2019 18:49:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509841 - in head/www: . py-django-i18nfield Message-ID: <201908251849.x7PInS3H003504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 25 18:49:28 2019 New Revision: 509841 URL: https://svnweb.freebsd.org/changeset/ports/509841 Log: Add py-django-i18nfield 1.5.0 This is yet another way to store multi-lingual content in Django. In contrast to other options like django-hvad, django-modeltranslation or django-parler it does not require additonal database tables and you can reconfigure the available languages without any changes to the database schema. In constrast to nece, it is not specific to PostgreSQL. WWW: https://github.com/raphaelm/django-i18nfield - While I'm here, add NO_ARCH PR: 239060 Submitted by: Alexander Sieg <alex@xanderio.de> Added: head/www/py-django-i18nfield/ head/www/py-django-i18nfield/Makefile (contents, props changed) head/www/py-django-i18nfield/distinfo (contents, props changed) head/www/py-django-i18nfield/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 25 18:48:40 2019 (r509840) +++ head/www/Makefile Sun Aug 25 18:49:28 2019 (r509841) @@ -1554,6 +1554,7 @@ SUBDIR += py-django-hierarkey SUBDIR += py-django-hijack SUBDIR += py-django-htmlmin + SUBDIR += py-django-i18nfield SUBDIR += py-django-js-asset SUBDIR += py-django-json-rpc SUBDIR += py-django-jsonfield Added: head/www/py-django-i18nfield/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-i18nfield/Makefile Sun Aug 25 18:49:28 2019 (r509841) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= django-i18nfield +PORTVERSION= 1.5.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alex@xanderio.de +COMMENT= Store internationalized strings in django models + +LICENSE= APACHE20 + +USES= python:3.4+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/py-django-i18nfield/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-i18nfield/distinfo Sun Aug 25 18:49:28 2019 (r509841) @@ -0,0 +1,3 @@ +TIMESTAMP = 1563114828 +SHA256 (django-i18nfield-1.5.0.tar.gz) = b0de195a636072200da88db950828459ac190e4aa4e5d9e1b52de9e9f327cb3a +SIZE (django-i18nfield-1.5.0.tar.gz) = 9037 Added: head/www/py-django-i18nfield/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-i18nfield/pkg-descr Sun Aug 25 18:49:28 2019 (r509841) @@ -0,0 +1,7 @@ +This is yet another way to store multi-lingual content in Django. In contrast to +other options like django-hvad, django-modeltranslation or django-parler it does +not require additonal database tables and you can reconfigure the available +languages without any changes to the database schema. In constrast to nece, it +is not specific to PostgreSQL. + +WWW: https://github.com/raphaelm/django-i18nfield
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908251849.x7PInS3H003504>