svn commit: r412301 - in head/www: . py-django-templatetag-sugar
Tom Judge
tj at FreeBSD.org
Thu Mar 31 20:33:32 UTC 2016
Author: tj
Date: Thu Mar 31 20:33:30 2016
New Revision: 412301
URL: https://svnweb.freebsd.org/changeset/ports/412301
Log:
New port www/py-django-templatetag-sugar 1.0
A library to make writing templatetags in Django sweet.
WWW: https://github.com/alex/django-templatetag-sugar
Added:
head/www/py-django-templatetag-sugar/
head/www/py-django-templatetag-sugar/Makefile (contents, props changed)
head/www/py-django-templatetag-sugar/distinfo (contents, props changed)
head/www/py-django-templatetag-sugar/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Thu Mar 31 20:21:44 2016 (r412300)
+++ head/www/Makefile Thu Mar 31 20:33:30 2016 (r412301)
@@ -1586,6 +1586,7 @@
SUBDIR += py-django-tagging
SUBDIR += py-django-taggit
SUBDIR += py-django-tastypie
+ SUBDIR += py-django-templatetag-sugar
SUBDIR += py-django-threaded-multihost
SUBDIR += py-django-tinymce
SUBDIR += py-django-voting
Added: head/www/py-django-templatetag-sugar/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-django-templatetag-sugar/Makefile Thu Mar 31 20:33:30 2016 (r412301)
@@ -0,0 +1,20 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= templatetag-sugar
+PORTVERSION= 1.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
+DISTNAME= django-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= Library to make writing templatetags in Django sweet
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/www/py-django-templatetag-sugar/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-django-templatetag-sugar/distinfo Thu Mar 31 20:33:30 2016 (r412301)
@@ -0,0 +1,2 @@
+SHA256 (django-templatetag-sugar-1.0.tar.gz) = e9f630549f6c174cf328b385190e18bfe308f74dc7eca13458163d316ed29a5e
+SIZE (django-templatetag-sugar-1.0.tar.gz) = 2810
Added: head/www/py-django-templatetag-sugar/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-django-templatetag-sugar/pkg-descr Thu Mar 31 20:33:30 2016 (r412301)
@@ -0,0 +1,3 @@
+A library to make writing templatetags in Django sweet.
+
+WWW: https://github.com/alex/django-templatetag-sugar
More information about the svn-ports-all
mailing list