Subject: package menus
To: None <tech-pkg@netbsd.org>
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
List: tech-pkg
Date: 04/08/2003 18:40:54
i did small program that can be used as separate package to generate menus
for installed window managers and programs.

as it's independent from any packages it's easy to maintain and use (no
need to wait every package maintainer to add support).

it's in

http://3miasto.net/~wojtek/menugen.tar.gz

now it can only generate fvwm/fvwm2 definitions (as i use only fvmw2) but
adding support for anything else requires only

1) adding it to the list in wm_gen.c
2) copy wm_fvwm2.c to wm_yourwm.c
3) based on this code write code for your wm. it shouldn't be more than
one-two screens :)


please read menus.txt header to know how to use it and how to add more
definitions or messages in more languages.

And please send me all enhancements back so i will be able to make it more
complete and finally make pkgsrc package with this program