pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
distella: remove
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Fri May 25 00:39:17 2018 +0900
Changeset: 3230956398fc8eea97b98dd8d6f53306047787b5
Modified Files:
Makefile
Removed Files:
distella/DESCR
distella/Makefile
distella/PLIST
distella/distinfo
distella/patches/patch-aa
Log Message:
distella: remove
MASTER_SITE not found
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3230956398fc8eea97b98dd8d6f53306047787b5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
distella/DESCR | 6 ------
distella/Makefile | 37 -------------------------------------
distella/PLIST | 3 ---
distella/distinfo | 6 ------
distella/patches/patch-aa | 13 -------------
6 files changed, 66 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 7ef7c3a261..66d6fff7a5 100644
--- a/Makefile
+++ b/Makefile
@@ -566,7 +566,6 @@ SUBDIR+= discident-glib
SUBDIR+= dispred
SUBDIR+= disque
SUBDIR+= distbb-git
-SUBDIR+= distella
SUBDIR+= ditz-commander
SUBDIR+= diveintopython
SUBDIR+= dlpoly-classic
diff --git a/distella/DESCR b/distella/DESCR
deleted file mode 100644
index 4df17e23f9..0000000000
--- a/distella/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Distella disassembles Atari 2600 Binary ROM images
-into 6502 source, complete with actuall 2600
-headers and machine cycle counts. Can also
-extract data and graphics from ROMs with a
-little intervention. Output is intended
-to be compatible with the DASM cross-assembler.
diff --git a/distella/Makefile b/distella/Makefile
deleted file mode 100644
index bd01228a8c..0000000000
--- a/distella/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/09/28 21:07:56 asau Exp $
-#
-
-DISTNAME= distella
-PKGNAME= distella-2.10
-CATEGORIES= devel games cross emulators
-MASTER_SITES= http://members.cox.net/rcolbert/zip/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= xmor61%users.sourceforge.net@localhost
-HOMEPAGE= http://members.cox.net/rcolbert/index.htm
-COMMENT= 6502 Disassembler with Atari 2600 headers and cycle counting info
-
-NO_CONFIGURE= YES
-EXTRACT_OPTS_ZIP= -Laqo
-
-post-extract:
- ${MKDIR} ${WRKSRC}
- ${MV} ${WRKDIR}/*.c ${WRKSRC}
- ${MV} ${WRKDIR}/*.txt ${WRKSRC}
-
-do-build:
- ( cd ${WRKSRC} ; ${CC} -o distella distella.c )
-
-do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/distella
- ${INSTALL_DATA} ${WRKSRC}/distella.txt ${DESTDIR}${PREFIX}/share/doc/distella
- ${INSTALL_PROGRAM} ${WRKSRC}/distella ${DESTDIR}${PREFIX}/bin
- @${ECHO} ""
- @${ECHO} ";======================================================================================;"
- @${ECHO} " BUG-NOTICE: Distella may core dump some machines if you do not specify any parameters."
- @${ECHO} ""
- @${ECHO} " Read '${PREFIX}/share/doc/distella/distella.txt' for detailed usage instructions..."
- @${ECHO} ";======================================================================================;"
- @${ECHO} ""
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/distella/PLIST b/distella/PLIST
deleted file mode 100644
index 6d2f3da2fa..0000000000
--- a/distella/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/08/25 11:56:45 thomasklausner Exp $
-bin/distella
-share/doc/distella/distella.txt
diff --git a/distella/distinfo b/distella/distinfo
deleted file mode 100644
index 6be432fc8d..0000000000
--- a/distella/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/09/28 06:41:10 rillig Exp $
-
-SHA1 (distella.zip) = f8074bc5454a49e76c26910200730cb0c17a78ab
-RMD160 (distella.zip) = 85f41bec970ed28aa3f865d1985b5ca3567bbd90
-Size (distella.zip) = 27566 bytes
-SHA1 (patch-aa) = 29fcafc9d24f4f1a0abcbb29a88e1b1745e955f8
diff --git a/distella/patches/patch-aa b/distella/patches/patch-aa
deleted file mode 100644
index 3d07e0fb35..0000000000
--- a/distella/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/17 18:40:27 xtraeme Exp $
-
---- distella.c.orig Tue Feb 25 08:20:22 1997
-+++ distella.c Fri Jan 17 23:10:07 2003
-@@ -71,7 +71,7 @@
- unsigned int filesize(FILE *stream);
- int file_load(char[]);
-
--void main(int argc,char *argv[])
-+main(int argc,char *argv[])
- {
- int c,i,j;
- char file[50],config[50], parms[132];
Home |
Main Index |
Thread Index |
Old Index