Bug 175198 - New port: www/py-djangotoolbox - A common API for running Django on non-relational/NoSQL databases
Summary: New port: www/py-djangotoolbox - A common API for running Django on non-relat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 08:00 UTC by John Hixson
Modified: 2013-02-09 14:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.84 KB, text/plain)
2013-01-11 08:00 UTC, John Hixson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Hixson 2013-01-11 08:00:00 UTC
New port

www/py-djangotoolbox

A common API for running Django on non-relational/NoSQL databases

www.allbuttonspressed.com/projects/djangotoolbox

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2013-02-09 14:03:56 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-09 14:04:27 UTC
Author: miwi
Date: Sat Feb  9 14:04:13 2013
New Revision: 311979
URL: http://svnweb.freebsd.org/changeset/ports/311979

Log:
  A common API for running Django on non-relational/NoSQL databases
  
  www.allbuttonspressed.com/projects/djangotoolbox
  
  PR:		ports/175198
  Submitted by:	John Hixson <john@ixsystems.com>

Added:
  head/www/py-djangotoolbox/
  head/www/py-djangotoolbox/Makefile   (contents, props changed)
  head/www/py-djangotoolbox/distinfo   (contents, props changed)
  head/www/py-djangotoolbox/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Feb  9 14:03:00 2013	(r311978)
+++ head/www/Makefile	Sat Feb  9 14:04:13 2013	(r311979)
@@ -1499,6 +1499,7 @@
     SUBDIR += py-django-threaded-multihost
     SUBDIR += py-django13
     SUBDIR += py-django_compressor
+    SUBDIR += py-djangotoolbox
     SUBDIR += py-djblets
     SUBDIR += py-dojango
     SUBDIR += py-dotcloud.cli

Added: head/www/py-djangotoolbox/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-djangotoolbox/Makefile	Sat Feb  9 14:04:13 2013	(r311979)
@@ -0,0 +1,27 @@
+# Created by: John Hixson <john@ixsystems.com>
+# $FreeBSD$
+
+PORTNAME=	djangotoolbox
+PORTVERSION=	0.9.2
+CATEGORIES=	www python
+MASTER_SITES=	https://github.com/django-nonrel/djangotoolbox/archive/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	develop
+
+MAINTAINER=	john@ixsystems.com
+COMMENT=	A common API for running Django on non-relational/NoSQL databases
+
+LICENSE=	BSD
+
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
+
+USE_ZIP=	yes
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	easy_install
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+FETCH_ARGS=	-Fpr
+
+WRKSRC=	${WRKDIR}/djangotoolbox-develop
+
+.include <bsd.port.mk>

Added: head/www/py-djangotoolbox/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-djangotoolbox/distinfo	Sat Feb  9 14:04:13 2013	(r311979)
@@ -0,0 +1,2 @@
+SHA256 (develop.zip) = 503ca33915d97356c4509e5cbb7d97cec72e00675aaada9dd3de9b1f8bf46c0a
+SIZE (develop.zip) = 48492

Added: head/www/py-djangotoolbox/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-djangotoolbox/pkg-descr	Sat Feb  9 14:04:13 2013	(r311979)
@@ -0,0 +1,3 @@
+A common API for running Django on non-relational/NoSQL databases
+
+www.allbuttonspressed.com/projects/djangotoolbox
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"