Hi I would like to adopt and maintain the 'xfig/xfig-lib' packages from Harold Hunt.
Here are the setup.hint files: ------------------------------------------------------------------------------------------- ./setup.hint sdesc: "An interactive drawing tool" ldesc: "Xfig is a menu-driven tool that allows the user to draw and manipulate objects interactively in an X window. The resulting pictures can be saved, printed on postscript printers or converted to a variety of other formats (e.g. to allow inclusion in LaTeX documents)." category: Graphics X11 requires: cygwin libXaw3d7 libjpeg62 xorg-x11-base xfig-lib transfig ------------------------------------------------------------------------------------------- ./xfig-lib/setup.hint sdesc: "An interactive drawing tool - (grahpic symbols library)" ldesc: "Xfig is a menu-driven tool that allows the user to draw and manipulate objects interactively in an X window. The resulting pictures can be saved, printed on postscript printers or converted to a variety of other formats (e.g. to allow inclusion in LaTeX documents)." category: Graphics X11 requires: cygwin xfig external-source: xfig 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
