mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add mksunbootcd 1.0, a program to make ISO images suitible to boot on
sparc systems. PR: 24086 Submitted by: Roman Shterenzon <roman@xpert.com>
This commit is contained in:
parent
de0889a11e
commit
7281bf7499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39454
@ -68,6 +68,7 @@
|
||||
SUBDIR += mei
|
||||
SUBDIR += memtest
|
||||
SUBDIR += mkisofs
|
||||
SUBDIR += mksunbootcd
|
||||
SUBDIR += monitord
|
||||
SUBDIR += muse
|
||||
SUBDIR += no-login
|
||||
|
23
sysutils/mksunbootcd/Makefile
Normal file
23
sysutils/mksunbootcd/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: mksunbootcd
|
||||
# Date Created: 5 Jan 2001
|
||||
# Whom: Roman Shterenzon <roman@xpert.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mksunbootcd
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/mksunbootcd/
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
MAN1= mksunbootcd.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/mksunbootcd/distinfo
Normal file
1
sysutils/mksunbootcd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mksunbootcd-1.0.tar.gz) = edc50758db95aefa137d4ba235aa3dc1
|
1
sysutils/mksunbootcd/pkg-comment
Normal file
1
sysutils/mksunbootcd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Makes ISO images suitible to boot on sparc systems
|
10
sysutils/mksunbootcd/pkg-descr
Normal file
10
sysutils/mksunbootcd/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
mksunbootcd combines filesystem partitions for Sun Microsystems,
|
||||
Inc. computers into an image suitable for writing to a compact
|
||||
disc, that will allow the disc to be booted on the sun3, sun3x, sun4,
|
||||
sun4c, sun4m and sun4u platforms. This hardware is supported by the
|
||||
NetBSD sparc, sparc64 and sun3 ports.
|
||||
See http://www.netbsd.org for more information on NetBSD.
|
||||
|
||||
WWW: http://www.netbsd.org/
|
||||
|
||||
Roman Shterenzon <roman@xpert.com>
|
1
sysutils/mksunbootcd/pkg-plist
Normal file
1
sysutils/mksunbootcd/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/mksunbootcd
|
Loading…
Reference in New Issue
Block a user