summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2022-07-09 18:38:59 +0000
committerthorpej <thorpej@pkgsrc.org>2022-07-09 18:38:59 +0000
commit75c4ecbcb241b6417ebb2ae3d0dd25ed1cbf8da5 (patch)
treebe9e0a925c9e6f0694d3dfcff90f0c0a2d5ae7d7
parent60e3560a15d4e82786788d860eba74ecba322b7c (diff)
downloadpkgsrc-75c4ecbcb241b6417ebb2ae3d0dd25ed1cbf8da5.tar.gz
Add a package for cocofs-1.0, a tool for interacting with floppy disk images
for the TRS-80 Color Computer.
-rw-r--r--filesystems/Makefile3
-rw-r--r--filesystems/cocofs/DESCR3
-rw-r--r--filesystems/cocofs/Makefile24
-rw-r--r--filesystems/cocofs/PLIST2
-rw-r--r--filesystems/cocofs/distinfo5
5 files changed, 36 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile
index aba16f44a65..f07cf77bda7 100644
--- a/filesystems/Makefile
+++ b/filesystems/Makefile
@@ -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
diff --git a/filesystems/cocofs/DESCR b/filesystems/cocofs/DESCR
new file mode 100644
index 00000000000..dd818adbb08
--- /dev/null
+++ b/filesystems/cocofs/DESCR
@@ -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.
diff --git a/filesystems/cocofs/Makefile b/filesystems/cocofs/Makefile
new file mode 100644
index 00000000000..dcb10035471
--- /dev/null
+++ b/filesystems/cocofs/Makefile
@@ -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"
diff --git a/filesystems/cocofs/PLIST b/filesystems/cocofs/PLIST
new file mode 100644
index 00000000000..6fec52f34b2
--- /dev/null
+++ b/filesystems/cocofs/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/07/09 18:38:59 thorpej Exp $
+bin/cocofs
diff --git a/filesystems/cocofs/distinfo b/filesystems/cocofs/distinfo
new file mode 100644
index 00000000000..33f3a43d16e
--- /dev/null
+++ b/filesystems/cocofs/distinfo
@@ -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