From owner-freebsd-ports Mon Jul 24 23:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6257537BA50 for ; Mon, 24 Jul 2000 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA82625; Mon, 24 Jul 2000 23:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 011CF37BC01 for ; Mon, 24 Jul 2000 23:21:02 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: by manatee.mammalia.org (Postfix, from userid 1000) id 60B5C11CD21; Mon, 24 Jul 2000 23:20:58 -0700 (PDT) Message-Id: <20000725062058.60B5C11CD21@manatee.mammalia.org> Date: Mon, 24 Jul 2000 23:20:58 -0700 (PDT) From: rjoseph@mammalia.org Reply-To: rjoseph@mammalia.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20168: New port: GNU Grub Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20168 >Category: ports >Synopsis: New port: GNU Grub >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 24 23:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: R Joseph Wright >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: Grand Unified Bootloader >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg # ./pkg/PLIST # ./pkg/DESCR # ./pkg/COMMENT # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: grub X# Date created 24 July 2000 X# Whom: rjoseph@mammalia.org X# X# $FreeBSD$ X# X XPORTNAME= grub XPORTVERSION= 0.5.95 XCATEGORIES= misc XMASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ X XMAINTAINER= ports@FreeBSD.org X XHAS_CONFIGURE= yes XUSE_GMAKE= yes X XMAN1= mbchk.1 XMAN8= grub.8 grub-install.8 X Xpost-install: X @${ECHO} "" X @${ECHO} "###########################################################" X @${ECHO} "This port does not install GRUB on the master boot record" X @${ECHO} "of your hard drive." X @${ECHO} "To do this, or to use it with a floppy disk, you will need" X @${ECHO} "to read the info page using 'info grub'." X @${ECHO} "###########################################################" X @${ECHO} "" X X.include END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/mbchk Xinfo/grub.info Xinfo/grub.info-1 Xinfo/grub.info-2 Xinfo/grub.info-3 Xinfo/grub.info-4 Xinfo/multiboot.info Xsbin/grub Xsbin/grub-install Xshare/grub/i386-unknown/stage2 Xshare/grub/i386-unknown/e2fs_stage1_5 Xshare/grub/i386-unknown/fat_stage1_5 Xshare/grub/i386-unknown/ffs_stage1_5 Xshare/grub/i386-unknown/minix_stage1_5 Xshare/grub/i386-unknown/reiserfs_stage1_5 Xshare/grub/i386-unknown/stage1 X@dirrm share/grub/i386-unknown X@dirrm share/grub END-of-./pkg/PLIST echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XGNU GRUB is a multiboot boot loader. It was derived from GRUB, the GRand XUnified Bootloader, which was originally designed and implemented by Erich XStefan Boleyn. X XThis port does not install GRUB on the master boot record of your hard drive. XTo do this, or to use it with a floppy disk, you will need to read the info Xpage that is installed by the port. X XWWW: http://www.gnu.org/software/grub END-of-./pkg/DESCR echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XGRand Unified Bootloader END-of-./pkg/COMMENT echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (grub-0.5.95.tar.gz) = 095817b10a8b82e222cb029ee5fb1c19 END-of-./files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message