Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 04:27:09 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b9045d1ddf7 - main - audio/glurp: Remove expired port
Message-ID:  <202306300427.35U4R9wa079397@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b9045d1ddf7296731fdc8ea47c63fe41e504408

commit 0b9045d1ddf7296731fdc8ea47c63fe41e504408
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 03:45:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 03:45:13 +0000

    audio/glurp: Remove expired port
    
    2023-06-30 audio/glurp: Unmaintained for years and depends on deprecated GTK2
    
    Approved by:    portmgr (blanket)
---
 MOVED                 |  1 +
 audio/Makefile        |  1 -
 audio/glurp/Makefile  | 25 -------------------------
 audio/glurp/distinfo  |  2 --
 audio/glurp/pkg-descr |  9 ---------
 audio/glurp/pkg-plist | 20 --------------------
 6 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/MOVED b/MOVED
index 64c483cc2225..463b5f3a8ef9 100644
--- a/MOVED
+++ b/MOVED
@@ -7672,3 +7672,4 @@ www/npm-node19||2023-06-30|Has expired: This port depends on deprecated www/node
 www/node19||2023-06-30|Has expired: Nodejs 19.* will reach its EoL on 2023-06-01. Use Node.js 18.* (www/node18) or 20.* (www/node20) instead
 emulators/qemu6||2023-06-30|Has expired: Version 8 is on the horizon while version 7 is stable
 audio/gbemol||2023-06-30|Has expired: Unmaintained for years and depends on deprecated GTK2
+audio/glurp||2023-06-30|Has expired: Unmaintained for years and depends on deprecated GTK2
diff --git a/audio/Makefile b/audio/Makefile
index 4c2abb0dec11..5643ffad7b95 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -217,7 +217,6 @@
     SUBDIR += geonkick-lv2
     SUBDIR += ggwave
     SUBDIR += giada
-    SUBDIR += glurp
     SUBDIR += gmsynth-lv2
     SUBDIR += gmtp
     SUBDIR += gmusicbrowser
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile
deleted file mode 100644
index a3ae89aea066..000000000000
--- a/audio/glurp/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME=	glurp
-PORTVERSION=	0.12.3
-PORTREVISION=	7
-CATEGORIES=	audio
-MASTER_SITES=	SF
-
-MAINTAINER=	ports@mark.reidel.info
-COMMENT=	Nice and clean GTK+-2.x based graphical client for musicpd
-WWW=		https://sourceforge.net/projects/glurp/
-
-LICENSE=	GPLv2+
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Unmaintained for years and depends on deprecated GTK2
-EXPIRATION_DATE=2023-06-30
-
-LIB_DEPENDS=	libmpd.so:audio/libmpd
-
-GNU_CONFIGURE=	yes
-USES=		gmake gnome pkgconfig
-USE_GNOME=	gtk20 glib20 libglade2
-MAKE_ARGS+=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \
-
-.include <bsd.port.mk>
diff --git a/audio/glurp/distinfo b/audio/glurp/distinfo
deleted file mode 100644
index e866d428707e..000000000000
--- a/audio/glurp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (glurp-0.12.3.tar.gz) = c145a58008c642ddb48db9ff9e68f1869b9d7e3a91b95885c587bb3c2085461e
-SIZE (glurp-0.12.3.tar.gz) = 166976
diff --git a/audio/glurp/pkg-descr b/audio/glurp/pkg-descr
deleted file mode 100644
index 396d09f11900..000000000000
--- a/audio/glurp/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-A GTK2 based graphical client with simple and clean interface.
-
-Features
-* Support for loading/saving playlists
-* File Browser
-* Playlist Quicksearch
-* Supports streams in MPD (MPD 0.11.0 and higher)
-* ID3 Information
-* Single window interface, with possibility to hide the playlist
diff --git a/audio/glurp/pkg-plist b/audio/glurp/pkg-plist
deleted file mode 100644
index 4d84740f6b55..000000000000
--- a/audio/glurp/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-bin/glurp
-%%DATADIR%%/glurp.glade
-%%DATADIR%%/pixmaps/add.png
-%%DATADIR%%/pixmaps/condense.png
-%%DATADIR%%/pixmaps/config.png
-%%DATADIR%%/pixmaps/media-audiofile.png
-%%DATADIR%%/pixmaps/offline.png
-%%DATADIR%%/pixmaps/online.png
-%%DATADIR%%/pixmaps/outputs.png
-%%DATADIR%%/pixmaps/player-next.png
-%%DATADIR%%/pixmaps/player-pause.png
-%%DATADIR%%/pixmaps/player-play.png
-%%DATADIR%%/pixmaps/player-prev.png
-%%DATADIR%%/pixmaps/player-random.png
-%%DATADIR%%/pixmaps/player-repeat.png
-%%DATADIR%%/pixmaps/player-stop.png
-%%DATADIR%%/pixmaps/player-tabswitch.png
-%%DATADIR%%/pixmaps/playlist.png
-%%DATADIR%%/pixmaps/playlists.png
-%%DATADIR%%/pixmaps/remove.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300427.35U4R9wa079397>