# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tass64 # tass64/pkg-plist # tass64/pkg-descr # tass64/distinfo # tass64/Makefile # echo c - tass64 mkdir -p tass64 > /dev/null 2>&1 echo x - tass64/pkg-plist sed 's/^X//' >tass64/pkg-plist << 'af706d290f2a5a02502de0a0333f7d30' Xbin/tass64 Xshare/doc/tass64/README Xshare/doc/tass64/README.html Xshare/licenses/tass64-1.51.727/GPLv2 Xshare/licenses/tass64-1.51.727/LICENSE Xshare/licenses/tass64-1.51.727/catalog.mk af706d290f2a5a02502de0a0333f7d30 echo x - tass64/pkg-descr sed 's/^X//' >tass64/pkg-descr << '1c87eb5268dd5f0a2c264b951debe88d' X6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler X X6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler compatible assember. X XKey features: X X Open source, mostly portable C with minimal dependencies X Familiar syntax to Omicron TASS and TASM. X Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02 X Arbitrary-precision integers and bitstrings, double precision floating point numbers X Character and byte strings, array arithmetic X Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, unicode strings X Supports Unicode identifiers with case folding and compatibility normalization X Built-in "linker" with section support X CPU or flat address space for creating huge binaries (e.g. cartridges) X Conditional compilation, macros, struct/union structures, scopes. X XWWW: http://tass64.sourceforge.net/ 1c87eb5268dd5f0a2c264b951debe88d echo x - tass64/distinfo sed 's/^X//' >tass64/distinfo << 'c4523fa2139ada03330b7edab3f951d0' XSHA256 (64tass-1.51.727-src.zip) = 971b0e4bb8cc9e3f5493505a58a6060d19ee96364d969142d4ec36fa0f3bee3a XSIZE (64tass-1.51.727-src.zip) = 517120 c4523fa2139ada03330b7edab3f951d0 echo x - tass64/Makefile sed 's/^X//' >tass64/Makefile << 'db160865ddfbd6059f3aff093f0d12e2' X# Created by: Uffe Jakobsen X# $FreeBSD: head/devel/xa65/Makefile 361186 2014-07-08 06:50:37Z danfe $ X XPORTNAME= tass64 XPORTVERSION= 1.51.727 XCATEGORIES= devel XMASTER_SITES= SF/${PORTNAME}/source X# Download 64tass-1.51.727-src.zip XDISTNAME= 64tass-${PORTVERSION}-src X XMAINTAINER= uffe@uffe.org XCOMMENT= 6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler X XLICENSE= GPLv2 X XUSES= gmake zip XMAKE_ARGS= -w CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/64tass ${STAGEDIR}${PREFIX}/bin/tass64 X @${MKDIR} ${STAGEDIR}${DOCSDIR} X.for doc in README README.html X ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} X.endfor X X.include db160865ddfbd6059f3aff093f0d12e2 exit