pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils Import dosfstools-4.1 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4da2a89ba7c
branches:  trunk
changeset: 382231:b4da2a89ba7c
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jun 24 11:13:58 2018 +0000

description:
Import dosfstools-4.1 from pkgsrc-wip.

dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to create,
check and label file systems of the FAT family.

diffstat:

 sysutils/Makefile            |   3 ++-
 sysutils/dosfstools/DESCR    |   2 ++
 sysutils/dosfstools/Makefile |  15 +++++++++++++++
 sysutils/dosfstools/PLIST    |  15 +++++++++++++++
 sysutils/dosfstools/distinfo |   6 ++++++
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r fe58fb3260e5 -r b4da2a89ba7c sysutils/Makefile
--- a/sysutils/Makefile Sun Jun 24 11:09:15 2018 +0000
+++ b/sysutils/Makefile Sun Jun 24 11:13:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.767 2018/06/23 10:49:13 jmcneill Exp $
+# $NetBSD: Makefile,v 1.768 2018/06/24 11:13:58 bsiegert Exp $
 #
 
 COMMENT=       System utilities
@@ -131,6 +131,7 @@
 SUBDIR+=       dmidecode
 SUBDIR+=       dmsdos
 SUBDIR+=       dog
+SUBDIR+=       dosfstools
 SUBDIR+=       dptutil
 SUBDIR+=       dtb-arm-exynos5422
 SUBDIR+=       dtb-arm-tegra124
diff -r fe58fb3260e5 -r b4da2a89ba7c sysutils/dosfstools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dosfstools/DESCR Sun Jun 24 11:13:58 2018 +0000
@@ -0,0 +1,2 @@
+dosfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to create,
+check and label file systems of the FAT family.
diff -r fe58fb3260e5 -r b4da2a89ba7c sysutils/dosfstools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dosfstools/Makefile      Sun Jun 24 11:13:58 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2018/06/24 11:13:58 bsiegert Exp $
+
+DISTNAME=      dosfstools-4.1
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=dosfstools/}
+GITHUB_RELEASE=        v4.1
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/dosfstools/dosfstools/
+COMMENT=       Tools for working with FAT filesystems
+LICENSE=       gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r fe58fb3260e5 -r b4da2a89ba7c sysutils/dosfstools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dosfstools/PLIST Sun Jun 24 11:13:58 2018 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2018/06/24 11:13:58 bsiegert Exp $
+man/man8/fatlabel.8
+man/man8/fsck.fat.8
+man/man8/mkfs.fat.8
+sbin/fatlabel
+sbin/fsck.fat
+sbin/mkfs.fat
+share/doc/dosfstools/ANNOUNCE.mkdosfs
+share/doc/dosfstools/ChangeLog.dosfsck
+share/doc/dosfstools/ChangeLog.dosfstools-2.x
+share/doc/dosfstools/ChangeLog.mkdosfs
+share/doc/dosfstools/README.dosfsck
+share/doc/dosfstools/README.dosfstools-2.x
+share/doc/dosfstools/README.mkdosfs
+share/doc/dosfstools/TODO.dosfstools-2.x
diff -r fe58fb3260e5 -r b4da2a89ba7c sysutils/dosfstools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dosfstools/distinfo      Sun Jun 24 11:13:58 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/06/24 11:13:58 bsiegert Exp $
+
+SHA1 (dosfstools-4.1.tar.gz) = db39f667c3cb51bdf321f07f9cf17c726ca50323
+RMD160 (dosfstools-4.1.tar.gz) = 537b5418e6a78728ff8b94023966ce2155d64d6a
+SHA512 (dosfstools-4.1.tar.gz) = c45b26779c126c128ff64668403d552b9ed70e9205ced968fa9c80e7220c2b24c3f24007ae41ee20e8993637ec2aca584142458d25db42df6488edf18fb6185b
+Size (dosfstools-4.1.tar.gz) = 233766 bytes



Home | Main Index | Thread Index | Old Index