diff options
author | rh <rh@pkgsrc.org> | 1999-08-13 20:13:38 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-13 20:13:38 +0000 |
commit | b49cd95d785f1952f2270c486360008896663a31 (patch) | |
tree | 442e0ba2416128f09f6ecd59f823888ee356fd75 /sysutils/gcombust/Makefile | |
parent | a81b067d86f9aed323257133aee5d728be4a8ebe (diff) | |
download | pkgsrc-b49cd95d785f1952f2270c486360008896663a31.tar.gz |
Update gcombust to 0.1.19
Changes are:
BUGFIXES:
* a few more strings gettextizied, updated German .po file
* should compile on IRIX, too, since 0.1.18
* mkhybrid can't do < 800 kb HFS volumes, added a check
(Allan Hsu <animate2@underworld.net>)
* small cdlabelgen changes, ok defaults and type fixes
(Daniel Serodio <dserodio@email.com>)
* made the image source interface more obvious (suggested by
Paul Barton-Davis <pbd@op.net>)
NEWS:
* Swedish .po file (Tommy Strand <gts@abc.se>)
* Japanese .po file (Daisuke Yabuki <dxy@optix.org>)
* netatalk option for mkhybrid (just mail me if you need more
mkhybrid options, I don't know which ones are useful)
* added a cleat button for the output textboxes
* cleaned up save settings, added device, speed & swab
* support for the new options in cdlabelgen 1.5 (wordwrap and
supression on plaque)
* "disable dirnames" option by Koaunghi Un
<koaunghi.un@student.uni-tuebingen.de>
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 15058725580..6e0b01884e7 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 1999/07/01 02:15:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1999/08/13 20:13:38 rh Exp $ # -DISTNAME= gcombust-0.1.18 +DISTNAME= gcombust-0.1.19 CATEGORIES= x11 sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ |