pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Remove uips, superseded by cmdpack.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffe49a5c2d56
branches:  trunk
changeset: 596336:ffe49a5c2d56
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 05 01:17:21 2011 +0000

description:
Remove uips, superseded by cmdpack.

diffstat:

 emulators/Makefile            |   3 +--
 emulators/uips/DESCR          |   4 ----
 emulators/uips/Makefile       |  31 -------------------------------
 emulators/uips/PLIST          |   3 ---
 emulators/uips/distinfo       |   8 --------
 emulators/uips/files/Makefile |   3 ---
 6 files changed, 1 insertions(+), 51 deletions(-)

diffs (86 lines):

diff -r 9be1e536ee81 -r ffe49a5c2d56 emulators/Makefile
--- a/emulators/Makefile        Mon Dec 05 01:16:09 2011 +0000
+++ b/emulators/Makefile        Mon Dec 05 01:17:21 2011 +0000
@@ -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+=       twin
 SUBDIR+=       uae
 SUBDIR+=       ucon64
-SUBDIR+=       uips
 SUBDIR+=       vba
 SUBDIR+=       vice
 SUBDIR+=       vmips
diff -r 9be1e536ee81 -r ffe49a5c2d56 emulators/uips/DESCR
--- a/emulators/uips/DESCR      Mon Dec 05 01:16:09 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 9be1e536ee81 -r ffe49a5c2d56 emulators/uips/Makefile
--- a/emulators/uips/Makefile   Mon Dec 05 01:16:09 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 9be1e536ee81 -r ffe49a5c2d56 emulators/uips/PLIST
--- a/emulators/uips/PLIST      Mon Dec 05 01:16:09 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 9be1e536ee81 -r ffe49a5c2d56 emulators/uips/distinfo
--- a/emulators/uips/distinfo   Mon Dec 05 01:16:09 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 9be1e536ee81 -r ffe49a5c2d56 emulators/uips/files/Makefile
--- a/emulators/uips/files/Makefile     Mon Dec 05 01:16:09 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-all: uips
-
-uips: uips.c



Home | Main Index | Thread Index | Old Index