aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-07 13:09:04 +0800
committerwill <will@FreeBSD.org>2001-04-07 13:09:04 +0800
commit25018d8e45a31fa2f8875e7974b124a374c78a9f (patch)
treea800cde874b3235289f29b855cf05b6bd60aee4a /net
parent106e211907678ef4e6770a3210cd14668c308fe3 (diff)
downloadfreebsd-ports-gnome-25018d8e45a31fa2f8875e7974b124a374c78a9f.tar.gz
freebsd-ports-gnome-25018d8e45a31fa2f8875e7974b124a374c78a9f.tar.zst
freebsd-ports-gnome-25018d8e45a31fa2f8875e7974b124a374c78a9f.zip
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')
-rw-r--r--net/Makefile1
-rw-r--r--net/msend/Makefile21
-rw-r--r--net/msend/distinfo1
-rw-r--r--net/msend/pkg-comment1
-rw-r--r--net/msend/pkg-descr8
-rw-r--r--net/msend/pkg-plist2
6 files changed, 34 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 5eff5ee33465..0ab0d029de7c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -174,6 +174,7 @@
SUBDIR += mpich
SUBDIR += mrt
SUBDIR += mrtg
+ SUBDIR += msend
SUBDIR += msn-transport
SUBDIR += mtr
SUBDIR += mudix
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