Hi I would like to adopt and maintain the 'libsmi' package from Abe Backus and split it into 'libsmi/libsmi2/libsmi-devel' packages.
Here are the setup.hint files: ------------------------------------------------------------------------------------------- ./libsmi-devel/setup.hint sdesc: "A library that allows management applications to access SMI MIB module definitions - (development)" ldesc: "The core of the libsmi distribution is a library that allows management applications to access SMI MIB module definitions. On top of this library, there are tools to check, analyze dump, convert, and compare MIB definitions. Finally, the distribution contains a steadily maintained and revised archive of all IETF and IANA maintained standard MIB and PIB modules." category: Devel Libs requires: cygwin libsmi2 external-source: libsmi ------------------------------------------------------------------------------------------- ./libsmi2/setup.hint sdesc: "A library that allows management applications to access SMI MIB module definitions - (runtime)" ldesc: "The core of the libsmi distribution is a library that allows management applications to access SMI MIB module definitions. On top of this library, there are tools to check, analyze dump, convert, and compare MIB definitions. Finally, the distribution contains a steadily maintained and revised archive of all IETF and IANA maintained standard MIB and PIB modules." category: Libs requires: cygwin external-source: libsmi ------------------------------------------------------------------------------------------- ./setup.hint sdesc: "A library that allows management applications to access SMI MIB module definitions - (utilities)" ldesc: "The core of the libsmi distribution is a library that allows management applications to access SMI MIB module definitions. On top of this library, there are tools to check, analyze dump, convert, and compare MIB definitions. Finally, the distribution contains a steadily maintained and revised archive of all IETF and IANA maintained standard MIB and PIB modules." category: Libs requires: cygwin libsmi2 awk bash coreutils grep wget For downloading ------------------------------------ cut here ------------------------------------ #!/bin/bash mkdir -p libsmi/libsmi2 libsmi/libsmi-devel cd libsmi wget http://volkerzell.de/cygwin/ITP/libsmi/setup.hint wget http://volkerzell.de/cygwin/ITP/libsmi/libsmi-0.4.7-1-src.tar.bz2 wget http://volkerzell.de/cygwin/ITP/libsmi/libsmi-0.4.7-1.tar.bz2 cd libsmi2 wget http://volkerzell.de/cygwin/ITP/libsmi/libsmi2/setup.hint wget http://volkerzell.de/cygwin/ITP/libsmi/libsmi2/libsmi2-0.4.7-1.tar.bz2 cd ../libsmi-devel wget http://volkerzell.de/cygwin/ITP/libsmi/libsmi-devel/setup.hint wget http://volkerzell.de/cygwin/ITP/libsmi/libsmi-devel/libsmi-devel-0.4.7-1.tar.bz2 ------------------------------------ cut here ------------------------------------ Ciao Volker