mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -174,6 +174,7 @@
|
||||||
SUBDIR += mpich
|
SUBDIR += mpich
|
||||||
SUBDIR += mrt
|
SUBDIR += mrt
|
||||||
SUBDIR += mrtg
|
SUBDIR += mrtg
|
||||||
|
SUBDIR += msend
|
||||||
SUBDIR += msn-transport
|
SUBDIR += msn-transport
|
||||||
SUBDIR += mtr
|
SUBDIR += mtr
|
||||||
SUBDIR += mudix
|
SUBDIR += mudix
|
||||||
|
|
21
net/msend/Makefile
Normal file
21
net/msend/Makefile
Normal 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
1
net/msend/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (msend-3.0.tar.gz) = 1e5bf9aec32f4aafe8f9106915bd9a5b
|
1
net/msend/pkg-comment
Normal file
1
net/msend/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A client and server for the RFC1312 message protocol
|
8
net/msend/pkg-descr
Normal file
8
net/msend/pkg-descr
Normal 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
2
net/msend/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bin/msend
|
||||||
|
sbin/mesgd
|
Loading…
Add table
Reference in a new issue