summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-08 19:53:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-08 19:53:59 +0000
commit501c9775c055ca63eb9f04204fb1f865fbea4ed2 (patch)
tree5eafa1620583a11f958a6b0116699ead47014022 /misc
parentSjitter is a command line client/server to measure jitter (diff)
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>
Notes
Notes: svn path=/head/; revision=176850
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/umodunpack/Makefile27
-rw-r--r--misc/umodunpack/distinfo3
-rw-r--r--misc/umodunpack/pkg-descr3
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/