Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2013 14:10:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/175198: commit references a PR
Message-ID:  <201302091410.r19EA4o6067112@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175198; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175198: commit references a PR
Date: Sat,  9 Feb 2013 14:04:27 +0000 (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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302091410.r19EA4o6067112>