summaryrefslogtreecommitdiff
path: root/cross/atasm/PLIST
diff options
context:
space:
mode:
authormef <mef>2014-12-09 15:10:47 +0000
committermef <mef>2014-12-09 15:10:47 +0000
commit2027472f2ecaca665af4c782f68580bf3bc63d82 (patch)
treebc710a58e9e346808b62fedc03c91131e7a97761 /cross/atasm/PLIST
parentc270ce9bfdfdb0896ac868b34f88f4417591eb39 (diff)
downloadpkgsrc-2027472f2ecaca665af4c782f68580bf3bc63d82.tar.gz
(pkgsrc)
- to make pkglint clean, change directory organization, using BUILD_DIR= src etc. - Add LICENSE= gnu-gpl-v2 - Use SUBST instead of ${SED} at do-install: target - Newly installs example files - (invocation without argument gives error as Pass 1: Error: Cannot open file: 'test.m65' but it is the same as prev. version and user should give input) (upstream) Update 1.04 to 1.06 ------------------------------ October 10, 2003 version 1.05 - added new directives .BANK, .SET 6, and .OPT LIST/NO LIST; Preliminary support for .ATR disk images and the Atari++ emulator memory snapshots; March 17, 2009 version 1.06 - allow negative offsets with .SET 6 directives; allow arithmentic expressions in REPEAT blocks; Better detection of resized labels; Fixed a buffer overflow problem; Added -l option to allow label output; Compiling Windows executable with mingw
Diffstat (limited to 'cross/atasm/PLIST')
-rw-r--r--cross/atasm/PLIST9
1 files changed, 7 insertions, 2 deletions
diff --git a/cross/atasm/PLIST b/cross/atasm/PLIST
index 953593b3661..53783acabdb 100644
--- a/cross/atasm/PLIST
+++ b/cross/atasm/PLIST
@@ -1,4 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:39:52 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/12/09 15:10:47 mef Exp $
bin/atasm
man/man1/atasm.1
-share/doc/atasm/atasm.txt
+share/doc/atasm/atasm.blurb
+share/doc/atasm/atasm.pdf
+share/examples/atasm/iomac.lib
+share/examples/atasm/sample.m65
+share/examples/atasm/sysequ.m65
+share/examples/atasm/test.m65