This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [ITA] transfig: Tools for creating TeX documents with graphics
>>>>> Corinna Vinschen writes:
> On Apr 13 21:49, Dr. Volker Zell wrote:
>> wget http://volkerzell.de/cygwin/ITP/transfig/setup.hint
>> wget http://volkerzell.de/cygwin/ITP/transfig/transfig-3.2.5-1-src.tar.bz2
>> wget http://volkerzell.de/cygwin/ITP/transfig/transfig-3.2.5-1.tar.bz2
> Looks good, uploaded.
Thanks. xfig should be uploaded too. The URL's are still the old
ones. My tests so far are working.
For downloading
------------------------------------ cut here ------------------------------------
#!/bin/bash
mkdir -p xfig/xfig-lib
cd xfig
wget http://volkerzell.de/cygwin/ITP/xfig/setup.hint
wget http://volkerzell.de/cygwin/ITP/xfig/xfig-3.2.4-7-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/xfig/xfig-3.2.4-7.tar.bz2
cd xfig-lib
wget http://volkerzell.de/cygwin/ITP/xfig/xfig-lib/setup.hint
wget http://volkerzell.de/cygwin/ITP/xfig/xfig-lib/xfig-lib-3.2.4-7.tar.bz2
------------------------------------ cut here ------------------------------------
Ciao
Volker