Received: by mail.netbsd.org (Postfix, from userid 605) id CE8E284D9C; Sun, 19 May 2019 03:41:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51D7E84D22 for ; Sun, 19 May 2019 03:41:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oRyStdiDd0nE for ; Sun, 19 May 2019 03:41:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89A8884CDA for ; Sun, 19 May 2019 03:41:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84422FB16; Sun, 19 May 2019 03:41:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155823729084020" MIME-Version: 1.0 Date: Sun, 19 May 2019 03:41:30 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/cross/cc65 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190519034130.84422FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155823729084020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun May 19 03:41:30 UTC 2019 Modified Files: pkgsrc/cross/cc65: Makefile PLIST distinfo Removed Files: pkgsrc/cross/cc65/patches: patch-aa Log Message: Update to 2.17 * It seems that it is MAKE_JOBS_SAFE=yes * Set LICENSE * Set new HOMEPAGE and MASTER_SITES Changelog: V2.17: Switched Apple II output format to AppleSingle. Although the primary target OS for the Apple II for sure isn't DOS 3.3 but ProDOS 8 the Apple II binary files contained a DOS 3.3 4-byte header. Recently I was made aware of the AppleSingle file format. That format is a much better way to transport Apple II meta data from the cc65 toolchain to the ProDOS 8 file system. Therefore I asked AppleCommander to support the AppleSingle file format. Now that there's an AppleCommander BETA with AppleSingle support it's the right time for this change. I bumped version to 2.17 because of this from the perspective of Apple II users of course incompatible change. V2.14 to V2.16: Not available To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/cross/cc65/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/cc65/PLIST pkgsrc/cross/cc65/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/cross/cc65/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155823729084020 Content-Disposition: inline Content-Length: 24693 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/cc65/Makefile diff -u pkgsrc/cross/cc65/Makefile:1.13 pkgsrc/cross/cc65/Makefile:1.14 --- pkgsrc/cross/cc65/Makefile:1.13 Wed Aug 22 09:43:10 2018 +++ pkgsrc/cross/cc65/Makefile Sun May 19 03:41:30 2019 @@ -1,25 +1,23 @@ -# $NetBSD: Makefile,v 1.13 2018/08/22 09:43:10 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2019/05/19 03:41:30 ryoon Exp $ # -DISTNAME= cc65-sources-2.13.3 +DISTNAME= cc65-2.17 PKGNAME= ${DISTNAME:S/-sources//} -PKGREVISION= 5 CATEGORIES= cross lang -MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=cc65/} +GITHUB_PROJECT= cc65 +GITHUB_TAG= V${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cc65.org/ +HOMEPAGE= https://cc65.github.io/ COMMENT= C cross compiler for 6502 target systems +LICENSE= zlib -MAKE_JOBS_SAFE= no - -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -MAKE_FILE= make/gcc.mak +WRKSRC= ${WRKDIR}/${DISTNAME} USE_TOOLS+= gmake perl -REPLACE_PERL= src/ca65html/ca65html +REPLACE_PERL= util/ca65html -INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} +INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX} SUBST_CLASSES+= perl SUBST_MESSAGE.perl= Fixing the path of perl. Index: pkgsrc/cross/cc65/PLIST diff -u pkgsrc/cross/cc65/PLIST:1.3 pkgsrc/cross/cc65/PLIST:1.4 --- pkgsrc/cross/cc65/PLIST:1.3 Mon Dec 3 14:36:39 2012 +++ pkgsrc/cross/cc65/PLIST Sun May 19 03:41:30 2019 @@ -1,232 +1,451 @@ -@comment $NetBSD: PLIST,v 1.3 2012/12/03 14:36:39 wen Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/05/19 03:41:30 ryoon Exp $ bin/ar65 bin/ca65 -bin/ca65html bin/cc65 +bin/chrcvt65 bin/cl65 bin/co65 bin/da65 -bin/grc +bin/grc65 bin/ld65 bin/od65 -lib/cc65/asminc/_file.inc -lib/cc65/asminc/_heap.inc -lib/cc65/asminc/apple2.inc -lib/cc65/asminc/atari.inc -lib/cc65/asminc/atmos.inc -lib/cc65/asminc/c128.inc -lib/cc65/asminc/c16.inc -lib/cc65/asminc/c64.inc -lib/cc65/asminc/cbm510.inc -lib/cc65/asminc/cbm610.inc -lib/cc65/asminc/ctype.inc -lib/cc65/asminc/em-error.inc -lib/cc65/asminc/em-kernel.inc -lib/cc65/asminc/errno.inc -lib/cc65/asminc/fcntl.inc -lib/cc65/asminc/get_tv.inc -lib/cc65/asminc/joy-error.inc -lib/cc65/asminc/joy-kernel.inc -lib/cc65/asminc/lynx.inc -lib/cc65/asminc/modload.inc -lib/cc65/asminc/mouse-kernel.inc -lib/cc65/asminc/nes.inc -lib/cc65/asminc/o65.inc -lib/cc65/asminc/pet.inc -lib/cc65/asminc/plus4.inc -lib/cc65/asminc/rs232.inc -lib/cc65/asminc/ser-error.inc -lib/cc65/asminc/ser-kernel.inc -lib/cc65/asminc/signal.inc -lib/cc65/asminc/stdio.inc -lib/cc65/asminc/supervision.inc -lib/cc65/asminc/tgi-error.inc -lib/cc65/asminc/tgi-kernel.inc -lib/cc65/asminc/tgi-mode.inc -lib/cc65/asminc/time.inc -lib/cc65/asminc/utsname.inc -lib/cc65/asminc/vic20.inc -lib/cc65/asminc/zeropage.inc -lib/cc65/cfg/apple2-dos33.cfg -lib/cc65/cfg/apple2-loader.cfg -lib/cc65/cfg/apple2-reboot.cfg -lib/cc65/cfg/apple2-system.cfg -lib/cc65/cfg/apple2enh-dos33.cfg -lib/cc65/cfg/apple2enh-loader.cfg -lib/cc65/cfg/apple2enh-reboot.cfg -lib/cc65/cfg/apple2enh-system.cfg -lib/cc65/cfg/supervision-128k.cfg -lib/cc65/cfg/supervision-16k.cfg -lib/cc65/cfg/supervision-64k.cfg -lib/cc65/cfg/vic20-32k.cfg -lib/cc65/emd/a2.auxmem.emd -lib/cc65/emd/a2e.auxmem.emd -lib/cc65/emd/c128-georam.emd -lib/cc65/emd/c128-ram.emd -lib/cc65/emd/c128-ramcart.emd -lib/cc65/emd/c128-reu.emd -lib/cc65/emd/c128-vdc.emd -lib/cc65/emd/c16-ram.emd -lib/cc65/emd/c64-georam.emd -lib/cc65/emd/c64-ram.emd -lib/cc65/emd/c64-ramcart.emd -lib/cc65/emd/c64-reu.emd -lib/cc65/emd/c64-vdc.emd -lib/cc65/emd/cbm510-ram.emd -lib/cc65/emd/cbm610-ram.emd -lib/cc65/emd/dtv-himem.emd -lib/cc65/emd/geos-vdc.emd -lib/cc65/include/6502.h -lib/cc65/include/_6522.h -lib/cc65/include/_6525.h -lib/cc65/include/_6526.h -lib/cc65/include/_6545.h -lib/cc65/include/_6551.h -lib/cc65/include/_antic.h -lib/cc65/include/_gtia.h -lib/cc65/include/_heap.h -lib/cc65/include/_pbi.h -lib/cc65/include/_pia.h -lib/cc65/include/_pokey.h -lib/cc65/include/_sid.h -lib/cc65/include/_ted.h -lib/cc65/include/_vdc.h -lib/cc65/include/_vic.h -lib/cc65/include/_vic2.h -lib/cc65/include/ace.h -lib/cc65/include/apple2.h -lib/cc65/include/apple2enh.h -lib/cc65/include/assert.h -lib/cc65/include/atari.h -lib/cc65/include/atmos.h -lib/cc65/include/c128.h -lib/cc65/include/c16.h -lib/cc65/include/c64.h -lib/cc65/include/cbm.h -lib/cc65/include/cbm264.h -lib/cc65/include/cbm510.h -lib/cc65/include/cbm610.h -lib/cc65/include/conio.h -lib/cc65/include/ctype.h -lib/cc65/include/dbg.h -lib/cc65/include/dio.h -lib/cc65/include/dirent.h -lib/cc65/include/em.h -lib/cc65/include/em/em-kernel.h -lib/cc65/include/errno.h -lib/cc65/include/fcntl.h -lib/cc65/include/geos.h -lib/cc65/include/geos/gconst.h -lib/cc65/include/geos/gdisk.h -lib/cc65/include/geos/gdlgbox.h -lib/cc65/include/geos/gfile.h -lib/cc65/include/geos/ggraph.h -lib/cc65/include/geos/gmemory.h -lib/cc65/include/geos/gmenu.h -lib/cc65/include/geos/gprocess.h -lib/cc65/include/geos/gsprite.h -lib/cc65/include/geos/gstruct.h -lib/cc65/include/geos/gsym.h -lib/cc65/include/geos/gsys.h -lib/cc65/include/inttypes.h -lib/cc65/include/iso646.h -lib/cc65/include/joystick.h -lib/cc65/include/joystick/joy-kernel.h -lib/cc65/include/limits.h -lib/cc65/include/locale.h -lib/cc65/include/lynx.h -lib/cc65/include/modload.h -lib/cc65/include/mouse.h -lib/cc65/include/mouse/mouse-kernel.h -lib/cc65/include/nes.h -lib/cc65/include/o65.h -lib/cc65/include/peekpoke.h -lib/cc65/include/pet.h -lib/cc65/include/plus4.h -lib/cc65/include/rs232.h -lib/cc65/include/serial.h -lib/cc65/include/setjmp.h -lib/cc65/include/signal.h -lib/cc65/include/stdarg.h -lib/cc65/include/stdbool.h -lib/cc65/include/stddef.h -lib/cc65/include/stdint.h -lib/cc65/include/stdio.h -lib/cc65/include/stdlib.h -lib/cc65/include/string.h -lib/cc65/include/supervision.h -lib/cc65/include/sys/types.h -lib/cc65/include/sys/utsname.h -lib/cc65/include/tgi.h -lib/cc65/include/tgi/tgi-error.h -lib/cc65/include/tgi/tgi-kernel.h -lib/cc65/include/tgi/tgi-mode.h -lib/cc65/include/time.h -lib/cc65/include/unistd.h -lib/cc65/include/vic20.h -lib/cc65/include/zlib.h -lib/cc65/joy/a2.stdjoy.joy -lib/cc65/joy/a2e.stdjoy.joy -lib/cc65/joy/atarimj8.joy -lib/cc65/joy/ataristd.joy -lib/cc65/joy/c128-ptvjoy.joy -lib/cc65/joy/c128-stdjoy.joy -lib/cc65/joy/c16-stdjoy.joy -lib/cc65/joy/c64-hitjoy.joy -lib/cc65/joy/c64-numpad.joy -lib/cc65/joy/c64-ptvjoy.joy -lib/cc65/joy/c64-stdjoy.joy -lib/cc65/joy/cbm510-std.joy -lib/cc65/joy/geos-stdjoy.joy -lib/cc65/joy/lynx-stdjoy.joy -lib/cc65/joy/nes-stdjoy.joy -lib/cc65/joy/pet-ptvjoy.joy -lib/cc65/joy/plus4-stdjoy.joy -lib/cc65/joy/vic20-ptvjoy.joy -lib/cc65/joy/vic20-stdjoy.joy -lib/cc65/lib/apple2.lib -lib/cc65/lib/apple2enh.lib -lib/cc65/lib/atari.lib -lib/cc65/lib/atmos.lib -lib/cc65/lib/c128.lib -lib/cc65/lib/c16.lib -lib/cc65/lib/c64.lib -lib/cc65/lib/cbm510.lib -lib/cc65/lib/cbm610.lib -lib/cc65/lib/geos.lib -lib/cc65/lib/lynx.lib -lib/cc65/lib/nes.lib -lib/cc65/lib/pet.lib -lib/cc65/lib/plus4.lib -lib/cc65/lib/supervision.lib -lib/cc65/lib/vic20.lib -lib/cc65/mou/a2.stdmou.mou -lib/cc65/mou/a2e.stdmou.mou -lib/cc65/mou/c128-1351.mou -lib/cc65/mou/c128-joy.mou -lib/cc65/mou/c128-pot.mou -lib/cc65/mou/c64-1351.mou -lib/cc65/mou/c64-joy.mou -lib/cc65/mou/c64-pot.mou -lib/cc65/obj/apple2-iobuf-0800.o -lib/cc65/obj/apple2enh-iobuf-0800.o -lib/cc65/ser/a2.ssc.ser -lib/cc65/ser/a2e.ssc.ser -lib/cc65/ser/c128-swlink.ser -lib/cc65/ser/c64-swlink.ser -lib/cc65/ser/cbm510-std.ser -lib/cc65/ser/cbm610-std.ser -lib/cc65/ser/lynx-comlynx.ser -lib/cc65/ser/plus4-stdser.ser -lib/cc65/tgi -share/doc/cc65/BUGS -share/doc/cc65/CREDITS -share/doc/cc65/atari.mac -share/doc/cc65/cbm.mac -share/doc/cc65/compile.txt -share/doc/cc65/cpu.mac -share/doc/cc65/generic.mac -share/doc/cc65/internal.txt -share/doc/cc65/longbranch.mac -share/doc/cc65/newvers.txt -share/doc/cc65/readme.1st +bin/sim65 +bin/sp65 +share/cc65/asminc/_file.inc +share/cc65/asminc/_heap.inc +share/cc65/asminc/apple2.inc +share/cc65/asminc/apple2.mac +share/cc65/asminc/atari.inc +share/cc65/asminc/atari.mac +share/cc65/asminc/atari2600.inc +share/cc65/asminc/atari2600_riot.inc +share/cc65/asminc/atari2600_tia.inc +share/cc65/asminc/atari5200.inc +share/cc65/asminc/atari_antic.inc +share/cc65/asminc/atari_gtia.inc +share/cc65/asminc/atari_pokey.inc +share/cc65/asminc/atmos.inc +share/cc65/asminc/c128.inc +share/cc65/asminc/c16.inc +share/cc65/asminc/c64.inc +share/cc65/asminc/cbm.mac +share/cc65/asminc/cbm510.inc +share/cc65/asminc/cbm610.inc +share/cc65/asminc/cbm_filetype.inc +share/cc65/asminc/cpu.mac +share/cc65/asminc/creativision.inc +share/cc65/asminc/ctype.inc +share/cc65/asminc/em-error.inc +share/cc65/asminc/em-kernel.inc +share/cc65/asminc/errno.inc +share/cc65/asminc/fcntl.inc +share/cc65/asminc/gamate.inc +share/cc65/asminc/generic.mac +share/cc65/asminc/get_tv.inc +share/cc65/asminc/joy-error.inc +share/cc65/asminc/joy-kernel.inc +share/cc65/asminc/longbranch.mac +share/cc65/asminc/lynx.inc +share/cc65/asminc/modload.inc +share/cc65/asminc/module.mac +share/cc65/asminc/mouse-kernel.inc +share/cc65/asminc/nes.inc +share/cc65/asminc/o65.inc +share/cc65/asminc/opcodes.inc +share/cc65/asminc/pce.inc +share/cc65/asminc/pet.inc +share/cc65/asminc/plus4.inc +share/cc65/asminc/ser-error.inc +share/cc65/asminc/ser-kernel.inc +share/cc65/asminc/signal.inc +share/cc65/asminc/smc.inc +share/cc65/asminc/stdio.inc +share/cc65/asminc/supervision.inc +share/cc65/asminc/telestrat.inc +share/cc65/asminc/tgi-error.inc +share/cc65/asminc/tgi-kernel.inc +share/cc65/asminc/tgi-vectorfont.inc +share/cc65/asminc/time.inc +share/cc65/asminc/utsname.inc +share/cc65/asminc/vic20.inc +share/cc65/asminc/zeropage.inc +share/cc65/cfg/apple2-asm.cfg +share/cc65/cfg/apple2-hgr.cfg +share/cc65/cfg/apple2-overlay.cfg +share/cc65/cfg/apple2-system.cfg +share/cc65/cfg/apple2.cfg +share/cc65/cfg/apple2enh-asm.cfg +share/cc65/cfg/apple2enh-hgr.cfg +share/cc65/cfg/apple2enh-overlay.cfg +share/cc65/cfg/apple2enh-system.cfg +share/cc65/cfg/apple2enh.cfg +share/cc65/cfg/atari-asm.cfg +share/cc65/cfg/atari-cart.cfg +share/cc65/cfg/atari-cassette.cfg +share/cc65/cfg/atari-overlay.cfg +share/cc65/cfg/atari.cfg +share/cc65/cfg/atari2600.cfg +share/cc65/cfg/atari5200.cfg +share/cc65/cfg/atarixl-largehimem.cfg +share/cc65/cfg/atarixl-overlay.cfg +share/cc65/cfg/atarixl.cfg +share/cc65/cfg/atmos.cfg +share/cc65/cfg/bbc.cfg +share/cc65/cfg/c128-overlay.cfg +share/cc65/cfg/c128.cfg +share/cc65/cfg/c16-32k.cfg +share/cc65/cfg/c16.cfg +share/cc65/cfg/c64-asm.cfg +share/cc65/cfg/c64-overlay.cfg +share/cc65/cfg/c64.cfg +share/cc65/cfg/cbm510.cfg +share/cc65/cfg/cbm610.cfg +share/cc65/cfg/creativision.cfg +share/cc65/cfg/gamate.cfg +share/cc65/cfg/geos-apple.cfg +share/cc65/cfg/geos-cbm.cfg +share/cc65/cfg/lunix.cfg +share/cc65/cfg/lynx-bll.cfg +share/cc65/cfg/lynx-coll.cfg +share/cc65/cfg/lynx-uploader.cfg +share/cc65/cfg/lynx.cfg +share/cc65/cfg/module.cfg +share/cc65/cfg/nes.cfg +share/cc65/cfg/none.cfg +share/cc65/cfg/osic1p-asm.cfg +share/cc65/cfg/osic1p.cfg +share/cc65/cfg/pce.cfg +share/cc65/cfg/pet.cfg +share/cc65/cfg/plus4.cfg +share/cc65/cfg/sim6502.cfg +share/cc65/cfg/sim65c02.cfg +share/cc65/cfg/supervision-128k.cfg +share/cc65/cfg/supervision-16k.cfg +share/cc65/cfg/supervision-64k.cfg +share/cc65/cfg/supervision.cfg +share/cc65/cfg/telestrat.cfg +share/cc65/cfg/vic20-32k.cfg +share/cc65/cfg/vic20.cfg +share/cc65/include/6502.h +share/cc65/include/_6522.h +share/cc65/include/_6525.h +share/cc65/include/_6526.h +share/cc65/include/_6545.h +share/cc65/include/_6551.h +share/cc65/include/_antic.h +share/cc65/include/_gtia.h +share/cc65/include/_heap.h +share/cc65/include/_mikey.h +share/cc65/include/_pbi.h +share/cc65/include/_pia.h +share/cc65/include/_pokey.h +share/cc65/include/_riot.h +share/cc65/include/_sid.h +share/cc65/include/_suzy.h +share/cc65/include/_ted.h +share/cc65/include/_tia.h +share/cc65/include/_vdc.h +share/cc65/include/_vic.h +share/cc65/include/_vic2.h +share/cc65/include/apple2.h +share/cc65/include/apple2_filetype.h +share/cc65/include/apple2enh.h +share/cc65/include/assert.h +share/cc65/include/atari.h +share/cc65/include/atari2600.h +share/cc65/include/atari5200.h +share/cc65/include/atari_atascii_charmap.h +share/cc65/include/atari_screen_charmap.h +share/cc65/include/atmos.h +share/cc65/include/c128.h +share/cc65/include/c16.h +share/cc65/include/c64.h +share/cc65/include/cbm.h +share/cc65/include/cbm264.h +share/cc65/include/cbm510.h +share/cc65/include/cbm610.h +share/cc65/include/cbm_filetype.h +share/cc65/include/cc65.h +share/cc65/include/conio.h +share/cc65/include/creativision.h +share/cc65/include/ctype.h +share/cc65/include/dbg.h +share/cc65/include/device.h +share/cc65/include/dio.h +share/cc65/include/dirent.h +share/cc65/include/em.h +share/cc65/include/em/em-kernel.h +share/cc65/include/errno.h +share/cc65/include/fcntl.h +share/cc65/include/gamate.h +share/cc65/include/geos.h +share/cc65/include/geos/gconst.h +share/cc65/include/geos/gdisk.h +share/cc65/include/geos/gdlgbox.h +share/cc65/include/geos/gfile.h +share/cc65/include/geos/ggraph.h +share/cc65/include/geos/gmemory.h +share/cc65/include/geos/gmenu.h +share/cc65/include/geos/gprocess.h +share/cc65/include/geos/gsprite.h +share/cc65/include/geos/gstruct.h +share/cc65/include/geos/gsym.h +share/cc65/include/geos/gsys.h +share/cc65/include/inttypes.h +share/cc65/include/iso646.h +share/cc65/include/joystick.h +share/cc65/include/joystick/joy-kernel.h +share/cc65/include/limits.h +share/cc65/include/locale.h +share/cc65/include/lynx.h +share/cc65/include/lz4.h +share/cc65/include/modload.h +share/cc65/include/mouse.h +share/cc65/include/mouse/mouse-kernel.h +share/cc65/include/nes.h +share/cc65/include/o65.h +share/cc65/include/osic1p.h +share/cc65/include/pce.h +share/cc65/include/peekpoke.h +share/cc65/include/pen.h +share/cc65/include/pet.h +share/cc65/include/plus4.h +share/cc65/include/serial.h +share/cc65/include/setjmp.h +share/cc65/include/signal.h +share/cc65/include/stdarg.h +share/cc65/include/stdbool.h +share/cc65/include/stddef.h +share/cc65/include/stdint.h +share/cc65/include/stdio.h +share/cc65/include/stdlib.h +share/cc65/include/string.h +share/cc65/include/supervision.h +share/cc65/include/sys/types.h +share/cc65/include/sys/utsname.h +share/cc65/include/target.h +share/cc65/include/telestrat.h +share/cc65/include/tgi.h +share/cc65/include/tgi/tgi-error.h +share/cc65/include/tgi/tgi-kernel.h +share/cc65/include/tgi/tgi-vectorfont.h +share/cc65/include/time.h +share/cc65/include/unistd.h +share/cc65/include/vic20.h +share/cc65/include/zlib.h +share/cc65/lib/apple2-iobuf-0800.o +share/cc65/lib/apple2.lib +share/cc65/lib/apple2enh-iobuf-0800.o +share/cc65/lib/apple2enh.lib +share/cc65/lib/atari.lib +share/cc65/lib/atari2600.lib +share/cc65/lib/atari5200.lib +share/cc65/lib/atarixl.lib +share/cc65/lib/atmos.lib +share/cc65/lib/c128.lib +share/cc65/lib/c16.lib +share/cc65/lib/c64-soft80.o +share/cc65/lib/c64-soft80mono.o +share/cc65/lib/c64-tgimousedata.o +share/cc65/lib/c64.lib +share/cc65/lib/cbm510.lib +share/cc65/lib/cbm610.lib +share/cc65/lib/creativision.lib +share/cc65/lib/gamate.lib +share/cc65/lib/geos-apple.lib +share/cc65/lib/geos-cbm.lib +share/cc65/lib/lynx.lib +share/cc65/lib/nes.lib +share/cc65/lib/none.lib +share/cc65/lib/osic1p-screen-s3-32x28.o +share/cc65/lib/osic1p.lib +share/cc65/lib/pce.lib +share/cc65/lib/pet.lib +share/cc65/lib/plus4.lib +share/cc65/lib/sim6502.lib +share/cc65/lib/sim65c02.lib +share/cc65/lib/supervision.lib +share/cc65/lib/telestrat.lib +share/cc65/lib/vic20.lib +share/cc65/samples/Makefile +share/cc65/samples/README +share/cc65/samples/ascii.c +share/cc65/samples/atari2600hello.c +share/cc65/samples/diodemo.c +share/cc65/samples/enumdevdir.c +share/cc65/samples/fire.c +share/cc65/samples/geos/bitmap-demo.c +share/cc65/samples/geos/bitmap-demores.grc +share/cc65/samples/geos/dialog.c +share/cc65/samples/geos/filesel.c +share/cc65/samples/geos/fileselres.grc +share/cc65/samples/geos/geosconio.c +share/cc65/samples/geos/geosconiores.grc +share/cc65/samples/geos/geosver.c +share/cc65/samples/geos/geosverres.grc +share/cc65/samples/geos/getid.c +share/cc65/samples/geos/getidres.grc +share/cc65/samples/geos/grphstr.c +share/cc65/samples/geos/hello1.c +share/cc65/samples/geos/hello1res.grc +share/cc65/samples/geos/hello2.c +share/cc65/samples/geos/hello2res.grc +share/cc65/samples/geos/inittab.c +share/cc65/samples/geos/logo.pcx +share/cc65/samples/geos/menu.c +share/cc65/samples/geos/overlay-demo.c +share/cc65/samples/geos/overlay-demores.grc +share/cc65/samples/geos/rmvprot.c +share/cc65/samples/geos/rmvprotres.grc +share/cc65/samples/geos/vector-demo.c +share/cc65/samples/geos/vector-demores.grc +share/cc65/samples/geos/yesno.c +share/cc65/samples/geos/yesnores.grc +share/cc65/samples/gunzip65.c +share/cc65/samples/hello.c +share/cc65/samples/mandelbrot.c +share/cc65/samples/mousedemo.c +share/cc65/samples/multidemo.c +share/cc65/samples/nachtm.c +share/cc65/samples/overlaydemo.c +share/cc65/samples/plasma.c +share/cc65/samples/sieve.c +share/cc65/samples/tgidemo.c +share/cc65/samples/tutorial/hello.c +share/cc65/samples/tutorial/text.s +share/cc65/target/apple2/drv/emd/a2.auxmem.emd +share/cc65/target/apple2/drv/joy/a2.stdjoy.joy +share/cc65/target/apple2/drv/mou/a2.stdmou.mou +share/cc65/target/apple2/drv/ser/a2.ssc.ser +share/cc65/target/apple2/drv/tgi/a2.hi.tgi +share/cc65/target/apple2/drv/tgi/a2.lo.tgi +share/cc65/target/apple2/util/loader.system +share/cc65/target/apple2enh/drv/emd/a2e.auxmem.emd +share/cc65/target/apple2enh/drv/joy/a2e.stdjoy.joy +share/cc65/target/apple2enh/drv/mou/a2e.stdmou.mou +share/cc65/target/apple2enh/drv/ser/a2e.ssc.ser +share/cc65/target/apple2enh/drv/tgi/a2e.hi.tgi +share/cc65/target/apple2enh/drv/tgi/a2e.lo.tgi +share/cc65/target/apple2enh/util/loader.system +share/cc65/target/atari/drv/emd/atr130.emd +share/cc65/target/atari/drv/joy/atrmj8.joy +share/cc65/target/atari/drv/joy/atrstd.joy +share/cc65/target/atari/drv/mou/atrami.mou +share/cc65/target/atari/drv/mou/atrjoy.mou +share/cc65/target/atari/drv/mou/atrst.mou +share/cc65/target/atari/drv/mou/atrtrk.mou +share/cc65/target/atari/drv/mou/atrtt.mou +share/cc65/target/atari/drv/ser/atrrdev.ser +share/cc65/target/atari/drv/tgi/atr10.tgi +share/cc65/target/atari/drv/tgi/atr10p2.tgi +share/cc65/target/atari/drv/tgi/atr11.tgi +share/cc65/target/atari/drv/tgi/atr14.tgi +share/cc65/target/atari/drv/tgi/atr15.tgi +share/cc65/target/atari/drv/tgi/atr15p2.tgi +share/cc65/target/atari/drv/tgi/atr3.tgi +share/cc65/target/atari/drv/tgi/atr4.tgi +share/cc65/target/atari/drv/tgi/atr5.tgi +share/cc65/target/atari/drv/tgi/atr6.tgi +share/cc65/target/atari/drv/tgi/atr7.tgi +share/cc65/target/atari/drv/tgi/atr8.tgi +share/cc65/target/atari/drv/tgi/atr8p2.tgi +share/cc65/target/atari/drv/tgi/atr9.tgi +share/cc65/target/atari/drv/tgi/atr9p2.tgi +share/cc65/target/atari/util/w2cas.com +share/cc65/target/atari5200/drv/joy/atr5200std.joy +share/cc65/target/atarixl/drv/emd/atrx130.emd +share/cc65/target/atarixl/drv/joy/atrxmj8.joy +share/cc65/target/atarixl/drv/joy/atrxstd.joy +share/cc65/target/atarixl/drv/mou/atrxami.mou +share/cc65/target/atarixl/drv/mou/atrxjoy.mou +share/cc65/target/atarixl/drv/mou/atrxst.mou +share/cc65/target/atarixl/drv/mou/atrxtrk.mou +share/cc65/target/atarixl/drv/mou/atrxtt.mou +share/cc65/target/atarixl/drv/ser/atrxrdev.ser +share/cc65/target/atarixl/drv/tgi/atrx10.tgi +share/cc65/target/atarixl/drv/tgi/atrx10p2.tgi +share/cc65/target/atarixl/drv/tgi/atrx11.tgi +share/cc65/target/atarixl/drv/tgi/atrx14.tgi +share/cc65/target/atarixl/drv/tgi/atrx15.tgi +share/cc65/target/atarixl/drv/tgi/atrx15p2.tgi +share/cc65/target/atarixl/drv/tgi/atrx3.tgi +share/cc65/target/atarixl/drv/tgi/atrx4.tgi +share/cc65/target/atarixl/drv/tgi/atrx5.tgi +share/cc65/target/atarixl/drv/tgi/atrx6.tgi +share/cc65/target/atarixl/drv/tgi/atrx7.tgi +share/cc65/target/atarixl/drv/tgi/atrx8.tgi +share/cc65/target/atarixl/drv/tgi/atrx8p2.tgi +share/cc65/target/atarixl/drv/tgi/atrx9.tgi +share/cc65/target/atarixl/drv/tgi/atrx9p2.tgi +share/cc65/target/atmos/drv/joy/atmos-ijk.joy +share/cc65/target/atmos/drv/joy/atmos-pase.joy +share/cc65/target/atmos/drv/ser/atmos-acia.ser +share/cc65/target/atmos/drv/tgi/atmos-228-200-3.tgi +share/cc65/target/atmos/drv/tgi/atmos-240-200-2.tgi +share/cc65/target/c128/drv/emd/c128-efnram.emd +share/cc65/target/c128/drv/emd/c128-georam.emd +share/cc65/target/c128/drv/emd/c128-ifnram.emd +share/cc65/target/c128/drv/emd/c128-ram.emd +share/cc65/target/c128/drv/emd/c128-ram2.emd +share/cc65/target/c128/drv/emd/c128-ramcart.emd +share/cc65/target/c128/drv/emd/c128-reu.emd +share/cc65/target/c128/drv/emd/c128-vdc.emd +share/cc65/target/c128/drv/joy/c128-ptvjoy.joy +share/cc65/target/c128/drv/joy/c128-stdjoy.joy +share/cc65/target/c128/drv/mou/c128-1351.mou +share/cc65/target/c128/drv/mou/c128-inkwell.mou +share/cc65/target/c128/drv/mou/c128-joy.mou +share/cc65/target/c128/drv/mou/c128-pot.mou +share/cc65/target/c128/drv/ser/c128-swlink.ser +share/cc65/target/c128/drv/tgi/c128-vdc.tgi +share/cc65/target/c128/drv/tgi/c128-vdc2.tgi +share/cc65/target/c16/drv/emd/c16-ram.emd +share/cc65/target/c16/drv/joy/c16-stdjoy.joy +share/cc65/target/c64/drv/emd/c64-65816.emd +share/cc65/target/c64/drv/emd/c64-c256k.emd +share/cc65/target/c64/drv/emd/c64-dqbb.emd +share/cc65/target/c64/drv/emd/c64-georam.emd +share/cc65/target/c64/drv/emd/c64-isepic.emd +share/cc65/target/c64/drv/emd/c64-ram.emd +share/cc65/target/c64/drv/emd/c64-ramcart.emd +share/cc65/target/c64/drv/emd/c64-reu.emd +share/cc65/target/c64/drv/emd/c64-vdc.emd +share/cc65/target/c64/drv/emd/dtv-himem.emd +share/cc65/target/c64/drv/joy/c64-hitjoy.joy +share/cc65/target/c64/drv/joy/c64-numpad.joy +share/cc65/target/c64/drv/joy/c64-ptvjoy.joy +share/cc65/target/c64/drv/joy/c64-stdjoy.joy +share/cc65/target/c64/drv/mou/c64-1351.mou +share/cc65/target/c64/drv/mou/c64-inkwell.mou +share/cc65/target/c64/drv/mou/c64-joy.mou +share/cc65/target/c64/drv/mou/c64-pot.mou +share/cc65/target/c64/drv/ser/c64-swlink.ser +share/cc65/target/c64/drv/tgi/c64-hi.tgi +share/cc65/target/cbm510/drv/emd/cbm510-ram.emd +share/cc65/target/cbm510/drv/joy/cbm510-std.joy +share/cc65/target/cbm510/drv/mou/cbm510-inkwl.mou +share/cc65/target/cbm510/drv/mou/cbm510-joy.mou +share/cc65/target/cbm510/drv/ser/cbm510-std.ser +share/cc65/target/cbm610/drv/emd/cbm610-ram.emd +share/cc65/target/cbm610/drv/ser/cbm610-std.ser +share/cc65/target/creativision/drv/joy/creativision-stdjoy.joy +share/cc65/target/gamate/drv/joy/gamate-stdjoy.joy +share/cc65/target/geos-apple/util/convert.system +share/cc65/target/geos-cbm/drv/emd/geos-vdc.emd +share/cc65/target/geos-cbm/drv/joy/geos-stdjoy.joy +share/cc65/target/geos-cbm/drv/tgi/geos-tgi.tgi +share/cc65/target/lynx/drv/joy/lynx-stdjoy.joy +share/cc65/target/lynx/drv/ser/lynx-comlynx.ser +share/cc65/target/lynx/drv/tgi/lynx-160-102-16.tgi +share/cc65/target/nes/drv/joy/nes-stdjoy.joy +share/cc65/target/nes/drv/tgi/nes-64-56-2.tgi +share/cc65/target/pce/drv/joy/pce-stdjoy.joy +share/cc65/target/pet/drv/joy/pet-ptvjoy.joy +share/cc65/target/pet/drv/joy/pet-stdjoy.joy +share/cc65/target/plus4/drv/joy/plus4-stdjoy.joy +share/cc65/target/plus4/drv/ser/plus4-stdser.ser +share/cc65/target/supervision/drv/joy/supervision-stdjoy.joy +share/cc65/target/telestrat/drv/tgi/telestrat-228-200-3.tgi +share/cc65/target/telestrat/drv/tgi/telestrat-240-200-2.tgi +share/cc65/target/vic20/drv/joy/vic20-ptvjoy.joy +share/cc65/target/vic20/drv/joy/vic20-stdjoy.joy Index: pkgsrc/cross/cc65/distinfo diff -u pkgsrc/cross/cc65/distinfo:1.3 pkgsrc/cross/cc65/distinfo:1.4 --- pkgsrc/cross/cc65/distinfo:1.3 Tue Nov 3 00:47:43 2015 +++ pkgsrc/cross/cc65/distinfo Sun May 19 03:41:30 2019 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 00:47:43 agc Exp $ +$NetBSD: distinfo,v 1.4 2019/05/19 03:41:30 ryoon Exp $ -SHA1 (cc65-sources-2.13.3.tar.bz2) = 925c6edfcef7057e24ecb0704fa07210faec07bc -RMD160 (cc65-sources-2.13.3.tar.bz2) = ad728cb61113af4592460bce7d42ca57f6a2fb1a -SHA512 (cc65-sources-2.13.3.tar.bz2) = 135004bdd50abc749409f4a3efbc5c93a09e940d787b6a2034df4de8459e78fa5f813e2e0673cdf9f8bf50c6df8b1313b36ff395d6e82560d0e669da03130776 -Size (cc65-sources-2.13.3.tar.bz2) = 1103245 bytes -SHA1 (patch-aa) = b78b62ea09c2c61221cae93d2d71588eca51b149 +SHA1 (cc65-2.17.tar.gz) = dc45b6ad5a4cf49c5b64701cfbb74fc79bb88f0f +RMD160 (cc65-2.17.tar.gz) = cdb685dc2e1cd1cdf87b4f0f27f407196ead616c +SHA512 (cc65-2.17.tar.gz) = b0208db2919e789322c609044c7eb6eae74905f3ec2d25688adc6c1ebe774cd437b0bc73c28032f123ed22ea544550cdd72ae1bc28e3aa7eea8cad3780f56828 +Size (cc65-2.17.tar.gz) = 2079081 bytes --_----------=_155823729084020--