On Feb 20 15:46, Warren Young wrote: > Corinna Vinschen wrote: > > > > ctags > > I still intend to maintain this. I got hung up getting it to package > correctly (see the archives) and haven't been back to it. Are there any > serious problems with the current version that a newer one would fix?
Sorry, I don't quite understand the problem of packaging it. For testing I just did this: $ cd /tmp $ wget http://switch.dl.sourceforge.net/sourceforge/ctags/ctags-5.5.4.tar.gz $ tar xzf ctags-5.5.4.tar.gz $ mv ctags-5.5.4 ctags-5.5.4-1 $ tar cjf ctags-5.5.4-1-src.tar.bz2 ctags-5.5.4-1 $ cd ctags-5.5.4-1 $ ./configure --prefix=/usr --mandir='$(prefix)/share/man' $ make $ make install prefix=/tmp/ctags-inst/usr $ cd ../ctags-inst $ strip usr/bin/ctags.exe $ find usr \! -type d | tar cjfT /tmp/ctags-5.5.4-1.tar.bz2 - $ cd .. $ rm -rf ctags-inst $ ls -l ctags*bz2 -rw-r--r-- 1 corinna root 202584 Feb 21 10:30 ctags-5.5.4-1-src.tar.bz2 -rw-r--r-- 1 corinna root 73578 Feb 21 10:30 ctags-5.5.4-1.tar.bz2 $ tar tvjf ctags-5.5.4-1.tar.bz2 -rwxr-xr-x corinna/root 127488 2006-02-21 10:24:19 usr/bin/ctags.exe lrwxrwxrwx corinna/root 0 2006-02-21 10:24:20 usr/bin/etags.exe -> ctags.exe -rw-r--r-- corinna/root 50700 2006-02-21 10:24:20 usr/share/man/man1/ctags.1 lrwxrwxrwx corinna/root 0 2006-02-21 10:24:20 usr/share/man/man1/etags.1 -> ctags.1 Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat
