[Po4a-devel][CVS] po4a/debian rules,1.23,1.24
by Martin Quinson
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv15528
Modified Files:
rules
Log Message:
do not die when there is nothing to clean
Index: rules
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/rules,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- rules 24 Mar 2004 21:57:20 -0000 1.23
+++ rules 25 May 2004 18:32:41 -0000 1.24
@@ -83,6 +83,8 @@
dh_testroot
-$(MAKE) clean
+ $(MAKE) -C po clean
+ find -name '.#*'|xargs rm || true
rm -f Makefile.old
rm -rf mantmp
20 years, 6 months
[Po4a-devel][CVS] po4a Makefile.PL,1.3,1.4
by Martin Quinson
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv15042
Modified Files:
Makefile.PL
Log Message:
Ask this stupid perl to cleanup the temp dir when pretending cleaning
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.PL 7 Nov 2003 10:35:29 -0000 1.3
+++ Makefile.PL 25 May 2004 18:28:01 -0000 1.4
@@ -9,7 +9,8 @@
'SGMLS' => ''}, # e.g., Module::Name => 1.1
'EXE_FILES' => ['po4a-gettextize', 'po4a-updatepo',
'po4a-translate', 'po4a-normalize'],
- 'PMLIBDIRS' => ['lib/Locale/Po4a'],
+ 'PMLIBDIRS' => ['lib/Locale/Po4a'],
+ 'clean' => {FILES => "t/tmp/*"},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT => 'Tools for helping translation of documentation',
AUTHOR => 'Martin Quinson <martin.quinson(a)tuxfamily.org>\n'.
20 years, 6 months
[Po4a-devel][CVS] po4a MANIFEST,1.5,1.6
by Martin Quinson
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv14755
Modified Files:
MANIFEST
Log Message:
Add es.po
Index: MANIFEST
===================================================================
RCS file: /cvsroot/po4a/po4a/MANIFEST,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- MANIFEST 25 May 2004 17:25:16 -0000 1.5
+++ MANIFEST 25 May 2004 18:24:16 -0000 1.6
@@ -23,6 +23,7 @@
po/Makefile
po/bin/Makefile
po/bin/fr.po
+po/bin/es.po
po/bin/po4a.pot
po/pod/Makefile
po/pod/fr.po
20 years, 6 months
[Po4a-devel][CVS] po4a/po Makefile,1.2,1.3
by Martin Quinson
Update of /cvsroot/po4a/po4a/po
In directory haydn:/tmp/cvs-serv6968
Modified Files:
Makefile
Log Message:
Clean po directory
Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 16 Jan 2003 09:09:45 -0000 1.2
+++ Makefile 25 May 2004 18:08:33 -0000 1.3
@@ -6,6 +6,9 @@
install:
for dir in $(SUBDIRS) ; do make -C $$dir install || exit $$? ; done
+clean:
+ for dir in $(SUBDIRS) ; do make -C $$dir clean || exit $$? ; done
+
stats:
@for dir in $(SUBDIRS) ; do \
20 years, 6 months
[Po4a-devel][CVS] po4a/po/pod Makefile,1.8,1.9
by Martin Quinson
Update of /cvsroot/po4a/po4a/po/pod
In directory haydn:/tmp/cvs-serv6968/pod
Modified Files:
Makefile
Log Message:
Clean po directory
Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/pod/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile 28 Apr 2004 09:52:47 -0000 1.8
+++ Makefile 25 May 2004 18:08:33 -0000 1.9
@@ -54,7 +54,7 @@
@PERL5LIB=../../lib ../../po4a-translate -f pod -v -m $< -p fr.po -l $@
clean:
- rm -f messages messages.mo *.pod *~
+ rm -f messages *.mo *.pod *~
check:
@for file in $(POFILES); do \
20 years, 6 months
[Po4a-devel][CVS] po4a/debian changelog,1.44,1.45
by Martin Quinson
Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv6517/debian
Modified Files:
changelog
Log Message:
Get ready for release
Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- changelog 25 May 2004 17:33:50 -0000 1.44
+++ changelog 25 May 2004 17:55:22 -0000 1.45
@@ -1,6 +1,7 @@
-po4a (0.16-1) NOT RELEASED; urgency=low
+po4a (0.16-1) unstable; urgency=low
- The "SGML should work. Without source change, even for (simple) XML" version
+ SGML should work. Without source change, even for (simple) XML.
+ Addition of a Dia module by Jordi Vilalta.
Martin Quinson
* [all binaries]
@@ -46,7 +47,7 @@
* [Dia.pm] New module for the diagrams saved by dia program
* [t/21-dia.t t/data-21] Relevant tests
- --
+ -- Martin Quinson <martin.quinson(a)tuxfamily.org> Tue, 25 May 2004 10:55:25 -0700
po4a (0.15.4-2) unstable; urgency=low
20 years, 6 months
[Po4a-devel][CVS] po4a/lib/Locale/Po4a TransTractor.pm,1.13,1.14
by Martin Quinson
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv6357/lib/Locale/Po4a
Modified Files:
TransTractor.pm
Log Message:
Version 0.16
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- TransTractor.pm 30 Apr 2004 23:26:36 -0000 1.13
+++ TransTractor.pm 25 May 2004 17:52:59 -0000 1.14
@@ -10,7 +10,7 @@
use subs qw(makespace);
use vars qw($VERSION @ISA @EXPORT);
-$VERSION="0.15.4";
+$VERSION="0.16";
@ISA = ();
@EXPORT = qw(process translate
read write readpo writepo);
20 years, 6 months
[Po4a-devel][CVS] po4a README,1.5,1.6
by Martin Quinson
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv6314
Modified Files:
README
Log Message:
A word about Dia specific dependencies
Index: README
===================================================================
RCS file: /cvsroot/po4a/po4a/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README 25 May 2004 17:24:42 -0000 1.5
+++ README 25 May 2004 17:52:19 -0000 1.6
@@ -44,6 +44,11 @@
This is the parser we use.
http://www.jclark.com/sp/
+DIA MODULE SPECIFIC DEPENDENCIES
+
+ libintl-perl (to get Locale::Recode.pm)
+ This dependency should be removed in the future, when encoding issues
+ will be handled by the core of the project.
COPYRIGHT AND LICENSE
20 years, 6 months
[Po4a-devel][CVS] po4a .cvsignore,1.2,1.3
by Martin Quinson
Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv6289
Modified Files:
.cvsignore
Log Message:
+= po4a.log typescript
Index: .cvsignore
===================================================================
RCS file: /cvsroot/po4a/po4a/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .cvsignore 7 Nov 2003 13:02:15 -0000 1.2
+++ .cvsignore 25 May 2004 17:51:58 -0000 1.3
@@ -1,2 +1,3 @@
Makefile blib pm_to_blib
mantmp
+po4a.log typescript
20 years, 6 months
[Po4a-devel][CVS] po4a/t/data-21 extract.po-ok,1.1,1.2
by Martin Quinson
Update of /cvsroot/po4a/po4a/t/data-21
In directory haydn:/tmp/cvs-serv6190
Modified Files:
extract.po-ok
Log Message:
this test is number 21, not number 04
Index: extract.po-ok
===================================================================
RCS file: /cvsroot/po4a/po4a/t/data-21/extract.po-ok,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extract.po-ok 25 May 2004 17:16:49 -0000 1.1
+++ extract.po-ok 25 May 2004 17:50:53 -0000 1.2
@@ -15,7 +15,7 @@
"Content-Transfer-Encoding: ENCODING"
# type: <dia:string>
-#: data-04/extract.dia:2
+#: data-21/extract.dia:2
#, no-wrap
msgid ""
"Test\n"
@@ -23,19 +23,19 @@
msgstr ""
# type: <dia:string>
-#: data-04/extract.dia:4
+#: data-21/extract.dia:4
#, no-wrap
msgid "Test string 5"
msgstr ""
# type: <dia:string>
-#: data-04/extract.dia:4
+#: data-21/extract.dia:4
#, no-wrap
msgid "Test string 6"
msgstr ""
# type: <dia:string>
-#: data-04/extract.dia:4
+#: data-21/extract.dia:4
#, no-wrap
msgid "Test string 8"
msgstr ""
20 years, 6 months