[Po4a-devel][CVS] po4a README,1.3,1.4
by Denis Barbier
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv17387
Modified Files:
README
Log Message:
Typo
Index: README
===================================================================
RCS file: /cvsroot/po4a/po4a/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README 24 Mar 2004 21:57:20 -0000 1.3
+++ README 30 Apr 2004 21:45:02 -0000 1.4
@@ -39,7 +39,7 @@
-COPYRIGHT AND LICENCE
+COPYRIGHT AND LICENSE
This program is free software; you may redistribute it and/or modify it
under the terms of GPL (see COPYING file).
20 years, 6 months
[Po4a-devel]xgettext -L Perl
by Denis Barbier
Martin,
I would like to use "xgettext -L Perl" to generate po4a.pot, but it
requires a recent gettext (IIRC 0.13). This command will only be
run by us, so it does not add any dependency for end users.
Are you running a gettext version with Perl support?
Denis
20 years, 6 months
[Po4a-devel][CVS] po4a README.tests,1.2,1.3
by Denis Barbier
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv29639
Modified Files:
README.tests
Log Message:
Write output to a po4a.log logfile instead of default 'typescript'.
Index: README.tests
===================================================================
RCS file: /cvsroot/po4a/po4a/README.tests,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.tests 28 Apr 2004 21:36:31 -0000 1.2
+++ README.tests 28 Apr 2004 22:02:21 -0000 1.3
@@ -1,18 +1,17 @@
"Testing can only prove the presence of bugs"
-- Dijkstra
-I'll try to add a test for each test found in po4a in order to ensure that
+I'll try to add a test for each bug found in po4a in order to ensure that
they won't surface again.
If the test suite reports errors, please join enough details so that I can
fix them. At least, provide me the detailed result of the test suite. For
that, run the following command:
- script -c 'perl Makefile.PL;make clean test TEST_VERBOSE=1'
+ script -c 'perl -V;perl Makefile.PL;make clean test TEST_VERBOSE=1' po4a.log
-It will produce a file called 'typescript', containing most of the details I
-need. Please also report the perl version used, the linux distribution, and
-all details you think appropriate.
+It will produce a file called 'po4a.log', containing most of the details I
+need. Please also report all details you think appropriate.
Thanks, Mt.
20 years, 7 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a Man.pm,1.12,1.13
by Denis Barbier
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv29620/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
Fix syntax errors
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Man.pm 28 Apr 2004 21:39:36 -0000 1.12
+++ Man.pm 28 Apr 2004 22:01:13 -0000 1.13
@@ -638,7 +638,7 @@
} else {
$self->pushline($line."\n");
die sprintf(gettext(
- "po4a::man: Unknown macro '%s'. Remove it from the document,\npo4a::man: or provide a patch to <po4a-devel(a)lists.alioth.debian.org>.\n"),$line);
+ "po4a::man: Unknown macro '%s'. Remove it from the document,\npo4a::man: or provide a patch to <po4a-devel\(a)lists.alioth.debian.org>.\n"),$line);
}
} elsif ($line =~ /^( +)([^.].*)/) {
@@ -878,7 +878,7 @@
# .ie cond anything If cond then anything else goto .el.
# .if cond anything If cond then anything; otherwise do nothing.
$macro{'ie'}=$macro{'if'}=sub {
- die sprintf(gettext("po4a::man: This page uses conditionals with '%s'. Since po4a is not a real\npo4a::man: groff parser, this is not supported.\n",$_[1]);
+ die sprintf(gettext("po4a::man: This page uses conditionals with '%s'. Since po4a is not a real\npo4a::man: groff parser, this is not supported.\n",$_[1]));
};
# .in N Change indent according to N (default scaling indicator m).
$macro{'in'}=\&untranslated;
20 years, 7 months
[Po4a-devel][CVS] po4a po4a-gettextize,1.17,1.18
by Denis Barbier
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv28645
Modified Files:
po4a-gettextize
Log Message:
Fix syntax error
Index: po4a-gettextize
===================================================================
RCS file: /cvsroot/po4a/po4a/po4a-gettextize,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- po4a-gettextize 28 Apr 2004 21:36:31 -0000 1.17
+++ po4a-gettextize 28 Apr 2004 21:52:24 -0000 1.18
@@ -142,7 +142,7 @@
sub show_version {
- print sprintf(gettext("%s version %s.\nwritten by Martin Quinson and Denis Barbier.\n\nCopyright (C) 2002, 2003, 2004 Software of Public Interest, Inc.\nThis is free software; see source code for copying\nconditions. There is NO warranty; not even for \nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"),$"po4a-gettextize",VERSION);
+ print sprintf(gettext("%s version %s.\nwritten by Martin Quinson and Denis Barbier.\n\nCopyright (C) 2002, 2003, 2004 Software of Public Interest, Inc.\nThis is free software; see source code for copying\nconditions. There is NO warranty; not even for \nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"), "po4a-gettextize", $VERSION);
}
my ($pofile)=('-');
20 years, 7 months
[Po4a-devel][CVS] po4a TODO,1.5,1.6
by Denis Barbier
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv28383
Modified Files:
TODO
Log Message:
Minor change
Index: TODO
===================================================================
RCS file: /cvsroot/po4a/po4a/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- TODO 28 Apr 2004 21:39:36 -0000 1.5
+++ TODO 28 Apr 2004 21:41:30 -0000 1.6
@@ -22,7 +22,8 @@
- improve po4a-normalize
** Config file
-Le config file pourrait avoir la gueule suivante:
+It could look like
+
[module]
master{extra args}(,master{extra args})* = pofile(,pofile)*
20 years, 7 months
[Po4a-devel][CVS po4a]po4a/lib/Locale/Po4a Man.pm,1.11,1.12
by Denis Barbier
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv28225/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
s/handeling/handling/
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Man.pm 28 Apr 2004 21:36:31 -0000 1.11
+++ Man.pm 28 Apr 2004 21:39:36 -0000 1.12
@@ -684,7 +684,7 @@
# They should return a list, which will be join'ed(' ',..)
# or undef when they don't want to add anything
-# Some well known macro handeling
+# Some well known macro handling
# For macro taking only one argument, but people may forget the quotes.
# Example: >>.SH Another Section<< which should be >>.SH "Another Section"<<
20 years, 7 months
[Po4a-devel][CVS po4a]po4a TODO,1.4,1.5
by Denis Barbier
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv28225
Modified Files:
TODO
Log Message:
s/handeling/handling/
Index: TODO
===================================================================
RCS file: /cvsroot/po4a/po4a/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TODO 7 Nov 2003 12:56:06 -0000 1.4
+++ TODO 28 Apr 2004 21:39:36 -0000 1.5
@@ -5,7 +5,7 @@
-Better error handeling (errno, errstr)
+Better error handling (errno, errstr)
** TransTractor.pm
- process(): $self->addendum($file) || die "An addendum failed\n";
20 years, 7 months
[Po4a-devel][CVS po4a]po4a/testsuite stats.man,1.1,1.2
by Denis Barbier
Update of /cvsroot/po4a/po4a/testsuite
In directory haydn:/tmp/cvs-serv28080/testsuite
Modified Files:
stats.man
Log Message:
s/repport/report/
Index: stats.man
===================================================================
RCS file: /cvsroot/po4a/po4a/testsuite/stats.man,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stats.man 23 Jan 2003 09:42:30 -0000 1.1
+++ stats.man 28 Apr 2004 21:36:32 -0000 1.2
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# This script looks all installed man page, and repport some stats about them
+# This script looks all installed man page, and report some stats about them
# (usefull only to guide reflexions to po-man implementation)
use strict;
20 years, 7 months
[Po4a-devel][CVS po4a]po4a/po/pod fr.po,1.22,1.23 po4a-pod.pot,1.21,1.22
by Denis Barbier
Update of /cvsroot/po4a/po4a/po/pod
In directory haydn:/tmp/cvs-serv28080/po/pod
Modified Files:
fr.po po4a-pod.pot
Log Message:
s/repport/report/
Index: po4a-pod.pot
===================================================================
RCS file: /cvsroot/po4a/po4a/po/pod/po4a-pod.pot,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- po4a-pod.pot 28 Apr 2004 09:58:59 -0000 1.21
+++ po4a-pod.pot 28 Apr 2004 21:36:32 -0000 1.22
@@ -384,7 +384,7 @@
"msgid as msgstr. To make sure that things get ok, each msgid in po objects "
"are given a type, based on their structure (like \"chapt\", \"sect1\", \"p\" "
"and so on in docbook). If the types of strings are not the same, that mean "
-"that both files do not share the same structure, and the process repports an "
+"that both files do not share the same structure, and the process reports an "
"error."
msgstr ""
@@ -1805,7 +1805,7 @@
"In most cases, po4a::man will detect the problem and refuse to process the "
"page, issuing an adapted message. In some rare cases, the program will "
"complete without warning, but the output will be wrong. Such cases are "
-"called \"bugs\" ;) If you encounter such case, be sure to repport this, "
+"called \"bugs\" ;) If you encounter such case, be sure to report this, "
"along with a fix when possible..."
msgstr ""
@@ -2227,9 +2227,9 @@
#: ../../po4a-gettextize:41
msgid ""
"However, C<po4a-gettextize> will diagnose your death by detecting any "
-"desyncronisation between files, and repporting where they occur. In that "
-"case, you should edit manually the files to solve the repported disparity. "
-"Even if no error were repported, you check carefully that the generated po "
+"desyncronisation between files, and reporting where they occur. In that "
+"case, you should edit manually the files to solve the reported disparity. "
+"Even if no error were reported, you check carefully that the generated po "
"file is correct (ie, that each msgstr is the translation of the associated "
"msgid, and not the one before or after)."
msgstr ""
Index: fr.po
===================================================================
RCS file: /cvsroot/po4a/po4a/po/pod/fr.po,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- fr.po 28 Apr 2004 10:05:50 -0000 1.22
+++ fr.po 28 Apr 2004 21:36:32 -0000 1.23
@@ -403,7 +403,7 @@
"msgid as msgstr. To make sure that things get ok, each msgid in po objects "
"are given a type, based on their structure (like \"chapt\", \"sect1\", \"p\" "
"and so on in docbook). If the types of strings are not the same, that mean "
-"that both files do not share the same structure, and the process repports an "
+"that both files do not share the same structure, and the process reports an "
"error."
msgstr ""
"Il s'agit principalement d'un argument interne utilisé lors de la "
@@ -1748,7 +1748,7 @@
"In most cases, po4a::man will detect the problem and refuse to process the "
"page, issuing an adapted message. In some rare cases, the program will "
"complete without warning, but the output will be wrong. Such cases are "
-"called \"bugs\" ;) If you encounter such case, be sure to repport this, "
+"called \"bugs\" ;) If you encounter such case, be sure to report this, "
"along with a fix when possible..."
msgstr ""
@@ -2192,9 +2192,9 @@
#: ../../po4a-gettextize:41
msgid ""
"However, C<po4a-gettextize> will diagnose your death by detecting any "
-"desyncronisation between files, and repporting where they occur. In that "
-"case, you should edit manually the files to solve the repported disparity. "
-"Even if no error were repported, you check carefully that the generated po "
+"desyncronisation between files, and reporting where they occur. In that "
+"case, you should edit manually the files to solve the reported disparity. "
+"Even if no error were reported, you check carefully that the generated po "
"file is correct (ie, that each msgstr is the translation of the associated "
"msgid, and not the one before or after)."
msgstr ""
20 years, 7 months