From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 12 19:20:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7100216A41C for ; Tue, 12 Jul 2005 19:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D00643D5D for ; Tue, 12 Jul 2005 19:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6CJK5l0075725 for ; Tue, 12 Jul 2005 19:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6CJK5Bu075724; Tue, 12 Jul 2005 19:20:05 GMT (envelope-from gnats) Resent-Date: Tue, 12 Jul 2005 19:20:05 GMT Resent-Message-Id: <200507121920.j6CJK5Bu075724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B33AE16A41C for ; Tue, 12 Jul 2005 19:14:35 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A13343D48 for ; Tue, 12 Jul 2005 19:14:35 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 96935 invoked from network); 12 Jul 2005 19:14:32 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 12 Jul 2005 19:14:32 -0000 Message-Id: <1121195793.0@phobos.mars.bsd> Date: Tue, 12 Jul 2005 16:16:33 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.4 Cc: Subject: ports/83346: New port: sysutils/gag - Graphical Boot Manager X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 19:20:07 -0000 >Number: 83346 >Category: ports >Synopsis: New port: sysutils/gag - Graphical Boot Manager >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 12 19:20:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005 root@phobos.mars.bsd:/usr/src/sys/i386/compile/ATHLON-ALE >Description: >How-To-Repeat: >Fix: --- gag.shar begins here --- # 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: # # gag # gag/distinfo # gag/Makefile # gag/pkg-plist # gag/pkg-descr # echo c - gag mkdir -p gag > /dev/null 2>&1 echo x - gag/distinfo sed 's/^X//' >gag/distinfo << 'END-of-gag/distinfo' XMD5 (gag45d.zip) = 8e1182f44d042b4b565f5d1711fab622 XSIZE (gag45d.zip) = 374270 END-of-gag/distinfo echo x - gag/Makefile sed 's/^X//' >gag/Makefile << 'END-of-gag/Makefile' X# New ports collection makefile for: gag X# Date created: 12 Jul 2005 X# Whom: Alejandro Pulver X# X# $FreeBSD$ X# X XPORTNAME= gag XPORTVERSION= 4.5d XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} X XMAINTAINER= alejandro@varnet.biz XCOMMENT= Graphical Boot Manager X X# security/gag XCONFLICTS= gag-2* XNO_LATEST_LINK= yes X XUSE_ZIP= yes X XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}45 X Xdo-install: X# Data X @${MKDIR} ${DATADIR} X.for f in disk.dsk gag.iso X @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} X.endfor X X# Documentation (optional) X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/install.txt ${DOCSDIR} X.endif X X.include END-of-gag/Makefile echo x - gag/pkg-plist sed 's/^X//' >gag/pkg-plist << 'END-of-gag/pkg-plist' X%%DATADIR%%/disk.dsk X%%DATADIR%%/gag.iso X%%PORTDOCS%%%%DOCSDIR%%/install.txt X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-gag/pkg-plist echo x - gag/pkg-descr sed 's/^X//' >gag/pkg-descr << 'END-of-gag/pkg-descr' XGAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager Xprogram. It's loaded when the computer is turned on and allows you to choose Xthe operating system you want to use. Its main features are: X X* Allows boot of up to 9 different operating systems. X* It can boot operating systems installed in primary and extended partitions. X* Can be installed from nearly all operating systems. X* GAG doesn't need its own partition. It installs itself in the first track of X the hard disk, wich is reserved for these kinds of programs. It can also be X instaled on a floppy disk, without using the hard disk. X* It has a timer to boot a default operating system (selectable by the user). X* The configuration menu can be protected with a password. X* The program works in graphic mode, and has a lot of icons. X* Hides the primary partitions. X* Allows a password to be put on each operating system. X* Allows the boot manager text to be translated to all languages. X* Can exchange disk drives. X* Has the SafeBoot system, that allows to boot if GAG is overwrited. X* Supports a great variety of keyboards (QWERTY, AZERTY, QWERTZ and DVORAK). X* Fully support for hard disks up to 4 terabytes (4096 gigabytes). X* Full version and free software (distributed under GPL licence, with source). X X- Alejandro Pulver Xalejandro@varnet.biz END-of-gag/pkg-descr exit --- gag.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: