git: 505592266536 - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 30 Sep 2022 20:37:41 UTC
The branch main has been updated by rene:

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

commit 50559226653623ee44deaf12ac13afd5ba1740f1
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-09-30 20:37:33 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-09-30 20:37:33 +0000

    cleanup: Remove expired ports:
    
    2022-09-30 net-p2p/awgg: Depends on expired ftp/axel
    2022-06-30 ftp/axel: Last release in 2009 and dead upstream, please consider using www/aria2
---
 MOVED                          |  2 ++
 ftp/Makefile                   |  1 -
 ftp/axel/Makefile              | 31 -----------------------
 ftp/axel/distinfo              |  2 --
 ftp/axel/files/patch-configure | 11 --------
 ftp/axel/pkg-descr             |  3 ---
 ftp/axel/pkg-plist             |  8 ------
 net-p2p/Makefile               |  1 -
 net-p2p/awgg/Makefile          | 57 ------------------------------------------
 net-p2p/awgg/distinfo          |  3 ---
 net-p2p/awgg/pkg-descr         | 17 -------------
 net-p2p/awgg/pkg-plist         | 13 ----------
 12 files changed, 2 insertions(+), 147 deletions(-)

diff --git a/MOVED b/MOVED
index e9249a1c3eb6..6a9f8e776764 100644
--- a/MOVED
+++ b/MOVED
@@ -17575,3 +17575,5 @@ net/libmms||2022-09-30|Has expired: Obsolete, Microsoft deprecated MMS protocol
 audio/mctoolame-decoder||2022-09-30|Has expired: Legacy and obscure audio format that never gained any traction
 audio/mctoolame-encoder||2022-09-30|Has expired: Legacy and obscure audio format that never gained any traction
 www/py-ws4py||2022-09-30|Has expired: Upstream abandoned
+net-p2p/awgg||2022-09-30|Has expired: Depends on expired ftp/axel
+ftp/axel||2022-09-30|Has expired: Last release in 2009 and dead upstream, please consider using www/aria2
diff --git a/ftp/Makefile b/ftp/Makefile
index 2ca7c730a9d9..d4f6166b7bfa 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -2,7 +2,6 @@
 
     SUBDIR += R-cran-RCurl
     SUBDIR += R-cran-curl
-    SUBDIR += axel
     SUBDIR += bbftp-client
     SUBDIR += bbftp-server
     SUBDIR += bftpd
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
deleted file mode 100644
index 526191813698..000000000000
--- a/ftp/axel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	axel
-PORTVERSION=	2.4
-PORTREVISION=	2
-CATEGORIES=	ftp
-MASTER_SITES=	http://pkgs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/
-
-MAINTAINER=	prudhvi-krishna-bsd@surapaneni.in
-COMMENT=	Download accelerator
-WWW=		http://axel.alioth.debian.org/
-
-DEPRECATED=	Last release in 2009 and dead upstream, please consider using www/aria2
-EXPIRATION_DATE=2022-06-30
-
-USES=		cpe gmake
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-CPE_VENDOR=	axel_project
-
-OPTIONS_DEFINE=	NLS DEBUG
-OPTIONS_SUB=	yes
-
-NLS_USES=	gettext iconv
-NLS_CONFIGURE_ON=	--i18n=1
-NLS_CONFIGURE_OFF=	--i18n=0
-DEBUG_CONFIGURE_ON=--debug=1 --strip=0
-
-post-configure:
-	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile.settings
-
-.include <bsd.port.mk>
diff --git a/ftp/axel/distinfo b/ftp/axel/distinfo
deleted file mode 100644
index 91ecb89409e4..000000000000
--- a/ftp/axel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (axel-2.4.tar.gz) = 359a57ab4e354bcb6075430d977c59d33eb3e2f1415a811948fa8ae657ca8036
-SIZE (axel-2.4.tar.gz) = 50704
diff --git a/ftp/axel/files/patch-configure b/ftp/axel/files/patch-configure
deleted file mode 100644
index f71e6209b3f4..000000000000
--- a/ftp/axel/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig	2009-11-25 10:48:59.000000000 +0800
-+++ configure	2009-11-25 10:50:21.000000000 +0800
-@@ -20,7 +20,7 @@
- arch=`uname -s`
- 
- while [ -n "$1" ]; do
--	e="`expr "$1" : '--\(.*=.*\)'`"
-+	e=`expr "X$1" : 'X--\(.*=.*\)'`
- 	if [ -z "$e" ]; then
- 		cat<<EOF
- Axel configure
diff --git a/ftp/axel/pkg-descr b/ftp/axel/pkg-descr
deleted file mode 100644
index 24df345b29ac..000000000000
--- a/ftp/axel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Axel tries to accelerate downloads by opening more than one connection to a
-server (possibly to different servers). Because of its size it might also
-be useful as a wget replacement on bootdisks and other small systems.
diff --git a/ftp/axel/pkg-plist b/ftp/axel/pkg-plist
deleted file mode 100644
index 4dcbf42c9f1b..000000000000
--- a/ftp/axel/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/axel
-etc/axelrc
-man/man1/axel.1.gz
-man/zh_CN/man1/axel.1.gz
-%%NLS%%share/locale/de/LC_MESSAGES/axel.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/axel.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/axel.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/axel.mo
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index f9df23ecfd93..ea3ed48e9b75 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -4,7 +4,6 @@
     SUBDIR += amule-devel
     SUBDIR += arbitrum-avm
     SUBDIR += autoscan
-    SUBDIR += awgg
     SUBDIR += bazarr
     SUBDIR += bitcoin
     SUBDIR += bitcoin-daemon
diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile
deleted file mode 100644
index 67d3a0e9bac5..000000000000
--- a/net-p2p/awgg/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-PORTNAME=	awgg
-PORTVERSION=	0.6.0
-PORTREVISION=	9
-CATEGORIES=	net-p2p
-PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
-
-MAINTAINER=	acm@FreeBSD.org
-COMMENT=	Advanced wget GUI
-WWW=		https://github.com/Nenirey/AWGG
-
-DEPRECATED=	Depends on expired ftp/axel
-EXPIRATION_DATE=2022-09-30
-
-LICENSE=	GPLv2
-
-RUN_DEPENDS=	aria2c:www/aria2 \
-		wget:ftp/wget \
-		curl:ftp/curl \
-		yt-dlp:www/yt-dlp \
-		axel:ftp/axel
-
-gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt5
-qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2
-
-USES=		fpc gnome lazarus:flavors xorg
-USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-net fcl-registry \
-		fcl-web fcl-xml openssl pasjpeg regexpr rtl-extra rtl-objpas x11
-USE_XORG=	x11
-USE_GITHUB=	yes
-GH_ACCOUNT=	Nenirey
-GH_PROJECT=	AWGG
-GH_TAGNAME=	5dc1329
-
-DESKTOP_ENTRIES="AWGG" \
-		"Advanced wget GUI" \
-		"${PREFIX}/share/pixmaps/AWGG16x16.png" \
-		"${PORTNAME}" \
-		"Network;P2P;" \
-		${TRUE}
-
-USE_FPC_gtk2=	cairo
-USE_GNOME_gtk2=	cairo
-USE_FPC+=	${USE_FPC_${FLAVOR}}
-USE_GNOME+=	${USE_GNOME_${FLAVOR}}
-
-LAZBUILD_ARGS=	-d
-LAZARUS_PROJECT_FILES=	src/awgg.lpi
-
-post-patch:
-	${REINPLACE_CMD} 's|/usr/bin/shutdown|/sbin/shutdown|g' ${WRKSRC}/src/fmain.pas
-	${REINPLACE_CMD} 's|/usr|${LOCALBASE}|g' ${WRKSRC}/src/fmain.pas
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-	cd ${WRKSRC}/pixmaps && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/pixmaps
-
-.include <bsd.port.mk>
diff --git a/net-p2p/awgg/distinfo b/net-p2p/awgg/distinfo
deleted file mode 100644
index c35edf52787f..000000000000
--- a/net-p2p/awgg/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1589411768
-SHA256 (Nenirey-AWGG-0.6.0-5dc1329_GH0.tar.gz) = 5e68cb7ea489378df12d8303d14b0ed3ec25d1c6a3439459b1b16d3b27f8e53f
-SIZE (Nenirey-AWGG-0.6.0-5dc1329_GH0.tar.gz) = 2434871
diff --git a/net-p2p/awgg/pkg-descr b/net-p2p/awgg/pkg-descr
deleted file mode 100644
index c3a7b80dc5e9..000000000000
--- a/net-p2p/awgg/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-AWGG comes from Advanced Wget GUI. AWGG is a lightweight multiplatform and
-multilanguage download manager, basically a wget frontend and other tools like
-aria2, curl, youtube-dl and axel. AWGG is written in Free Pascal , using
-CodeTyphon and Lazarus IDE.
-
-Features:
-
-    Status filter download.
-    Batch download.
-    Manage multiple downloads engines at the same time.
-    Multiple schedules.
-    Clipboard monitoring.
-    Notification system.
-    Proxy configuration.
-    Multiple queues.
-    Supports HTTP, HTTPS, FTP.
-    Drop box
diff --git a/net-p2p/awgg/pkg-plist b/net-p2p/awgg/pkg-plist
deleted file mode 100644
index f801bb8a9b12..000000000000
--- a/net-p2p/awgg/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-bin/awgg
-share/pixmaps/AWGG.ico
-share/pixmaps/AWGG128x128.png
-share/pixmaps/AWGG16x16.png
-share/pixmaps/AWGG256x256.png
-share/pixmaps/AWGG32x32.png
-share/pixmaps/AWGG36x36.png
-share/pixmaps/AWGG48x48.png
-share/pixmaps/AWGG64x64.png
-share/pixmaps/editcopy.png
-share/pixmaps/icongray.ico
-share/pixmaps/DropBox.png
-share/pixmaps/DropBox30x30.png