forked from ports/contrib
django-dbtemplates: initial commit
This commit is contained in:
parent
260a147d57
commit
0c5edbb1f3
25
django-dbtemplates/.footprint
Normal file
25
django-dbtemplates/.footprint
Normal file
@ -0,0 +1,25 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/django/
|
||||
drwxr-xr-x root/root usr/share/django/apps/
|
||||
drwxr-xr-x root/root usr/share/django/apps/dbtemplates/
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/__init__.py
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/__init__.pyc
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/admin.py
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/admin.pyc
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/cache.py
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/cache.pyc
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/loader.py
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/loader.pyc
|
||||
drwxr-xr-x root/root usr/share/django/apps/dbtemplates/management/
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/__init__.py (EMPTY)
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/__init__.pyc
|
||||
drwxr-xr-x root/root usr/share/django/apps/dbtemplates/management/commands/
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/commands/__init__.py (EMPTY)
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/commands/__init__.pyc
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/commands/create_error_templates.py
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/commands/create_error_templates.pyc
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/commands/sync_templates.py
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/management/commands/sync_templates.pyc
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/models.py
|
||||
-rw-r--r-- root/root usr/share/django/apps/dbtemplates/models.pyc
|
1
django-dbtemplates/.md5sum
Normal file
1
django-dbtemplates/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
207d1dd23c18bc2069065a41a99ab3cb django-dbtemplates-0.5.3.tar.gz
|
18
django-dbtemplates/Pkgfile
Normal file
18
django-dbtemplates/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Django app for storing templates in database
|
||||
# URL: http://wiki.github.com/jezdez/django-dbtemplates
|
||||
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
||||
# Depends on: django
|
||||
|
||||
name=django-dbtemplates
|
||||
version=0.5.3
|
||||
release=1
|
||||
source=(http://cloud.github.com/downloads/jezdez/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
python setup.py install \
|
||||
--root=$PKG \
|
||||
--install-purelib=/usr/share/django/apps \
|
||||
--install-scripts=/usr/bin
|
||||
find $PKG -name '*egg-info' | xargs rm -rf
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user