From owner-cvs-all@FreeBSD.ORG Wed Jul 29 13:20:20 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7568E106566C; Wed, 29 Jul 2009 13:20:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 644398FC0C; Wed, 29 Jul 2009 13:20:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6TDKK2H071301; Wed, 29 Jul 2009 13:20:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6TDKKSI071300; Wed, 29 Jul 2009 13:20:20 GMT (envelope-from miwi) Message-Id: <200907291320.n6TDKKSI071300@repoman.freebsd.org> From: Martin Wilke Date: Wed, 29 Jul 2009 13:20:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/py-south Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 13:20:20 -0000 miwi 2009-07-29 13:20:20 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/py-south Makefile distinfo pkg-descr pkg-plist Log: This is South, intelligent schema migrations for Django apps. South is: * Intelligent; it knows if you've missed out a migration or two * Database independent, so there's no hassle if you need to move databases. * Easy; it can write migrations for you, and it takes about a minute to convert your app over to use South. * Designed for a pluggable Django world; you can declare dependencies between apps so they all migrate together correctly, and you can still use syncdb for your non-migrated apps without it interfering. * Useful for data too; you can write migrations to transform legacy data. * Better (we think, anyway) than the alternatives. WWW: http://south.aeracode.org/ PR: ports/137234 Submitted by: Stanislav Svirid Revision Changes Path 1.790 +1 -0 ports/databases/Makefile 1.1 +22 -0 ports/databases/py-south/Makefile (new) 1.1 +3 -0 ports/databases/py-south/distinfo (new) 1.1 +15 -0 ports/databases/py-south/pkg-descr (new) 1.1 +92 -0 ports/databases/py-south/pkg-plist (new)