summaryrefslogtreecommitdiff
path: root/net/mopd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-14 20:20:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-14 20:20:10 +0000
commit1c9d1f0e122a8060b2a42ec2f3183166d6042b6e (patch)
tree6e24d21115badbbe676e21ea5e2cd5df97aa2b74 /net/mopd
parentUpgrade to GNU Portable Threads, version 1.2.1 (diff)
The MOP Loader Daemon is for use netbooting older DEC machines.
MOP is functionally comparable to TFTP.
Notes
Notes: svn path=/head/; revision=23127
Diffstat (limited to 'net/mopd')
-rw-r--r--net/mopd/Makefile25
-rw-r--r--net/mopd/distinfo1
-rw-r--r--net/mopd/pkg-comment1
-rw-r--r--net/mopd/pkg-descr9
-rw-r--r--net/mopd/pkg-plist6
5 files changed, 42 insertions, 0 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile
new file mode 100644
index 000000000000..16ec66ba81a2
--- /dev/null
+++ b/net/mopd/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: mopd
+# Version required: 2.5.3
+# Date created: Sun Nov 14, 1999
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $FreeBSD$
+#
+
+DISTNAME= mopd-2.5.3
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
+
+MAINTAINER= obrien@FreeBSD.org
+
+# MANDIR is concetenated to DESTDIR which all forms the man install dir...
+MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true
+MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1
+MAN8= mopd.8
+
+do-configure:
+ @${PERL} -pi.orig -e 's:/usr/sbin:/sbin:' ${WRKSRC}/Makefile.inc
+ @${PERL} -pi.orig -e 's/MAN=/MAN8=/' ${WRKSRC}/mopd/Makefile
+
+.include <bsd.port.mk>
diff --git a/net/mopd/distinfo b/net/mopd/distinfo
new file mode 100644
index 000000000000..0151064a390a
--- /dev/null
+++ b/net/mopd/distinfo
@@ -0,0 +1 @@
+MD5 (mopd-2.5.3.tar.gz) = b2bbea45c885309682c24e3f8674ac45
diff --git a/net/mopd/pkg-comment b/net/mopd/pkg-comment
new file mode 100644
index 000000000000..fd7311d814e3
--- /dev/null
+++ b/net/mopd/pkg-comment
@@ -0,0 +1 @@
+MOP Loader Daemon for netbooting DEC machines
diff --git a/net/mopd/pkg-descr b/net/mopd/pkg-descr
new file mode 100644
index 000000000000..988bb6618247
--- /dev/null
+++ b/net/mopd/pkg-descr
@@ -0,0 +1,9 @@
+The MOP Loader Daemon is for use netbooting older DEC machines such as VAXen
+and DECstations. Some versions of SRM on DEC Alphas might support it too.
+MOP is functionally comparable to TFTP.
+
+Included in this package are the `mopd' daemon itself, plus the debugging
+utilities `mopchk', `mopprobe', and `moptrace'.
+
+-- David, November 1999
+ (obrien@cs.ucdavis.edu)
diff --git a/net/mopd/pkg-plist b/net/mopd/pkg-plist
new file mode 100644
index 000000000000..debd7dd67892
--- /dev/null
+++ b/net/mopd/pkg-plist
@@ -0,0 +1,6 @@
+@comment $FreeBSD$
+sbin/mopd
+sbin/mopprobe
+sbin/moptrace
+sbin/mopchk
+sbin/mopa.out