diff options
author | pav <pav@FreeBSD.org> | 2005-07-14 03:54:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-14 03:54:13 +0800 |
commit | 6aa9a33068ed9b5e826ef2c0fdf3353718256fed (patch) | |
tree | 1f26c6bec399056bd296be899d8e28836e33e3b2 /sysutils/gag | |
parent | 9ff7acc2b5fcdca8f5dd93174c5f1ea7534b10ac (diff) | |
download | freebsd-ports-gnome-6aa9a33068ed9b5e826ef2c0fdf3353718256fed.tar.gz freebsd-ports-gnome-6aa9a33068ed9b5e826ef2c0fdf3353718256fed.tar.zst freebsd-ports-gnome-6aa9a33068ed9b5e826ef2c0fdf3353718256fed.zip |
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>
Diffstat (limited to 'sysutils/gag')
-rw-r--r-- | sysutils/gag/Makefile | 41 | ||||
-rw-r--r-- | sysutils/gag/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gag/pkg-descr | 24 | ||||
-rw-r--r-- | sysutils/gag/pkg-plist | 5 |
4 files changed, 72 insertions, 0 deletions
diff --git a/sysutils/gag/Makefile b/sysutils/gag/Makefile new file mode 100644 index 000000000000..ed6edfaa2c89 --- /dev/null +++ b/sysutils/gag/Makefile @@ -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> diff --git a/sysutils/gag/distinfo b/sysutils/gag/distinfo new file mode 100644 index 000000000000..5013f1660436 --- /dev/null +++ b/sysutils/gag/distinfo @@ -0,0 +1,2 @@ +MD5 (gag45d.zip) = 8e1182f44d042b4b565f5d1711fab622 +SIZE (gag45d.zip) = 374270 diff --git a/sysutils/gag/pkg-descr b/sysutils/gag/pkg-descr new file mode 100644 index 000000000000..c75f24d8881b --- /dev/null +++ b/sysutils/gag/pkg-descr @@ -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 diff --git a/sysutils/gag/pkg-plist b/sysutils/gag/pkg-plist new file mode 100644 index 000000000000..cd045309d5a4 --- /dev/null +++ b/sysutils/gag/pkg-plist @@ -0,0 +1,5 @@ +%%DATADIR%%/disk.dsk +%%DATADIR%%/gag.iso +%%PORTDOCS%%%%DOCSDIR%%/install.txt +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% |