Add a package for cocofs-1.0, a tool for interacting with floppy disk images

for the TRS-80 Color Computer.
This commit is contained in:
thorpej 2022-07-09 18:38:59 +00:00
parent edaa17cb79
commit 8a23e4024d
5 changed files with 36 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.52 2022/03/24 19:10:39 wiz Exp $
# $NetBSD: Makefile,v 1.53 2022/07/09 18:38:59 thorpej Exp $
#
COMMENT= File systems, and file system related packages
SUBDIR+= cloudfuse
SUBDIR+= cocofs
SUBDIR+= fs-utils
SUBDIR+= fsx
SUBDIR+= fuse

3
filesystems/cocofs/DESCR Normal file
View File

@ -0,0 +1,3 @@
cocofs is a simple tool for interacting with TRS-80 Color Computer
disk images that are formatted with the file system supported by
Disk Extended Color Basic.

View File

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1 2022/07/09 18:38:59 thorpej Exp $
#
COCOFS_VERS= 1.0
GITHUB_PROJECT= cocofs
GITHUB_TAG= v${COCOFS_VERS}
DISTNAME= ${GITHUB_PROJECT}-${GITHUB_TAG}
PKGNAME= ${GITHUB_PROJECT}-${COCOFS_VERS}
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_GITHUB:=thorpej/}
MAINTAINER= thorpej@NetBSD.org
HOMEPAGE= https://github.com/thorpej/cocofs
COMMENT= Tool for interacting with TRS-80 Color Computer disk images
LICENSE= 2-clause-bsd
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cocofs ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

2
filesystems/cocofs/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2022/07/09 18:38:59 thorpej Exp $
bin/cocofs

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/07/09 18:38:59 thorpej Exp $
BLAKE2s (cocofs-v1.0.tar.gz) = 7db75488bf1327ef712dda2c338f2eab1d44af5e042d162b59e7a4c3baf43a42
SHA512 (cocofs-v1.0.tar.gz) = ba29ba6017d8e43f5f33b7ceddd94d279eba995e1fefa3bc320b9da64adf124f5b2553f99109992de11e9247e6e7e8bc75cb9dff54a8e15cf1462fd6fb25e00a
Size (cocofs-v1.0.tar.gz) = 11877 bytes