summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-27 15:35:57 +0000
committerwiz <wiz@pkgsrc.org>2004-02-27 15:35:57 +0000
commit46776840ce06f53b324b7038654450712e9d60c2 (patch)
tree8ee614399b458f53e810d107fc28e14b07fe2cb0 /emulators
parent3ecfdd148cbaceb1c70d0275f4a7c0bafd6be4e8 (diff)
downloadpkgsrc-46776840ce06f53b324b7038654450712e9d60c2.tar.gz
Initial import of uips, an IPS patcher.
IPS patches are binary patches (usually used for hacks/trainers/patches for emulator ROMs).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/uips/DESCR4
-rw-r--r--emulators/uips/Makefile29
-rw-r--r--emulators/uips/PLIST4
-rw-r--r--emulators/uips/distinfo6
-rw-r--r--emulators/uips/files/Makefile3
5 files changed, 46 insertions, 0 deletions
diff --git a/emulators/uips/DESCR b/emulators/uips/DESCR
new file mode 100644
index 00000000000..1c568654a74
--- /dev/null
+++ b/emulators/uips/DESCR
@@ -0,0 +1,4 @@
+UIPS - Universal IPS create/apply utility
+
+UIPS is a command-line based utility for creating and applying IPS
+patches. Multiple source files and IPS v2 truncation are supported.
diff --git a/emulators/uips/Makefile b/emulators/uips/Makefile
new file mode 100644
index 00000000000..c5a00069ddf
--- /dev/null
+++ b/emulators/uips/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/27 15:35:57 wiz Exp $
+#
+
+DISTNAME= uips
+PKGNAME= uips-1.0
+CATEGORIES= emulators
+MASTER_SITES= http://www.neillcorlett.com/uips/
+DISTFILES= uips.c uips.txt
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://www.neillcorlett.com/uips/
+COMMENT= IPS patcher with v2 support
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
+WRKSRC= ${WRKDIR}
+USE_BUILDLINK3= yes
+
+do-extract:
+ ${CP} ${_DISTDIR}/uips.c ${WRKSRC}/
+ ${CP} ${_DISTDIR}/uips.txt ${WRKSRC}/
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}/
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/uips ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uips
+ ${INSTALL_DATA} ${WRKSRC}/uips.txt ${PREFIX}/share/doc/uips
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/uips/PLIST b/emulators/uips/PLIST
new file mode 100644
index 00000000000..a4fbd9cbb5c
--- /dev/null
+++ b/emulators/uips/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/27 15:35:57 wiz Exp $
+bin/uips
+share/doc/uips/uips.txt
+@dirrm share/doc/uips
diff --git a/emulators/uips/distinfo b/emulators/uips/distinfo
new file mode 100644
index 00000000000..06c9b537a3e
--- /dev/null
+++ b/emulators/uips/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/27 15:35:57 wiz Exp $
+
+SHA1 (uips-1.0/uips.c) = ef0acd30549d815a997cf1a7501c072e061fc79a
+Size (uips-1.0/uips.c) = 12410 bytes
+SHA1 (uips-1.0/uips.txt) = b9da81d6a2242bb2fd2a0bd20aa26669b106b326
+Size (uips-1.0/uips.txt) = 1833 bytes
diff --git a/emulators/uips/files/Makefile b/emulators/uips/files/Makefile
new file mode 100644
index 00000000000..a6946800500
--- /dev/null
+++ b/emulators/uips/files/Makefile
@@ -0,0 +1,3 @@
+all: uips
+
+uips: uips.c