pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Sat Jul  9 18:38:59 UTC 2022

Modified Files:
        pkgsrc/filesystems: Makefile
Added Files:
        pkgsrc/filesystems/cocofs: DESCR Makefile PLIST distinfo

Log Message:
Add a package for cocofs-1.0, a tool for interacting with floppy disk images
for the TRS-80 Color Computer.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/filesystems/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/cocofs/DESCR \
    pkgsrc/filesystems/cocofs/Makefile pkgsrc/filesystems/cocofs/PLIST \
    pkgsrc/filesystems/cocofs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/Makefile
diff -u pkgsrc/filesystems/Makefile:1.52 pkgsrc/filesystems/Makefile:1.53
--- pkgsrc/filesystems/Makefile:1.52    Thu Mar 24 19:10:39 2022
+++ pkgsrc/filesystems/Makefile Sat Jul  9 18:38:59 2022
@@ -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

Added files:

Index: pkgsrc/filesystems/cocofs/DESCR
diff -u /dev/null pkgsrc/filesystems/cocofs/DESCR:1.1
--- /dev/null   Sat Jul  9 18:38:59 2022
+++ pkgsrc/filesystems/cocofs/DESCR     Sat Jul  9 18:38:59 2022
@@ -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.
Index: pkgsrc/filesystems/cocofs/Makefile
diff -u /dev/null pkgsrc/filesystems/cocofs/Makefile:1.1
--- /dev/null   Sat Jul  9 18:38:59 2022
+++ pkgsrc/filesystems/cocofs/Makefile  Sat Jul  9 18:38:59 2022
@@ -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"
Index: pkgsrc/filesystems/cocofs/PLIST
diff -u /dev/null pkgsrc/filesystems/cocofs/PLIST:1.1
--- /dev/null   Sat Jul  9 18:38:59 2022
+++ pkgsrc/filesystems/cocofs/PLIST     Sat Jul  9 18:38:59 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/07/09 18:38:59 thorpej Exp $
+bin/cocofs
Index: pkgsrc/filesystems/cocofs/distinfo
diff -u /dev/null pkgsrc/filesystems/cocofs/distinfo:1.1
--- /dev/null   Sat Jul  9 18:38:59 2022
+++ pkgsrc/filesystems/cocofs/distinfo  Sat Jul  9 18:38:59 2022
@@ -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