Commit 770b4346 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

www/surge: Remove in favor of ftp/surge

Approved by:	Jimmy Olgeni <olgeni@FreeBSD.org> (via e-mail)
Reported by:	George L. Yermulnik <yz@yz.kiev.ua>
parent d35e9da8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4211,7 +4211,6 @@ www/py-flask-security||2025-03-31|Has expired: Depends on expired devel/py-pytes
devel/py-aiocontextvars||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
converters/libutf-8||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
science/py-moltemplate||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
math/py-numdifftools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
graphics/py-pygal||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
www/choqok||2025-03-31|Has expired: Project discontinued upstream
net-p2p/vuze||2025-03-31|Has expired: Abandoned upstream
@@ -5339,3 +5338,4 @@ x11/hamclock||2026-06-02|Has expired: Upstream programmer is deceased upstream s
devel/twiggy||2026-06-02|Archived upstream, no longer maintained, and has an unclear latest release number
audio/surge-synthesizer-lv2|audio/surge-synthesizer-xt-lv2|2026-06-04|Retire older surge-synthesizer-lv2 in favor of new gen surge-synthesizer-xt-lv2
dns/dnsmasq-devel|dns/dnsmasq|2026-06-05|Discontinued -devel port, use dns/dnsmasq instead
www/surge|ftp/surge|2026-06-05|Switch to a more updated ftp/surge port, which was accidentally added despite www/surge being available (but outdated)
+0 −1
Original line number Diff line number Diff line
@@ -2595,7 +2595,6 @@
    SUBDIR += suitecrm
    SUBDIR += suphp
    SUBDIR += surf
    SUBDIR += surge
    SUBDIR += swiggle
    SUBDIR += sws
    SUBDIR += tailwindcss3

www/surge/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
PORTNAME=	surge
DISTVERSIONPREFIX=	v
DISTVERSION=	0.3.1
PORTREVISION=	6
CATEGORIES=	www

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	High-performance download manager with TUI and CLI
WWW=		https://github.com/surge-downloader/surge

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

ONLY_FOR_ARCHS=	aarch64 amd64
ONLY_FOR_ARCHS_REASON=	module modernc.org/sqlite only supported on aarch64 and amd64

USES=		go:modules

GO_MODULE=	github.com/surge-downloader/surge

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>

www/surge/distinfo

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
TIMESTAMP = 1769681211
SHA256 (go/www_surge/surge-v0.3.1/v0.3.1.mod) = f6005ab5ff9525459a4f3d1197d00a57423fd5eb965edb0d1f944a0d8a8c17d4
SIZE (go/www_surge/surge-v0.3.1/v0.3.1.mod) = 2246
SHA256 (go/www_surge/surge-v0.3.1/v0.3.1.zip) = 03beb2be94d240d04e0aa9cda9235bca0074d15ef8c60dbbd3140a370b9711c0
SIZE (go/www_surge/surge-v0.3.1/v0.3.1.zip) = 4914340

www/surge/pkg-descr

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
Surge is a high-performance download manager designed for power users.
It operates as a terminal user interface (TUI), background daemon, or CLI
tool.

Features include:
- Parallel downloading with multiple simultaneous connections
- Pause/resume downloads seamlessly
- Real-time progress with speed graphs and ETA
- Auto-retry on connection failures
- Batch download support
- Browser extension integration
- Single-instance design with client/server architecture