Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 350BD63B89F for ; Wed, 12 Jan 2011 08:10:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0D0CC19CE8E; Wed, 12 Jan 2011 08:10:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C7B019CE87 for ; Wed, 12 Jan 2011 08:10:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aNkbateeTp9q for ; Wed, 12 Jan 2011 08:10:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E481E19CE51 for ; Wed, 12 Jan 2011 08:10:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DAEC4175DD; Wed, 12 Jan 2011 08:10:05 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 12 Jan 2011 08:10:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-south To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20110112081005.DAEC4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Wed Jan 12 08:10:05 UTC 2011 Update of /cvsroot/pkgsrc/www/py-django-south In directory ivanova.netbsd.org:/tmp/cvs-serv16684 Log Message: This is South, a Django application to provide migrations in a sane way. By sane, we mean that the status of every migration is tracked individually, rather than just the number of the top migration reached; this means South can detect when you have an unapplied migration that's sitting in the middle of a whole load of applied ones, and will let you apply it straight off, or let you roll back to it, and apply from there forward. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/www/py-django-south/DESCR N pkgsrc/www/py-django-south/distinfo N pkgsrc/www/py-django-south/Makefile N pkgsrc/www/py-django-south/PLIST No conflicts created by this import