pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aslc86k: Import aslc86k-1.9 as devel/aslc86k



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Mon Dec 4 14:37:23 2017 +0000
Changeset:	bb3fe20a9a4719490539a993f981e8bd4907d491

Added Files:
	aslc86k/DESCR
	aslc86k/Makefile
	aslc86k/PLIST
	aslc86k/distinfo

Log Message:
aslc86k: Import aslc86k-1.9 as devel/aslc86k

A macro assembler based on taz and written in ANSI-C that can assemble
programs of the Visual Memory System.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb3fe20a9a4719490539a993f981e8bd4907d491

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aslc86k/DESCR    |  2 ++
 aslc86k/Makefile | 19 +++++++++++++++++++
 aslc86k/PLIST    |  2 ++
 aslc86k/distinfo |  6 ++++++
 4 files changed, 29 insertions(+)

diffs:
diff --git a/aslc86k/DESCR b/aslc86k/DESCR
new file mode 100644
index 0000000000..bf38ad178f
--- /dev/null
+++ b/aslc86k/DESCR
@@ -0,0 +1,2 @@
+A macro assembler based on taz and written in ANSI-C that can assemble
+programs of the Visual Memory System.
diff --git a/aslc86k/Makefile b/aslc86k/Makefile
new file mode 100644
index 0000000000..e0d8905e46
--- /dev/null
+++ b/aslc86k/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+PKGNAME=	aslc86k-1.9
+DISTNAME=	aslc86k
+CATEGORIES=	devel
+MASTER_SITES=	http://mc.pp.se/dc/files/
+
+MAINTAINER=	tr%vispaul.me@localhost
+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"
diff --git a/aslc86k/PLIST b/aslc86k/PLIST
new file mode 100644
index 0000000000..44dc16a5a1
--- /dev/null
+++ b/aslc86k/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/aslc86k
diff --git a/aslc86k/distinfo b/aslc86k/distinfo
new file mode 100644
index 0000000000..ab80ce1c93
--- /dev/null
+++ b/aslc86k/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aslc86k.tar.gz) = 4261d466e25a1db8d9525a702c6d1d43e6704842
+RMD160 (aslc86k.tar.gz) = 0b2463e058887f3fb686ad8405431f113600d5fa
+SHA512 (aslc86k.tar.gz) = bfd551d7994d7ed781992022f97076418ec9bdefe0631c4a9079676aa5ccd1e344a2f5882253029a4f7e94dcf5edc51505a5ed150e162c4adfacc14f9aab0223
+Size (aslc86k.tar.gz) = 50850 bytes


Home | Main Index | Thread Index | Old Index