pkgsrc-WIP-changes archive

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

New package dosfstools-4.1.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Tue Nov 28 22:59:49 2017 +0100
Changeset:	fc9beb65d6b25617be62518dd7c31af6f7ed6483

Added Files:
	dosfstools/DESCR
	dosfstools/Makefile
	dosfstools/PLIST
	dosfstools/distinfo

Log Message:
New package dosfstools-4.1.

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fc9beb65d6b25617be62518dd7c31af6f7ed6483

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

diffstat:
 dosfstools/DESCR    |  2 ++
 dosfstools/Makefile | 15 +++++++++++++++
 dosfstools/PLIST    | 15 +++++++++++++++
 dosfstools/distinfo |  6 ++++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/dosfstools/DESCR b/dosfstools/DESCR
new file mode 100644
index 0000000000..0624183b0c
--- /dev/null
+++ b/dosfstools/DESCR
@@ -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 --git a/dosfstools/Makefile b/dosfstools/Makefile
new file mode 100644
index 0000000000..4630316c84
--- /dev/null
+++ b/dosfstools/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	dosfstools-4.1
+CATEGORIES=	wip 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 --git a/dosfstools/PLIST b/dosfstools/PLIST
new file mode 100644
index 0000000000..8d354c8c1c
--- /dev/null
+++ b/dosfstools/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+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 --git a/dosfstools/distinfo b/dosfstools/distinfo
new file mode 100644
index 0000000000..081edbe83a
--- /dev/null
+++ b/dosfstools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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