pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse-exfat



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Apr  5 19:32:55 UTC 2019

Added Files:
        pkgsrc/filesystems/fuse-exfat: DESCR Makefile PLIST distinfo

Log Message:
Add fuse-exfat version 1.3.0

This project aims to provide a full-featured exFAT file system
implementation for Unix-like systems. It consists of a FUSE module
(fuse-exfat) and a set of utilities (exfat-utils).


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

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

Added files:

Index: pkgsrc/filesystems/fuse-exfat/DESCR
diff -u /dev/null pkgsrc/filesystems/fuse-exfat/DESCR:1.1
--- /dev/null   Fri Apr  5 19:32:55 2019
+++ pkgsrc/filesystems/fuse-exfat/DESCR Fri Apr  5 19:32:55 2019
@@ -0,0 +1,3 @@
+This project aims to provide a full-featured exFAT file system
+implementation for Unix-like systems. It consists of a FUSE module
+(fuse-exfat) and a set of utilities (exfat-utils).
Index: pkgsrc/filesystems/fuse-exfat/Makefile
diff -u /dev/null pkgsrc/filesystems/fuse-exfat/Makefile:1.1
--- /dev/null   Fri Apr  5 19:32:55 2019
+++ pkgsrc/filesystems/fuse-exfat/Makefile      Fri Apr  5 19:32:55 2019
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/04/05 19:32:55 maya Exp $
+
+GITHUB_PROJECT=        exfat
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      fuse-exfat-1.3.0
+CATEGORIES=    filesystems
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=relan/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://alperakcan.net/projects/fuse-ext2/
+COMMENT=       FUSE file-system and utilities for exFAT file systems
+LICENSE=       gnu-gpl-v2
+
+
+USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+USE_TOOLS+=    autoheader automake autoreconf gmake pkg-config
+
+post-extract:
+       cd ${WRKSRC} && autoreconf -fiv
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/filesystems/fuse-exfat/PLIST
diff -u /dev/null pkgsrc/filesystems/fuse-exfat/PLIST:1.1
--- /dev/null   Fri Apr  5 19:32:55 2019
+++ pkgsrc/filesystems/fuse-exfat/PLIST Fri Apr  5 19:32:55 2019
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2019/04/05 19:32:55 maya Exp $
+man/man8/dumpexfat.8
+man/man8/exfatfsck.8
+man/man8/exfatlabel.8
+man/man8/mkexfatfs.8
+man/man8/mount.exfat-fuse.8
+sbin/dumpexfat
+sbin/exfatfsck
+sbin/exfatlabel
+sbin/fsck.exfat
+sbin/mkexfatfs
+sbin/mkfs.exfat
+sbin/mount.exfat
+sbin/mount.exfat-fuse
Index: pkgsrc/filesystems/fuse-exfat/distinfo
diff -u /dev/null pkgsrc/filesystems/fuse-exfat/distinfo:1.1
--- /dev/null   Fri Apr  5 19:32:55 2019
+++ pkgsrc/filesystems/fuse-exfat/distinfo      Fri Apr  5 19:32:55 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/04/05 19:32:55 maya Exp $
+
+SHA1 (fuse-exfat-1.3.0.tar.gz) = 35cafafbd46cd246be040557a6e9d3e81690c455
+RMD160 (fuse-exfat-1.3.0.tar.gz) = 95a682015ed560a56b12592ccb1abfef5a7d0200
+SHA512 (fuse-exfat-1.3.0.tar.gz) = fa3951e16889db65685e1fb71b0c75fc7014a8025c3442bf6164b94ddd51d282a8ae5e891c46195be53d2a10d62444e2fa1bb3fa3de59c2c3411c6dac363b488
+Size (fuse-exfat-1.3.0.tar.gz) = 57846 bytes



Home | Main Index | Thread Index | Old Index