pkgsrc/cross/atasm/PLIST
mef 070192bf7f (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
2014-12-09 15:10:47 +00:00

9 lines
266 B
Text

@comment $NetBSD: PLIST,v 1.3 2014/12/09 15:10:47 mef Exp $
bin/atasm
man/man1/atasm.1
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