summaryrefslogtreecommitdiff
path: root/net/landrop
diff options
context:
space:
mode:
Diffstat (limited to 'net/landrop')
-rw-r--r--net/landrop/Makefile35
-rw-r--r--net/landrop/distinfo3
-rw-r--r--net/landrop/files/patch-LANDrop_LANDrop.pro13
-rw-r--r--net/landrop/pkg-descr3
4 files changed, 0 insertions, 54 deletions
diff --git a/net/landrop/Makefile b/net/landrop/Makefile
deleted file mode 100644
index 76fedd7f3ad7..000000000000
--- a/net/landrop/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= landrop
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.0
-PORTREVISION= 1
-CATEGORIES= net
-
-MAINTAINER= lwhsu@FreeBSD.org
-COMMENT= Drop any files to any devices on your LAN
-WWW= https://landrop.app
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Unmaintained version and the newer version turned to close source
-EXPIRATION_DATE=2025-06-13
-
-LIB_DEPENDS= libsodium.so:security/libsodium
-
-USES= gl qmake:outsource qt:5
-
-USE_GITHUB= yes
-
-GH_ACCOUNT= LANDrop
-GH_PROJECT= LANDrop
-
-USE_GL= gl
-USE_QT= buildtools:build core gui network widgets
-
-QMAKE_SOURCE_PATH= ${WRKSRC}/LANDrop/LANDrop.pro
-
-PLIST_FILES= bin/landrop \
- share/applications/landrop.desktop \
- share/icons/hicolor/scalable/apps/landrop.svg
-
-.include <bsd.port.mk>
diff --git a/net/landrop/distinfo b/net/landrop/distinfo
deleted file mode 100644
index 6e1ae9fd350f..000000000000
--- a/net/landrop/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1640882015
-SHA256 (LANDrop-LANDrop-v0.4.0_GH0.tar.gz) = b24270aba21167266398d0431c3463b933efe156f195320736fcbc0653eb2d62
-SIZE (LANDrop-LANDrop-v0.4.0_GH0.tar.gz) = 318785
diff --git a/net/landrop/files/patch-LANDrop_LANDrop.pro b/net/landrop/files/patch-LANDrop_LANDrop.pro
deleted file mode 100644
index 80e026a95d9f..000000000000
--- a/net/landrop/files/patch-LANDrop_LANDrop.pro
+++ /dev/null
@@ -1,13 +0,0 @@
---- LANDrop/LANDrop.pro.orig 2021-12-30 18:09:20 UTC
-+++ LANDrop/LANDrop.pro
-@@ -73,8 +73,8 @@ unix {
- desktop.files = $$OUT_PWD/landrop.desktop
- desktop.extra = \
- cp "$$PWD/../misc/LANDrop.desktop" "$$OUT_PWD/landrop.desktop" && \
-- sed -i 's/Exec=LANDrop/Exec=landrop/g' "$$OUT_PWD/landrop.desktop" && \
-- sed -i 's/Icon=LANDrop/Icon=landrop/g' "$$OUT_PWD/landrop.desktop"
-+ sed -i.bak 's/Exec=LANDrop/Exec=landrop/g' "$$OUT_PWD/landrop.desktop" && \
-+ sed -i.bak 's/Icon=LANDrop/Icon=landrop/g' "$$OUT_PWD/landrop.desktop"
- desktop.CONFIG = no_check_exist
-
- INSTALLS += binary icon desktop
diff --git a/net/landrop/pkg-descr b/net/landrop/pkg-descr
deleted file mode 100644
index 4bff5150900e..000000000000
--- a/net/landrop/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-LANDrop is a cross-platform tool that you can use to conveniently transfer
-photos, videos, and other types of files to other devices on the same local
-network.