1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Extract the packed Unreal [Tournament] mod files from a given umod.

WWW: http://www.deepsky.com/~misaka/

PR:		ports/104699
Submitted by:	Alexander Logvinov <ports@logvinov.com>
This commit is contained in:
Martin Wilke 2006-11-08 19:53:59 +00:00
parent ec1eeaab39
commit 501c9775c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176850
4 changed files with 34 additions and 0 deletions

View File

@ -456,6 +456,7 @@
SUBDIR += uf-view
SUBDIR += uk-phone
SUBDIR += uk-postcodes
SUBDIR += umodunpack
SUBDIR += unclutter
SUBDIR += upclient
SUBDIR += us-zipcodes

27
misc/umodunpack/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: umodunpack
# Date created: 19 October 2006
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= umodunpack
PORTVERSION= 0.4
CATEGORIES= misc
MASTER_SITES= http://www.deepsky.com/~misaka/scripts/
DISTNAME= ${PORTNAME}.pl
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= ports@logvinov.com
COMMENT= Unpack umod files for Unreal and/or Unreal Tournament
USE_PERL5_RUN= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/${DISTNAME}
do-install:
@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>

3
misc/umodunpack/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (umodunpack.pl) = 012d50a50c62165f9537fd8027381ffc
SHA256 (umodunpack.pl) = 97cfbd1813c23a39c2eb2db90327835dfbe52ff3e89cff065ee220d7770062e9
SIZE (umodunpack.pl) = 24424

View File

@ -0,0 +1,3 @@
Extract the packed Unreal [Tournament] mod files from a given umod.
WWW: http://www.deepsky.com/~misaka/