summaryrefslogtreecommitdiff
path: root/net/msend
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 05:09:04 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 05:09:04 +0000
commite7645e6955cac86b5df1e042ea9f5d174e8cf18e (patch)
tree5b885b554d948c7076e7b1a17e5e4cee96a954fc /net/msend
parentAdd wmrecord 1.0.5, a general purpose audio recording utility for the (diff)
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/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
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