diff options
author | will <will@FreeBSD.org> | 2001-04-07 05:09:04 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 05:09:04 +0000 |
commit | 25018d8e45a31fa2f8875e7974b124a374c78a9f (patch) | |
tree | a800cde874b3235289f29b855cf05b6bd60aee4a /net/msend | |
parent | 106e211907678ef4e6770a3210cd14668c308fe3 (diff) | |
download | FreeBSD-ports-25018d8e45a31fa2f8875e7974b124a374c78a9f.zip FreeBSD-ports-25018d8e45a31fa2f8875e7974b124a374c78a9f.tar.gz |
Add msend 3.0, a client and server for the RFC1312 message protocol.
PR: 26287
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'net/msend')
-rw-r--r-- | net/msend/Makefile | 21 | ||||
-rw-r--r-- | net/msend/distinfo | 1 | ||||
-rw-r--r-- | net/msend/pkg-comment | 1 | ||||
-rw-r--r-- | net/msend/pkg-descr | 8 | ||||
-rw-r--r-- | net/msend/pkg-plist | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/net/msend/Makefile b/net/msend/Makefile new file mode 100644 index 0000000..e73e8a8 --- /dev/null +++ b/net/msend/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: msend +# Date created: Apr 2, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= msend +PORTVERSION= 3.0 +CATEGORIES= net +MASTER_SITES= http://homepages.tig.com.au/~mrudat/software/msend/ + +MAINTAINER= mark@kyne.com.au + +GNU_CONFIGURE= yes +CFLAGS+= -DUSE_READLINE + +MAN1= msend.1 +MAN8= mesgd.8 + +.include <bsd.port.mk> diff --git a/net/msend/distinfo b/net/msend/distinfo new file mode 100644 index 0000000..6a10efc --- /dev/null +++ b/net/msend/distinfo @@ -0,0 +1 @@ +MD5 (msend-3.0.tar.gz) = 1e5bf9aec32f4aafe8f9106915bd9a5b diff --git a/net/msend/pkg-comment b/net/msend/pkg-comment new file mode 100644 index 0000000..a3de4f3 --- /dev/null +++ b/net/msend/pkg-comment @@ -0,0 +1 @@ +A client and server for the RFC1312 message protocol diff --git a/net/msend/pkg-descr b/net/msend/pkg-descr new file mode 100644 index 0000000..18a5b17 --- /dev/null +++ b/net/msend/pkg-descr @@ -0,0 +1,8 @@ +Msend is an implementation of the RFC1312 message protocol. It can be +used as a network aware replacement for write and wall. This package +contains the client "msend" and the server "mesgd". + +WWW: http://homepages.tig.com.au/~mrudat/software/msend/home.text.html + +- Mark Pulford +mark@kyne.com.au diff --git a/net/msend/pkg-plist b/net/msend/pkg-plist new file mode 100644 index 0000000..de10ddb --- /dev/null +++ b/net/msend/pkg-plist @@ -0,0 +1,2 @@ +bin/msend +sbin/mesgd |