diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-01-16 09:28:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-01-16 09:29:38 +0000 |
commit | 920334c073bd7cf86f417fd22270c2aaf420a151 (patch) | |
tree | 31463d50a8fdcea767e03756f37ac0959a113a26 | |
parent | 85b40528df931300d0177940fa80cab812f3a4db (diff) | |
download | ports-920334c073bd7cf86f417fd22270c2aaf420a151.tar.gz ports-920334c073bd7cf86f417fd22270c2aaf420a151.zip |
net-p2p/tootle: Remove port that was archived upstream
tootle was archived upstream. Please use net-p2p/tooth, a well
maintained fork instead.
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/tootle/Makefile | 33 | ||||
-rw-r--r-- | net-p2p/tootle/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/tootle/pkg-descr | 8 | ||||
-rw-r--r-- | net-p2p/tootle/pkg-plist | 10 |
5 files changed, 0 insertions, 55 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 03914de4ef61..a41e3fccd086 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -92,7 +92,6 @@ SUBDIR += shx SUBDIR += sonarr SUBDIR += tooth - SUBDIR += tootle SUBDIR += torrent-file-editor SUBDIR += torrentcheck SUBDIR += torrentsniff diff --git a/net-p2p/tootle/Makefile b/net-p2p/tootle/Makefile deleted file mode 100644 index d97402bb6ad5..000000000000 --- a/net-p2p/tootle/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= tootle -PORTVERSION= g20221222 -CATEGORIES= net-p2p - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Simple Mastodon client -WWW= https://gitlab.gnome.org/World/tootle - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= valac:lang/vala -LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgraphene-1.0.so:graphics/graphene \ - libjson-glib-1.0.so:devel/json-glib \ - libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup - -USES= desktop-file-utils gettext gnome meson pkgconfig python:build \ - shebangfix -USE_GITLAB= yes -GL_SITE= https://gitlab.gnome.org/ -GL_ACCOUNT= World -GL_COMMIT= b4046da9a7806e11cb77e85b4531c98ff4a33ca5 -USE_GNOME= gdkpixbuf2 gtk40 libadwaita libxml2 - -SHEBANG_FILES= meson/post_install.py - -post-install: - ${RLN} ${STAGEDIR}${PREFIX}/bin/com.github.bleakgrey.tootle \ - ${STAGEDIR}${PREFIX}/bin/tootle - -.include <bsd.port.mk> diff --git a/net-p2p/tootle/distinfo b/net-p2p/tootle/distinfo deleted file mode 100644 index 8aac944b2f58..000000000000 --- a/net-p2p/tootle/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1671727356 -SHA256 (World-tootle-b4046da9a7806e11cb77e85b4531c98ff4a33ca5_GL0.tar.gz) = 330416792ea81df9dd7b8c4a7d0e47c03e66823ec548963f02220a90ea975bb7 -SIZE (World-tootle-b4046da9a7806e11cb77e85b4531c98ff4a33ca5_GL0.tar.gz) = 810635 diff --git a/net-p2p/tootle/pkg-descr b/net-p2p/tootle/pkg-descr deleted file mode 100644 index ec22edbb427e..000000000000 --- a/net-p2p/tootle/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Tootle is a client for Mastodon, which is the world's largest -decentralized microblogging platform. The client provides a clean, -native interface, allowing the Mastodon social experience to be -seamlessly integrated into our desktop environment. - -This client for Mastodon that It is characterized by three fundamental -aspects; be simple, free and open source. It should be added that this -tool is based on GTK with dark mode support. diff --git a/net-p2p/tootle/pkg-plist b/net-p2p/tootle/pkg-plist deleted file mode 100644 index 900c843a1d54..000000000000 --- a/net-p2p/tootle/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/tootle -bin/com.github.bleakgrey.tootle -share/applications/com.github.bleakgrey.tootle.desktop -share/glib-2.0/schemas/com.github.bleakgrey.tootle.gschema.xml -share/icons/hicolor/scalable/apps/com.github.bleakgrey.tootle.svg -share/icons/hicolor/symbolic/apps/com.github.bleakgrey.tootle-symbolic.svg -share/locale/de_DE/LC_MESSAGES/com.github.bleakgrey.tootle.mo -share/locale/es/LC_MESSAGES/com.github.bleakgrey.tootle.mo -share/locale/ru_RU/LC_MESSAGES/com.github.bleakgrey.tootle.mo -share/metainfo/com.github.bleakgrey.tootle.appdata.xml |