aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fstyp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-11 13:29:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-11-11 13:29:13 +0000
commite0d955bce07b4401a807c106be8f9461038c09d6 (patch)
tree5ea50da99e6515eb2ecd1f25a37efdb903e48144 /sysutils/fstyp
parentd05464220dd0d827c820e6d2ba4daba6031ec9b6 (diff)
downloadports-e0d955bce07b4401a807c106be8f9461038c09d6.tar.gz
ports-e0d955bce07b4401a807c106be8f9461038c09d6.zip
fstyp can be used to heuristically detect which filesystem type a device or a
partition contains. Useful for backup scripts. WWW: http://thegaul.org/src/ PR: 128779 Submitted by: Sachidananda Urs <sacchi at gmail dot com>
Notes
Notes: svn path=/head/; revision=222737
Diffstat (limited to 'sysutils/fstyp')
-rw-r--r--sysutils/fstyp/Makefile23
-rw-r--r--sysutils/fstyp/distinfo3
-rw-r--r--sysutils/fstyp/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/fstyp/Makefile b/sysutils/fstyp/Makefile
new file mode 100644
index 000000000000..1e85dfd657e4
--- /dev/null
+++ b/sysutils/fstyp/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: fstyp
+# Date created: Sun Nov 9
+# Whom: Sachidananda Urs
+#
+# $FreeBSD$
+#
+
+PORTNAME= fstyp
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://thegaul.org/src/
+
+MAINTAINER= sacchi@gmail.com
+COMMENT= Detect which filesystem type a device/partition contains
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+PLIST_FILES= bin/fstyp
+
+MAN8= fstyp.8
+
+.include <bsd.port.mk>
diff --git a/sysutils/fstyp/distinfo b/sysutils/fstyp/distinfo
new file mode 100644
index 000000000000..3cdf3bb7d90b
--- /dev/null
+++ b/sysutils/fstyp/distinfo
@@ -0,0 +1,3 @@
+MD5 (fstyp-0.1.tar.gz) = b6e4e0d406fd809c2b99ac7848795f0b
+SHA256 (fstyp-0.1.tar.gz) = a41fa79dc6abbc146101926856706aedf227d7f6b8e6c8375b741bc43b80aec6
+SIZE (fstyp-0.1.tar.gz) = 203414
diff --git a/sysutils/fstyp/pkg-descr b/sysutils/fstyp/pkg-descr
new file mode 100644
index 000000000000..1b6a8737c4d9
--- /dev/null
+++ b/sysutils/fstyp/pkg-descr
@@ -0,0 +1,4 @@
+fstyp can be used to heuristically detect which filesystem type a device or a
+partition contains. Useful for backup scripts.
+
+WWW: http://thegaul.org/src/