Page MenuHomeFreeBSD

D3804.id37461.diff
No OneTemporary

D3804.id37461.diff

Index: head/www/Makefile
===================================================================
--- head/www/Makefile
+++ head/www/Makefile
@@ -1606,6 +1606,7 @@
SUBDIR += py-django-mezzanine-filebrowser
SUBDIR += py-django-mezzanine-grappelli
SUBDIR += py-django-mptt
+ SUBDIR += py-django-netfields
SUBDIR += py-django-openid-auth
SUBDIR += py-django-otp
SUBDIR += py-django-otp-yubikey
Index: head/www/py-django-netfields/Makefile
===================================================================
--- head/www/py-django-netfields/Makefile
+++ head/www/py-django-netfields/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= django-netfields
+DISTVERSION= 0.8
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alfred@FreeBSD.org
+COMMENT= Django PostgreSQL netfields implementation
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr@${FLAVOR}
+
+NO_ARCH= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3300
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
Index: head/www/py-django-netfields/distinfo
===================================================================
--- head/www/py-django-netfields/distinfo
+++ head/www/py-django-netfields/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514741875
+SHA256 (django-netfields-0.8.tar.gz) = 5c8d4840652799e290849590c013a112da069f47e89e1064ed18671cac26268c
+SIZE (django-netfields-0.8.tar.gz) = 14745
Index: head/www/py-django-netfields/pkg-descr
===================================================================
--- head/www/py-django-netfields/pkg-descr
+++ head/www/py-django-netfields/pkg-descr
@@ -0,0 +1,4 @@
+Django netfields makes proper PostgreSQL net related fields for Django. Custom
+fields include IP Addresses in CIDR Format, and fields for MAC Addresses.
+
+WWW: https://github.com/jimfunk/django-postgresql-netfields

File Metadata

Mime Type
text/plain
Expires
Fri, May 22, 8:01 PM (13 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33429386
Default Alt Text
D3804.id37461.diff (2 KB)

Event Timeline