pkgsrc-WIP-changes archive

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

lcdis: Imported into pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Mon May 21 09:13:31 2018 -0700
Changeset:	84e0c8f7acad5d183c170aa5c885458ec4c66ec2

Modified Files:
	Makefile
Removed Files:
	lcdis/DESCR
	lcdis/Makefile
	lcdis/PLIST
	lcdis/distinfo
	lcdis/patches/patch-LCDIS.C
	lcdis/patches/patch-LCDIS.H

Log Message:
lcdis: Imported into pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=84e0c8f7acad5d183c170aa5c885458ec4c66ec2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |  1 -
 lcdis/DESCR                 | 12 ------------
 lcdis/Makefile              | 25 -------------------------
 lcdis/PLIST                 |  2 --
 lcdis/distinfo              |  8 --------
 lcdis/patches/patch-LCDIS.C | 15 ---------------
 lcdis/patches/patch-LCDIS.H | 24 ------------------------
 7 files changed, 87 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 72d374f5aa..bfe7d0b792 100644
--- a/Makefile
+++ b/Makefile
@@ -1636,7 +1636,6 @@ SUBDIR+=	lastfm-sharp
 SUBDIR+=	lat
 SUBDIR+=	lbt
 SUBDIR+=	lcalc
-SUBDIR+=	lcdis
 SUBDIR+=	lcdproc
 SUBDIR+=	lci
 SUBDIR+=	lcov-git
diff --git a/lcdis/DESCR b/lcdis/DESCR
deleted file mode 100644
index 0a37339650..0000000000
--- a/lcdis/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-LCDIS - LC86104C/108C disassembler for the Sega VMU/VMS
-
-Features:
- - Sanyo LC86104C/108C disassembler, plus extra instructions used by the VMU
- - Automatic determination of code/data space.
- - Automatic determination of RAM banks accessed (mostly)
- - Special function registers and BIOS entry points are annotated.
- - Some instructions are commented (i.e. branch if 'A' button pressed)
- - Disassembly output has been tested and found accurate.
- - Either easier-to-read or ready-to-assemble code can be generated.
- - User specification of graphic & font areas (which are commented graphically)
- - Portable GPL C code. (with C++ style comments).
diff --git a/lcdis/Makefile b/lcdis/Makefile
deleted file mode 100644
index 11a731699d..0000000000
--- a/lcdis/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	LCDISSRC
-PKGNAME=	lcdis-1.04
-CATEGORIES=	devel
-MASTER_SITES=	https://travispaul.me/distfiles/
-EXTRACT_SUFX=	.ZIP
-
-MAINTAINER=		tr%vispaul.me@localhost
-HOMEPAGE=		https://web.archive.org/web/20110927100411/http://www.maushammer.com/vmu.html
-COMMENT=		Disassembler for the Sega VMU/VMS
-LICENSE=		gnu-gpl-v2
-
-USE_TOOLS+=		unzip
-
-WRKSRC=			${WRKDIR}
-INSTALLATION_DIRS=	bin
-
-do-build:
-	${CC} ${LDFLAGS} ${CFLAGS} -o ${WRKSRC}/lcdis ${WRKSRC}/LCDIS.C
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/lcdis ${DESTDIR}${PREFIX}/bin/lcdis
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lcdis/PLIST b/lcdis/PLIST
deleted file mode 100644
index 6ce58b00e2..0000000000
--- a/lcdis/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/lcdis
diff --git a/lcdis/distinfo b/lcdis/distinfo
deleted file mode 100644
index 373d3d4ca6..0000000000
--- a/lcdis/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (LCDISSRC.ZIP) = a41451c8a042cacdf6d246bc82835aa7c44ce461
-RMD160 (LCDISSRC.ZIP) = 53c01fa4419d1c156a96b572302c5bd16f1c66d8
-SHA512 (LCDISSRC.ZIP) = 7e728a8e8692bc5c4cdd7c44dc905e16bda8b1d39c65074c1dd55785ef320661a4c7e7f7b6fc598a27d0fbf38fe2a6b9e6d0529a9e32ebe36312d9c0ba46d2ea
-Size (LCDISSRC.ZIP) = 30715 bytes
-SHA1 (patch-LCDIS.C) = d23660be6dff69e02527277d11c89722a00085b6
-SHA1 (patch-LCDIS.H) = 1bd644dd86c971035e419f0a6412e8527f1817f2
diff --git a/lcdis/patches/patch-LCDIS.C b/lcdis/patches/patch-LCDIS.C
deleted file mode 100644
index 24b45bd394..0000000000
--- a/lcdis/patches/patch-LCDIS.C
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Don't assume a case-insensitive filesystem.
-
---- LCDIS.C.orig	2000-07-02 19:45:58.000000000 +0000
-+++ LCDIS.C
-@@ -102,7 +102,7 @@
- #include <string.h>
- #include <memory.h>
- #include <ctype.h>
--#include "lcdis.h"
-+#include "LCDIS.H"
- 
- // This define needed for SUN environments:
- #if (defined (sparc) || defined (__sparc__) || defined (__sparc))
diff --git a/lcdis/patches/patch-LCDIS.H b/lcdis/patches/patch-LCDIS.H
deleted file mode 100644
index b7cb80691d..0000000000
--- a/lcdis/patches/patch-LCDIS.H
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-No stricmp/strnicmp on NetBSD (and most other OSes),
-define as strcasecmp/strncasecmp instead.
-
---- LCDIS.H.orig	2000-07-02 19:43:34.000000000 +0000
-+++ LCDIS.H
-@@ -17,7 +17,8 @@ void print_code_label (int addr, int for
- int  checkmem(void);
- void search_text (int memsize);
- 
--
-+#define stricmp(x,y) strcasecmp(x,y)
-+#define strnicmp(x,y,z) strncasecmp(x,y,z)
- 
- //---0---- ---1---- --2,3--- --4-7--- --8-F---
- 
-@@ -391,4 +392,4 @@ firmwarecall_type FIRMWARECALL[] =
- // not included     mapmem (0x108); // unknown
- //     mapmem (0x140); // unknown
-       {   -1,     -1}   // end of list
--   };
-\ No newline at end of file
-+   };


Home | Main Index | Thread Index | Old Index