diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 13:28:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 13:28:40 +0000 |
commit | 5cbaa7228e7b2e4cf2d542ebf7994f97572c3ee2 (patch) | |
tree | d2679ddbe17b5854579bd72a3d645670412ffb3d /emulators/extract-xiso | |
parent | emulators/gngb: Bento fix. (diff) |
New port: emulators/extract-xiso
New port extract-xiso a tool to extract files from xbox iso image.
PR: ports/51190
Submitted by: Jose Rey <king@v2project.com>
Diffstat (limited to 'emulators/extract-xiso')
-rw-r--r-- | emulators/extract-xiso/Makefile | 27 | ||||
-rw-r--r-- | emulators/extract-xiso/distinfo | 1 | ||||
-rw-r--r-- | emulators/extract-xiso/pkg-descr | 1 | ||||
-rw-r--r-- | emulators/extract-xiso/pkg-plist | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/emulators/extract-xiso/Makefile b/emulators/extract-xiso/Makefile new file mode 100644 index 000000000000..ef8f95ac8857 --- /dev/null +++ b/emulators/extract-xiso/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xbms +# Date created: Sun Apr 20 18:28:16 CEST 2003 +# Whom: king@v2project.com +# +# $FreeBSD$ +# + +PORTNAME= extract-xiso +PORTVERSION= 1.4 +CATEGORIES= emulators +MASTER_SITES= http://dwl.xbox-scene.net/~xbox/xbox-scene/tools/isotools/ +PKGNAMESUFFIX= -freebsd_v${PORTVERSION} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX} +EXTRACT_SUFX= .zip + +MAINTAINER= king@v2project.com +COMMENT= This tool will extract files form xdvdfs (xbox iso) image + +WRKSRC= ${WRKDIR}/freebsd +NO_BUILD= yes +USE_ZIP= yes + +ONLY_FOR_ARCHS= i386 + +do-install: + ${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ +.include <bsd.port.mk> diff --git a/emulators/extract-xiso/distinfo b/emulators/extract-xiso/distinfo new file mode 100644 index 000000000000..c8c869229797 --- /dev/null +++ b/emulators/extract-xiso/distinfo @@ -0,0 +1 @@ +MD5 (extract-xiso-freebsd_v1.4.zip) = 3e2afaa99ca9b6406aec8d83e0e732d5 diff --git a/emulators/extract-xiso/pkg-descr b/emulators/extract-xiso/pkg-descr new file mode 100644 index 000000000000..22906ac2758d --- /dev/null +++ b/emulators/extract-xiso/pkg-descr @@ -0,0 +1 @@ +This tool will extract files from xdvdfs (xbox iso) image diff --git a/emulators/extract-xiso/pkg-plist b/emulators/extract-xiso/pkg-plist new file mode 100644 index 000000000000..f947567e3552 --- /dev/null +++ b/emulators/extract-xiso/pkg-plist @@ -0,0 +1 @@ +bin/extract-xiso |