Index: head/emulators/Makefile =================================================================== --- head/emulators/Makefile (revision 557386) +++ head/emulators/Makefile (revision 557387) @@ -1,187 +1,188 @@ # $FreeBSD$ # COMMENT = Emulators for other operating systems SUBDIR += adamem SUBDIR += advancemame SUBDIR += advancemenu SUBDIR += advancemess SUBDIR += almostti SUBDIR += anese SUBDIR += aqemu SUBDIR += atari800 SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc SUBDIR += cannonball SUBDIR += cemu SUBDIR += cinc SUBDIR += cingb SUBDIR += citra SUBDIR += citra-qt5 SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += cpmtools2 SUBDIR += darcnes SUBDIR += dgen-sdl SUBDIR += dolphin-emu SUBDIR += dosbox SUBDIR += dosbox-staging SUBDIR += dtcyber SUBDIR += dynamips-community SUBDIR += e-uae SUBDIR += edumips64 SUBDIR += elliott-803 SUBDIR += emu64 SUBDIR += emulationstation SUBDIR += fceux SUBDIR += fmsx SUBDIR += frodo SUBDIR += fs-uae SUBDIR += fs-uae-launcher SUBDIR += fuse SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += gem5 SUBDIR += gens SUBDIR += gngb SUBDIR += gngeo SUBDIR += gxemul SUBDIR += hatari SUBDIR += hercules SUBDIR += higan SUBDIR += hugo SUBDIR += i386-wine SUBDIR += i386-wine-devel SUBDIR += ines SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv SUBDIR += kcemu SUBDIR += klh10 SUBDIR += lib765 SUBDIR += libc6-shim SUBDIR += libdsk SUBDIR += libretro-ppsspp SUBDIR += libspectrum SUBDIR += linux-c7 SUBDIR += linux-power10-functional-sim SUBDIR += linux-power9-functional-sim SUBDIR += linux_base-c7 SUBDIR += lisaem SUBDIR += mame SUBDIR += mastergear SUBDIR += mednafen SUBDIR += mesen SUBDIR += mess SUBDIR += mgba SUBDIR += mtools SUBDIR += mupen64plus SUBDIR += mupen64plus-audio-sdl SUBDIR += mupen64plus-core SUBDIR += mupen64plus-input-sdl SUBDIR += mupen64plus-plugins SUBDIR += mupen64plus-qt SUBDIR += mupen64plus-rsp-cxd4 SUBDIR += mupen64plus-rsp-hle SUBDIR += mupen64plus-rsp-z64 SUBDIR += mupen64plus-ui-console SUBDIR += mupen64plus-video-arachnoid SUBDIR += mupen64plus-video-glide64 SUBDIR += mupen64plus-video-glide64mk2 SUBDIR += mupen64plus-video-rice SUBDIR += mupen64plus-video-z64 SUBDIR += nemu SUBDIR += nestopia SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader SUBDIR += open-vm-tools SUBDIR += open-vm-tools-nox11 SUBDIR += openmsx SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools SUBDIR += pcem SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += ppsspp SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter SUBDIR += py-unicorn SUBDIR += qemu SUBDIR += qemu-cheri SUBDIR += qemu-devel SUBDIR += qemu-powernv SUBDIR += qemu-user-static SUBDIR += qemu-user-static-devel SUBDIR += qemu-utils SUBDIR += qemu31 SUBDIR += qemu41 SUBDIR += qemu42 SUBDIR += qemu50 SUBDIR += qmc2 SUBDIR += quasi88 SUBDIR += riscv-isa-sim SUBDIR += rpcs3 SUBDIR += rtc SUBDIR += rubygem-fission SUBDIR += simh SUBDIR += simh-hp2100 SUBDIR += simh-hp3000 SUBDIR += simh-hpdoc SUBDIR += skyeye SUBDIR += snes9x-gtk SUBDIR += spim SUBDIR += stella SUBDIR += stonx SUBDIR += teo SUBDIR += tiemu3 SUBDIR += tilem SUBDIR += tme SUBDIR += tpm-emulator SUBDIR += tuxnes + SUBDIR += tnylpo SUBDIR += uae SUBDIR += ucon64 SUBDIR += ukncbtl SUBDIR += unicorn SUBDIR += vba SUBDIR += vboxtool SUBDIR += vgb-bin SUBDIR += vgba-bin SUBDIR += vice SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions SUBDIR += virtualbox-ose-additions-nox11 SUBDIR += virtualbox-ose-kmod SUBDIR += virtualbox-ose-nox11 SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup SUBDIR += vmw SUBDIR += vpcs SUBDIR += vxtools SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono SUBDIR += wine-mono-devel SUBDIR += wine-proton SUBDIR += winetricks SUBDIR += x16-emulator SUBDIR += x16-rom SUBDIR += x48 SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc SUBDIR += xen-kernel SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yuzu SUBDIR += yuzu-qt5 SUBDIR += zsnes .include Index: head/emulators/tnylpo/Makefile =================================================================== --- head/emulators/tnylpo/Makefile (nonexistent) +++ head/emulators/tnylpo/Makefile (revision 557387) @@ -0,0 +1,31 @@ +# Created by: Joerg Wunsch +# $FreeBSD$ + +PORTNAME= tnylpo +DISTVERSION= 1.1.2 +CATEGORIES= emulators +MASTER_SITES= https://gitlab.com/gbrein/${PORTNAME}/-/archive/${DISTVERSION}/ + +MAINTAINER= joerg@FreeBSD.org +COMMENT= CP/M emulator + +LICENSE= BSD3CLAUSE + +USES= tar:bzip2 gmake + +MAKEFILE= makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tnylpo ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tnylpo-convert ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/tnylpo.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tnylpo-convert.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/mine/mine.com \ + ${STAGEDIR}${PREFIX}/share/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/mine/README.md \ + ${STAGEDIR}${PREFIX}/share/${PORTNAME} + +.include Property changes on: head/emulators/tnylpo/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/tnylpo/distinfo =================================================================== --- head/emulators/tnylpo/distinfo (nonexistent) +++ head/emulators/tnylpo/distinfo (revision 557387) @@ -0,0 +1,3 @@ +TIMESTAMP = 1607526134 +SHA256 (tnylpo-1.1.2.tar.bz2) = 2d151ad957a8d076f78399ef14e2a308e9f3df4f491152886f8bd93cfcb6b236 +SIZE (tnylpo-1.1.2.tar.bz2) = 82899 Property changes on: head/emulators/tnylpo/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/tnylpo/pkg-descr =================================================================== --- head/emulators/tnylpo/pkg-descr (nonexistent) +++ head/emulators/tnylpo/pkg-descr (revision 557387) @@ -0,0 +1,12 @@ +tnylpo allows the execution of programs written for CP/M-80 version +2.2 under Unixy operating systems. It has been tested under Linux +(Debian 8 i386; Debian 9 amd64; Debian 10 amd64, i386; Ubuntu 18.04.1 +LTS amd64; CentOS 7; Slackware 14.2 i386), FreeBSD (12.0 amd64), +NetBSD (9.0 amd64; 8.0 i386, sparc, vax), OpenBSD (6.4, 6.7 i386), +Solaris (10 x86, 32 and 64 bit; 9 sparc, 32 bit; 9 x86; 7 sparc, 32 +bit), and Mac OS X (10.5 ppc, 10.6, 10.9, 10.11, 10.13), but should +need little to no modifications to run under any other reasonably +recent system. The companion program tnylpo-convert converts text +files to and from the CP/M format. + +WWW: https://gitlab.com/gbrein/tnylpo Property changes on: head/emulators/tnylpo/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/tnylpo/pkg-plist =================================================================== --- head/emulators/tnylpo/pkg-plist (nonexistent) +++ head/emulators/tnylpo/pkg-plist (revision 557387) @@ -0,0 +1,6 @@ +bin/tnylpo +bin/tnylpo-convert +man/man1/tnylpo-convert.1.gz +man/man1/tnylpo.1.gz +share/tnylpo/mine.com +share/tnylpo/README.md Property changes on: head/emulators/tnylpo/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property