[Midnightbsd-cvs] mports: sysutils/gag: add gag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 1 01:20:16 EDT 2007


Log Message:
-----------
add gag

Added Files:
-----------
    mports/sysutils/gag:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ sysutils/gag/pkg-descr
@@ -0,0 +1,22 @@
+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).
+* Supports Microsoft Windows Vista, MidnightBSD, FreeBSD, etc.
--- /dev/null
+++ sysutils/gag/pkg-plist
@@ -0,0 +1,26 @@
+ at comment $MidnightBSD: mports/sysutils/gag/pkg-plist,v 1.1 2007/09/01 05:20:15 laffer1 Exp $
+%%PORTDOCS%%share/doc/gag/index.html
+%%PORTDOCS%%share/doc/gag/faq.html
+%%PORTDOCS%%share/doc/gag/instructions.html
+%%PORTDOCS%%share/doc/gag/install1.png
+%%PORTDOCS%%share/doc/gag/install2.png
+%%PORTDOCS%%share/doc/gag/install3.png
+%%PORTDOCS%%share/doc/gag/install4.png
+%%PORTDOCS%%share/doc/gag/copying.html
+%%PORTDOCS%%share/doc/gag/instruc2.html
+%%PORTDOCS%%share/doc/gag/config1.png
+%%PORTDOCS%%share/doc/gag/config2.png
+%%PORTDOCS%%share/doc/gag/config3.png
+%%PORTDOCS%%share/doc/gag/config4.png
+%%PORTDOCS%%share/doc/gag/config5.png
+%%PORTDOCS%%share/doc/gag/config6.png
+%%PORTDOCS%%share/doc/gag/config7.png
+%%PORTDOCS%%share/doc/gag/technical.html
+%%PORTDOCS%%share/doc/gag/font.png
+%%PORTDOCS%%share/doc/gag/icons.png
+%%PORTDOCS%%share/doc/gag/recompiling.html
+%%PORTDOCS%%share/doc/gag/uninstall.html
+share/gag/cdrom.iso
+share/gag/disk.dsk
+%%PORTDOCS%%@dirrm share/doc/gag
+ at dirrm share/gag
--- /dev/null
+++ sysutils/gag/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for:	gag
+# Date created:				31 Aug 2007
+# Whom:					Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/sysutils/gag/Makefile,v 1.1 2007/09/01 05:20:15 laffer1 Exp $
+#
+
+PORTNAME=	gag
+PORTVERSION=	4.9
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Graphical Boot Manager
+LICENSE=	gpl2
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_ZIP=	yes
+NO_BUILD=	yes
+
+# security/gag
+CONFLICTS=	gag-2*
+NO_LATEST_LINK=	yes
+
+do-install:
+# Data
+	@${MKDIR} ${DATADIR}
+.for f in cdrom.iso disk.dsk
+	@${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
+.endfor
+
+# Documentation (optional)
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	@(cd ${WRKSRC}/docs && pax -r -w . ${DOCSDIR}/ )
+.endif
+
+.include <bsd.port.mk>
--- /dev/null
+++ sysutils/gag/distinfo
@@ -0,0 +1,3 @@
+MD5 (gag_4.9.zip) = 8fe4eb63f6c69c0b9b3c2cf3d3cadb78
+SHA256 (gag_4.9.zip) = 15dc7f534b2816f5b1e76cce56701f3b7bc46502fac438718f696edf2b28a4b9
+SIZE (gag_4.9.zip) = 1444697


More information about the Midnightbsd-cvs mailing list