Date: Fri, 29 Aug 2014 16:50:23 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366530 - in head/www: . py-django-taggit Message-ID: <201408291650.s7TGoNaE051726@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Aug 29 16:50:22 2014 New Revision: 366530 URL: http://svnweb.freebsd.org/changeset/ports/366530 QAT: https://qat.redports.org/buildarchive/r366530/ Log: www/py-django-taggit: Reusable Django application for simple tagging Added: head/www/py-django-taggit/ head/www/py-django-taggit/Makefile (contents, props changed) head/www/py-django-taggit/distinfo (contents, props changed) head/www/py-django-taggit/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Aug 29 16:39:51 2014 (r366529) +++ head/www/Makefile Fri Aug 29 16:50:22 2014 (r366530) @@ -1529,6 +1529,7 @@ SUBDIR += py-django-subdomains SUBDIR += py-django-tables2 SUBDIR += py-django-tagging + SUBDIR += py-django-taggit SUBDIR += py-django-tastypie SUBDIR += py-django-threaded-multihost SUBDIR += py-django-tinymce Added: head/www/py-django-taggit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-taggit/Makefile Fri Aug 29 16:50:22 2014 (r366530) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= django-taggit +PORTVERSION= 0.12.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Reusable Django application for simple tagging + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/www/py-django-taggit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-taggit/distinfo Fri Aug 29 16:50:22 2014 (r366530) @@ -0,0 +1,2 @@ +SHA256 (django-taggit-0.12.1.tar.gz) = 7f856e9262055c5dd906ed36dbfe6bfeb61bff8fc7479015488d38b8d163a2d7 +SIZE (django-taggit-0.12.1.tar.gz) = 46622 Added: head/www/py-django-taggit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-taggit/pkg-descr Fri Aug 29 16:50:22 2014 (r366530) @@ -0,0 +1,3 @@ +django-taggit a simpler approach to tagging with Django. + +WWW: https://github.com/alex/django-taggit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291650.s7TGoNaE051726>