diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-03-18 00:20:29 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-03-18 00:20:29 +0800 |
commit | 7439867e2f2d2571d77c0b4bcf4813b94acdfc16 (patch) | |
tree | 6e4874979798d71d2d5b48c60fc147554a3dca14 /sysutils | |
parent | ccce082a2bb8342516a67f1da74b9c032bd8edee (diff) | |
download | freebsd-ports-gnome-7439867e2f2d2571d77c0b4bcf4813b94acdfc16.tar.gz freebsd-ports-gnome-7439867e2f2d2571d77c0b4bcf4813b94acdfc16.tar.zst freebsd-ports-gnome-7439867e2f2d2571d77c0b4bcf4813b94acdfc16.zip |
- Update to version 4.9.
- Add amd64 and ia64 to ONLY_FOR_ARCHS (i386 compatible).
- Remove '@' from install commands.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gag/Makefile | 22 | ||||
-rw-r--r-- | sysutils/gag/distinfo | 6 | ||||
-rw-r--r-- | sysutils/gag/pkg-descr | 34 | ||||
-rw-r--r-- | sysutils/gag/pkg-plist | 24 |
4 files changed, 49 insertions, 37 deletions
diff --git a/sysutils/gag/Makefile b/sysutils/gag/Makefile index b6b648a2b762..8ae733ef689f 100644 --- a/sysutils/gag/Makefile +++ b/sysutils/gag/Makefile @@ -6,16 +6,15 @@ # PORTNAME= gag -PORTVERSION= 4.6 +PORTVERSION= 4.9 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} +MASTER_SITES= SF +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= alepulver@FreeBSD.org COMMENT= Graphical Boot Manager -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 ia64 USE_ZIP= yes NO_BUILD= yes @@ -24,18 +23,13 @@ CONFLICTS= gag-2* NO_LATEST_LINK= yes do-install: -# Data - @${MKDIR} ${DATADIR} + ${MKDIR} ${DATADIR} .for f in cdrom.iso disk.dsk - @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} .endfor - -# Documentation (optional) .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for f in install.txt keyboard.txt uninstal.txt - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/sysutils/gag/distinfo b/sysutils/gag/distinfo index db7efe2489b1..5e87ac1ab6bd 100644 --- a/sysutils/gag/distinfo +++ b/sysutils/gag/distinfo @@ -1,3 +1,3 @@ -MD5 (gag46.zip) = 7893b535090eb265280c610516453cf0 -SHA256 (gag46.zip) = 8b894d1e99c6db0fa486444f9c93f6dff5426401b2334a917e47bbe8032c4d16 -SIZE (gag46.zip) = 826446 +MD5 (gag_4.9.zip) = 8fe4eb63f6c69c0b9b3c2cf3d3cadb78 +SHA256 (gag_4.9.zip) = 15dc7f534b2816f5b1e76cce56701f3b7bc46502fac438718f696edf2b28a4b9 +SIZE (gag_4.9.zip) = 1444697 diff --git a/sysutils/gag/pkg-descr b/sysutils/gag/pkg-descr index c75f24d8881b..1b203940782e 100644 --- a/sysutils/gag/pkg-descr +++ b/sysutils/gag/pkg-descr @@ -2,23 +2,23 @@ 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 +- Allows boot of up to 9 different operating systems. +- It can boot operating systems installed in primary and extended partitions + on any available hard disk. +- 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). +- 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 (>=VGA card), and has a lot of icons. +- Hides the primary partitions which allows the user to have instaled more + than one DOS and/or Windows in the same hard disk. +- Allows a password to be put on each operating system, restricting access. +- Allows the boot manager text to be translated to all languages. +- Can exchange disk drives, allowing disk operating systems such as MS-DOS. +- Has the SafeBoot system, allowing to boot if GAG is accidentally overwrited. +- Supports a great variety of keyboards (QWERTY, AZERTY, QWERTZ and DVORAK). +- Fully support for hard disks up to 4 terabytes (4096 gigabytes). -- Alejandro Pulver -alejandro@varnet.biz +WWW: http://gag.sourceforge.net/ diff --git a/sysutils/gag/pkg-plist b/sysutils/gag/pkg-plist index 3b822a4bd523..223c662c2793 100644 --- a/sysutils/gag/pkg-plist +++ b/sysutils/gag/pkg-plist @@ -1,7 +1,25 @@ +%%PORTDOCS%%%%DOCSDIR%%/config1.png +%%PORTDOCS%%%%DOCSDIR%%/config2.png +%%PORTDOCS%%%%DOCSDIR%%/config3.png +%%PORTDOCS%%%%DOCSDIR%%/config4.png +%%PORTDOCS%%%%DOCSDIR%%/config5.png +%%PORTDOCS%%%%DOCSDIR%%/config6.png +%%PORTDOCS%%%%DOCSDIR%%/config7.png +%%PORTDOCS%%%%DOCSDIR%%/copying.html +%%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/font.png +%%PORTDOCS%%%%DOCSDIR%%/icons.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/install1.png +%%PORTDOCS%%%%DOCSDIR%%/install2.png +%%PORTDOCS%%%%DOCSDIR%%/install3.png +%%PORTDOCS%%%%DOCSDIR%%/install4.png +%%PORTDOCS%%%%DOCSDIR%%/instruc2.html +%%PORTDOCS%%%%DOCSDIR%%/instructions.html +%%PORTDOCS%%%%DOCSDIR%%/recompiling.html +%%PORTDOCS%%%%DOCSDIR%%/technical.html +%%PORTDOCS%%%%DOCSDIR%%/uninstall.html %%DATADIR%%/cdrom.iso %%DATADIR%%/disk.dsk -%%PORTDOCS%%%%DOCSDIR%%/install.txt -%%PORTDOCS%%%%DOCSDIR%%/keyboard.txt -%%PORTDOCS%%%%DOCSDIR%%/uninstal.txt @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% |