git: a49c2abc5f11 - main - x11-fm/tdfsb: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jan 2025 18:48:45 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a49c2abc5f11fe5d0754d2c15929403e03be9314 commit a49c2abc5f11fe5d0754d2c15929403e03be9314 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-30 18:48:32 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-30 18:48:32 +0000 x11-fm/tdfsb: Remove expired port 2025-01-30 x11-fm/tdfsb: Unmaintained, uses smpeg which has no distfiles anymore --- MOVED | 1 + x11-fm/Makefile | 1 - x11-fm/tdfsb/Makefile | 46 ---------------------------------------- x11-fm/tdfsb/distinfo | 2 -- x11-fm/tdfsb/files/patch-tdfsb.c | 11 ---------- x11-fm/tdfsb/pkg-descr | 7 ------ 6 files changed, 1 insertion(+), 67 deletions(-) diff --git a/MOVED b/MOVED index ec09b2810b1d..7a7333c7bdf8 100644 --- a/MOVED +++ b/MOVED @@ -4058,3 +4058,4 @@ graphics/Hermes||2025-01-27|Has expired: Unmaintained, and no more public distfi math/PDL|math/p5-PDL|2025-01-28|Move math/PDL to math/p5-PDL irc/ezbounce||2025-01-28|Has expired: broken with modern Boost, broken with modern compilers, last release in 2009, upstream is dead lang/rust182||2025-01-29|No consumers in ports +x11-fm/tdfsb||2025-01-30|Has expired: Unmaintained, uses smpeg which has no distfiles anymore diff --git a/x11-fm/Makefile b/x11-fm/Makefile index e38bf2e778d1..e6522ba84b94 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -26,7 +26,6 @@ SUBDIR += rodent SUBDIR += rox-filer SUBDIR += sushi - SUBDIR += tdfsb SUBDIR += thunar SUBDIR += worker SUBDIR += xcruise diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile deleted file mode 100644 index 23a894d7621b..000000000000 --- a/x11-fm/tdfsb/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= tdfsb -PORTVERSION= 0.0.10 -PORTREVISION= 10 -CATEGORIES= x11-fm -MASTER_SITES= http://www.determinate.net/webdata/data/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= 3D filesystem browser -WWW= https://www.determinate.net/webdata/seg/tdfsb.html - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unmaintained, uses smpeg which has no distfiles anymore -EXPIRATION_DATE=2025-01-30 - -LIB_DEPENDS= libsmpeg.so:multimedia/smpeg - -USES= gl pkgconfig sdl -USE_GL= glut -USE_SDL= image sdl - -PORTDOCS= README -PLIST_FILES= bin/${PORTNAME} - -CPPFLAGS+= `${LOCALBASE}/bin/pkgconf --cflags SDL_image gl` \ - `${LOCALBASE}/bin/smpeg-config --cflags` \ - -I ${LOCALBASE}/include -LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image gl` \ - `${LOCALBASE}/bin/smpeg-config --libs` \ - -L ${LOCALBASE}/lib -lGLU -lglut -lm - -OPTIONS_DEFINE= DOCS - -do-build: - (cd ${BUILD_WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} ${PORTNAME}.c \ - -o ${PORTNAME} ${LDFLAGS}) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/x11-fm/tdfsb/distinfo b/x11-fm/tdfsb/distinfo deleted file mode 100644 index 4da542ebf7ec..000000000000 --- a/x11-fm/tdfsb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tdfsb-0.0.10.tar.gz) = 91283a0863f7c38028346ab4edfd180d0ce6cee3f1a7c44bf3c181a74063f4c3 -SIZE (tdfsb-0.0.10.tar.gz) = 35630 diff --git a/x11-fm/tdfsb/files/patch-tdfsb.c b/x11-fm/tdfsb/files/patch-tdfsb.c deleted file mode 100644 index ba27b1f25e3c..000000000000 --- a/x11-fm/tdfsb/files/patch-tdfsb.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tdfsb.c.orig 2007-06-22 12:43:02 UTC -+++ tdfsb.c -@@ -2795,7 +2795,7 @@ int keyboard (unsigned char key) - { - strcpy(TDFSB_CURRENTPATH,temp_trunc); - TDFSB_FUNC_IDLE=nullDisplay; TDFSB_FUNC_DISP=noDisplay; -- return; -+ return(0); - } - TDFSB_FUNC_IDLE=nullDisplay; - TDFSB_FUNC_DISP=noDisplay; diff --git a/x11-fm/tdfsb/pkg-descr b/x11-fm/tdfsb/pkg-descr deleted file mode 100644 index 43803dcfcdf9..000000000000 --- a/x11-fm/tdfsb/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -TDFSB is a "3D - Filesystem Browser". It reads directory information and -displays them as a 3D world, so you can take a walk through your file -system. It also reads images, MPEG and MP3 files as well as some other -formats. - -It is highly recommended that you have decent (hardware-accelerated) gfx -card, otherwise it may run very slow.