aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-01 00:42:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-01 00:42:16 +0800
commit23879ac341252faf2a75952c3f8d5b445d04cf9b (patch)
treef7acc075e777eb0f00fb5a9fd0da34be646e1631 /www
parent4fd0bdc2ca0dc7b96b0dfb49b228b4f4857c2d15 (diff)
downloadfreebsd-ports-gnome-23879ac341252faf2a75952c3f8d5b445d04cf9b.tar.gz
freebsd-ports-gnome-23879ac341252faf2a75952c3f8d5b445d04cf9b.tar.zst
freebsd-ports-gnome-23879ac341252faf2a75952c3f8d5b445d04cf9b.zip
Remove www/py-django110
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django110/Makefile68
-rw-r--r--www/py-django110/distinfo3
-rw-r--r--www/py-django110/pkg-descr10
4 files changed, 0 insertions, 82 deletions
diff --git a/www/Makefile b/www/Makefile
index 04fc4b891f73..ba8ba24618bb 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1639,7 +1639,6 @@
SUBDIR += py-django-threaded-multihost
SUBDIR += py-django-tinymce
SUBDIR += py-django-voting
- SUBDIR += py-django110
SUBDIR += py-django111
SUBDIR += py-django18
SUBDIR += py-django20
diff --git a/www/py-django110/Makefile b/www/py-django110/Makefile
deleted file mode 100644
index 5d96aa32d59d..000000000000
--- a/www/py-django110/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-# $FreeBSD$
-
-PORTNAME= django
-PORTVERSION= 1.10.8
-PORTREVISION= 1
-CATEGORIES= www python
-MASTER_SITES= CHEESESHOP \
- https://www.djangoproject.com/m/releases/${PORTVERSION}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 110
-DISTNAME= Django-${PORTVERSION}
-DIST_SUBDIR= python
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= High-level Python Web Framework
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Use www/py-django111 or www/py-django20 instead
-EXPIRATION_DATE=2018-01-31
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR}
-
-NO_ARCH= yes
-USES= cpe python${PY_MYSQL} shebangfix
-USE_PYTHON= autoplist distutils
-SHEBANG_FILES= django/bin/django-admin.py \
- django/conf/project_template/manage.py-tpl
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django18 ${PYTHON_PKGNAMEPREFIX}django111 ${PYTHON_PKGNAMEPREFIX}django20
-CPE_VENDOR= djangoproject
-
-DOCSDIR= ${PREFIX}/share/doc/py-django
-PORTDOCS= *
-
-OPTIONS_DEFINE= DOCS HTMLDOCS
-OPTIONS_DEFAULT= SQLITE
-
-OPTIONS_GROUP= DATABASE
-OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE
-
-HTMLDOCS_DESC= Install HTML documentation (requires Sphinx)
-
-PLIST_FILES= man/man1/django-admin.1.gz
-
-HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${FLAVOR}
-HTMLDOCS_IMPLIES= DOCS
-PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${FLAVOR}
-MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${FLAVOR}
-MYSQL_VARS= PY_MYSQL=:2.7
-SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
-
-post-build-HTMLDOCS-on:
- cd ${WRKSRC}/docs && ${MAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER}
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1
- @${ECHO_MSG} ""
- @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation"
- @${ECHO_MSG} ""
-
-post-install-HTMLDOCS-on:
- ${MKDIR} ${STAGEDIR}/${DOCSDIR}
- ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/py-django110/distinfo b/www/py-django110/distinfo
deleted file mode 100644
index 92d1019fd68f..000000000000
--- a/www/py-django110/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1504718727
-SHA256 (python/Django-1.10.8.tar.gz) = d4ef83bd326573c00972cb9429beb396d210341a636e4b816fc9b3f505c498bb
-SIZE (python/Django-1.10.8.tar.gz) = 7739226
diff --git a/www/py-django110/pkg-descr b/www/py-django110/pkg-descr
deleted file mode 100644
index 0ea493b87ab6..000000000000
--- a/www/py-django110/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Django is a high-level Python Web framework that encourages rapid development
-and clean, pragmatic design.
-
-Developed and used over the past two years by a fast-moving online-news
-operation, Django was designed from scratch to handle two challenges: the
-intensive deadlines of a newsroom and the stringent requirements of experienced
-Web developers. It has convenient niceties for developing content-management
-systems, but it's an excellent tool for building any Web site.
-
-WWW: https://www.djangoproject.com/