diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-03 21:28:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-03 21:28:40 +0800 |
commit | 885808d5187bdd57b4ce601b1ef5fd3d6a768867 (patch) | |
tree | 301cdfea682a21ae281fd5962b18eb3f2d7875fa /emulators/extract-xiso | |
parent | 03343504c077489216b01c6fa34a12e2860ef0c9 (diff) | |
download | freebsd-ports-gnome-885808d5187bdd57b4ce601b1ef5fd3d6a768867.tar.gz freebsd-ports-gnome-885808d5187bdd57b4ce601b1ef5fd3d6a768867.tar.zst freebsd-ports-gnome-885808d5187bdd57b4ce601b1ef5fd3d6a768867.zip |
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 |