Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (working copy) @@ -0,0 +1,17 @@ +# $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+ # 3.4, 3.5, 3.6 +USE_PYTHON= autoplist distutils + +.include Index: distinfo =================================================================== --- distinfo (nonexistent) +++ distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562671287 +SHA256 (django-i18nfield-1.5.0.tar.gz) = b0de195a636072200da88db950828459ac190e4aa4e5d9e1b52de9e9f327cb3a +SIZE (django-i18nfield-1.5.0.tar.gz) = 9037 Index: pkg-descr =================================================================== --- pkg-descr (nonexistent) +++ pkg-descr (working copy) @@ -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