Add msend 3.0, a client and server for the RFC1312 message protocol.

PR:		26287
Submitted by:	Mark Pulford <mark@kyne.com.au>
This commit is contained in:
Will Andrews 2001-04-07 05:09:04 +00:00
parent 8fabb7e6ac
commit e7645e6955
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40999
6 changed files with 34 additions and 0 deletions

View File

@ -174,6 +174,7 @@
SUBDIR += mpich
SUBDIR += mrt
SUBDIR += mrtg
SUBDIR += msend
SUBDIR += msn-transport
SUBDIR += mtr
SUBDIR += mudix

21
net/msend/Makefile Normal file
View File

@ -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>

1
net/msend/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (msend-3.0.tar.gz) = 1e5bf9aec32f4aafe8f9106915bd9a5b

1
net/msend/pkg-comment Normal file
View File

@ -0,0 +1 @@
A client and server for the RFC1312 message protocol

8
net/msend/pkg-descr Normal file
View File

@ -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

2
net/msend/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/msend
sbin/mesgd