pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/fuse-ext2
Module Name: pkgsrc
Committed By: nia
Date: Tue Aug 11 13:38:14 UTC 2020
Modified Files:
pkgsrc/filesystems/fuse-ext2: DESCR Makefile PLIST distinfo
Removed Files:
pkgsrc/filesystems/fuse-ext2/patches: patch-aa patch-ab patch-ac
patch-af patch-ag patch-e2fsprogs-1.41.9_ext2fs_bitops.h
patch-e2fsprogs-1.41.9_ext2fs_ext2fs.h
patch-e2fsprogs-1.41.9_ext2fs_icount.c
patch-e2fsprogs-1.41.9_ext2fs_test__io.c
Log Message:
fuse-ext2: Update to 0.0.10
this is a settlement release for fuse-ext2.
limitations:
disabled multithread support by default for fuse.
write support is disabled by default, use '-o rw+' option for to enable writing. and use at your own risk.
Mon Mar 30 19:17:44 EEST 2015
- version 0.0.9
- fix write tests for pjdfstest
- fix ext2fs_file_*, need to open/release in every file operation
Mon Mar 28 10:21:43 EEST 2015
- version 0.0.8 - lazarus, raised from dead
- use e2fsprogs from system (mac, linux)
- fix build routines for new systems (mac, linux)
- switch to osxfuse (mac)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/filesystems/fuse-ext2/DESCR \
pkgsrc/filesystems/fuse-ext2/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/filesystems/fuse-ext2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/filesystems/fuse-ext2/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/filesystems/fuse-ext2/patches/patch-aa
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/filesystems/fuse-ext2/patches/patch-ab \
pkgsrc/filesystems/fuse-ext2/patches/patch-ac
cvs rdiff -u -r1.2 -r0 pkgsrc/filesystems/fuse-ext2/patches/patch-af \
pkgsrc/filesystems/fuse-ext2/patches/patch-ag
cvs rdiff -u -r1.1 -r0 \
pkgsrc/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_bitops.h \
pkgsrc/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_ext2fs.h \
pkgsrc/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_icount.c \
pkgsrc/filesystems/fuse-ext2/patches/patch-e2fsprogs-1.41.9_ext2fs_test__io.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/fuse-ext2/DESCR
diff -u pkgsrc/filesystems/fuse-ext2/DESCR:1.1.1.1 pkgsrc/filesystems/fuse-ext2/DESCR:1.2
--- pkgsrc/filesystems/fuse-ext2/DESCR:1.1.1.1 Sat Jul 9 15:27:11 2011
+++ pkgsrc/filesystems/fuse-ext2/DESCR Tue Aug 11 13:38:14 2020
@@ -1,2 +1,5 @@
-Fuse-ext2 is a multi OS FUSE module to mount ext2 and ext3 file system devices
-and/or images with read write support.
+fuse-ext2 is a multi OS FUSE module to mount ext2, ext3, and ext4
+file system devices and/or images with read write support.
+
+Even though write support is available, please do not mount your
+filesystems with write support unless you have nothing to lose.
Index: pkgsrc/filesystems/fuse-ext2/PLIST
diff -u pkgsrc/filesystems/fuse-ext2/PLIST:1.1.1.1 pkgsrc/filesystems/fuse-ext2/PLIST:1.2
--- pkgsrc/filesystems/fuse-ext2/PLIST:1.1.1.1 Sat Jul 9 15:27:11 2011
+++ pkgsrc/filesystems/fuse-ext2/PLIST Tue Aug 11 13:38:14 2020
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/09 15:27:11 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/08/11 13:38:14 nia Exp $
bin/fuse-ext2
-bin/fuse-ext2.e2label
-bin/fuse-ext2.mke2fs
bin/fuse-ext2.probe
lib/pkgconfig/fuse-ext2.pc
man/man1/fuse-ext2.1
+@pkgdir lib/umview/modules
Index: pkgsrc/filesystems/fuse-ext2/Makefile
diff -u pkgsrc/filesystems/fuse-ext2/Makefile:1.10 pkgsrc/filesystems/fuse-ext2/Makefile:1.11
--- pkgsrc/filesystems/fuse-ext2/Makefile:1.10 Sat May 23 10:33:16 2020
+++ pkgsrc/filesystems/fuse-ext2/Makefile Tue Aug 11 13:38:14 2020
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.10 2020/05/23 10:33:16 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/08/11 13:38:14 nia Exp $
-DISTNAME= fuse-ext2-0.0.7
-PKGREVISION= 2
+DISTNAME= fuse-ext2-0.0.10
CATEGORIES= filesystems
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-ext2/fuse-ext2/${DISTNAME}/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=alperakcan/}
+GITHUB_PROJECT= fuse-ext2
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://alperakcan.net/projects/fuse-ext2/
-COMMENT= FUSE file-system to mount ext2 and ext3 file system
+HOMEPAGE= https://github.com/alperakcan/fuse-ext2
+COMMENT= FUSE module to mount ext2, ext3, and ext4 filesystems
LICENSE= gnu-gpl-v2
-ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
-
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoheader automake autoreconf gmake pkg-config
@@ -20,7 +19,8 @@ INSTALLATION_DIRS= lib/umview/modules
CHECK_PORTABILITY_SKIP= tools/macosx/fuse-ext2.fs/fuse-ext2.util
pre-configure:
- cd ${WRKSRC} && autoreconf --verbose --install --force
+ cd ${WRKSRC} && autoreconf -fi
.include "../../mk/fuse.buildlink3.mk"
+.include "../../sysutils/e2fsprogs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/filesystems/fuse-ext2/distinfo
diff -u pkgsrc/filesystems/fuse-ext2/distinfo:1.6 pkgsrc/filesystems/fuse-ext2/distinfo:1.7
--- pkgsrc/filesystems/fuse-ext2/distinfo:1.6 Wed Apr 10 21:37:51 2019
+++ pkgsrc/filesystems/fuse-ext2/distinfo Tue Aug 11 13:38:14 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2019/04/10 21:37:51 maya Exp $
+$NetBSD: distinfo,v 1.7 2020/08/11 13:38:14 nia Exp $
-SHA1 (fuse-ext2-0.0.7.tar.gz) = cdfef525838d2de07a4da6d60b65efce5a1cffa0
-RMD160 (fuse-ext2-0.0.7.tar.gz) = 29cb85f033b65fba4d82d14de907dd4458173c2b
-SHA512 (fuse-ext2-0.0.7.tar.gz) = ac3e9a5bd5587cd382d5119bc7e5716a057be290045d67c03ce8308da36647382065e645124d8e5862304e8ecb61a54c4474fcebb8524233c76e0f27d979846d
-Size (fuse-ext2-0.0.7.tar.gz) = 570156 bytes
+SHA1 (fuse-ext2-0.0.10.tar.gz) = cb92048bf3aac01b55af8c1362ab903b19669f3a
+RMD160 (fuse-ext2-0.0.10.tar.gz) = 6303f369301eb58c78bb495ee1b1bee3f69ccf4a
+SHA512 (fuse-ext2-0.0.10.tar.gz) = b884c0f92b706ae3f03dd75f489990e7cea31fd68526ade48ab5a11e1c9f78ec02a4dbb82450ce2aca12742a799c334a3ab8f2443a96ad003a76f0a86567fa24
+Size (fuse-ext2-0.0.10.tar.gz) = 122746 bytes
SHA1 (patch-aa) = d9f8189f4bbed569cc2b4bb8f160dcf231cc76ff
SHA1 (patch-ab) = 830bc968c55b13125700a6fbeff9808610d065f0
SHA1 (patch-ac) = 253561f1e6a67b5d66d7409af3bf26477ad57b2c
Home |
Main Index |
Thread Index |
Old Index