aboutsummaryrefslogtreecommitdiff
path: root/misc/mtx
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-12-18 15:16:16 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-12-18 15:16:16 +0000
commite356f3ecd9339289002a629df2a5de8e9fd09538 (patch)
tree6e60dc10c202c2185dd27da8b0975862290e7b8c /misc/mtx
parent5e05a16b9c50a7f002fa89546b9a5ddd21d63f7f (diff)
downloadports-e356f3ecd9339289002a629df2a5de8e9fd09538.tar.gz
ports-e356f3ecd9339289002a629df2a5de8e9fd09538.zip
New port: mtx
Mtx(1) is a set of low level driver programs to control features of SCSI backup related devices such as autoloaders, tape changers, mediajukeboxes, and tape drives. It can also report much data, including serial numbers, maximum block sizes, and TapeAlert(tm) messages that most modern tape drives implement, as well as do raw SCSI READ and WRITE commands to tape drives. PR: 32302 Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes: svn path=/head/; revision=51739
Diffstat (limited to 'misc/mtx')
-rw-r--r--misc/mtx/Makefile21
-rw-r--r--misc/mtx/distinfo1
-rw-r--r--misc/mtx/pkg-comment1
-rw-r--r--misc/mtx/pkg-descr12
-rw-r--r--misc/mtx/pkg-plist4
5 files changed, 39 insertions, 0 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile
new file mode 100644
index 000000000000..bbe9817d79c8
--- /dev/null
+++ b/misc/mtx/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mtx
+# Date created: 26. November 2001
+# Whom: Martin Blapp <mb@imp.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mtx
+PORTVERSION= 1.2.14
+PORTREVISION= 1
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= mtx
+
+MAINTAINER= mb@imp.ch
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+MAN1= mtx.1 tapeinfo.1 scsitape.1
+
+.include <bsd.port.mk>
diff --git a/misc/mtx/distinfo b/misc/mtx/distinfo
new file mode 100644
index 000000000000..02d113c0e0a5
--- /dev/null
+++ b/misc/mtx/distinfo
@@ -0,0 +1 @@
+MD5 (mtx-1.2.14.tar.gz) = 3957691d782b1bd1bf73291f67e3ce69
diff --git a/misc/mtx/pkg-comment b/misc/mtx/pkg-comment
new file mode 100644
index 000000000000..fd21c27d697e
--- /dev/null
+++ b/misc/mtx/pkg-comment
@@ -0,0 +1 @@
+Control SCSI media changer devices
diff --git a/misc/mtx/pkg-descr b/misc/mtx/pkg-descr
new file mode 100644
index 000000000000..89b3425491f3
--- /dev/null
+++ b/misc/mtx/pkg-descr
@@ -0,0 +1,12 @@
+Mtx(1) is a set of low level driver programs to control features of SCSI
+backup related devices such as autoloaders, tape changers, mediajukeboxes,
+and tape drives. It can also report much data, including serial numbers,
+maximum block sizes, and TapeAlert(tm) messages that most modern tape
+drives implement, as well as do raw SCSI READ and WRITE commands to
+tape drives.
+
+It works like chio(1) but supports more features and drives and runs in
+users land. There are some amanda (misc/amanda24-server) scripts, which
+depend on mtx.
+
+WWW: http://mtx.sourceforge.net/
diff --git a/misc/mtx/pkg-plist b/misc/mtx/pkg-plist
new file mode 100644
index 000000000000..c149c1baf674
--- /dev/null
+++ b/misc/mtx/pkg-plist
@@ -0,0 +1,4 @@
+sbin/mtx
+sbin/tapeinfo
+sbin/loaderinfo
+sbin/scsitape