Date: Fri, 27 Mar 2026 16:04:02 +0000 From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2221e0a99b33 - main - www/py-django-statici18n: Delete reminisce of rename Message-ID: <69c6aa72.30030.2f9d8ee1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ultima: URL: https://cgit.FreeBSD.org/ports/commit/?id=2221e0a99b33285c5f9cdb456ebf057fe2ff220b commit 2221e0a99b33285c5f9cdb456ebf057fe2ff220b Author: Richard Gallamore <ultima@FreeBSD.org> AuthorDate: 2026-03-27 16:00:06 +0000 Commit: Richard Gallamore <ultima@FreeBSD.org> CommitDate: 2026-03-27 16:00:06 +0000 www/py-django-statici18n: Delete reminisce of rename --- www/py-django-statici18n/Makefile | 23 ----------------------- www/py-django-statici18n/distinfo | 3 --- www/py-django-statici18n/pkg-descr | 9 --------- 3 files changed, 35 deletions(-) diff --git a/www/py-django-statici18n/Makefile b/www/py-django-statici18n/Makefile deleted file mode 100644 index 95e13edf4ccb..000000000000 --- a/www/py-django-statici18n/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= django-statici18n -PORTVERSION= 2.4.0 -PORTREVISION= 2 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ultima@FreeBSD.org -COMMENT= Helper for generating Javascript catalog to static files -WWW= https://github.com/zyegfryed/django-statici18n - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-appconf>=1.0:www/py-django-appconf@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/py-django-statici18n/distinfo b/www/py-django-statici18n/distinfo deleted file mode 100644 index d1405b937b01..000000000000 --- a/www/py-django-statici18n/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1693153349 -SHA256 (django-statici18n-2.4.0.tar.gz) = 32660a0d492188751266c800cf4e44005d563bd1e4c91c349e1bd63a6855e270 -SIZE (django-statici18n-2.4.0.tar.gz) = 8024 diff --git a/www/py-django-statici18n/pkg-descr b/www/py-django-statici18n/pkg-descr deleted file mode 100644 index de1615b18262..000000000000 --- a/www/py-django-statici18n/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c6aa72.30030.2f9d8ee1>
