summaryrefslogtreecommitdiffstats
path: root/misc/mtx
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-12-18 15:16:16 +0000
committerdemon <demon@FreeBSD.org>2001-12-18 15:16:16 +0000
commit877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4 (patch)
tree53f7f8d6ccd7e88368fbaf9c4cacbc340e27ebeb /misc/mtx
parent4796389604c580cc3b4154d12c680de4bb8911c8 (diff)
downloadFreeBSD-ports-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.zip
FreeBSD-ports-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.tar.gz
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>
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 0000000..bbe9817
--- /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 0000000..02d113c
--- /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 0000000..fd21c27
--- /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 0000000..89b3425
--- /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 0000000..c149c1b
--- /dev/null
+++ b/misc/mtx/pkg-plist
@@ -0,0 +1,4 @@
+sbin/mtx
+sbin/tapeinfo
+sbin/loaderinfo
+sbin/scsitape
OpenPOWER on IntegriCloud