| Port details |
- py-django_statici18n Helper for generating Javascript catalog to static files
- 2.7.1 www
=0 2.6.0_1Version of this port present on the latest quarterly branch. - Maintainer: chris.longros@gmail.com
 - Port Added: 2026-02-16 04:27:05
- Last Update: 2026-08-23 13:27:53
- Commit Hash: 479247e
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/zyegfryed/django-statici18n
- Description:
- When dealing with internationalization in JavaScript code, Django provides
the javascript_catalog view which sends out a JavaScript code library with
functions that mimic the gettext interface, plus an array of translation
strings.
At first glance, it works well and everything is fine. But, because
javascript_catalog view is generating JavaScript catalog dynamically
on each request, it's adding an overhead that can be an issue with site
growth.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django_statici18n>0:www/py-django_statici18n@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/py-django_statici18n/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django_statici18n
- pkg install py312-django_statici18n
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-django_statici18n listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-django_statici18n
- Package flavors (<flavor>: <package>)
- py312: py312-django_statici18n
- distinfo:
- TIMESTAMP = 1787483058
SHA256 (django_statici18n-2.7.1.tar.gz) = 2b875b350a0e4df20836a3661152610676179d59af84dfaeba2478f74d41f955
SIZE (django_statici18n-2.7.1.tar.gz) = 7934
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-setuptools>0 : devel/py-setuptools@py312
- py312-wheel>0 : devel/py-wheel@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-django52>=4.2<6.1 : www/py-django52@py312
- py312-django-appconf>=1.0 : www/py-django-appconf@py312
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django_statici18n
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.7.1 23 Aug 2026 13:27:53
    |
Kai Knoblich (kai)  Author: Christos Longros |
www/py-django_statici18n: Update to 2.7.1
* Assume maintainership.
* Switch to the PEP517 build framework to make the port future-proof.
* Use the more preferred DISTVERSION and fix LICENSE as well.
Changelog since 2.6.0:
https://github.com/zyegfryed/django-statici18n/blob/v2.7.1/docs/changelog.rst
PR: 297808
Reported by: Christos Longros
Co-authored-by: Kai Knoblich <kai@FreeBSD.org> |
2.6.0_1 28 May 2026 05:18:35
    |
Kai Knoblich (kai)  |
*: Switch consumers over to Django 5.2
Django 4.2 reached its End-of-Life on 7th April 2026 and Django 5.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2028.
* Switch most ports that use www/py-django42 to www/py-django52.
* Where necessary, remove PORTSCOUT, which is no longer needed because
an update to a newer version that no longer supports Django 4.2 should
now be possible.
* Bump PORTREVISION due dependency change where necessary.
PR: 291707
Reviewed by: sunpoet (python)
Differential Revision: https://reviews.freebsd.org/D56966 |
2.6.0 27 May 2026 20:02:14
    |
Richard Gallamore (ultima)  |
*: Drop maintainership |
2.6.0 26 May 2026 11:24:35
    |
Kai Knoblich (kai)  |
net-mgmt/seafile-server,www/seahub: Deprecate
Updating www/seahub, and especially net-mgmt/seafile-server, is more
difficult than originally anticipated. The current version of www/seahub
also only runs with Django 4.2, which has been end-of-life since April.
Before www/seahub and net-mgmt/seafile-server are marked as BROKEN after
the migration of the affected ports to Django 5.2 [1], and then vanish
from the ports tree at the end of 2026Q2 - which would also break POLA
due the short time period - do the following to buy some time for a
possible update:
* Create required py-dj42-* ports and switch www/seahub to them. These
py-dj42-* ports were copied from their original counterparts, are
bound to Django 4.2, and have also been adapted for the PEP517 build (Only the first 15 lines of the commit message are shown above ) |
2.6.0 16 Feb 2026 04:24:07
    |
Richard Gallamore (ultima)  |
www/py-django_statici18n: Updated to 2.6.0 and renamed to match upstream
Changes: https://django-statici18n.readthedocs.io/en/v2.6.0/changelog.html |
Number of commits found: 5
|