pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/uips Initial import of uips, an IPS patcher.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e5e2598d8b7
branches:  trunk
changeset: 469729:1e5e2598d8b7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 27 15:35:57 2004 +0000

description:
Initial import of uips, an IPS patcher.
IPS patches are binary patches (usually used for hacks/trainers/patches
for emulator ROMs).

diffstat:

 emulators/uips/DESCR          |   4 ++++
 emulators/uips/Makefile       |  29 +++++++++++++++++++++++++++++
 emulators/uips/PLIST          |   4 ++++
 emulators/uips/distinfo       |   6 ++++++
 emulators/uips/files/Makefile |   3 +++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r df12797f0c10 -r 1e5e2598d8b7 emulators/uips/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/uips/DESCR      Fri Feb 27 15:35:57 2004 +0000
@@ -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 -r df12797f0c10 -r 1e5e2598d8b7 emulators/uips/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/uips/Makefile   Fri Feb 27 15:35:57 2004 +0000
@@ -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@localhost
+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 -r df12797f0c10 -r 1e5e2598d8b7 emulators/uips/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/uips/PLIST      Fri Feb 27 15:35:57 2004 +0000
@@ -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 -r df12797f0c10 -r 1e5e2598d8b7 emulators/uips/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/uips/distinfo   Fri Feb 27 15:35:57 2004 +0000
@@ -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 -r df12797f0c10 -r 1e5e2598d8b7 emulators/uips/files/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/uips/files/Makefile     Fri Feb 27 15:35:57 2004 +0000
@@ -0,0 +1,3 @@
+all: uips
+
+uips: uips.c



Home | Main Index | Thread Index | Old Index