pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-exfat Add fuse-exfat version 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/190398de4045
branches:  trunk
changeset: 332191:190398de4045
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Apr 05 19:32:55 2019 +0000

description:
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).

diffstat:

 filesystems/fuse-exfat/DESCR    |   3 +++
 filesystems/fuse-exfat/Makefile |  23 +++++++++++++++++++++++
 filesystems/fuse-exfat/PLIST    |  14 ++++++++++++++
 filesystems/fuse-exfat/distinfo |   6 ++++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r cda4ec227f12 -r 190398de4045 filesystems/fuse-exfat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-exfat/DESCR      Fri Apr 05 19:32:55 2019 +0000
@@ -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).
diff -r cda4ec227f12 -r 190398de4045 filesystems/fuse-exfat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-exfat/Makefile   Fri Apr 05 19:32:55 2019 +0000
@@ -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"
diff -r cda4ec227f12 -r 190398de4045 filesystems/fuse-exfat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-exfat/PLIST      Fri Apr 05 19:32:55 2019 +0000
@@ -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
diff -r cda4ec227f12 -r 190398de4045 filesystems/fuse-exfat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-exfat/distinfo   Fri Apr 05 19:32:55 2019 +0000
@@ -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