Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 1999 19:56:44 +0200 (MET DST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13982: update sysutils/gcombust to 0.1.24
Message-ID:  <199909261756.TAA99907@saturn.kn-bremen.de>

next in thread | raw e-mail | index | archive | help

>Number:         13982
>Category:       ports
>Synopsis:       update sysutils/gcombust to 0.1.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 26 11:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
me?  organized?
>Environment:

	3.3-STABLE i386, cdrecord-1.8a29, gettext-0.10.35,
	glib-1.2.3, gtk-1.2.3

>Description:

Version 0.1.24 Sep 25 1999
BUGFIXES:
	* verify with include-dirname=off didn't work (reported by
	  "Dipl.-Ing. Uwe Koloska" <koloska@Rcs1.urz.tu-dresden.de>)
	  (discovered a few other bugs with verify at the same time)
	* verify didn't lock out other operations
	* snprintf->g_snprintf by Krisztian Tamas <krtom@tv2.hu>
	* a bug introduced in 0.1.23 sometimes causing segfault when starting burn
	* updated the README a little
	* found and fixed a bug in read_into() that could cause output from
	  programs to be lost sometimes
	* fixed a small bug with exclude pattern
	* updated ja.p (Yuusuke Tahara <m5021212@u-aizu.ac.jp>)
NEWS:
	* audio CD -> wav files (using cdda2wav)
	* audio CD -> audio CD
	  (none of the audio CD features currently use the new .inf format for
	   bitwise exact audio copys in cdrtools, maybe in a later version)

>How-To-Repeat:

	n/a

>Fix:

Changed files:
	Makefile, files/md5, patches/patch-aa

Index: Makefile
===================================================================
RCS file: /home/cvs/cvs/ports/sysutils/gcombust/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	1999/09/24 04:59:53	1.7
+++ Makefile	1999/09/26 13:29:52
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	gcombust
-# Version required:	0.1.23
+# Version required:	0.1.24
 # Date created:		Tue Jun 22 21:17:03 MET DST 1999
 # Whom:			Juergen Lock <nox@jelal.kn-bremen.de>
 #
-# $FreeBSD: ports/sysutils/gcombust/Makefile,v 1.7 1999/09/24 04:59:53 cpiazza Exp $
+# $FreeBSD: ports/sysutils/gcombust/Makefile,v 1.6 1999/09/08 22:08:25 cpiazza Exp $
 #
 
-DISTNAME=	gcombust-0.1.23
+DISTNAME=	gcombust-0.1.24
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.abo.fi/~jmunsin/gcombust/
 
Index: files/md5
===================================================================
RCS file: /home/cvs/cvs/ports/sysutils/gcombust/files/md5,v
retrieving revision 1.6
diff -u -u -r1.6 md5
--- md5	1999/09/24 04:59:53	1.6
+++ md5	1999/09/25 21:07:33
@@ -1 +1 @@
-MD5 (gcombust-0.1.23.tar.gz) = 082b752dec39cca18a1186ae67f65c04
+MD5 (gcombust-0.1.24.tar.gz) = 2493ebe6a1a00b0a973cd166e86df8a0
Index: patches/patch-aa
===================================================================
RCS file: /home/cvs/cvs/ports/sysutils/gcombust/patches/patch-aa,v
retrieving revision 1.4
diff -u -u -r1.4 patch-aa
--- patch-aa	1999/09/24 04:59:53	1.4
+++ patch-aa	1999/09/26 14:52:19
@@ -2,40 +2,112 @@
 @@ -7,7 +7,7 @@
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 1999-09-21 01:15+0300\n"
--"PO-Revision-Date: 1999-08-18 23:24+0200\n"
-+"PO-Revision-Date: 1999-09-21 22:03+0200\n"
+ "POT-Creation-Date: 1999-09-25 17:50+0300\n"
+-"PO-Revision-Date: 1999-09-21 22:03+0200\n"
++"PO-Revision-Date: 1999-09-26 16:31+0200\n"
  "Last-Translator: Jürgen Lock <nox@jelal.kn-bremen.de>\n"
  "Language-Team: LANGUAGE <LL@li.org>\n"
  "MIME-Version: 1.0\n"
-@@ -435,7 +435,6 @@
+@@ -77,11 +77,11 @@
+ 
+ #: src/audio.c:274
+ msgid "Dump CD"
+-msgstr ""
++msgstr "Audio Tracks lesen"
+ 
+ #: src/audio.c:275
+ msgid "Dumps content of an audio CD into sound wav files (using cdda2wav)."
+-msgstr ""
++msgstr "Liest Audiodaten einer CD in .wav Dateien (mit cdda2wav)."
+ 
+ #: src/audio.c:292
+ msgid "Track"
+@@ -395,14 +395,12 @@
+ "digitalisierten Tracks als Dateien)"
+ 
+ #: src/cdrecord_options.c:221
+-#, fuzzy
+ msgid "Existing audio CD"
+-msgstr "Vorhandene ISO-9660 CD"
++msgstr "Vorhandene Audio CD"
+ 
+ #: src/cdrecord_options.c:225
+-#, fuzzy
+ msgid "Copy an audio CD directly "
+-msgstr " nicht als Audio Track hinzufügen, es ist ein Verzeichnis"
++msgstr "Audio CD direkt kopieren"
+ 
+ #: src/cdrecord_options.c:255
+ msgid "Select speed:"
+@@ -586,11 +584,11 @@
+ 
+ #: src/command.c:608
+ msgid "You need to supply a device name to read audio tracks from."
+-msgstr ""
++msgstr "Um Audio Tracks lesen zu können muß ein Device angegeben sein."
+ 
+ #: src/command.c:713
+ msgid "Could not read number of tracks from audio CD"
+-msgstr ""
++msgstr "Kann Anzahl der Tracks der Audio CD nicht lesen"
+ 
+ #: src/common_gtk.c:72 src/preferences.c:506
+ msgid "Ok"
+@@ -1371,18 +1369,16 @@
  msgstr ""
  
- #: src/cdrecord_options.c:299
+ #: src/preferences.c:207
 -#, fuzzy
  msgid ""
- "For data tracks: Usable if your drive can't read the last sectors of a track "
- "or if you want to be able to read the CD on an old Linux system with the "
-@@ -443,9 +442,11 @@
- "multiple of 2352 bytes (as it should be). It's safest to leave this on, "
- "especially for audio tracks."
+ "Open up filerequester and sets the path to the cdda2wav program (eg "
+ "/usr/bin/cdda2wav)"
  msgstr ""
--"Nützlich wenn ein Laufwerk die letzten Sectoren eines Tracks nicht lesen "
--"kann oder um die CD auf alten Linux Systemen mit ISO-9660 read ahead bug "
--"lesen zu können"
-+"Für Datentracks: Nützlich wenn ein Laufwerk die letzten Sectoren eines Tracks "
-+"nicht lesen kann oder um die CD auf alten Linux Systemen mit ISO-9660 read "
-+"ahead bug lesen zu können.  Für Audio Tracks: Sorgt dafür daß alle Tracks "
-+"ein Vielfaches von 2352 bytes lang sind (wie es sein muß).  Es ist am "
-+"sichersten dies an zu lassen, besonders für Audio Tracks."
- 
- #: src/cdrecord_options.c:305
- msgid "DAO"
-@@ -734,7 +735,6 @@
- msgstr "Verzeichnisse hinzufügen"
+-"Öffnet Dateiauswahl um den Pfad zu cdrecord zu setzen (also z.B. "
+-"/usr/bin/cdrecord)"
++"Öffnet Dateiauswahl um den Pfad zu cdda2wav zu setzen (also z.B. "
++"/usr/bin/cdda2wav)"
  
- #: src/filepicker.c:200
+ #: src/preferences.c:211
 -#, fuzzy
+ msgid "Select path to cdda2wav"
+-msgstr "cdrecord suchen"
++msgstr "cdda2wav suchen"
+ 
+ #: src/preferences.c:285
+ msgid "Enable tooltips"
+@@ -1497,21 +1493,20 @@
+ "Track: %02d / %02d"
+ 
+ #: src/progressbars_gui.c:101
+-#, fuzzy
+ msgid ""
+ "Dump in progress, please wait.\n"
+ "Track: 00 / 00 "
+ msgstr ""
+-"Schreibe CD, bitte warten.\n"
++"Lese CD, bitte warten.\n"
+ "Track: 00 / 00 "
+ 
+ #: src/progressbars_gui.c:103
+-#, fuzzy, c-format
++#, c-format
  msgid ""
- "Include the directory names on the top of the image (if this option is "
- "disabled the _contents_ of the directories added will appear at the root). "
+ "Dump in progress, please wait.\n"
+ "Track: %02d / %02d"
+ msgstr ""
+-"Schreibe CD, bitte warten.\n"
++"Lese CD, bitte warten.\n"
+ "Track: %02d / %02d"
+ 
+ #: src/progressbars_gui.c:148
+@@ -1547,9 +1542,8 @@
+ msgstr "Leere Disk muß eingelegt sein"
+ 
+ #: src/status_text.c:119
+-#, fuzzy
+ msgid "mkisofs/mkhybrid/cdda2wav output"
+-msgstr "mkisofs Ausgabe"
++msgstr "mkisofs/mkhybrid/cdda2wav Ausgabe"
+ 
+ #: src/status_text.c:124
+ msgid "cdrecord output"

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909261756.TAA99907>