Commit 4e63e29a authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

net/nitroshare: Remove due to project deprecation

parent 34eb9373
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5505,3 +5505,4 @@ misc/py-lance-namespace-urllib3-client|databases/py-lance-namespace-urllib3-clie
net/proxychains|net/proxychains-ng|2026-07-16|Has expired: Use net/proxychains-ng instead
x11/swww|x11/awww|2026-07-17|Upstream renamed
misc/py-fastavro|textproc/py-fastavro|2026-07-20|Remove duplicate port, use textproc/py-fastavro instead
net/nitroshare||2026-07-21|Deprecated upstream, the author is working on the new GoLang nitroshare2 which is not ready yet
+0 −1
Original line number Diff line number Diff line
@@ -549,7 +549,6 @@
    SUBDIR += ng_mikrotik_eoip
    SUBDIR += ngrep
    SUBDIR += nifmon
    SUBDIR += nitroshare
    SUBDIR += nload
    SUBDIR += nmsg
    SUBDIR += nncp

net/nitroshare/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
PORTNAME=	nitroshare
DISTVERSION=	0.3.4-642
DISTVERSIONSUFFIX=	-g2046ccb
PORTREVISION=	3
CATEGORIES=	net

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Network file transfer application
WWW=		https://nitroshare.net/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libqhttpengine.so:www/qhttpengine \
		libqmdnsengine.so:dns/qmdnsengine

USES=		cmake compiler:c++11-lang qt:5
USE_GITHUB=	yes
GH_PROJECT=	${PORTNAME}-desktop
USE_QT=		core gui network widgets buildtools:build qmake:build
USE_LDCONFIG=	yes

.include <bsd.port.mk>

net/nitroshare/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1533370403
SHA256 (nitroshare-nitroshare-desktop-0.3.4-642-g2046ccb_GH0.tar.gz) = 8cbbfd818276cd2d89bdcc733de57a2193c932847ff1cc43307a751f06ab6ede
SIZE (nitroshare-nitroshare-desktop-0.3.4-642-g2046ccb_GH0.tar.gz) = 418467

net/nitroshare/pkg-descr

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
NitroShare is designed to make transferring files from one device to another
extremely simple.

The application uses broadcast discovery to find other devices on the local
network with NitroShare installed.

Features:
* Runs on FreeBSD/Linux/Android/macOS/Windows
* Automatic discovery of devices on the local network
* Simple and intuitive user interface
* Incredibly fast transfer speeds
* Transfer entire directories
* Optional TLS encryption
* Local HTTP API
* Completely free and open-source
Loading