pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dasm: Drop, older than cross/dasm
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Sep 21 02:02:02 2016 +0200
Changeset: 4ce4fc22e02e6fd6a7a6650caa0d7902f9940f8a
Removed Files:
dasm/DESCR
dasm/Makefile
dasm/PLIST
dasm/distinfo
dasm/patches/patch-aa
dasm/patches/patch-ab
Log Message:
dasm: Drop, older than cross/dasm
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ce4fc22e02e6fd6a7a6650caa0d7902f9940f8a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dasm/DESCR | 5 -----
dasm/Makefile | 39 ---------------------------------------
dasm/PLIST | 15 ---------------
dasm/distinfo | 7 -------
dasm/patches/patch-aa | 28 ----------------------------
dasm/patches/patch-ab | 13 -------------
6 files changed, 107 deletions(-)
diffs:
diff --git a/dasm/DESCR b/dasm/DESCR
deleted file mode 100644
index 65853b2..0000000
--- a/dasm/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-DASM is a highly evolved cross-assembler for 6502, 6803 and 68HC11
-processors. It is very popular for hacking/cross-developing on old
-6502-based video game systems from Atari, Nintendo, etc. DASM
-processes output from the Distella Atari ROM disassembler without
-modification.
diff --git a/dasm/Makefile b/dasm/Makefile
deleted file mode 100644
index 43777b6..0000000
--- a/dasm/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/09/28 21:24:30 asau Exp $
-#
-
-DISTNAME= dasm-${DISTVERSION}
-DISTVERSION= 2.20.11
-CATEGORIES= cross
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dasm-dillon/}
-
-MAINTAINER= rhialto%falu.nl@localhost
-HOMEPAGE= http://dasm-dillon.sourceforge.net/
-COMMENT= Multi-CPU cross-assembler for 6502, 6803, 68HC11 and others
-LICENSE= gnu-gpl-v2
-
-NO_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-INSTALLATION_DIRS= bin
-INSTALLATION_DIRS+= share/dasm share/dasm/atari2600 share/dasm/channel-f
-
-SHAREDIR=${DESTDIR}/${PREFIX}/share/dasm
-
-do-install:
- ${INSTALL_DATA_DIR} ${SHAREDIR}
- ${INSTALL_DATA_DIR} ${SHAREDIR}/atari2600
- ${INSTALL_DATA_DIR} ${SHAREDIR}/channel-f
-.for f in dasm ftohex
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${DESTDIR}/${PREFIX}/bin
-.endfor
-.for f in AUTHORS FUTURE NEWS README README.ANDREW \
- doc/dasm.txt doc/ftohex.txt
- ${INSTALL_DATA} ${WRKSRC}/${f} ${SHAREDIR}
-.endfor
-.for f in atari2600/macro.h atari2600/vcs.h \
- channel-f/README channel-f/macro.h channel-f/ves.h
- ${INSTALL_DATA} ${WRKSRC}/machines/${f} ${SHAREDIR}/${f}
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
-.include "../../mk/tools/make.mk"
diff --git a/dasm/PLIST b/dasm/PLIST
deleted file mode 100644
index db80f6d..0000000
--- a/dasm/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/12/18 14:20:22 rhialto Exp $
-bin/dasm
-bin/ftohex
-share/dasm/AUTHORS
-share/dasm/FUTURE
-share/dasm/NEWS
-share/dasm/README
-share/dasm/README.ANDREW
-share/dasm/atari2600/macro.h
-share/dasm/atari2600/vcs.h
-share/dasm/channel-f/README
-share/dasm/channel-f/macro.h
-share/dasm/channel-f/ves.h
-share/dasm/dasm.txt
-share/dasm/ftohex.txt
diff --git a/dasm/distinfo b/dasm/distinfo
deleted file mode 100644
index 1add232..0000000
--- a/dasm/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2009/12/18 14:20:22 rhialto Exp $
-
-SHA1 (dasm-2.20.11.tar.gz) = 6c1f0091e88fff8f814a92304286c1875fd64693
-RMD160 (dasm-2.20.11.tar.gz) = 4a22a60d35e9f6ab93f1b135b2fbeca4edcd6b5d
-Size (dasm-2.20.11.tar.gz) = 112184 bytes
-SHA1 (patch-aa) = f4ae1ad2112b51018850343f1d4dc94597f00f05
-SHA1 (patch-ab) = eb4a3b235bb33839098adc1c1bd65d99b0945cf3
diff --git a/dasm/patches/patch-aa b/dasm/patches/patch-aa
deleted file mode 100644
index e8697cd..0000000
--- a/dasm/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2009/12/18 14:20:22 rhialto Exp $
-
---- test/run_tests.sh.dist 2009-04-28 22:34:43.000000000 +0200
-+++ test/run_tests.sh 2009-04-28 22:35:20.000000000 +0200
-@@ -1,2 +1,2 @@
--#!/bin/bash
-+#!/bin/sh
-
-@@ -11,8 +11,7 @@
- echo "----- $NAME -----"
- ../bin/dasm $i -f1 -o$NAME.bin -DINEEPROM
- # echo "dasm returned $?"
-- cmp -s $NAME.bin $NAME.bin.ref
-- if [ $? == 0 ]
-+ if cmp -s $NAME.bin $NAME.bin.ref
- then
- echo "------------------------good"
- else
-@@ -20,8 +19,7 @@
- fi
- ../bin/ftohex 1 $NAME.bin $NAME.hex
- # echo "ftohex returned $?"
-- cmp -s $NAME.hex $NAME.hex.ref
-- if [ $? == 0 ]
-+ if cmp -s $NAME.hex $NAME.hex.ref
- then
- echo "------------------------good"
- else
diff --git a/dasm/patches/patch-ab b/dasm/patches/patch-ab
deleted file mode 100644
index 5fcaea3..0000000
--- a/dasm/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2009/12/18 14:20:22 rhialto Exp $
-
---- src/asm.h.dist 2009-04-28 23:14:12.000000000 +0200
-+++ src/asm.h 2009-04-28 23:08:16.000000000 +0200
-@@ -229,7 +229,7 @@
- char buf[4];
- };
-
--#define STRLISTSIZE 4
-+#define STRLISTSIZE (sizeof(STRLIST *))
-
- #define MF_IF 0x04
- #define MF_MACRO 0x08
Home |
Main Index |
Thread Index |
Old Index