[ITA] indent 2.2.9 - C/C++ language source code formatting program

Jari Aalto jari.aalto@cante.net
Mon Aug 27 19:17:00 GMT 2007


Corinna Vinschen <corinna-cygwin-rDBXBDvO6BXQT0dZR+AlfA@public.gmane.org> writes:
> Packaging looks ok, but the setup.hint file is missing dependencies
> to libintl8 and libiconv2:
>
> $ cygcheck indent.exe | grep -v WINDOWS
>   C:\cygwin\bin\cygwin1.dll
>   C:\cygwin\bin\cygintl-8.dll
>     C:\cygwin\bin\cygiconv-2.dll

Fixed. Here is corrected version

Jari

  wget        \
    http://cygwin.cante.net/indent/indent-2.2.9-2.tar.bz2 \
    http://cygwin.cante.net/indent/indent-2.2.9-2-src.tar.bz2 \
    http://cygwin.cante.net/indent/setup.hint

For review:

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir indent ; cd indent
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/indent/get.sh \
          http://cygwin.cante.net/indent/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh




More information about the Cygwin-apps mailing list