Unverified Commit 76bbb874 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

net-p2p/tooth: Remove expired port

net-p2p/tooth
parent 99a982ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3057,3 +3057,4 @@ emulators/cpmemu||2024-03-19|Has expired: BROKEN on all versions since last year
devel/grpc142||2024-03-20|Has expired: Please use devel/grpc instead
www/h2o-devel|www/h2o|2024-03-23|Upstream no longer supports releases, this port is folded into www/h2o instead
security/rubygem-metasploit-aggregator||2024-03-24|Has expired: No longer used, no longer maintained upstream
net-p2p/tooth||2024-03-24|Has expired: Project has been renamed to Tuba. Consider porting to the new project. See https://github.com/GeopJr/Tuba
+0 −1
Original line number Diff line number Diff line
@@ -96,7 +96,6 @@
    SUBDIR += rtorrent
    SUBDIR += shx
    SUBDIR += sonarr
    SUBDIR += tooth
    SUBDIR += torrent-file-editor
    SUBDIR += torrentcheck
    SUBDIR += torrentsniff

net-p2p/tooth/Makefile

deleted100644 → 0
+0 −42
Original line number Diff line number Diff line
PORTNAME=	tooth
DISTVERSION=	g20230115
PORTREVISION=	1
CATEGORIES=	net-p2p

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK Mastodon Client - Fork of Tootle
WWW=		https://github.com/GeopJr/Tooth

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Project has been renamed to Tuba. Consider porting to the new project. See https://github.com/GeopJr/Tuba
EXPIRATION_DATE=	2024-03-29

BUILD_DEPENDS=	appstream-util:devel/appstream-glib \
		valac:lang/vala
LIB_DEPENDS=	libadwaita-1.so:x11-toolkits/libadwaita \
		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
USE_GITHUB=	yes
GH_ACCOUNT=	GeopJr
GH_PROJECT=	Tooth
GH_TAGNAME=	ea4f976
USE_GNOME=	gdkpixbuf2 glib20 gtk40 libxml2 pango

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=incompatible-function-pointer-types
.endif

post-install:
	@${RLN} ${STAGEDIR}${PREFIX}/bin/dev.geopjr.tooth \
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>

net-p2p/tooth/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1673807901
SHA256 (GeopJr-Tooth-g20230115-ea4f976_GH0.tar.gz) = 910e7035310028a011998bae1b203bf555f8c69ed026b103f9cc7fb40dd885ba
SIZE (GeopJr-Tooth-g20230115-ea4f976_GH0.tar.gz) = 128902

net-p2p/tooth/pkg-descr

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
Tooth 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.
Loading