Hi I would like to adopt and maintain the 'transfig' package from Harold Hunt:
Here is the setup.hint file: ------------------------------------------------------------------------------------------- ./setup.hint sdesc: "Tools for creating TeX documents with graphics" ldesc: "TransFig is a set of tools for creating TeX documents with graphics which are portable, in the sense that they can be printed in a wide variety of environments." category: Graphics requires: cygwin libpng12 xorg-x11-bin-dlls bash ghostscript grep netpbm tcsh For downloading ------------------------------------ cut here ------------------------------------ #!/bin/bash mkdir -p transfig cd transfig 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 ------------------------------------ cut here ------------------------------------ Ciao Volker
