diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-19 08:22:10 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-19 08:22:10 +0800 |
commit | a7004f383d734a5082c39dba161e3ff083979951 (patch) | |
tree | 92dcb9820acd332ca2698b0154ddbbe15325a5a9 /net | |
parent | df1eec3451fb9b103b024fefea39b0740f2c9049 (diff) | |
download | freebsd-ports-graphics-a7004f383d734a5082c39dba161e3ff083979951.tar.gz freebsd-ports-graphics-a7004f383d734a5082c39dba161e3ff083979951.tar.zst freebsd-ports-graphics-a7004f383d734a5082c39dba161e3ff083979951.zip |
- Fix fetch (and unbreak) port by using the submitter's distfile mirror.
- The author no longer wishes to maintain the port, and has recommended
that it be scheduled for termination. It deserves plenty of time since
it is now fetchable and seems useful.
PR: ports/104503
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Approved by: portmgr (marcus),
Martin Butkus <m.butkus@tu-bs.de> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/rboot/Makefile | 12 | ||||
-rw-r--r-- | net/rboot/distinfo | 1 | ||||
-rw-r--r-- | net/rboot/pkg-descr | 15 |
3 files changed, 17 insertions, 11 deletions
diff --git a/net/rboot/Makefile b/net/rboot/Makefile index 6f8570cfc9b..62f1f75b60e 100644 --- a/net/rboot/Makefile +++ b/net/rboot/Makefile @@ -8,13 +8,15 @@ PORTNAME= rboot PORTVERSION= 3.0.1 CATEGORIES= net -MASTER_SITES= http://www.bs.ni.schule.de/support/rboot/download/ +MASTER_SITES= http://www.franksworld.org/dist/${PORTNAME}/ -MAINTAINER= m.butkus@tu-bs.de -COMMENT= A remote-boot solution for M$$ operating systems +MAINTAINER= ports@FreeBSD.org +COMMENT= A remote-boot solution for Microsoft operating systems -NO_PACKAGE= "this port creates devices" -BROKEN= Unfetchable +NO_PACKAGE= this port creates devices + +DEPRECATED= The project is no longer under development, and has no homepage +EXPIRATION_DATE=2007-06-01 MAN7= rboot.7 MAN8= netboot.8 diff --git a/net/rboot/distinfo b/net/rboot/distinfo index d8de8d50f53..93cacc824fb 100644 --- a/net/rboot/distinfo +++ b/net/rboot/distinfo @@ -1,2 +1,3 @@ MD5 (rboot-3.0.1.tar.gz) = 48014e81df166af58209a2e8b10b5b07 +SHA256 (rboot-3.0.1.tar.gz) = 19ff0e1a8de2242c8a79541fc5411d667c4d62ebfcd7258ca1fa1a367ffd0e5c SIZE (rboot-3.0.1.tar.gz) = 1044694 diff --git a/net/rboot/pkg-descr b/net/rboot/pkg-descr index 49b5e350142..0bc802fc10a 100644 --- a/net/rboot/pkg-descr +++ b/net/rboot/pkg-descr @@ -1,19 +1,22 @@ -RBoot is a remote boot facility for PC operating systems. +RBoot is a remote boot facility for PC operating systems. More specifically, it allows you to set up several PCs so that they fetch their operating system from a central UNIX server on boot time. - + By having all the clients use the same boot image, and by storing differences in the clients' configuration in separate files, RBoot allows the sysadmin to reduce his/her administration efforts from factor N to -factor 1. +factor 1. RBoot requires a UNIX server that is capable of exporting a directory via NFS, and that has a bootpd server (for BOOTP). Any recent UNIX should meet -these criteria. At the moment, RBoot supports only booting the +these criteria. At the moment, RBoot supports only booting the Windows 95/98 operating systems, but support for Windows NT 4, Win 3.11 and DOS/LanManager eventually be added. -RBoot is freely redistributable under a BSD-style license. +RBoot is freely redistributable under a BSD-style license. + +Please note that RBoot is no longer supported by its author, and is not +under active development. -For more information, see the RBoot homepage at: +For historical reference, the RBoot homepage was at: WWW: http://www.bs.ni.schule.de/support/rboot/ |