From 9b6c329e4c91edaa179f01ce047e622c7dc07ca5 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Wed, 15 Jan 2025 14:45:13 -0500 Subject: net/libproxy: update to 0.5.9 Completely rewritten since 0.5.0. Plugin ports are gone, they are now built directly into the library. PR: 284088 Reviewed by: arrowd exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D48469 --- net/libproxy-python/Makefile | 22 ---------------------- net/libproxy-python/pkg-descr | 5 ----- net/libproxy-python/pkg-plist | 3 --- 3 files changed, 30 deletions(-) delete mode 100644 net/libproxy-python/Makefile delete mode 100644 net/libproxy-python/pkg-descr delete mode 100644 net/libproxy-python/pkg-plist (limited to 'net/libproxy-python') diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile deleted file mode 100644 index 039869cb0f10..000000000000 --- a/net/libproxy-python/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTREVISION= 0 -CATEGORIES= net lang -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -${LIBPROXY_SLAVE} - -COMMENT= Python binding for libproxy - -USES= python -USE_PYTHON= flavors py3kplist - -LIBPROXY_SLAVE= python -MASTERDIR= ${.CURDIR}/../libproxy - -post-install: - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-python/pkg-descr b/net/libproxy-python/pkg-descr deleted file mode 100644 index eb6d7ff21937..000000000000 --- a/net/libproxy-python/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Libproxy exists to answer the question: Given a network resource, how do I -reach it? It handles all the details, enabling you to get back to -programming. - -This plug-in allows python applications to make use of libproxy. diff --git a/net/libproxy-python/pkg-plist b/net/libproxy-python/pkg-plist deleted file mode 100644 index 3c6098ab109f..000000000000 --- a/net/libproxy-python/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/libproxy.py -%%PYTHON_SITELIBDIR%%/libproxy.pyc -%%PYTHON_SITELIBDIR%%/libproxy.pyo -- cgit v1.2.3