diff options
author | wiz <wiz> | 2011-12-05 01:17:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-12-05 01:17:21 +0000 |
commit | f2af83b33995511fd0be52378a89e96c1da5e6e0 (patch) | |
tree | be55026132eed17a6e4c4cd395766eb761a121a7 /emulators | |
parent | 9f775f137ddbdbf62d70c7ce0ba99cea69f2f1c7 (diff) | |
download | pkgsrc-f2af83b33995511fd0be52378a89e96c1da5e6e0.tar.gz |
Remove uips, superseded by cmdpack.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 | ||||
-rw-r--r-- | emulators/uips/DESCR | 4 | ||||
-rw-r--r-- | emulators/uips/Makefile | 31 | ||||
-rw-r--r-- | emulators/uips/PLIST | 3 | ||||
-rw-r--r-- | emulators/uips/distinfo | 8 | ||||
-rw-r--r-- | emulators/uips/files/Makefile | 3 |
6 files changed, 1 insertions, 51 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 2e859b81237..a1de9d23a32 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.192 2011/12/05 01:15:58 wiz Exp $ +# $NetBSD: Makefile,v 1.193 2011/12/05 01:17:21 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -220,7 +220,6 @@ SUBDIR+= tuxnes SUBDIR+= twin SUBDIR+= uae SUBDIR+= ucon64 -SUBDIR+= uips SUBDIR+= vba SUBDIR+= vice SUBDIR+= vmips diff --git a/emulators/uips/DESCR b/emulators/uips/DESCR deleted file mode 100644 index 1c568654a74..00000000000 --- a/emulators/uips/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 0c1a352c0dc..00000000000 --- a/emulators/uips/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2009/02/24 16:17:29 wiz Exp $ -# - -DISTNAME= uips -PKGNAME= uips-1.0 -CATEGORIES= emulators -MASTER_SITES= http://www.neillcorlett.com/uips/ -DISTFILES= uips.c uips.txt - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.neillcorlett.com/uips/ -COMMENT= IPS patcher with v2 support - -PKG_DESTDIR_SUPPORT= user-destdir - -DIST_SUBDIR= ${PKGNAME_NOREV} - -WRKSRC= ${WRKDIR} -INSTALLATION_DIRS= bin - -do-extract: - ${CP} ${_DISTDIR}/uips.c ${WRKSRC}/ - ${CP} ${_DISTDIR}/uips.txt ${WRKSRC}/ - ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/uips ${DESTDIR}${PREFIX}/bin - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/uips - ${INSTALL_DATA} ${WRKSRC}/uips.txt ${DESTDIR}${PREFIX}/share/doc/uips - -.include "../../mk/bsd.pkg.mk" diff --git a/emulators/uips/PLIST b/emulators/uips/PLIST deleted file mode 100644 index 20a8437d2fb..00000000000 --- a/emulators/uips/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:51:09 joerg Exp $ -bin/uips -share/doc/uips/uips.txt diff --git a/emulators/uips/distinfo b/emulators/uips/distinfo deleted file mode 100644 index d0e6d84b239..00000000000 --- a/emulators/uips/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 18:49:21 agc Exp $ - -SHA1 (uips-1.0/uips.c) = ef0acd30549d815a997cf1a7501c072e061fc79a -RMD160 (uips-1.0/uips.c) = a6e0eeb26cb7be532d8f3d783a76b29417ce6ded -Size (uips-1.0/uips.c) = 12410 bytes -SHA1 (uips-1.0/uips.txt) = b9da81d6a2242bb2fd2a0bd20aa26669b106b326 -RMD160 (uips-1.0/uips.txt) = af412775db71779107d1d787c38bb4ca033e48d9 -Size (uips-1.0/uips.txt) = 1833 bytes diff --git a/emulators/uips/files/Makefile b/emulators/uips/files/Makefile deleted file mode 100644 index a6946800500..00000000000 --- a/emulators/uips/files/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -all: uips - -uips: uips.c |