summaryrefslogtreecommitdiff
path: root/devel/tpasm
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-04-16 00:11:50 +0000
committerdmcmahill <dmcmahill>2001-04-16 00:11:50 +0000
commitd204a5a9768492eb207ee7173d3bfb71c461d9ca (patch)
treefd02474e7f7e221ff68a2968eea65404c889a335 /devel/tpasm
parentd89172306b3f701c6434aed639bbf55738b662d5 (diff)
downloadpkgsrc-d204a5a9768492eb207ee7173d3bfb71c461d9ca.tar.gz
update to tpasm-1.0r
Changes are (note our patch got included in < 1 day!): Fixed ldx offset by y instruction in 6502 processor (Thanks Andrew) Makefile was updated so that .o files always end up in their respective directories (Thanks Dan) Makefile was updated to use patterns for locating processors and output file formats. This allows processors and output file formats to be added to the assembler simply by placing their source files into their respective directories. Everything else is automatic.
Diffstat (limited to 'devel/tpasm')
-rw-r--r--devel/tpasm/Makefile13
-rw-r--r--devel/tpasm/files/md54
-rw-r--r--devel/tpasm/files/patch-sum7
3 files changed, 17 insertions, 7 deletions
diff --git a/devel/tpasm/Makefile b/devel/tpasm/Makefile
index 8cede09f5e9..aa54658ff31 100644
--- a/devel/tpasm/Makefile
+++ b/devel/tpasm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/15 13:02:35 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/16 00:11:50 dmcmahill Exp $
#
-DISTNAME= tpasm1.0q
-PKGNAME= tpasm-1.0q
+DISTNAME= tpasm1.0r
+PKGNAME= tpasm-1.0r
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ct0.com/pub/
EXTRACT_SUFX= .tgz
@@ -13,4 +13,11 @@ COMMENT= assembler for 6805, 68HC11, 6502, Surplus, 8051, Z80, PIC, and AVR
WRKSRC= ${WRKDIR}/tpasm
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tpasm ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/libdata/tpasm
+ ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/libdata/tpasm/
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/tpasm/files/md5 b/devel/tpasm/files/md5
index 891d1024d89..bd79edeff29 100644
--- a/devel/tpasm/files/md5
+++ b/devel/tpasm/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2001/04/15 13:02:35 dmcmahill Exp $
+$NetBSD: md5,v 1.2 2001/04/16 00:11:50 dmcmahill Exp $
-SHA1 (tpasm1.0q.tgz) = 2d49d7e3ae9e4f38ee056893b1d18d656afb5909
+SHA1 (tpasm1.0r.tgz) = 16b88a548681de2dd8409630a079bdefa84957c4
diff --git a/devel/tpasm/files/patch-sum b/devel/tpasm/files/patch-sum
index 19bd8f4b552..2fb9411c613 100644
--- a/devel/tpasm/files/patch-sum
+++ b/devel/tpasm/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 2001/04/15 13:02:35 dmcmahill Exp $
+$NetBSD: patch-sum,v 1.2 2001/04/16 00:11:50 dmcmahill Exp $
-SHA1 (patch-aa) = 89bc52a7c5dadd68eb323c9f771d03ab60f9d610
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.