diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:59:06 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:59:06 +0000 |
| commit | 620bb70d75b5671441fe8da489cdfe6abc8df709 (patch) | |
| tree | 7cc4425ab30399afaec7ffa7906f72c91b999a6d | |
| parent | Make some variables ?= because they might be set by slave ports (diff) | |
New Port: mtxorbd
New Port for the mtxorbd control daemon. It allows for
controlled access to a Matrix Orbital LCD screen connected
to the serial port
PR: ports/60223
Submitted by: Russell Hay <ports@emorific.com>
| -rw-r--r-- | sysutils/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/mtxorbd/Makefile | 20 | ||||
| -rw-r--r-- | sysutils/mtxorbd/distinfo | 1 | ||||
| -rw-r--r-- | sysutils/mtxorbd/pkg-descr | 6 | ||||
| -rw-r--r-- | sysutils/mtxorbd/pkg-plist | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ca86ace2d0e7..f5d6a9ddbe2e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -210,6 +210,7 @@ SUBDIR += monitord SUBDIR += mount.app SUBDIR += msyslog + SUBDIR += mtxorbd SUBDIR += multitail SUBDIR += muse SUBDIR += nagios-statd diff --git a/sysutils/mtxorbd/Makefile b/sysutils/mtxorbd/Makefile new file mode 100644 index 000000000000..904b17dce65f --- /dev/null +++ b/sysutils/mtxorbd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: mtxorbd +# Date created: 13 December 2003 +# Whom: rhay +# +# $FreeBSD$ +# + +PORTNAME= mtxorbd +PORTVERSION= 1.0.2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mtxorb +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@emorific.com +COMMENT= Control Daemon for Matrix Orbital LCD screens + +MAN1= mtxorbd.1 + +.include <bsd.port.mk> diff --git a/sysutils/mtxorbd/distinfo b/sysutils/mtxorbd/distinfo new file mode 100644 index 000000000000..3657d10a5b2f --- /dev/null +++ b/sysutils/mtxorbd/distinfo @@ -0,0 +1 @@ +MD5 (mtxorbd-1.0.2.tgz) = 953790fca0b01850881e588cdd60a5f8 diff --git a/sysutils/mtxorbd/pkg-descr b/sysutils/mtxorbd/pkg-descr new file mode 100644 index 000000000000..d513f79c6613 --- /dev/null +++ b/sysutils/mtxorbd/pkg-descr @@ -0,0 +1,6 @@ +This is a port of mtxorbd, a control daemon for the Matrix Orbital LCD Screens. + +WWW: http://mtxorb.sourceforge.net/ + +- Russell +ports@emorific.com diff --git a/sysutils/mtxorbd/pkg-plist b/sysutils/mtxorbd/pkg-plist new file mode 100644 index 000000000000..a8b835f2fc7f --- /dev/null +++ b/sysutils/mtxorbd/pkg-plist @@ -0,0 +1,3 @@ +sbin/mtxorbd +share/mtxorbd/devices.conf +@dirrm share/mtxorbd |
