diff options
author | demon <demon@FreeBSD.org> | 2001-12-18 23:16:16 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-12-18 23:16:16 +0800 |
commit | 877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4 (patch) | |
tree | 53f7f8d6ccd7e88368fbaf9c4cacbc340e27ebeb | |
parent | 4796389604c580cc3b4154d12c680de4bb8911c8 (diff) | |
download | freebsd-ports-gnome-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.tar.gz freebsd-ports-gnome-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.tar.zst freebsd-ports-gnome-877bb401bcdb6d2ef945a0e3f3e96d99677c4ee4.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>
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/mtx/Makefile | 21 | ||||
-rw-r--r-- | misc/mtx/distinfo | 1 | ||||
-rw-r--r-- | misc/mtx/pkg-comment | 1 | ||||
-rw-r--r-- | misc/mtx/pkg-descr | 12 | ||||
-rw-r--r-- | misc/mtx/pkg-plist | 4 |
6 files changed, 40 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index cb12c3c20772..c00cd24a78c5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -133,6 +133,7 @@ SUBDIR += most SUBDIR += moviedb SUBDIR += mshell + SUBDIR += mtx SUBDIR += muuz SUBDIR += nsf SUBDIR += numchar 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 |