aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-04-30 11:37:54 +0000
committerRene Ladan <rene@FreeBSD.org>2021-04-30 11:38:35 +0000
commit55643f93ec6637e41fba89abfc128fe5dad22cbc (patch)
tree909d854dc110d8aea51c9f6286c63257f4973ab8
parentbbd7f0fac79363cf1771c043395556796fb9f61d (diff)
downloadports-55643f93ec6637e41fba89abfc128fe5dad22cbc.tar.gz
ports-55643f93ec6637e41fba89abfc128fe5dad22cbc.zip
Remove expired ports:
2021-04-30 www/py-django111: Django 1.11 is End-of-Life since April 2020. Switch to Django 2.2+ as soon as possible. 2021-04-30 archivers/par2cmdline-tbb: Unmaintained upstream, does not build with oneTbb. Use archivers/par2cmdline instead
-rw-r--r--MOVED2
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/par2cmdline-tbb/Makefile38
-rw-r--r--archivers/par2cmdline-tbb/distinfo2
-rw-r--r--archivers/par2cmdline-tbb/files/patch-configure11
-rw-r--r--archivers/par2cmdline-tbb/files/patch-par2cmdline.h10
-rw-r--r--archivers/par2cmdline-tbb/pkg-descr7
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django111/Makefile67
-rw-r--r--www/py-django111/distinfo3
-rw-r--r--www/py-django111/pkg-descr10
11 files changed, 2 insertions, 150 deletions
diff --git a/MOVED b/MOVED
index fed9a337dfee..3ca2e5e1a82a 100644
--- a/MOVED
+++ b/MOVED
@@ -16304,3 +16304,5 @@ news/plor||2021-04-24|Has expired: listed as "Alpha-release" but last update in
security/certificate-transparency||2021-04-24|Has expired: Broken for more than 6 months
misc/soapysdr-rtlsdr|comms/soapysdr-rtlsdr|2021-04-28|Move port to a proper category
net/libjson-rpc-cpp||2021-04-28|Port has been broken since October 2020
+www/py-django111|www/py-django22|2021-04-30|Has expired: Django 1.11 is End-of-Life since April 2020. Switch to Django 2.2+ as soon as possible
+archivers/par2cmdline-tbb|archivers/par2cmdline|2021-04-30|Has expired: Unmaintained upstream, does not build with oneTbb. Use archivers/par2cmdline instead
diff --git a/archivers/Makefile b/archivers/Makefile
index d2c62d8dc424..7e84fa457cf0 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -131,7 +131,6 @@
SUBDIR += paq
SUBDIR += par
SUBDIR += par2cmdline
- SUBDIR += par2cmdline-tbb
SUBDIR += parchive
SUBDIR += pbzip2
SUBDIR += pear-File_Archive
diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile
deleted file mode 100644
index 9e1417b6532e..000000000000
--- a/archivers/par2cmdline-tbb/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
-
-PORTNAME= par2cmdline-tbb
-PORTVERSION= 20100203
-PORTREVISION= 22
-CATEGORIES= archivers
-MASTER_SITES= http://chuchusoft.com/par2_tbb/
-DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION}
-
-MAINTAINER= martymac@FreeBSD.org
-COMMENT= Tools for using Parity v2 Archive files (tbb version)
-
-LICENSE= GPLv2
-
-DEPRECATED= Unmaintained upstream, does not build with oneTbb. Use archivers/par2cmdline instead
-EXPIRATION_DATE=2021-04-30
-ONLY_FOR_ARCHS= amd64 i386
-
-LIB_DEPENDS= libtbb.so:devel/tbb
-
-USES= autoreconf
-
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -pthread
-
-PORTDOCS= README
-CONFLICTS= par2cmdline-[0-9]*
-
-PLIST_FILES= bin/par2 bin/par2create bin/par2repair bin/par2verify
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/archivers/par2cmdline-tbb/distinfo b/archivers/par2cmdline-tbb/distinfo
deleted file mode 100644
index 7eb39a3a1202..000000000000
--- a/archivers/par2cmdline-tbb/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (par2cmdline-0.4-tbb-20100203.tar.gz) = a1a7d1a3228135a34bc16b5a5dbf4cc9385fce9874fc138efdc48a376a68c255
-SIZE (par2cmdline-0.4-tbb-20100203.tar.gz) = 325287
diff --git a/archivers/par2cmdline-tbb/files/patch-configure b/archivers/par2cmdline-tbb/files/patch-configure
deleted file mode 100644
index 4b77ca91ed59..000000000000
--- a/archivers/par2cmdline-tbb/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2009-02-03 05:15:30 UTC
-+++ configure
-@@ -4113,7 +4113,7 @@ _ACEOF
-
-
- case "$host_cpu" in
-- x86_64|amd64)
-+ x86_64|amd64|ia64)
- { echo "$as_me:$LINENO: result: SSE2_on_x86_64 is enabled" >&5
- echo "${ECHO_T}SSE2_on_x86_64 is enabled" >&6; }
- if true; then
diff --git a/archivers/par2cmdline-tbb/files/patch-par2cmdline.h b/archivers/par2cmdline-tbb/files/patch-par2cmdline.h
deleted file mode 100644
index b58d2e5109f7..000000000000
--- a/archivers/par2cmdline-tbb/files/patch-par2cmdline.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- par2cmdline.h.orig 2009-02-03 05:14:49 UTC
-+++ par2cmdline.h
-@@ -428,6 +428,7 @@ typedef enum Result
- #include <vector>
- #include <map>
- #include <algorithm>
-+#include <memory>
-
- #include <ctype.h>
- #include <iostream>
diff --git a/archivers/par2cmdline-tbb/pkg-descr b/archivers/par2cmdline-tbb/pkg-descr
deleted file mode 100644
index ff47422f1dc1..000000000000
--- a/archivers/par2cmdline-tbb/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-par2cmdline-tbb is the tbb version of the par2cmdline tool.
-
-par2cmdline is a program for creating and using PAR2 files to detect
-damage in data files and repair them if necessary. It can be used with
-any kind of file. Par files are especially popular on Usenet.
-
-WWW: http://chuchusoft.com/par2_tbb/
diff --git a/www/Makefile b/www/Makefile
index 40149f3f6476..68e00a188521 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1557,7 +1557,6 @@
SUBDIR += py-django-voting
SUBDIR += py-django-webpack-loader
SUBDIR += py-django-widget-tweaks
- SUBDIR += py-django111
SUBDIR += py-django22
SUBDIR += py-django30
SUBDIR += py-django31
diff --git a/www/py-django111/Makefile b/www/py-django111/Makefile
deleted file mode 100644
index 6c351591396b..000000000000
--- a/www/py-django111/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
-# Remember to update www/py-django along with this port.
-
-PORTNAME= django
-PORTVERSION= 1.11.29
-PORTREVISION= 1
-CATEGORIES= www python
-MASTER_SITES= CHEESESHOP \
- https://www.djangoproject.com/m/releases/${PORTVERSION}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 111
-DISTNAME= Django-${PORTVERSION}
-DIST_SUBDIR= python
-
-MAINTAINER= python@FreeBSD.org
-COMMENT= High-level Python Web Framework
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Django 1.11 is End-of-Life since April 2020. Switch to Django 2.2+ as soon as possible.
-EXPIRATION_DATE= 2021-04-30
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
-
-NO_ARCH= yes
-USES= cpe python:3.6+ shebangfix
-USE_PYTHON= autoplist distutils
-SHEBANG_FILES= django/bin/django-admin.py \
- django/conf/project_template/manage.py-tpl
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django22 ${PYTHON_PKGNAMEPREFIX}django3[0-2]
-CPE_VENDOR= djangoproject
-
-DOCSDIR= ${PREFIX}/share/doc/py-django
-PORTDOCS= *
-
-OPTIONS_DEFINE= DOCS HTMLDOCS
-OPTIONS_DEFAULT= SQLITE
-
-OPTIONS_GROUP= DATABASE
-OPTIONS_GROUP_DATABASE= PGSQL SQLITE
-
-HTMLDOCS_DESC= Install HTML documentation (requires Sphinx)
-
-PLIST_FILES= man/man1/django-admin.1.gz
-
-HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
-HTMLDOCS_IMPLIES= DOCS
-PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR}
-SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_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-django111/distinfo b/www/py-django111/distinfo
deleted file mode 100644
index 62b4d08e3a2b..000000000000
--- a/www/py-django111/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1583938198
-SHA256 (python/Django-1.11.29.tar.gz) = 4200aefb6678019a0acf0005cd14cfce3a5e6b9b90d06145fcdd2e474ad4329c
-SIZE (python/Django-1.11.29.tar.gz) = 7977916
diff --git a/www/py-django111/pkg-descr b/www/py-django111/pkg-descr
deleted file mode 100644
index 0ea493b87ab6..000000000000
--- a/www/py-django111/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/