[SCM] mma/master: Refresh debian/makeman, POD and *.1 man page files

foka at users.alioth.debian.org foka at users.alioth.debian.org
Sat Sep 19 03:35:21 UTC 2015


The following commit has been merged in the master branch:
commit e1004cd57969f9d7b512f45f0d97ed9fcd00adb7
Author: Anthony Fok <foka at debian.org>
Date:   Thu Sep 17 15:43:02 2015 -0600

    Refresh debian/makeman, POD and *.1 man page files

diff --git a/debian/makeman b/debian/makeman
index 61cc24a..decfd25 100755
--- a/debian/makeman
+++ b/debian/makeman
@@ -1,16 +1,16 @@
 #!/usr/bin/env perl
+
 use Modern::Perl;
+
 my %files = qw(
 	mma-splitrec.pod mma-splitrec
 	mup2mma.pod      mup2mma
 	pg2mma.pod       pg2mma
 );
-while ( my ($pod,$exec) = each %files ){
-	
+
+while (my ($pod,$exec) = each %files) {
 	my $file = "$exec.1";
 	my $cmd = qq(pod2man -c " " -r " " --section=1 $pod $exec.1 --name=$exec);
 	say $cmd;
 	system $cmd;
-
 }
-
diff --git a/debian/mma-mnx.1 b/debian/mma-mnx.1
index 87f5a1d..99a189b 100644
--- a/debian/mma-mnx.1
+++ b/debian/mma-mnx.1
@@ -8,13 +8,13 @@ mma-mnx  \- Convert MIDI file to MMA-readable form
 .SH DESCRIPTION
 
 This program is used to extract note and other data from an
-existing midi file in a format which the MMA MidiNote command
+existing MIDI file in a format which the MMA MidiNote command
 understands.
 .PP
-If you just run the program on a file you will get a report as
+If you just run the program on a file, you will get a report as
 to the number of channels in the file, etc. 
 .PP
-To extract data use the -c option stating the midi channel for the
+To extract data, use the -c option stating the MIDI channel for the
 data to extract. Note, Pitch Bend, Controller and Channel Aftertouch
 data will be printed for the specified channel. Save using redirect
 if you want. You can now use your favorite editor to import the data
diff --git a/debian/mma-splitrec.1 b/debian/mma-splitrec.1
index 447e073..1234fe5 100644
--- a/debian/mma-splitrec.1
+++ b/debian/mma-splitrec.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "mma-splitrec 1"
-.TH mma-splitrec 1 "2012-01-04" " " " "
+.TH mma-splitrec 1 "2015-09-17" " " " "
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -137,7 +146,7 @@ mma\-splitrec \- Create wav tracks from MMA input file
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
 This program is used to create a set of wav tracks from a \s-1MMA\s0
-input file. You need \s-1MMA\s0, the input file, a midiplayer, audio
+input file. You need \s-1MMA,\s0 the input file, a \s-1MIDI\s0 player, audio
 recorder and an external synth or timidity.
 .PP
 The command:
@@ -152,59 +161,57 @@ the results into a series of wav files.
 .PP
 Also created is a mix file with all the tracks. This is called \*(L"bg.wav\*(R".
 .PP
-When using an external synth the conversion takes a long time ...
+When using an external synth, the conversion takes a long time ...
 about the number of tracks times the duration of the song. Be patient.
 .PP
-If you have timidity installed you can let it create the wav files. It works
-pretty well, depending on your installed soundfonts.
+If you have timidity installed, you can let it create the wav files.
+It works pretty well, depending on your installed soundfonts.
 .PP
-Using timidity i've had good success with the following:
-.Sp
-.RS 12
-1. use mma-splitrec with a decent soundfont to create tracks,
-.Sp
-2. use timidity to create a mix track of the mma file,
-.Sp
-3. copy the mix to my Zoom H4 recorder into a project file,
-.Sp
-4. play/create lots of sax tracks while listening to the mix (4 track mode on the H4),
-.Sp
-5. copy the sax tracks the split tracks from (1) into audacity,
-.Sp
-6. edit the tracks,
-.Sp
-7. publish the song and become rich and famous!
-.RE
+Using timidity, I've had good success with the following:
+.IP "1." 4
+use mma-splitrec with a decent soundfont to create tracks,
+.IP "2." 4
+use timidity to create a mix track of the mma file,
+.IP "3." 4
+copy the mix to my Zoom H4 recorder into a project file,
+.IP "4." 4
+play/create lots of sax tracks while listening to the mix (4 track mode on the H4),
+.IP "5." 4
+copy the sax tracks the split tracks from (1) into audacity,
+.IP "6." 4
+edit the tracks,
+.IP "7." 4
+publish the song and become rich and famous!
 .SH "OPTIONS"
 .IX Header "OPTIONS"
-.IP "\fB\-m\fR" 12
+.IP "\fB\-m\fR" 8
 .IX Item "-m"
-Set the midi file player (aplaymidi) options. This is usually
+Set the \s-1MIDI\s0 file player (aplaymidi) options. This is usually
 the port. You should quote the arg:  \-m \*(L"\-p 20\*(R"
-.IP "\fB\-r\fR" 12
+.IP "\fB\-r\fR" 8
 .IX Item "-r"
 Recorder options (arecord). You can change the number of channels,
 quality, port, etc. Again, quote the arg: \-r \*(L"\-D hw:0,0 \-c2\*(R"
-.IP "\fB\-o\fR" 12
+.IP "\fB\-o\fR" 8
 .IX Item "-o"
 Timidity options. Quote args: \-o \*(L"\-Ow\*(R"
 .Sp
 See the manual pages for aplaymidi, arecord and timidiy for option details.
-.IP "\fB\-i\fR" 12
+.IP "\fB\-i\fR" 8
 .IX Item "-i"
-By default an external synth is assumed. Use this option to force use
+By default, an external synth is assumed. Use this option to force use
 of timidity.
-.IP "\fB\-b\fR" 12
+.IP "\fB\-b\fR" 8
 .IX Item "-b"
 By default the track \*(L"bg.wav\*(R" is created with all tracks playing. This
 option will skip creating that track.
-.IP "\fB\-t\fR" 12
+.IP "\fB\-t\fR" 8
 .IX Item "-t"
-Create only track \s-1XX\s0. The track name is passed to mma and its \-T option.
+Create only track \s-1XX.\s0 The track name is passed to mma and its \-T option.
 To create a set of tracks you need multiple \-t settings: \-t Solo \-t Chord-piano
 .Sp
 The track names are \s-1NOT\s0 case sensitive.
-.IP "\fB\-x\fR" 12
+.IP "\fB\-x\fR" 8
 .IX Item "-x"
 Exclude tracks. Again, a separate \-x is required for each track to skip.
 .SH "SEE ALSO"
@@ -219,4 +226,4 @@ The latest version of this program is always distributed with
 Bob van der Poel <bob at mellowood.ca>
 .SH "LICENSE"
 .IX Header "LICENSE"
-mma-splitrec is Copyright 2002\-2008 Bob van der Poel. Free use of this software is granted under the terms of the \s-1GNU\s0 General Public License.
+mma-splitrec is Copyright 2002\-2011 Bob van der Poel. Free use of this software is granted under the terms of the \s-1GNU\s0 General Public License.
diff --git a/debian/mma-splitrec.pod b/debian/mma-splitrec.pod
index ca5b60e..746f005 100644
--- a/debian/mma-splitrec.pod
+++ b/debian/mma-splitrec.pod
@@ -9,7 +9,7 @@ B<mma-splitrec> <somefile.mma>
 =head1 DESCRIPTION
 
 This program is used to create a set of wav tracks from a MMA
-input file. You need MMA, the input file, a midiplayer, audio
+input file. You need MMA, the input file, a MIDI player, audio
 recorder and an external synth or timidity.
 
 The command:
@@ -26,39 +26,53 @@ the results into a series of wav files.
 
 Also created is a mix file with all the tracks. This is called "bg.wav".
 
-When using an external synth the conversion takes a long time ...
+When using an external synth, the conversion takes a long time ...
 about the number of tracks times the duration of the song. Be patient.
 
-If you have timidity installed you can let it create the wav files. It works
-pretty well, depending on your installed soundfonts.
+If you have timidity installed, you can let it create the wav files.
+It works pretty well, depending on your installed soundfonts.
 
-Using timidity i've had good success with the following:
+Using timidity, I've had good success with the following:
 
-=over 12
+=over 4
+
+=item 1.
+
+use mma-splitrec with a decent soundfont to create tracks,
+
+=item 2.
+
+use timidity to create a mix track of the mma file,
 
-1. use mma-splitrec with a decent soundfont to create tracks,
+=item 3.
 
-2. use timidity to create a mix track of the mma file,
+copy the mix to my Zoom H4 recorder into a project file,
 
-3. copy the mix to my Zoom H4 recorder into a project file,
+=item 4.
 
-4. play/create lots of sax tracks while listening to the mix (4 track mode on the H4),
+play/create lots of sax tracks while listening to the mix (4 track mode on the H4),
 
-5. copy the sax tracks the split tracks from (1) into audacity,
+=item 5.
 
-6. edit the tracks,
+copy the sax tracks the split tracks from (1) into audacity,
 
-7. publish the song and become rich and famous!
+=item 6.
+
+edit the tracks,
+
+=item 7.
+
+publish the song and become rich and famous!
 
 =back
 
 =head1 OPTIONS
 
-=over 12
+=over 8
 
 =item B<-m> 
 
-Set the midi file player (aplaymidi) options. This is usually
+Set the MIDI file player (aplaymidi) options. This is usually
 the port. You should quote the arg:  -m "-p 20"
 
 =item B<-r>
@@ -74,7 +88,7 @@ See the manual pages for aplaymidi, arecord and timidiy for option details.
 
 =item B<-i>
 
-By default an external synth is assumed. Use this option to force use
+By default, an external synth is assumed. Use this option to force use
 of timidity.
 
 =item B<-b>
@@ -110,4 +124,4 @@ Bob van der Poel <bob at mellowood.ca>
 
 =head1 LICENSE
 
-mma-splitrec is Copyright 2002-2008 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
+mma-splitrec is Copyright 2002-2011 Bob van der Poel. Free use of this software is granted under the terms of the GNU General Public License.
diff --git a/debian/mup2mma.1 b/debian/mup2mma.1
index 9e7876e..0b64a3d 100644
--- a/debian/mup2mma.1
+++ b/debian/mup2mma.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "mup2mma 1"
-.TH mup2mma 1 "2012-01-08" " " " "
+.TH mup2mma 1 "2015-09-17" " " " "
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/debian/mup2mma.pod b/debian/mup2mma.pod
index 0a70717..e6bff9b 100644
--- a/debian/mup2mma.pod
+++ b/debian/mup2mma.pod
@@ -14,7 +14,7 @@ the macro "C" for chord. In my MUP files I have the following:
 
 =over 6
 
-define C bold (11) chord above all: @                                      
+define C bold (11) chord above all: @
 
 =back
                                                                                    
diff --git a/debian/pg2mma.1 b/debian/pg2mma.1
index e7709e7..4e221c4 100644
--- a/debian/pg2mma.1
+++ b/debian/pg2mma.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "pg2mma 1"
-.TH pg2mma 1 "2012-01-08" " " " "
+.TH pg2mma 1 "2015-09-17" " " " "
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -179,9 +188,9 @@ End
 .RE
 .PP
 The names in the orginal file are converted to CamelCase; both ';' and []
-comments are converted to \s-1MMA\s0 // style.
+comments are converted to \s-1MMA //\s0 style.
 .PP
-The conversion recognizes the \*(L"\s-1ONEBASED\s0\*(R" keyword. When found, subsequent
+The conversion recognizes the \*(L"\s-1ONEBASED\*(R"\s0 keyword. When found, subsequent
 patch values will be decremented by 1.
 .PP
 The produced files should be useable directly by mma. However, there are a
@@ -191,7 +200,7 @@ the .pat files we've looked at do contain errors.
 .IP "\(bu" 6
 many of the .pat files redefine existing \s-1GM\s0 voice names. You
 will need to change these names or put up with warning
-messages from \s-1MMA\s0.
+messages from \s-1MMA.\s0
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
 \&\fImma\fR\|(1)

-- 
mma packaging



More information about the pkg-multimedia-commits mailing list