diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 05:09:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 05:09:04 +0000 |
commit | e7645e6955cac86b5df1e042ea9f5d174e8cf18e (patch) | |
tree | 5b885b554d948c7076e7b1a17e5e4cee96a954fc /net/msend | |
parent | 8fabb7e6acfb9fd9245f6e51047035a90603d611 (diff) | |
download | ports-e7645e6955cac86b5df1e042ea9f5d174e8cf18e.tar.gz ports-e7645e6955cac86b5df1e042ea9f5d174e8cf18e.zip |
Add msend 3.0, a client and server for the RFC1312 message protocol.
PR: 26287
Submitted by: Mark Pulford <mark@kyne.com.au>
Notes
Notes:
svn path=/head/; revision=40999
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 000000000000..e73e8a85af89 --- /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 000000000000..6a10efc8e63c --- /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 000000000000..a3de4f36181e --- /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 000000000000..18a5b171159e --- /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 000000000000..de10ddbee379 --- /dev/null +++ b/net/msend/pkg-plist @@ -0,0 +1,2 @@ +bin/msend +sbin/mesgd |