diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-04-18 18:58:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-04-18 18:58:44 +0000 |
commit | fdcfece11b58cf89ec0e391f2f51efb3bae57778 (patch) | |
tree | 4b27aa82a482a676af1fc09858c38089cc9fc951 | |
parent | baa11897cab98b589449252d21adde047748ba0a (diff) | |
download | ports-fdcfece11b58cf89ec0e391f2f51efb3bae57778.tar.gz ports-fdcfece11b58cf89ec0e391f2f51efb3bae57778.zip |
net-p2p/gtorrentviewer: Remove expired port
2024-04-17 net-p2p/gtorrentviewer: Unmaintained, last release in 2004 and uses deprecated gtk2
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/Makefile | 35 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/pkg-descr | 3 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/pkg-plist | 18 |
6 files changed, 1 insertions, 59 deletions
@@ -3187,3 +3187,4 @@ science/svmlight||2024-04-16|Has expired: Unmaintained, last upstream release in security/krb5-119||2024-04-16|Has expired: Desupported by MIT following 1.21 audio/gnuitar||2024-04-18|Has expired: Unmaintained, last upstream release in 2005 emulators/hugo||2024-04-18|Has expired: Unmaintained, last release in 2005 and uses deprecated gtk2 library +net-p2p/gtorrentviewer||2024-04-18|Has expired: Unmaintained, last release in 2004 and uses deprecated gtk2 diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 35eec1bd9aac..a309d3009bb5 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -35,7 +35,6 @@ SUBDIR += go-ethereum SUBDIR += go-prysm SUBDIR += gtk-gnutella - SUBDIR += gtorrentviewer SUBDIR += jackett SUBDIR += jigdo SUBDIR += ktorrent diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile deleted file mode 100644 index c87be2554e99..000000000000 --- a/net-p2p/gtorrentviewer/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= gtorrentviewer -PORTVERSION= 0.2b -PORTREVISION= 22 -CATEGORIES= net-p2p -MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} -DISTNAME= GTorrentViewer-${PORTVERSION} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= GTK 2 viewer and editor for BitTorrent meta files -WWW= https://gtorrentviewer.sourceforge.net/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unmaintained, last release in 2004 and uses deprecated gtk2 -EXPIRATION_DATE=2024-04-17 - -LIB_DEPENDS= libcurl.so:ftp/curl - -USES= desktop-file-utils gmake gnome pkgconfig -USE_GNOME= gtk20 intlhack - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ - --with-desktopdir=${PREFIX}/share/applications -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm - -PORTSCOUT= skipv:0.2 # older than current version - -post-patch: - @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/main.c - -.include <bsd.port.mk> diff --git a/net-p2p/gtorrentviewer/distinfo b/net-p2p/gtorrentviewer/distinfo deleted file mode 100644 index 2f98ceeaccbe..000000000000 --- a/net-p2p/gtorrentviewer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (GTorrentViewer-0.2b.tar.gz) = 6e56351103f5d46a45be160baa1b7b956b4416fcdb4533b3d17a309665690c95 -SIZE (GTorrentViewer-0.2b.tar.gz) = 247584 diff --git a/net-p2p/gtorrentviewer/pkg-descr b/net-p2p/gtorrentviewer/pkg-descr deleted file mode 100644 index 257c63063af8..000000000000 --- a/net-p2p/gtorrentviewer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GTorrentViewer is a GTK2-based viewer and editor for BitTorrent meta files. It -is able to retrieve information from trackers, check files, show detailed -information, and modify .torrent files without having to start downloading. diff --git a/net-p2p/gtorrentviewer/pkg-plist b/net-p2p/gtorrentviewer/pkg-plist deleted file mode 100644 index 6e952b24e1e2..000000000000 --- a/net-p2p/gtorrentviewer/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/gtorrentviewer -share/man/man1/gtorrentviewer.1.gz -share/GTorrentViewer/README -share/GTorrentViewer/pixmaps/about.png -share/GTorrentViewer/pixmaps/dictionary.png -share/GTorrentViewer/pixmaps/error.png -share/GTorrentViewer/pixmaps/gtorrentviewer.png -share/GTorrentViewer/pixmaps/gtorrentviewer.xpm -share/GTorrentViewer/pixmaps/info.png -share/GTorrentViewer/pixmaps/integer.png -share/GTorrentViewer/pixmaps/list.png -share/GTorrentViewer/pixmaps/ok.png -share/GTorrentViewer/pixmaps/string.png -share/GTorrentViewer/pixmaps/unknown.png -share/GTorrentViewer/pixmaps/warning.png -share/applications/gtorrentviewer.desktop -share/pixmaps/gtorrentviewer.png -share/pixmaps/gtorrentviewer.xpm |