Received: by mail.netbsd.org (Postfix, from userid 605) id 96EFC84E92; Mon, 21 May 2018 16:23:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 172D584E72 for ; Mon, 21 May 2018 16:23:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id i9U45pDOLCfU for ; Mon, 21 May 2018 16:23:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8A6CC84D5B for ; Mon, 21 May 2018 16:23:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85622FBEC; Mon, 21 May 2018 16:23:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526919784153570" MIME-Version: 1.0 Date: Mon, 21 May 2018 16:23:04 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/aslc86k To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180521162304.85622FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526919784153570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Mon May 21 16:23:04 UTC 2018 Added Files: pkgsrc/devel/aslc86k: DESCR Makefile PLIST distinfo pkgsrc/devel/aslc86k/patches: patch-Makefile Log Message: devel/aslc86k: Import version 1.9 A macro assembler based on taz and written in ANSI-C that can assemble programs of the Visual Memory System. Packaged by Travis Paul for pkgsrc-wip. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/aslc86k/DESCR \ pkgsrc/devel/aslc86k/Makefile pkgsrc/devel/aslc86k/PLIST \ pkgsrc/devel/aslc86k/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/aslc86k/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526919784153570 Content-Disposition: inline Content-Length: 2530 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/aslc86k/DESCR diff -u /dev/null pkgsrc/devel/aslc86k/DESCR:1.1 --- /dev/null Mon May 21 16:23:04 2018 +++ pkgsrc/devel/aslc86k/DESCR Mon May 21 16:23:04 2018 @@ -0,0 +1,2 @@ +A macro assembler based on taz and written in ANSI-C that can assemble +programs of the Visual Memory System. Index: pkgsrc/devel/aslc86k/Makefile diff -u /dev/null pkgsrc/devel/aslc86k/Makefile:1.1 --- /dev/null Mon May 21 16:23:04 2018 +++ pkgsrc/devel/aslc86k/Makefile Mon May 21 16:23:04 2018 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2018/05/21 16:23:04 minskim Exp $ + +DISTNAME= aslc86k +PKGNAME= aslc86k-1.9 +CATEGORIES= devel +MASTER_SITES= http://mc.pp.se/dc/files/ + +MAINTAINER= tr@vispaul.me +HOMEPAGE= http://mc.pp.se/dc/files/ +COMMENT= Macro assembler that can assemble programs of the Visual Memory System +LICENSE= mit + +WRKSRC= ${WRKDIR}/as +USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aslc86k ${DESTDIR}${PREFIX}/bin/aslc86k + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/aslc86k/PLIST diff -u /dev/null pkgsrc/devel/aslc86k/PLIST:1.1 --- /dev/null Mon May 21 16:23:04 2018 +++ pkgsrc/devel/aslc86k/PLIST Mon May 21 16:23:04 2018 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/05/21 16:23:04 minskim Exp $ +bin/aslc86k Index: pkgsrc/devel/aslc86k/distinfo diff -u /dev/null pkgsrc/devel/aslc86k/distinfo:1.1 --- /dev/null Mon May 21 16:23:04 2018 +++ pkgsrc/devel/aslc86k/distinfo Mon May 21 16:23:04 2018 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2018/05/21 16:23:04 minskim Exp $ + +SHA1 (aslc86k.tar.gz) = 4261d466e25a1db8d9525a702c6d1d43e6704842 +RMD160 (aslc86k.tar.gz) = 0b2463e058887f3fb686ad8405431f113600d5fa +SHA512 (aslc86k.tar.gz) = bfd551d7994d7ed781992022f97076418ec9bdefe0631c4a9079676aa5ccd1e344a2f5882253029a4f7e94dcf5edc51505a5ed150e162c4adfacc14f9aab0223 +Size (aslc86k.tar.gz) = 50850 bytes +SHA1 (patch-Makefile) = c0c88f325f697f4a2002284d1963a227a6997d24 Index: pkgsrc/devel/aslc86k/patches/patch-Makefile diff -u /dev/null pkgsrc/devel/aslc86k/patches/patch-Makefile:1.1 --- /dev/null Mon May 21 16:23:04 2018 +++ pkgsrc/devel/aslc86k/patches/patch-Makefile Mon May 21 16:23:04 2018 @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile,v 1.1 2018/05/21 16:23:04 minskim Exp $ + +Honor LDFLAGS. + +--- Makefile.orig 2000-04-27 22:25:21.000000000 +0000 ++++ Makefile +@@ -20,7 +20,7 @@ clean : + -$(RM) aglexer.c aggram.c aggram.h + + $(TARGET) : $(OBJS) +- $(CC) $^ -o $@ ++ $(CC) $(LDFLAGS) $^ -o $@ + + sieve : sieve.o + --_----------=_1526919784153570--