head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.24
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.22
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.20
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.18
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2009Q4:1.2.0.16
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2008Q4:1.2.0.14
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.12
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.10
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.8
	pkgsrc-2008Q2-base:1.2
	pkgsrc-2008Q1:1.2.0.6
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.2.0.4
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.2.0.2
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.1.0.8
	pkgsrc-2007Q2-base:1.1
	pkgsrc-2007Q1:1.1.0.6
	pkgsrc-2007Q1-base:1.1
	pkgsrc-2006Q4:1.1.0.4
	pkgsrc-2006Q4-base:1.1
	pkgsrc-2006Q3:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2007.08.09.14.05.29;	author joerg;	state dead;
branches;
next	1.1;

1.1
date	2006.11.03.14.14.52;	author joerg;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2006.11.03.14.14.52;	author ghen;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2006.11.23.09.41.31;	author ghen;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to Django 0.96:

The main goal of the 0.96 release is to cleanup and stabilise the
features from 0.95.

Incompatible changes:
- constraint names changed in some cases, this can effect manage.py
reset on old databases
- some names in manage.py changed
- backslash escaping is done more consistently
- ENABLE_PSYCO is gone

Important changes:
- merge of newforms
- URLconf takes normal callables
- new test framework
- passwords for users can be entered as normal text in the admin
interface, no need to hash manually

In addition: dropped py-setuptools dependency.
@
text
@#!/bin/sh

case $STAGE in
POST-INSTALL)
	@@PY_MANAGE_EGGS@@ register @@DJANGOEGG@@
	;;
esac
@


1.1
log
@Forgotten files: register/unregister egg.
@
text
@@


1.1.2.1
log
@file INSTALL was added on branch pkgsrc-2006Q3 on 2006-11-03 14:14:52 +0000
@
text
@d1 7
@


1.1.2.2
log
@Pullup ticket 1896 - requested by joerg
install fix for py24-setuptools

- pkgsrc/devel/py24-setuptools/DEINSTALL		1.1
- pkgsrc/devel/py24-setuptools/INSTALL			1.1
- pkgsrc/devel/py24-setuptools/Makefile			1.4
- pkgsrc/devel/py24-setuptools/PLIST			1.3
- pkgsrc/devel/py24-setuptools/files/manage-eggs.py	1.1
- pkgsrc/www/py-django/DEINSTALL			1.1
- pkgsrc/www/py-django/INSTALL				1.1
- pkgsrc/www/py-django/Makefile				1.3
- pkgsrc/www/py-flup/DEINSTALL				1.1
- pkgsrc/www/py-flup/INSTALL				1.1
- pkgsrc/www/py-flup/Makefile				1.3

   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Fri Nov  3 13:56:46 UTC 2006

   Modified Files:
	pkgsrc/devel/py24-setuptools: Makefile PLIST
   Added Files:
	pkgsrc/devel/py24-setuptools: DEINSTALL INSTALL
	pkgsrc/devel/py24-setuptools/files: manage-eggs.py

   Log Message:
   easy-install.pth is a volatile file as installed eggs are registered in
   it for sys.path handling. Create a default version on install time and
   remove it when done. Also install a small script which allows registering
   and unregistering of eggs installed via packages. Bump revision.
---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Fri Nov  3 14:13:57 UTC 2006

   Modified Files:
	pkgsrc/www/py-flup: Makefile
   Added Files:
	pkgsrc/www/py-flup: DEINSTALL INSTALL

   Log Message:
   Require newer py24-setuptools and register/unregister egg.
---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Fri Nov  3 14:14:18 UTC 2006

   Modified Files:
	pkgsrc/www/py-django: Makefile

   Log Message:
   Require newer py24-setuptools and register/unregister egg.
---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Fri Nov  3 14:14:52 UTC 2006

   Added Files:
	pkgsrc/www/py-django: DEINSTALL INSTALL

   Log Message:
   Forgotten files: register/unregister egg.
@
text
@a0 7
#!/bin/sh

case $STAGE in
POST-INSTALL)
	@@PY_MANAGE_EGGS@@ register @@DJANGOEGG@@
	;;
esac
@
