summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-14 20:20:10 +0000
committerobrien <obrien@FreeBSD.org>1999-11-14 20:20:10 +0000
commitf10415e9cde605957fc04e5a73d8d6e3df1f57a9 (patch)
treebbd46cc3d39f4c68c4e9f8a0ad53ed8c83f88b18 /net
parenta7534f8caba1aa288056e8d1c6d14649a60b45e4 (diff)
downloadFreeBSD-ports-f10415e9cde605957fc04e5a73d8d6e3df1f57a9.zip
FreeBSD-ports-f10415e9cde605957fc04e5a73d8d6e3df1f57a9.tar.gz
The MOP Loader Daemon is for use netbooting older DEC machines.
MOP is functionally comparable to TFTP.
Diffstat (limited to 'net')
-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 0000000..16ec66b
--- /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 0000000..0151064
--- /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 0000000..fd7311d
--- /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 0000000..988bb66
--- /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 0000000..debd7dd
--- /dev/null
+++ b/net/mopd/pkg-plist
@@ -0,0 +1,6 @@
+@comment $FreeBSD$
+sbin/mopd
+sbin/mopprobe
+sbin/moptrace
+sbin/mopchk
+sbin/mopa.out
OpenPOWER on IntegriCloud