* [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support @ 2008-03-28 16:11 Jari Aalto 2008-03-28 16:48 ` Dr. Volker Zell 2008-03-29 4:24 ` Eric Blake 0 siblings, 2 replies; 6+ messages in thread From: Jari Aalto @ 2008-03-28 16:11 UTC (permalink / raw) To: cygwin-apps Matthieu Moy has written two very useful programs to take diffs between two Open Office documents. Please vote to make them included in Cygwin. For more information, visit: http://www-verimag.imag.fr/~moy/opendocument Jari -1---------------------------------------------------------------------- sdesc: "Diff program for OpenDocument files" ldesc: "A diff program to make it possible to diff OpenDocument (OpenOffice, Koffice ...) documents. A wrapper script to odt2txt program." category: Utils requires: cygwin diffutils odt2txt http://packages.debian.org/unstable/ a) manual mkdir -p oodiff cd oodiff wget \ http://cygwin.cante.net/oodiff/oodiff-20080328-1-src.tar.bz2 \ http://cygwin.cante.net/oodiff/oodiff-20080328-1.tar.bz2 \ http://cygwin.cante.net/oodiff/setup.hint tar -xf oodiff-20080328-1-src.tar.bz2 ./oodiff*.sh --color all b) automated gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8 mkdir oodiff ; cd oodiff rm -f get.sh get.sh.sig wget http://cygwin.cante.net/oodiff/get.sh \ http://cygwin.cante.net/oodiff/get.sh.sig && gpg --verify get.sh.sig get.sh && sh get.sh -2---------------------------------------------------------------------- sdesc: "Git diff filter for OpenDocument files" ldesc: "A git diff filter program to make it possible to diff OpenDocument (OpenOffice, Koffice ...) documents. A wrapper script to odt2txt program." category: Utils requires: cygwin diffutils git odt2txt a) manual mkdir -p git-oodiff cd git-oodiff wget \ http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1-src.tar.bz2 \ http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1.tar.bz2 \ http://cygwin.cante.net/git-oodiff/setup.hint tar -xf git-oodiff-20080328-1-src.tar.bz2 ./git-oodiff*.sh --color all b) automated gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8 mkdir git-oodiff ; cd git-oodiff rm -f get.sh get.sh.sig wget http://cygwin.cante.net/git-oodiff/get.sh \ http://cygwin.cante.net/git-oodiff/get.sh.sig && gpg --verify get.sh.sig get.sh && sh get.sh -- Welcome to FOSS revolution: we fix and modify until it shines ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support 2008-03-28 16:11 [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support Jari Aalto @ 2008-03-28 16:48 ` Dr. Volker Zell 2008-03-28 18:51 ` Jari Aalto 2008-03-29 4:24 ` Eric Blake 1 sibling, 1 reply; 6+ messages in thread From: Dr. Volker Zell @ 2008-03-28 16:48 UTC (permalink / raw) To: cygwin-apps >>>>> Jari Aalto writes: > Matthieu Moy has written two very useful programs to take diffs > between two Open Office documents. Please vote to make them included > in Cygwin. For more information, visit: > http://www-verimag.imag.fr/~moy/opendocument +1 git-oodiff-20080328-1.tar.bz2 is missing the binary. oodiff-20080328-1.tar.bz2 uses wrong location for binary: /usr/bin/bin/oodiff Ciao Volker ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support 2008-03-28 16:48 ` Dr. Volker Zell @ 2008-03-28 18:51 ` Jari Aalto 2008-03-28 19:49 ` [GTG] " Dr. Volker Zell 0 siblings, 1 reply; 6+ messages in thread From: Jari Aalto @ 2008-03-28 18:51 UTC (permalink / raw) To: cygwin-apps * Fri 2008-03-28 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> * Message-Id: 7z3aqayew5.fsf@vzell-de.de.oracle.com >>>>>> Jari Aalto writes: > > > Matthieu Moy has written two very useful programs to take diffs > > between two Open Office documents. Please vote to make them included > > in Cygwin. For more information, visit: > > > http://www-verimag.imag.fr/~moy/opendocument > > +1 > git-oodiff-20080328-1.tar.bz2 is missing the binary. > oodiff-20080328-1.tar.bz2 uses wrong location for binary: /usr/bin/bin/oodiff Both fixed. Jari -1---------------------------------------------------------------------- mkdir -p oodiff cd oodiff wget \ http://cygwin.cante.net/oodiff/oodiff-20080328-1-src.tar.bz2 \ http://cygwin.cante.net/oodiff/oodiff-20080328-1.tar.bz2 \ http://cygwin.cante.net/oodiff/setup.hint tar -xf oodiff-20080328-1-src.tar.bz2 ./oodiff*.sh --color all -2---------------------------------------------------------------------- mkdir -p git-oodiff cd git-oodiff wget \ http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1-src.tar.bz2 \ http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1.tar.bz2 \ http://cygwin.cante.net/git-oodiff/setup.hint tar -xf git-oodiff-20080328-1-src.tar.bz2 ./git-oodiff*.sh --color all -- Welcome to FOSS revolution: we fix and modify until it shines ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GTG] Re: [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support 2008-03-28 18:51 ` Jari Aalto @ 2008-03-28 19:49 ` Dr. Volker Zell 2008-03-29 0:14 ` Jari Aalto 0 siblings, 1 reply; 6+ messages in thread From: Dr. Volker Zell @ 2008-03-28 19:49 UTC (permalink / raw) To: cygwin-apps >>>>> Jari Aalto writes: > * Fri 2008-03-28 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> > * Message-Id: 7z3aqayew5.fsf@vzell-de.de.oracle.com >>>>>>> Jari Aalto writes: >> >> > Matthieu Moy has written two very useful programs to take diffs >> > between two Open Office documents. Please vote to make them included >> > in Cygwin. For more information, visit: >> >> > http://www-verimag.imag.fr/~moy/opendocument >> >> +1 >> git-oodiff-20080328-1.tar.bz2 is missing the binary. >> oodiff-20080328-1.tar.bz2 uses wrong location for binary: /usr/bin/bin/oodiff > Both fixed. > Jari > -1---------------------------------------------------------------------- > mkdir -p oodiff > cd oodiff > wget \ > http://cygwin.cante.net/oodiff/oodiff-20080328-1-src.tar.bz2 \ > http://cygwin.cante.net/oodiff/oodiff-20080328-1.tar.bz2 \ > http://cygwin.cante.net/oodiff/setup.hint > tar -xf oodiff-20080328-1-src.tar.bz2 > ./oodiff*.sh --color all > -2---------------------------------------------------------------------- > mkdir -p git-oodiff > cd git-oodiff > wget \ > http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1-src.tar.bz2 \ > http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1.tar.bz2 \ > http://cygwin.cante.net/git-oodiff/setup.hint > tar -xf git-oodiff-20080328-1-src.tar.bz2 > ./git-oodiff*.sh --color all Builds fine from source and packaging look good. git-oodiff-20080328-1 needs additionally coreutils in requires oodiff-20080328-1 " " coreutils and sed in requires GTG Volker ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GTG] Re: [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support 2008-03-28 19:49 ` [GTG] " Dr. Volker Zell @ 2008-03-29 0:14 ` Jari Aalto 0 siblings, 0 replies; 6+ messages in thread From: Jari Aalto @ 2008-03-29 0:14 UTC (permalink / raw) To: cygwin-apps * Fri 2008-03-28 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> * Message-Id: 7ziqz68w9q.fsf_-_@vzell-de.de.oracle.com > >> > http://www-verimag.imag.fr/~moy/opendocument > >> > >> Volker +1 > Builds fine from source and packaging look good. > > git-oodiff-20080328-1 needs additionally coreutils in requires > oodiff-20080328-1 " " coreutils and sed in requires Thanks, fixed. Jari ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support 2008-03-28 16:11 [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support Jari Aalto 2008-03-28 16:48 ` Dr. Volker Zell @ 2008-03-29 4:24 ` Eric Blake 1 sibling, 0 replies; 6+ messages in thread From: Eric Blake @ 2008-03-29 4:24 UTC (permalink / raw) To: cygwin-apps -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Jari Aalto on 3/28/2008 10:10 AM: | http://cygwin.cante.net/oodiff/oodiff-20080328-1-src.tar.bz2 \ | http://cygwin.cante.net/oodiff/oodiff-20080328-1.tar.bz2 \ | http://cygwin.cante.net/oodiff/setup.hint Uploaded directly in release directory. | http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1-src.tar.bz2 \ | http://cygwin.cante.net/git-oodiff/git-oodiff-20080328-1.tar.bz2 \ | http://cygwin.cante.net/git-oodiff/setup.hint Uploaded as a subdirectory of release/git. - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9@byu.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkftxLwACgkQ84KuGfSFAYAvqQCfcNEGKCC+Jq0mq12FWPnYMlfK RzAAoM6uSMSavI2agzGuSjqdLsOvQne4 =Fciu -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-03-29 4:24 UTC | newest] Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2008-03-28 16:11 [ITP] VOTE: oodiff and git-oodiff -- OpenOffice diff support Jari Aalto 2008-03-28 16:48 ` Dr. Volker Zell 2008-03-28 18:51 ` Jari Aalto 2008-03-28 19:49 ` [GTG] " Dr. Volker Zell 2008-03-29 0:14 ` Jari Aalto 2008-03-29 4:24 ` Eric Blake
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).