aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/fstyp/Makefile23
-rw-r--r--sysutils/fstyp/distinfo3
-rw-r--r--sysutils/fstyp/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 57a070f6d83a..f789be560fda 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -227,6 +227,7 @@
SUBDIR += freesbie
SUBDIR += freqsdwn
SUBDIR += fsbackup
+ SUBDIR += fstyp
SUBDIR += ftrace
SUBDIR += ftwin
SUBDIR += fusefs-chironfs
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/