GAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager

program. It's loaded when the computer is turned on and allows you to choose
the operating system you want to use.

PR:		ports/83346
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
This commit is contained in:
Pav Lucistnik 2005-07-13 19:54:13 +00:00
parent 1c523a8916
commit 028410ca85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139120
5 changed files with 73 additions and 0 deletions

View file

@ -163,6 +163,7 @@
SUBDIR += fsbackup
SUBDIR += ftrace
SUBDIR += fvcool
SUBDIR += gag
SUBDIR += ganglia-monitor-core
SUBDIR += ganglia-webfrontend
SUBDIR += gcdmaster

41
sysutils/gag/Makefile Normal file
View file

@ -0,0 +1,41 @@
# New ports collection makefile for: gag
# Date created: 12 Jul 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= gag
PORTVERSION= 4.5d
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= alejandro@varnet.biz
COMMENT= Graphical Boot Manager
# security/gag
CONFLICTS= gag-2*
NO_LATEST_LINK= yes
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}45
do-install:
# Data
@${MKDIR} ${DATADIR}
.for f in disk.dsk gag.iso
@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
# Documentation (optional)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/install.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>

2
sysutils/gag/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (gag45d.zip) = 8e1182f44d042b4b565f5d1711fab622
SIZE (gag45d.zip) = 374270

24
sysutils/gag/pkg-descr Normal file
View file

@ -0,0 +1,24 @@
GAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager
program. It's loaded when the computer is turned on and allows you to choose
the operating system you want to use. Its main features are:
* Allows boot of up to 9 different operating systems.
* It can boot operating systems installed in primary and extended partitions.
* Can be installed from nearly all operating systems.
* GAG doesn't need its own partition. It installs itself in the first track of
the hard disk, wich is reserved for these kinds of programs. It can also be
instaled on a floppy disk, without using the hard disk.
* It has a timer to boot a default operating system (selectable by the user).
* The configuration menu can be protected with a password.
* The program works in graphic mode, and has a lot of icons.
* Hides the primary partitions.
* Allows a password to be put on each operating system.
* Allows the boot manager text to be translated to all languages.
* Can exchange disk drives.
* Has the SafeBoot system, that allows to boot if GAG is overwrited.
* Supports a great variety of keyboards (QWERTY, AZERTY, QWERTZ and DVORAK).
* Fully support for hard disks up to 4 terabytes (4096 gigabytes).
* Full version and free software (distributed under GPL licence, with source).
- Alejandro Pulver
alejandro@varnet.biz

5
sysutils/gag/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
%%DATADIR%%/disk.dsk
%%DATADIR%%/gag.iso
%%PORTDOCS%%%%DOCSDIR%%/install.txt
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%