aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-08-31 20:47:22 +0000
committerRene Ladan <rene@FreeBSD.org>2023-08-31 20:47:22 +0000
commitaa3dbc9f4676286b982724433b7a58c6b03e3c8a (patch)
treef682fdc8f05be46272f642ec324a0dcb3f93c200
parenta2b527668f428aa4436239b2b59155bf171f8f31 (diff)
downloadports-aa3dbc9f4676286b982724433b7a58c6b03e3c8a.tar.gz
ports-aa3dbc9f4676286b982724433b7a58c6b03e3c8a.zip
ports-mgmt/parfetch-overlay: Remove expired port
2023-08-31 ports-mgmt/parfetch-overlay: Unmaintained
-rw-r--r--MOVED1
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/parfetch-overlay/Makefile32
-rw-r--r--ports-mgmt/parfetch-overlay/distinfo3
-rw-r--r--ports-mgmt/parfetch-overlay/files/pkg-message.in37
-rw-r--r--ports-mgmt/parfetch-overlay/pkg-descr10
-rw-r--r--ports-mgmt/parfetch-overlay/pkg-plist4
7 files changed, 1 insertions, 87 deletions
diff --git a/MOVED b/MOVED
index 5bb5293c60d3..eda29603c75c 100644
--- a/MOVED
+++ b/MOVED
@@ -7839,3 +7839,4 @@ www/joomla3|www/joomla4|2023-08-30|Has expired: EOL upstream
sysutils/llama|sysutils/walk|2023-08-31|Renamed to match upstream naming
devel/py-typed-ast||2023-08-31|Has expired: This project is no longer maintained. Use the standard library ast module instead
devel/py-retype||2023-08-31|Has expired: This project is no longer supported/maintained
+ports-mgmt/parfetch-overlay||2023-08-31|Has expired: Unmaintained
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index d886328f5d6f..b52eb7cfaccd 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -22,7 +22,6 @@
SUBDIR += p5-FreeBSD-Ports-INDEXhash
SUBDIR += packagekit
SUBDIR += packagekit-qt
- SUBDIR += parfetch-overlay
SUBDIR += pchecker
SUBDIR += pkg
SUBDIR += pkg-appstream
diff --git a/ports-mgmt/parfetch-overlay/Makefile b/ports-mgmt/parfetch-overlay/Makefile
deleted file mode 100644
index 6d13b29c11c6..000000000000
--- a/ports-mgmt/parfetch-overlay/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= parfetch
-DISTVERSION= 0.1.2
-CATEGORIES= ports-mgmt
-MASTER_SITES= https://codeberg.org/attachments/44b0e45e-94e6-4852-b9f1-700e104e6238?dummy=/
-PKGNAMESUFFIX= -overlay
-
-MAINTAINER= tobik@FreeBSD.org
-COMMENT= Fetch distfiles in parallel and with pipelining
-WWW= https://codeberg.org/tobik/parfetch-overlay
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Unmaintained
-EXPIRATION_DATE= 2023-08-31
-
-LIB_DEPENDS= libevent.so:devel/libevent
-
-USES= compiler:c11 ninja pkgconfig ssl tar:lz
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= AR="${AR}" \
- CC="${CC}" \
- CFLAGS="${CFLAGS}" \
- CPPFLAGS="${CPPFLAGS}" \
- DESTDIR="${STAGEDIR}" \
- INSTALL_DATA="${INSTALL_DATA}" \
- INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
- LDFLAGS="${LDFLAGS}" \
- PREFIX="${PREFIX}"
-SUB_FILES= pkg-message
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/parfetch-overlay/distinfo b/ports-mgmt/parfetch-overlay/distinfo
deleted file mode 100644
index f400acef6b59..000000000000
--- a/ports-mgmt/parfetch-overlay/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1650452702
-SHA256 (parfetch-0.1.2.tar.lz) = c31095d98be11ef01e5adcffe59242b06252820dfa7785a3c7c267a35cb0402c
-SIZE (parfetch-0.1.2.tar.lz) = 5311385
diff --git a/ports-mgmt/parfetch-overlay/files/pkg-message.in b/ports-mgmt/parfetch-overlay/files/pkg-message.in
deleted file mode 100644
index 896670f980e4..000000000000
--- a/ports-mgmt/parfetch-overlay/files/pkg-message.in
+++ /dev/null
@@ -1,37 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Local setup
-===========
-
-Add this to /etc/make.conf
-
-OVERLAYS+= %%DATADIR%%/overlay
-
-It replaces the default do-fetch and checksum targets.
-
-Poudriere setup
-===============
-
-This requires a Poudriere version that supports overlays like
-poudriere-devel.
-
-Make the overlay available to Poudriere
-
-$ poudriere ports -c -p parfetch -m null -M %%DATADIR%%/overlay
-
-Use it
-
-$ poudriere bulk -O parfetch ...
-
-Additional configuration
-========================
-
-For additional configuration options please refer to
-%%DATADIR%%/overlay/Mk/bsd.overlay.mk
-
-The overlay can be disabled at any time by defining
-NO_PARFETCH.
-EOM
-}
-]
diff --git a/ports-mgmt/parfetch-overlay/pkg-descr b/ports-mgmt/parfetch-overlay/pkg-descr
deleted file mode 100644
index 1083e5827351..000000000000
--- a/ports-mgmt/parfetch-overlay/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Fetch distfiles in parallel and with pipelining
-
-Ports that fetch multiple distfiles from the same host can
-especially benefit from this.
-
-This is a glue application between libcurl and the ports
-framework. It comes with a ports overlay that replaces the
-default do-fetch and checksum targets.
-
-This is an experiment. Use at your own risk.
diff --git a/ports-mgmt/parfetch-overlay/pkg-plist b/ports-mgmt/parfetch-overlay/pkg-plist
deleted file mode 100644
index cb6b1ea8958c..000000000000
--- a/ports-mgmt/parfetch-overlay/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/parfetch
-bin/parfetch-static
-%%DATADIR%%/overlay/Mk/bsd.overlay.mk
-%%DATADIR%%/overlay/bin/parfetch-static