svn commit: r509841 - in head/www: . py-django-i18nfield
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 25 18:49:29 UTC 2019
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 at 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 at 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
More information about the svn-ports-all
mailing list