FreeBSD Bugzilla – Attachment 162298 Details for
Bug 203935
[NEW PORT] www/py-django-statici18n: Helper for generating Javascript catalog to static files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-django-statici18n.diff
py-django-statici18n.diff (text/plain), 2.91 KB, created by
Ultima
on 2015-10-21 15:17:35 UTC
(
hide
)
Description:
py-django-statici18n.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2015-10-21 15:17:35 UTC
Size:
2.91 KB
patch
obsolete
>Index: www/py-django-statici18n/Makefile >=================================================================== >--- www/py-django-statici18n/Makefile (revision 0) >+++ www/py-django-statici18n/Makefile (working copy) >@@ -0,0 +1,22 @@ >+# Created by: Ultima >+# $FreeBSD$ >+ >+PORTNAME= django-statici18n >+PORTVERSION= 1.1.5 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= ultima1252@gmail.com >+COMMENT= Helper for generating Javascript catalog to static files >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django<=18:${PORTSDIR}/www/py-django \ >+ ${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:${PORTSDIR}/www/py-django-appconf >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> > >Property changes on: www/py-django-statici18n/Makefile >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: www/py-django-statici18n/distinfo >=================================================================== >--- www/py-django-statici18n/distinfo (revision 0) >+++ www/py-django-statici18n/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (django-statici18n-1.1.5.tar.gz) = f8d7b523da8fa635de8c359f6dbde9821e2e8e1a092d915786455ffd2533808b >+SIZE (django-statici18n-1.1.5.tar.gz) = 8980 > >Property changes on: www/py-django-statici18n/distinfo >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Index: www/py-django-statici18n/pkg-descr >=================================================================== >--- www/py-django-statici18n/pkg-descr (revision 0) >+++ www/py-django-statici18n/pkg-descr (working copy) >@@ -0,0 +1,11 @@ >+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. >+ >+WWW: https://github.com/zyegfryed/django-statici18n > >Property changes on: www/py-django-statici18n/pkg-descr >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203935
:
162298
|
162299
|
162328
|
162329
|
162330
|
162331
|
162597