mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add unmass, a tool to extract game archives such as wad, dar, mea exe's and many
more.
This commit is contained in:
parent
cd4a3ea32a
commit
6f2095feeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197673
4 changed files with 49 additions and 0 deletions
|
@ -136,6 +136,7 @@
|
|||
SUBDIR += unfoo
|
||||
SUBDIR += unlzx
|
||||
SUBDIR += unmakeself
|
||||
SUBDIR += unmass
|
||||
SUBDIR += unrar
|
||||
SUBDIR += unshield
|
||||
SUBDIR += untar
|
||||
|
|
37
archivers/unmass/Makefile
Normal file
37
archivers/unmass/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# New ports collection makefile for: unmass
|
||||
# Date created: 14 Aug 2007
|
||||
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= unmass
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://mirex.mypage.sk/FILES/ \
|
||||
http://critical.ch/distfiles/ \
|
||||
http://energy.critical.ch/distfiles/
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Extract game archives such as wad, dar, mea exe's and many more
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
MAKE_ENV+= CXX="${CXX}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev
|
||||
|
||||
PLIST_FILES= bin/unmass
|
||||
|
||||
post-patch:
|
||||
.for f in ma.cpp massfs.h utools.h
|
||||
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' ${WRKSRC}/src/${f}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}_kdev \
|
||||
${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/unmass/distinfo
Normal file
3
archivers/unmass/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (unmass-0.9.tar.gz) = feba286425d2957b447887bd325af283
|
||||
SHA256 (unmass-0.9.tar.gz) = ed3829e4a73592ed3b0628a8ded27b4aec052d39b2083dac5213fcd628054e51
|
||||
SIZE (unmass-0.9.tar.gz) = 393735
|
8
archivers/unmass/pkg-descr
Normal file
8
archivers/unmass/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
unmass is a tool to extract game archives. It supports the following archive
|
||||
types: Crimson Land, Baldur's Gate 2, Civilization 4, Doom (WADs), Dune 2,
|
||||
Etherlords 2, Final Fantasy 7 and 8, Flashpoint, Knights of Xentar, Metal Gear
|
||||
Solid (DARs), Moorhuhn 2 and 3, Megaman Legends, Oni, Operation Flashpoint,
|
||||
Princess Maker 2, Quake 1, RollCage, Swine, Unreal Tournament umods, Virtua
|
||||
Fighter bitmaps, MEA exe's, and some economy file formats.
|
||||
|
||||
WWW: http://mirex.mypage.sk/index.php?selected=1#Unmass
|
Loading…
Add table
Reference in a new issue