pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
aslc86k: Imported into pkgsrc
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Mon May 21 09:23:54 2018 -0700
Changeset: 9f418f5c61d1fbff7c4c31445863c16dc480b4ae
Modified Files:
Makefile
Removed Files:
aslc86k/DESCR
aslc86k/Makefile
aslc86k/PLIST
aslc86k/distinfo
aslc86k/patches/patch-Makefile
Log Message:
aslc86k: Imported into pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f418f5c61d1fbff7c4c31445863c16dc480b4ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
aslc86k/DESCR | 2 --
aslc86k/Makefile | 20 --------------------
aslc86k/PLIST | 2 --
aslc86k/distinfo | 7 -------
aslc86k/patches/patch-Makefile | 15 ---------------
6 files changed, 47 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index bfe7d0b792..4327109a17 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,6 @@ SUBDIR+= arphic-uming-ttf
SUBDIR+= artemis
SUBDIR+= ascii2binary
SUBDIR+= asciinema
-SUBDIR+= aslc86k
SUBDIR+= aspell-dictionaries
SUBDIR+= asql
SUBDIR+= assimp
diff --git a/aslc86k/DESCR b/aslc86k/DESCR
deleted file mode 100644
index bf38ad178f..0000000000
--- a/aslc86k/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index cf9772fdfc..0000000000
--- a/aslc86k/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME= aslc86k
-PKGNAME= aslc86k-1.9
-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
deleted file mode 100644
index 44dc16a5a1..0000000000
--- a/aslc86k/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/aslc86k
diff --git a/aslc86k/distinfo b/aslc86k/distinfo
deleted file mode 100644
index e29b30efb4..0000000000
--- a/aslc86k/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-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
diff --git a/aslc86k/patches/patch-Makefile b/aslc86k/patches/patch-Makefile
deleted file mode 100644
index 3231b0e192..0000000000
--- a/aslc86k/patches/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-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
-
Home |
Main Index |
Thread Index |
Old Index