Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2023 20:47:34 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa3dbc9f4676 - main - ports-mgmt/parfetch-overlay: Remove expired port
Message-ID:  <202308312047.37VKlY7q063014@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa3dbc9f4676286b982724433b7a58c6b03e3c8a

commit aa3dbc9f4676286b982724433b7a58c6b03e3c8a
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-08-31 20:47:22 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-08-31 20:47:22 +0000

    ports-mgmt/parfetch-overlay: Remove expired port
    
    2023-08-31 ports-mgmt/parfetch-overlay: Unmaintained
---
 MOVED                                            |  1 +
 ports-mgmt/Makefile                              |  1 -
 ports-mgmt/parfetch-overlay/Makefile             | 32 --------------------
 ports-mgmt/parfetch-overlay/distinfo             |  3 --
 ports-mgmt/parfetch-overlay/files/pkg-message.in | 37 ------------------------
 ports-mgmt/parfetch-overlay/pkg-descr            | 10 -------
 ports-mgmt/parfetch-overlay/pkg-plist            |  4 ---
 7 files changed, 1 insertion(+), 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308312047.37VKlY7q063014>