From f10415e9cde605957fc04e5a73d8d6e3df1f57a9 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 14 Nov 1999 20:20:10 +0000 Subject: The MOP Loader Daemon is for use netbooting older DEC machines. MOP is functionally comparable to TFTP. --- net/mopd/Makefile | 25 +++++++++++++++++++++++++ net/mopd/distinfo | 1 + net/mopd/pkg-comment | 1 + net/mopd/pkg-descr | 9 +++++++++ net/mopd/pkg-plist | 6 ++++++ 5 files changed, 42 insertions(+) create mode 100644 net/mopd/Makefile create mode 100644 net/mopd/distinfo create mode 100644 net/mopd/pkg-comment create mode 100644 net/mopd/pkg-descr create mode 100644 net/mopd/pkg-plist (limited to 'net') 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 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 -- cgit v1.1