diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-09 03:53:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-09 03:53:59 +0800 |
commit | a39f687eb1cd4c3bec4513ea8b11b88538b011fa (patch) | |
tree | 054c32e963ab9c6c133455f88e82e7ba46bade95 /misc | |
parent | 5b8a5eb0ba9c3fc637a3ebb3a73098783ff99a69 (diff) | |
download | freebsd-ports-gnome-a39f687eb1cd4c3bec4513ea8b11b88538b011fa.tar.gz freebsd-ports-gnome-a39f687eb1cd4c3bec4513ea8b11b88538b011fa.tar.zst freebsd-ports-gnome-a39f687eb1cd4c3bec4513ea8b11b88538b011fa.zip |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/umodunpack/Makefile | 27 | ||||
-rw-r--r-- | misc/umodunpack/distinfo | 3 | ||||
-rw-r--r-- | misc/umodunpack/pkg-descr | 3 |
4 files changed, 34 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index bb369d483882..3185a3acd8ca 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -456,6 +456,7 @@ SUBDIR += uf-view SUBDIR += uk-phone SUBDIR += uk-postcodes + SUBDIR += umodunpack SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes diff --git a/misc/umodunpack/Makefile b/misc/umodunpack/Makefile new file mode 100644 index 000000000000..002c65e64293 --- /dev/null +++ b/misc/umodunpack/Makefile @@ -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> diff --git a/misc/umodunpack/distinfo b/misc/umodunpack/distinfo new file mode 100644 index 000000000000..8b9ff5adb942 --- /dev/null +++ b/misc/umodunpack/distinfo @@ -0,0 +1,3 @@ +MD5 (umodunpack.pl) = 012d50a50c62165f9537fd8027381ffc +SHA256 (umodunpack.pl) = 97cfbd1813c23a39c2eb2db90327835dfbe52ff3e89cff065ee220d7770062e9 +SIZE (umodunpack.pl) = 24424 diff --git a/misc/umodunpack/pkg-descr b/misc/umodunpack/pkg-descr new file mode 100644 index 000000000000..2e03909b9aa5 --- /dev/null +++ b/misc/umodunpack/pkg-descr @@ -0,0 +1,3 @@ +Extract the packed Unreal [Tournament] mod files from a given umod. + +WWW: http://www.deepsky.com/~misaka/ |