From owner-svn-ports-all@freebsd.org Wed Dec 19 01:26:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B78D11346042; Wed, 19 Dec 2018 01:26:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65F1A912DB; Wed, 19 Dec 2018 01:26:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 565887389; Wed, 19 Dec 2018 01:26:19 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBJ1QJqt095246; Wed, 19 Dec 2018 01:26:19 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBJ1QIfX095244; Wed, 19 Dec 2018 01:26:18 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812190126.wBJ1QIfX095244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 19 Dec 2018 01:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487780 - in head/devel/cc65: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/devel/cc65: . files X-SVN-Commit-Revision: 487780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 65F1A912DB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 01:26:20 -0000 Author: wen Date: Wed Dec 19 01:26:18 2018 New Revision: 487780 URL: https://svnweb.freebsd.org/changeset/ports/487780 Log: - Update to 2.17 - Update COMMENT - Add LICENSE_FILE - Remove unneeded pkg-message - Take maintainership Deleted: head/devel/cc65/files/ Modified: head/devel/cc65/Makefile head/devel/cc65/distinfo head/devel/cc65/pkg-plist Modified: head/devel/cc65/Makefile ============================================================================== --- head/devel/cc65/Makefile Wed Dec 19 00:15:45 2018 (r487779) +++ head/devel/cc65/Makefile Wed Dec 19 01:26:18 2018 (r487780) @@ -2,58 +2,34 @@ # $FreeBSD$ PORTNAME= cc65 -PORTVERSION= 2.13.3 -DISTVERSIONPREFIX= sources- -PORTREVISION= 1 +PORTVERSION= 2.17 +DISTVERSIONPREFIX= V CATEGORIES= devel -MASTER_SITES= http://bj.spline.de/cc65/ \ - http://cc65.oldos.net/ \ - ftp://ftp.musoftware.de/pub/uz/cc65/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-compiler for 6502-based systems, includes 65816 assembler +MAINTAINER= wen@FreeBSD.org +COMMENT= Cross-compiler for 6502-based systems LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USES= gmake perl5 shebangfix tar:bzip2 +USES= gmake perl5 shebangfix USE_PERL5= build -MAKEFILE= ${WRKSRC}/make/gcc.mak -MAKE_JOBS_UNSAFE=yes -SHEBANG_FILES= src/ca65html/ca65html \ - src/ca65/macpack/cvt-mac.pl \ - src/ld65/cfg/cvt-cfg.pl +USE_GITHUB= yes -SUB_FILES= pkg-message +MAKE_JOBS_UNSAFE= yes +SHEBANG_FILES= util/ca65html + OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - @${FIND} ${WRKSRC} -name "gcc.mak" | ${XARGS} ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ '/gcc/s|^CC|#CC| ; \ /-O2/s|^CFLAGS|#CFLAGS|' - @${REINPLACE_CMD} -E -e '/^prefix/s|=.*|= $${PREFIX}| ; \ - /^(docdir|CC65_DOC)/ s|=.*|=| ; \ - /^INSTALL_DATA/s|=.*|= $${BSD_INSTALL_DATA}| ; \ - /^INSTALL_PROG/s|=.*|= $${BSD_INSTALL_SCRIPT}| ; \ - /^INSTALL_STRIP/s|=.*|= $${BSD_INSTALL_PROGRAM}| ; \ - /^all:/s|docs|| ; /^install:/s|install-docs|| ; \ - s|MKDIR) |&-p $$(DESTDIR)|g ; \ - /INSTALL_(PROG|STRIP)/ s,bindir),DESTDIR)$$(&,g ; \ - /INSTALL_DATA/ s,(CA|CC|LD)65_(CFG|INC|HOME|LIB|OBJ),DESTDIR)$$(&,g' \ - ${WRKSRC}/make/gcc.mak -# XXX: gmake>=3.82 hack: beats the hell out of me. Quick fix. -pre-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/cc65/tgi - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in BUGS CREDITS compile.txt internal.txt newvers.txt readme.1st - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/src/ca65/macpack/*.mac ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/cc65/distinfo ============================================================================== --- head/devel/cc65/distinfo Wed Dec 19 00:15:45 2018 (r487779) +++ head/devel/cc65/distinfo Wed Dec 19 01:26:18 2018 (r487780) @@ -1,2 +1,3 @@ -SHA256 (cc65-sources-2.13.3.tar.bz2) = a98a1b69d3fa15551fe7d53d5bebfc5f9b2aafb9642ee14b735587a421e00468 -SIZE (cc65-sources-2.13.3.tar.bz2) = 1103245 +TIMESTAMP = 1545114271 +SHA256 (cc65-cc65-V2.17_GH0.tar.gz) = 73b89634655bfc6cef9aa0b8950f19657a902ee5ef0c045886e418bb116d2eac +SIZE (cc65-cc65-V2.17_GH0.tar.gz) = 2079081 Modified: head/devel/cc65/pkg-plist ============================================================================== --- head/devel/cc65/pkg-plist Wed Dec 19 00:15:45 2018 (r487779) +++ head/devel/cc65/pkg-plist Wed Dec 19 01:26:18 2018 (r487780) @@ -1,280 +1,496 @@ 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/a2.hi.tgi -lib/cc65/tgi/a2.lo.tgi -lib/cc65/tgi/a2e.hi.tgi -lib/cc65/tgi/a2e.lo.tgi -lib/cc65/tgi/atmos-240-200-2.tgi -lib/cc65/tgi/c128-vdc.tgi -lib/cc65/tgi/c128-vdc2.tgi -lib/cc65/tgi/c64-hi.tgi -lib/cc65/tgi/geos-tgi.tgi -lib/cc65/tgi/lynx-160-102-16.tgi -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/atari.mac -%%PORTDOCS%%%%DOCSDIR%%/cbm.mac -%%PORTDOCS%%%%DOCSDIR%%/compile.txt -%%PORTDOCS%%%%DOCSDIR%%/cpu.mac -%%PORTDOCS%%%%DOCSDIR%%/generic.mac -%%PORTDOCS%%%%DOCSDIR%%/internal.txt -%%PORTDOCS%%%%DOCSDIR%%/longbranch.mac -%%PORTDOCS%%%%DOCSDIR%%/newvers.txt -%%PORTDOCS%%%%DOCSDIR%%/readme.1st +bin/sim65 +bin/sp65 +%%DATADIR%%/asminc/_file.inc +%%DATADIR%%/asminc/_heap.inc +%%DATADIR%%/asminc/apple2.inc +%%DATADIR%%/asminc/apple2.mac +%%DATADIR%%/asminc/atari.inc +%%DATADIR%%/asminc/atari.mac +%%DATADIR%%/asminc/atari2600.inc +%%DATADIR%%/asminc/atari2600_riot.inc +%%DATADIR%%/asminc/atari2600_tia.inc +%%DATADIR%%/asminc/atari5200.inc +%%DATADIR%%/asminc/atari_antic.inc +%%DATADIR%%/asminc/atari_gtia.inc +%%DATADIR%%/asminc/atari_pokey.inc +%%DATADIR%%/asminc/atmos.inc +%%DATADIR%%/asminc/c128.inc +%%DATADIR%%/asminc/c16.inc +%%DATADIR%%/asminc/c64.inc +%%DATADIR%%/asminc/cbm.mac +%%DATADIR%%/asminc/cbm510.inc +%%DATADIR%%/asminc/cbm610.inc +%%DATADIR%%/asminc/cbm_filetype.inc +%%DATADIR%%/asminc/cpu.mac +%%DATADIR%%/asminc/creativision.inc +%%DATADIR%%/asminc/ctype.inc +%%DATADIR%%/asminc/em-error.inc +%%DATADIR%%/asminc/em-kernel.inc +%%DATADIR%%/asminc/errno.inc +%%DATADIR%%/asminc/fcntl.inc +%%DATADIR%%/asminc/gamate.inc +%%DATADIR%%/asminc/generic.mac +%%DATADIR%%/asminc/get_tv.inc +%%DATADIR%%/asminc/joy-error.inc +%%DATADIR%%/asminc/joy-kernel.inc +%%DATADIR%%/asminc/longbranch.mac +%%DATADIR%%/asminc/lynx.inc +%%DATADIR%%/asminc/modload.inc +%%DATADIR%%/asminc/module.mac +%%DATADIR%%/asminc/mouse-kernel.inc +%%DATADIR%%/asminc/nes.inc +%%DATADIR%%/asminc/o65.inc +%%DATADIR%%/asminc/opcodes.inc +%%DATADIR%%/asminc/pce.inc +%%DATADIR%%/asminc/pet.inc +%%DATADIR%%/asminc/plus4.inc +%%DATADIR%%/asminc/ser-error.inc +%%DATADIR%%/asminc/ser-kernel.inc +%%DATADIR%%/asminc/signal.inc +%%DATADIR%%/asminc/smc.inc +%%DATADIR%%/asminc/stdio.inc +%%DATADIR%%/asminc/supervision.inc +%%DATADIR%%/asminc/telestrat.inc +%%DATADIR%%/asminc/tgi-error.inc +%%DATADIR%%/asminc/tgi-kernel.inc +%%DATADIR%%/asminc/tgi-vectorfont.inc +%%DATADIR%%/asminc/time.inc +%%DATADIR%%/asminc/utsname.inc +%%DATADIR%%/asminc/vic20.inc +%%DATADIR%%/asminc/zeropage.inc +%%DATADIR%%/cfg/apple2-asm.cfg +%%DATADIR%%/cfg/apple2-hgr.cfg +%%DATADIR%%/cfg/apple2-overlay.cfg +%%DATADIR%%/cfg/apple2-system.cfg +%%DATADIR%%/cfg/apple2.cfg +%%DATADIR%%/cfg/apple2enh-asm.cfg +%%DATADIR%%/cfg/apple2enh-hgr.cfg +%%DATADIR%%/cfg/apple2enh-overlay.cfg +%%DATADIR%%/cfg/apple2enh-system.cfg +%%DATADIR%%/cfg/apple2enh.cfg +%%DATADIR%%/cfg/atari-asm.cfg +%%DATADIR%%/cfg/atari-cart.cfg +%%DATADIR%%/cfg/atari-cassette.cfg +%%DATADIR%%/cfg/atari-overlay.cfg +%%DATADIR%%/cfg/atari.cfg +%%DATADIR%%/cfg/atari2600.cfg +%%DATADIR%%/cfg/atari5200.cfg +%%DATADIR%%/cfg/atarixl-largehimem.cfg +%%DATADIR%%/cfg/atarixl-overlay.cfg +%%DATADIR%%/cfg/atarixl.cfg +%%DATADIR%%/cfg/atmos.cfg +%%DATADIR%%/cfg/bbc.cfg +%%DATADIR%%/cfg/c128-overlay.cfg +%%DATADIR%%/cfg/c128.cfg +%%DATADIR%%/cfg/c16-32k.cfg +%%DATADIR%%/cfg/c16.cfg +%%DATADIR%%/cfg/c64-asm.cfg +%%DATADIR%%/cfg/c64-overlay.cfg +%%DATADIR%%/cfg/c64.cfg +%%DATADIR%%/cfg/cbm510.cfg +%%DATADIR%%/cfg/cbm610.cfg +%%DATADIR%%/cfg/creativision.cfg +%%DATADIR%%/cfg/gamate.cfg +%%DATADIR%%/cfg/geos-apple.cfg +%%DATADIR%%/cfg/geos-cbm.cfg +%%DATADIR%%/cfg/lunix.cfg +%%DATADIR%%/cfg/lynx-bll.cfg +%%DATADIR%%/cfg/lynx-coll.cfg +%%DATADIR%%/cfg/lynx-uploader.cfg +%%DATADIR%%/cfg/lynx.cfg +%%DATADIR%%/cfg/module.cfg +%%DATADIR%%/cfg/nes.cfg +%%DATADIR%%/cfg/none.cfg +%%DATADIR%%/cfg/osic1p-asm.cfg +%%DATADIR%%/cfg/osic1p.cfg +%%DATADIR%%/cfg/pce.cfg +%%DATADIR%%/cfg/pet.cfg +%%DATADIR%%/cfg/plus4.cfg +%%DATADIR%%/cfg/sim6502.cfg +%%DATADIR%%/cfg/sim65c02.cfg +%%DATADIR%%/cfg/supervision-128k.cfg +%%DATADIR%%/cfg/supervision-16k.cfg +%%DATADIR%%/cfg/supervision-64k.cfg +%%DATADIR%%/cfg/supervision.cfg +%%DATADIR%%/cfg/telestrat.cfg +%%DATADIR%%/cfg/vic20-32k.cfg +%%DATADIR%%/cfg/vic20.cfg +%%DATADIR%%/include/6502.h +%%DATADIR%%/include/_6522.h +%%DATADIR%%/include/_6525.h +%%DATADIR%%/include/_6526.h +%%DATADIR%%/include/_6545.h +%%DATADIR%%/include/_6551.h +%%DATADIR%%/include/_antic.h +%%DATADIR%%/include/_gtia.h +%%DATADIR%%/include/_heap.h +%%DATADIR%%/include/_mikey.h +%%DATADIR%%/include/_pbi.h +%%DATADIR%%/include/_pia.h +%%DATADIR%%/include/_pokey.h +%%DATADIR%%/include/_riot.h +%%DATADIR%%/include/_sid.h +%%DATADIR%%/include/_suzy.h +%%DATADIR%%/include/_ted.h +%%DATADIR%%/include/_tia.h +%%DATADIR%%/include/_vdc.h +%%DATADIR%%/include/_vic.h +%%DATADIR%%/include/_vic2.h +%%DATADIR%%/include/apple2.h +%%DATADIR%%/include/apple2_filetype.h +%%DATADIR%%/include/apple2enh.h +%%DATADIR%%/include/assert.h +%%DATADIR%%/include/atari.h +%%DATADIR%%/include/atari2600.h +%%DATADIR%%/include/atari5200.h +%%DATADIR%%/include/atari_atascii_charmap.h +%%DATADIR%%/include/atari_screen_charmap.h +%%DATADIR%%/include/atmos.h +%%DATADIR%%/include/c128.h +%%DATADIR%%/include/c16.h +%%DATADIR%%/include/c64.h +%%DATADIR%%/include/cbm.h +%%DATADIR%%/include/cbm264.h +%%DATADIR%%/include/cbm510.h +%%DATADIR%%/include/cbm610.h +%%DATADIR%%/include/cbm_filetype.h +%%DATADIR%%/include/cc65.h +%%DATADIR%%/include/conio.h +%%DATADIR%%/include/creativision.h +%%DATADIR%%/include/ctype.h +%%DATADIR%%/include/dbg.h +%%DATADIR%%/include/device.h +%%DATADIR%%/include/dio.h +%%DATADIR%%/include/dirent.h +%%DATADIR%%/include/em.h +%%DATADIR%%/include/em/em-kernel.h +%%DATADIR%%/include/errno.h +%%DATADIR%%/include/fcntl.h +%%DATADIR%%/include/gamate.h +%%DATADIR%%/include/geos.h +%%DATADIR%%/include/geos/gconst.h +%%DATADIR%%/include/geos/gdisk.h +%%DATADIR%%/include/geos/gdlgbox.h +%%DATADIR%%/include/geos/gfile.h +%%DATADIR%%/include/geos/ggraph.h +%%DATADIR%%/include/geos/gmemory.h +%%DATADIR%%/include/geos/gmenu.h +%%DATADIR%%/include/geos/gprocess.h +%%DATADIR%%/include/geos/gsprite.h +%%DATADIR%%/include/geos/gstruct.h +%%DATADIR%%/include/geos/gsym.h +%%DATADIR%%/include/geos/gsys.h +%%DATADIR%%/include/inttypes.h +%%DATADIR%%/include/iso646.h +%%DATADIR%%/include/joystick.h +%%DATADIR%%/include/joystick/joy-kernel.h +%%DATADIR%%/include/limits.h +%%DATADIR%%/include/locale.h +%%DATADIR%%/include/lynx.h +%%DATADIR%%/include/lz4.h +%%DATADIR%%/include/modload.h +%%DATADIR%%/include/mouse.h +%%DATADIR%%/include/mouse/mouse-kernel.h +%%DATADIR%%/include/nes.h +%%DATADIR%%/include/o65.h +%%DATADIR%%/include/osic1p.h +%%DATADIR%%/include/pce.h +%%DATADIR%%/include/peekpoke.h +%%DATADIR%%/include/pen.h +%%DATADIR%%/include/pet.h +%%DATADIR%%/include/plus4.h +%%DATADIR%%/include/serial.h +%%DATADIR%%/include/setjmp.h +%%DATADIR%%/include/signal.h +%%DATADIR%%/include/stdarg.h +%%DATADIR%%/include/stdbool.h +%%DATADIR%%/include/stddef.h +%%DATADIR%%/include/stdint.h +%%DATADIR%%/include/stdio.h +%%DATADIR%%/include/stdlib.h +%%DATADIR%%/include/string.h +%%DATADIR%%/include/supervision.h +%%DATADIR%%/include/sys/types.h +%%DATADIR%%/include/sys/utsname.h +%%DATADIR%%/include/target.h +%%DATADIR%%/include/telestrat.h +%%DATADIR%%/include/tgi.h +%%DATADIR%%/include/tgi/tgi-error.h +%%DATADIR%%/include/tgi/tgi-kernel.h +%%DATADIR%%/include/tgi/tgi-vectorfont.h +%%DATADIR%%/include/time.h +%%DATADIR%%/include/unistd.h +%%DATADIR%%/include/vic20.h +%%DATADIR%%/include/zlib.h +%%DATADIR%%/lib/apple2-iobuf-0800.o +%%DATADIR%%/lib/apple2.lib +%%DATADIR%%/lib/apple2enh-iobuf-0800.o +%%DATADIR%%/lib/apple2enh.lib +%%DATADIR%%/lib/atari.lib +%%DATADIR%%/lib/atari2600.lib +%%DATADIR%%/lib/atari5200.lib +%%DATADIR%%/lib/atarixl.lib +%%DATADIR%%/lib/atmos.lib +%%DATADIR%%/lib/c128.lib +%%DATADIR%%/lib/c16.lib +%%DATADIR%%/lib/c64-soft80.o +%%DATADIR%%/lib/c64-soft80mono.o +%%DATADIR%%/lib/c64-tgimousedata.o +%%DATADIR%%/lib/c64.lib +%%DATADIR%%/lib/cbm510.lib +%%DATADIR%%/lib/cbm610.lib +%%DATADIR%%/lib/creativision.lib +%%DATADIR%%/lib/gamate.lib +%%DATADIR%%/lib/geos-apple.lib +%%DATADIR%%/lib/geos-cbm.lib +%%DATADIR%%/lib/lynx.lib +%%DATADIR%%/lib/nes.lib +%%DATADIR%%/lib/none.lib +%%DATADIR%%/lib/osic1p-screen-s3-32x28.o +%%DATADIR%%/lib/osic1p.lib +%%DATADIR%%/lib/pce.lib +%%DATADIR%%/lib/pet.lib +%%DATADIR%%/lib/plus4.lib +%%DATADIR%%/lib/sim6502.lib +%%DATADIR%%/lib/sim65c02.lib +%%DATADIR%%/lib/supervision.lib +%%DATADIR%%/lib/telestrat.lib +%%DATADIR%%/lib/vic20.lib +%%DATADIR%%/samples/Makefile +%%DATADIR%%/samples/Makefile.bak +%%DATADIR%%/samples/README +%%DATADIR%%/samples/ascii.c +%%DATADIR%%/samples/atari2600hello.c +%%DATADIR%%/samples/diodemo.c +%%DATADIR%%/samples/enumdevdir.c +%%DATADIR%%/samples/fire.c +%%DATADIR%%/samples/geos/bitmap-demo.c +%%DATADIR%%/samples/geos/bitmap-demores.grc +%%DATADIR%%/samples/geos/dialog.c +%%DATADIR%%/samples/geos/filesel.c +%%DATADIR%%/samples/geos/fileselres.grc +%%DATADIR%%/samples/geos/geosconio.c +%%DATADIR%%/samples/geos/geosconiores.grc +%%DATADIR%%/samples/geos/geosver.c +%%DATADIR%%/samples/geos/geosverres.grc +%%DATADIR%%/samples/geos/getid.c +%%DATADIR%%/samples/geos/getidres.grc +%%DATADIR%%/samples/geos/grphstr.c +%%DATADIR%%/samples/geos/hello1.c +%%DATADIR%%/samples/geos/hello1res.grc +%%DATADIR%%/samples/geos/hello2.c +%%DATADIR%%/samples/geos/hello2res.grc +%%DATADIR%%/samples/geos/inittab.c +%%DATADIR%%/samples/geos/logo.pcx +%%DATADIR%%/samples/geos/menu.c +%%DATADIR%%/samples/geos/overlay-demo.c +%%DATADIR%%/samples/geos/overlay-demores.grc +%%DATADIR%%/samples/geos/rmvprot.c +%%DATADIR%%/samples/geos/rmvprotres.grc +%%DATADIR%%/samples/geos/vector-demo.c +%%DATADIR%%/samples/geos/vector-demores.grc +%%DATADIR%%/samples/geos/yesno.c +%%DATADIR%%/samples/geos/yesnores.grc +%%DATADIR%%/samples/gunzip65.c +%%DATADIR%%/samples/hello.c +%%DATADIR%%/samples/mandelbrot.c +%%DATADIR%%/samples/mousedemo.c +%%DATADIR%%/samples/multidemo.c +%%DATADIR%%/samples/nachtm.c +%%DATADIR%%/samples/overlaydemo.c +%%DATADIR%%/samples/plasma.c +%%DATADIR%%/samples/sieve.c +%%DATADIR%%/samples/tgidemo.c +%%DATADIR%%/samples/tutorial/hello.c +%%DATADIR%%/samples/tutorial/text.s +%%DATADIR%%/target/apple2/drv/emd/a2.auxmem.emd +%%DATADIR%%/target/apple2/drv/joy/a2.stdjoy.joy +%%DATADIR%%/target/apple2/drv/mou/a2.stdmou.mou +%%DATADIR%%/target/apple2/drv/ser/a2.ssc.ser +%%DATADIR%%/target/apple2/drv/tgi/a2.hi.tgi +%%DATADIR%%/target/apple2/drv/tgi/a2.lo.tgi +%%DATADIR%%/target/apple2/util/loader.system +%%DATADIR%%/target/apple2enh/drv/emd/a2e.auxmem.emd +%%DATADIR%%/target/apple2enh/drv/joy/a2e.stdjoy.joy +%%DATADIR%%/target/apple2enh/drv/mou/a2e.stdmou.mou +%%DATADIR%%/target/apple2enh/drv/ser/a2e.ssc.ser +%%DATADIR%%/target/apple2enh/drv/tgi/a2e.hi.tgi +%%DATADIR%%/target/apple2enh/drv/tgi/a2e.lo.tgi +%%DATADIR%%/target/apple2enh/util/loader.system +%%DATADIR%%/target/atari/drv/emd/atr130.emd +%%DATADIR%%/target/atari/drv/joy/atrmj8.joy +%%DATADIR%%/target/atari/drv/joy/atrstd.joy +%%DATADIR%%/target/atari/drv/mou/atrami.mou +%%DATADIR%%/target/atari/drv/mou/atrjoy.mou +%%DATADIR%%/target/atari/drv/mou/atrst.mou +%%DATADIR%%/target/atari/drv/mou/atrtrk.mou +%%DATADIR%%/target/atari/drv/mou/atrtt.mou +%%DATADIR%%/target/atari/drv/ser/atrrdev.ser +%%DATADIR%%/target/atari/drv/tgi/atr10.tgi +%%DATADIR%%/target/atari/drv/tgi/atr10p2.tgi +%%DATADIR%%/target/atari/drv/tgi/atr11.tgi +%%DATADIR%%/target/atari/drv/tgi/atr14.tgi +%%DATADIR%%/target/atari/drv/tgi/atr15.tgi +%%DATADIR%%/target/atari/drv/tgi/atr15p2.tgi +%%DATADIR%%/target/atari/drv/tgi/atr3.tgi +%%DATADIR%%/target/atari/drv/tgi/atr4.tgi +%%DATADIR%%/target/atari/drv/tgi/atr5.tgi +%%DATADIR%%/target/atari/drv/tgi/atr6.tgi +%%DATADIR%%/target/atari/drv/tgi/atr7.tgi +%%DATADIR%%/target/atari/drv/tgi/atr8.tgi +%%DATADIR%%/target/atari/drv/tgi/atr8p2.tgi +%%DATADIR%%/target/atari/drv/tgi/atr9.tgi +%%DATADIR%%/target/atari/drv/tgi/atr9p2.tgi +%%DATADIR%%/target/atari/util/w2cas.com +%%DATADIR%%/target/atari5200/drv/joy/atr5200std.joy +%%DATADIR%%/target/atarixl/drv/emd/atrx130.emd +%%DATADIR%%/target/atarixl/drv/joy/atrxmj8.joy +%%DATADIR%%/target/atarixl/drv/joy/atrxstd.joy +%%DATADIR%%/target/atarixl/drv/mou/atrxami.mou +%%DATADIR%%/target/atarixl/drv/mou/atrxjoy.mou +%%DATADIR%%/target/atarixl/drv/mou/atrxst.mou +%%DATADIR%%/target/atarixl/drv/mou/atrxtrk.mou +%%DATADIR%%/target/atarixl/drv/mou/atrxtt.mou +%%DATADIR%%/target/atarixl/drv/ser/atrxrdev.ser +%%DATADIR%%/target/atarixl/drv/tgi/atrx10.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx10p2.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx11.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx14.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx15.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx15p2.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx3.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx4.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx5.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx6.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx7.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx8.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx8p2.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx9.tgi +%%DATADIR%%/target/atarixl/drv/tgi/atrx9p2.tgi +%%DATADIR%%/target/atmos/drv/joy/atmos-ijk.joy +%%DATADIR%%/target/atmos/drv/joy/atmos-pase.joy +%%DATADIR%%/target/atmos/drv/ser/atmos-acia.ser +%%DATADIR%%/target/atmos/drv/tgi/atmos-228-200-3.tgi +%%DATADIR%%/target/atmos/drv/tgi/atmos-240-200-2.tgi +%%DATADIR%%/target/c128/drv/emd/c128-efnram.emd +%%DATADIR%%/target/c128/drv/emd/c128-georam.emd +%%DATADIR%%/target/c128/drv/emd/c128-ifnram.emd +%%DATADIR%%/target/c128/drv/emd/c128-ram.emd +%%DATADIR%%/target/c128/drv/emd/c128-ram2.emd +%%DATADIR%%/target/c128/drv/emd/c128-ramcart.emd +%%DATADIR%%/target/c128/drv/emd/c128-reu.emd +%%DATADIR%%/target/c128/drv/emd/c128-vdc.emd +%%DATADIR%%/target/c128/drv/joy/c128-ptvjoy.joy +%%DATADIR%%/target/c128/drv/joy/c128-stdjoy.joy +%%DATADIR%%/target/c128/drv/mou/c128-1351.mou +%%DATADIR%%/target/c128/drv/mou/c128-inkwell.mou +%%DATADIR%%/target/c128/drv/mou/c128-joy.mou +%%DATADIR%%/target/c128/drv/mou/c128-pot.mou +%%DATADIR%%/target/c128/drv/ser/c128-swlink.ser +%%DATADIR%%/target/c128/drv/tgi/c128-vdc.tgi +%%DATADIR%%/target/c128/drv/tgi/c128-vdc2.tgi +%%DATADIR%%/target/c16/drv/emd/c16-ram.emd +%%DATADIR%%/target/c16/drv/joy/c16-stdjoy.joy +%%DATADIR%%/target/c64/drv/emd/c64-65816.emd +%%DATADIR%%/target/c64/drv/emd/c64-c256k.emd +%%DATADIR%%/target/c64/drv/emd/c64-dqbb.emd +%%DATADIR%%/target/c64/drv/emd/c64-georam.emd +%%DATADIR%%/target/c64/drv/emd/c64-isepic.emd +%%DATADIR%%/target/c64/drv/emd/c64-ram.emd +%%DATADIR%%/target/c64/drv/emd/c64-ramcart.emd +%%DATADIR%%/target/c64/drv/emd/c64-reu.emd +%%DATADIR%%/target/c64/drv/emd/c64-vdc.emd +%%DATADIR%%/target/c64/drv/emd/dtv-himem.emd +%%DATADIR%%/target/c64/drv/joy/c64-hitjoy.joy +%%DATADIR%%/target/c64/drv/joy/c64-numpad.joy +%%DATADIR%%/target/c64/drv/joy/c64-ptvjoy.joy +%%DATADIR%%/target/c64/drv/joy/c64-stdjoy.joy +%%DATADIR%%/target/c64/drv/mou/c64-1351.mou +%%DATADIR%%/target/c64/drv/mou/c64-inkwell.mou +%%DATADIR%%/target/c64/drv/mou/c64-joy.mou +%%DATADIR%%/target/c64/drv/mou/c64-pot.mou +%%DATADIR%%/target/c64/drv/ser/c64-swlink.ser +%%DATADIR%%/target/c64/drv/tgi/c64-hi.tgi +%%DATADIR%%/target/cbm510/drv/emd/cbm510-ram.emd +%%DATADIR%%/target/cbm510/drv/joy/cbm510-std.joy +%%DATADIR%%/target/cbm510/drv/mou/cbm510-inkwl.mou +%%DATADIR%%/target/cbm510/drv/mou/cbm510-joy.mou +%%DATADIR%%/target/cbm510/drv/ser/cbm510-std.ser +%%DATADIR%%/target/cbm610/drv/emd/cbm610-ram.emd +%%DATADIR%%/target/cbm610/drv/ser/cbm610-std.ser +%%DATADIR%%/target/creativision/drv/joy/creativision-stdjoy.joy +%%DATADIR%%/target/gamate/drv/joy/gamate-stdjoy.joy +%%DATADIR%%/target/geos-apple/util/convert.system +%%DATADIR%%/target/geos-cbm/drv/emd/geos-vdc.emd +%%DATADIR%%/target/geos-cbm/drv/joy/geos-stdjoy.joy +%%DATADIR%%/target/geos-cbm/drv/tgi/geos-tgi.tgi +%%DATADIR%%/target/lynx/drv/joy/lynx-stdjoy.joy +%%DATADIR%%/target/lynx/drv/ser/lynx-comlynx.ser +%%DATADIR%%/target/lynx/drv/tgi/lynx-160-102-16.tgi +%%DATADIR%%/target/nes/drv/joy/nes-stdjoy.joy +%%DATADIR%%/target/nes/drv/tgi/nes-64-56-2.tgi +%%DATADIR%%/target/pce/drv/joy/pce-stdjoy.joy +%%DATADIR%%/target/pet/drv/joy/pet-ptvjoy.joy +%%DATADIR%%/target/pet/drv/joy/pet-stdjoy.joy +%%DATADIR%%/target/plus4/drv/joy/plus4-stdjoy.joy +%%DATADIR%%/target/plus4/drv/ser/plus4-stdser.ser +%%DATADIR%%/target/supervision/drv/joy/supervision-stdjoy.joy +%%DATADIR%%/target/telestrat/drv/tgi/telestrat-228-200-3.tgi +%%DATADIR%%/target/telestrat/drv/tgi/telestrat-240-200-2.tgi +%%DATADIR%%/target/vic20/drv/joy/vic20-ptvjoy.joy +%%DATADIR%%/target/vic20/drv/joy/vic20-stdjoy.joy +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.bak %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ascii.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/atari2600hello.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/diodemo.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enumdevdir.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fire.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/appfile.grc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/apphello1.grc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/apphello2.grc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/apprmvprot.grc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/appvector-demo.grc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/appyesno.grc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/cvthead.grc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/vlir0.s -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/vlir1.s -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/ca65-vlir/vlir2.s +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/bitmap-demo.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/bitmap-demores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/dialog.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/filesel.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/fileselres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosconio.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosconiores.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosconiores.grc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosver.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosverres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/getid.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/getidres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/grphstr.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello1.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello1res.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello2res.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/inittab.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/logo.pcx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/menu.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/overlay-demo.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/overlay-demores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/rmvprot.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/rmvprotres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/vector-demo.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/vector-demores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/yesno.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/yesnores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gunzip65.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mandelbrot.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mousedemo.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multidemo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nachtm.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlaydemo-apple2enh.cfg -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlaydemo-c64.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlaydemo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plasma.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sieve.c