git: 493684c9644f - main - sysutils/fusefs-fusepak: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Nov 2024 16:30:32 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=493684c9644fe7c1110e76e76958fd49f9a76ac2 commit 493684c9644fe7c1110e76e76958fd49f9a76ac2 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-11-30 16:30:27 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-11-30 16:30:27 +0000 sysutils/fusefs-fusepak: Remove expired port 2024-11-30 sysutils/fusefs-fusepak: Upstream is no longer around --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/fusefs-fusepak/Makefile | 28 ---------------------------- sysutils/fusefs-fusepak/distinfo | 2 -- sysutils/fusefs-fusepak/pkg-descr | 15 --------------- 5 files changed, 1 insertion(+), 46 deletions(-) diff --git a/MOVED b/MOVED index e7825c5d5c54..6d463c4fcf1e 100644 --- a/MOVED +++ b/MOVED @@ -3738,3 +3738,4 @@ multimedia/vtkmpeg2encode||2024-11-30|Has expired: Obsolete, addon to VTK5 which databases/vsqlite||2024-11-30|Has expired: Abandonware, last release in 2014 and last commit 4 years ago www/npapi-xine||2024-11-30|Has expired: NPAPI support was removed in browsers years ago net/shadowsocks-libev|net/shadowsocks-rust|2024-11-30|Has expired: Abandonware, no active development. Please migrate to net/shadowsocks-rust +sysutils/fusefs-fusepak||2024-11-30|Has expired: Upstream is no longer around diff --git a/sysutils/Makefile b/sysutils/Makefile index 93ab1d876ea4..e6daa2100040 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -425,7 +425,6 @@ SUBDIR += fselect SUBDIR += ftwin SUBDIR += fusefs-funionfs - SUBDIR += fusefs-fusepak SUBDIR += fvcool SUBDIR += fwup SUBDIR += fx diff --git a/sysutils/fusefs-fusepak/Makefile b/sysutils/fusefs-fusepak/Makefile deleted file mode 100644 index 328cde2e2112..000000000000 --- a/sysutils/fusefs-fusepak/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= fusepak -PORTVERSION= 0.5 -PORTREVISION= 1 -CATEGORIES= sysutils games -MASTER_SITES= SF -PKGNAMEPREFIX= fusefs- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mount packed data files of various games (PACK, WAD, etc.) -WWW= http://fusepak.sourceforge.net/ - -LICENSE= GPLv2 - -BROKEN= Unfetchable -DEPRECATED= Upstream is no longer around -EXPIRATION_DATE=2024-11-30 - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USES= fuse pkgconfig tar:bzip2 - -PLIST_FILES= bin/pakmount share/man/man1/pakmount.1.gz - -post-patch: - @${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,Fatnasy,Fantasy,' \ - ${WRKSRC}/src/pakmount.1 - -.include <bsd.port.mk> diff --git a/sysutils/fusefs-fusepak/distinfo b/sysutils/fusefs-fusepak/distinfo deleted file mode 100644 index 7e6a34882c14..000000000000 --- a/sysutils/fusefs-fusepak/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fusepak-0.5.tar.bz2) = 63c2ed7a1c8f868803fcdbb3859d5c2c058d31a8fb4a24d11e4cbfa91df1d41d -SIZE (fusepak-0.5.tar.bz2) = 107234 diff --git a/sysutils/fusefs-fusepak/pkg-descr b/sysutils/fusefs-fusepak/pkg-descr deleted file mode 100644 index fcd75ce783b1..000000000000 --- a/sysutils/fusefs-fusepak/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Fusepak is a small program that makes it possible to mount PACK or WAD files -(used in many games, most notably by id Software) under a directory. This -is achieved by using FUSE (Filesystem in Userspace). The following formats -are supported: - - - WAD, can be found in Wolfenstein 3D and Spear of Destiny games - - PACK, can be found in Quake, Quake2, and other games based on - id Software's Quake engine - - WAD2, can be found inside of PACK files - - LGP, can be found in PC version of Final Fantasy VII - - PAK, can be found in Dune 2 - - KSGRP, can be found in Duke Nukem 3D - -Secondary goal of fusepak is to provide simple framework which allows one to -quickly add support for another file format.