Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156753660
D3804.id37318.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D3804.id37318.diff
View Options
Index: www/Makefile
===================================================================
--- www/Makefile
+++ www/Makefile
@@ -1608,6 +1608,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: www/py-django-netfields/Makefile
===================================================================
--- /dev/null
+++ www/py-django-netfields/Makefile
@@ -0,0 +1,28 @@
+# Created by: Jeffrey Kubo <jmk@norse-corp.com>
+# $FreeBSD$
+
+PORTNAME= django-netfields
+PORTVERSION= 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.txt
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr@${FLAVOR}
+
+.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: www/py-django-netfields/distinfo
===================================================================
--- /dev/null
+++ 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: www/py-django-netfields/pkg-descr
===================================================================
--- /dev/null
+++ www/py-django-netfields/pkg-descr
@@ -0,0 +1,7 @@
+This is a port of Django netfields
+
+This project 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
Details
Attached
Mime Type
text/plain
Expires
Sun, May 17, 3:04 AM (2 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33170310
Default Alt Text
D3804.id37318.diff (2 KB)
Attached To
Mode
D3804: New port: www/py-django-netfields
Attached
Detach File
Event Timeline
Log In to Comment