pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems Add a package for cocofs-1.0, a tool for i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4a171d056e8
branches: trunk
changeset: 381568:b4a171d056e8
user: thorpej <thorpej%pkgsrc.org@localhost>
date: Sat Jul 09 18:38:59 2022 +0000
description:
Add a package for cocofs-1.0, a tool for interacting with floppy disk images
for the TRS-80 Color Computer.
diffstat:
filesystems/Makefile | 3 ++-
filesystems/cocofs/DESCR | 3 +++
filesystems/cocofs/Makefile | 24 ++++++++++++++++++++++++
filesystems/cocofs/PLIST | 2 ++
filesystems/cocofs/distinfo | 5 +++++
5 files changed, 36 insertions(+), 1 deletions(-)
diffs (65 lines):
diff -r 3ccc5a19a294 -r b4a171d056e8 filesystems/Makefile
--- a/filesystems/Makefile Sat Jul 09 18:36:58 2022 +0000
+++ b/filesystems/Makefile Sat Jul 09 18:38:59 2022 +0000
@@ -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 -r 3ccc5a19a294 -r b4a171d056e8 filesystems/cocofs/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/cocofs/DESCR Sat Jul 09 18:38:59 2022 +0000
@@ -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 -r 3ccc5a19a294 -r b4a171d056e8 filesystems/cocofs/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/cocofs/Makefile Sat Jul 09 18:38:59 2022 +0000
@@ -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@localhost
+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 -r 3ccc5a19a294 -r b4a171d056e8 filesystems/cocofs/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/cocofs/PLIST Sat Jul 09 18:38:59 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/07/09 18:38:59 thorpej Exp $
+bin/cocofs
diff -r 3ccc5a19a294 -r b4a171d056e8 filesystems/cocofs/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/cocofs/distinfo Sat Jul 09 18:38:59 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index