Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Paste
P80
[New Port] www/py-django-statici18n
Active
Public
Actions
Authored by
ultima1252_gmail.com
on Oct 14 2015, 3:06 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Ports Committers
Contributor Reviewers (ports)
Subscribers
None
#!/bin/sh
# This is a shell archive
echo x www/py-django-statici18n
mkdir -p www/py-django-statici18n > /dev/null 2>&1
echo x www/py-django-statici18n/pkg-plist
sed 's/^X//' > www/py-django-statici18n/pkg-plist << 'SHAR_END'
X%%PYTHON_SITELIBDIR%%/statici18n/__init__.py
X%%PYTHON_SITELIBDIR%%/statici18n/__init__.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/__init__.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/compat.py
X%%PYTHON_SITELIBDIR%%/statici18n/compat.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/compat.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/conf.py
X%%PYTHON_SITELIBDIR%%/statici18n/conf.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/conf.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/management/__init__.py
X%%PYTHON_SITELIBDIR%%/statici18n/management/__init__.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/management/__init__.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/management/commands/__init__.py
X%%PYTHON_SITELIBDIR%%/statici18n/management/commands/__init__.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/management/commands/__init__.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/management/commands/compilejsi18n.py
X%%PYTHON_SITELIBDIR%%/statici18n/management/commands/compilejsi18n.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/management/commands/compilejsi18n.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/templatetags/__init__.py
X%%PYTHON_SITELIBDIR%%/statici18n/templatetags/__init__.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/templatetags/__init__.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/templatetags/statici18n.py
X%%PYTHON_SITELIBDIR%%/statici18n/templatetags/statici18n.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/templatetags/statici18n.pyo
X%%PYTHON_SITELIBDIR%%/statici18n/utils.py
X%%PYTHON_SITELIBDIR%%/statici18n/utils.pyc
X%%PYTHON_SITELIBDIR%%/statici18n/utils.pyo
SHAR_END
echo x www/py-django-statici18n/Makefile
sed 's/^X//' > www/py-django-statici18n/Makefile << 'SHAR_END'
X# Created by: Ultima <ultima1252@gmail.com>
X# $FreeBSD$
X
XPORTNAME= django-statici18n
XPORTVERSION= 1.1.5
XCATEGORIES= www python
XMASTER_SITES= CHEESESHOP
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER= ultima1252@gmail.com
XCOMMENT= Helper for generating javascript catalog to static files.
X
XLICENSE= BSD3CLAUSE
XLICENSE_FILE= ${WRKSRC}/LICENSE
X
XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django \
X ${PYTHON_PKGNAMEPREFIX}django-appconf>=0.6:${PORTSDIR}/www/py-django-appconf
X
XUSES= python
XUSE_PYTHON= autoplist distutils
X
X.include <bsd.port.mk>
SHAR_END
echo x www/py-django-statici18n/pkg-descr
sed 's/^X//' > www/py-django-statici18n/pkg-descr << 'SHAR_END'
XWhen dealing with internationalization in JavaScript code, Django provides
Xthe javascript_catalog view which sends out a JavaScript code library with
Xfunctions that mimic the gettext interface, plus an array of translation
Xstrings.
X
XAt first glance, it works well and everything is fine. But, because
Xjavascript_catalog view is generating JavaScript catalog dynamically
Xon each request, it's adding an overhead that can be an issue with site
Xgrowth.
X
XWWW: http://django-statici18n.readthedocs.org
SHAR_END
echo x www/py-django-statici18n/distinfo
sed 's/^X//' > www/py-django-statici18n/distinfo << 'SHAR_END'
XSHA256 (django-statici18n-1.1.5.tar.gz) = f8d7b523da8fa635de8c359f6dbde9821e2e8e1a092d915786455ffd2533808b
XSIZE (django-statici18n-1.1.5.tar.gz) = 8980
SHAR_END
exit
Event Timeline
ultima1252_gmail.com
edited the content of this paste.
(Show Details)
Oct 14 2015, 3:06 PM
ultima1252_gmail.com
changed the title of this paste from untitled to
[New Port] www/py-django-statici18n
.
ultima1252_gmail.com
updated the paste's language from
autodetect
to
autodetect
.
ultima1252_gmail.com
added a project:
Ports Committers
.
ultima1252_gmail.com
added a project:
Contributor Reviewers (ports)
.
Oct 14 2015, 3:14 PM
Log In to Comment