pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
devel/dcdis: Import dcdis-0.4a as devel/dcdis
Module Name: pkgsrc-wip
Committed By: Travis Paul <tr%vispaul.me@localhost>
Pushed By: tpaul
Date: Fri Jul 20 05:09:26 2018 +0000
Changeset: 0ecd896927b1a43a69b832ea2a489667fc633377
Modified Files:
Makefile
Added Files:
dcdis/DESCR
dcdis/Makefile
dcdis/PLIST
dcdis/TODO
dcdis/distinfo
Log Message:
devel/dcdis: Import dcdis-0.4a as devel/dcdis
A Dreamcast disassembler with limited symbol table support and decoding
of Dreamcast specific instructions.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ecd896927b1a43a69b832ea2a489667fc633377
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
dcdis/DESCR | 2 ++
dcdis/Makefile | 18 ++++++++++++++++++
dcdis/PLIST | 2 ++
dcdis/TODO | 16 ++++++++++++++++
dcdis/distinfo | 6 ++++++
6 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index cc372f08bb..2eba881cc8 100644
--- a/Makefile
+++ b/Makefile
@@ -503,6 +503,7 @@ SUBDIR+= datamash
SUBDIR+= dates
SUBDIR+= davical-git
SUBDIR+= dazz_db
+SUBDIR+= dcdis
SUBDIR+= dbf
SUBDIR+= dbus-dfbsd
SUBDIR+= dbus-explorer
diff --git a/dcdis/DESCR b/dcdis/DESCR
new file mode 100644
index 0000000000..4f85eef68e
--- /dev/null
+++ b/dcdis/DESCR
@@ -0,0 +1,2 @@
+A Dreamcast disassembler with limited symbol table support and decoding
+of Dreamcast specific instructions.
diff --git a/dcdis/Makefile b/dcdis/Makefile
new file mode 100644
index 0000000000..dccdd3ffaf
--- /dev/null
+++ b/dcdis/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= dcdis-0.4a
+CATEGORIES= devel
+MASTER_SITES= https://www.ludd.ltu.se/~jlo/dc/
+
+MAINTAINER= tpaul%NetBSD.org@localhost
+HOMEPAGE= https://www.ludd.ltu.se/~jlo/dc/
+COMMENT= Simple Dreamcast disassembler
+#LICENSE= # TODO: (see mk/license.mk)
+
+GNU_CONFIGURE= yes
+
+do-install:
+ mkdir -p ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/dcdis ${DESTDIR}${PREFIX}/bin/dcdis
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/dcdis/PLIST b/dcdis/PLIST
new file mode 100644
index 0000000000..c31fe9e1e9
--- /dev/null
+++ b/dcdis/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/dcdis
diff --git a/dcdis/TODO b/dcdis/TODO
new file mode 100644
index 0000000000..d508de1437
--- /dev/null
+++ b/dcdis/TODO
@@ -0,0 +1,16 @@
+do-install shouldnt' be needed
+
+Support RELRO
+
+Figure out what to do about this license:
+
+/* dcdis.c - very simple Dreamcast(tm) disassembler
+ *
+ * Copyright (C) 1999-2004 Lars Olsson
+ *
+ * This file is part of dcdis
+ *
+ * dcdis is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+*/
diff --git a/dcdis/distinfo b/dcdis/distinfo
new file mode 100644
index 0000000000..4875e8ea7f
--- /dev/null
+++ b/dcdis/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (dcdis-0.4a.tar.gz) = abfd4a69c65188ec2158ab310b6a1f7ea196466d
+RMD160 (dcdis-0.4a.tar.gz) = 944b461112bd54611121eb05909e7dd492b25544
+SHA512 (dcdis-0.4a.tar.gz) = 30ea31518efe36e3402f17733bf90f41d88d0033bc03a943c7f2219f115db2cfa1390142cc7e10b93a8b8766c8b809a7ae5cdc3abc23babaa650546f11d4068a
+Size (dcdis-0.4a.tar.gz) = 39537 bytes
Home |
Main Index |
Thread Index |
Old Index