MenuMaker is application finding and menu generation utility. It is capable of

finding lots of installed programs and generating the root menu consistent
across all supported X window managers, so one will get (almost) the same menu
no matter what WM is currently used. It is pure Python application hence it
runs on every relevant system.

Supported X window managers:

- BlackBox
- Deskmenu
- FluxBox
- IceWM
- OpenBox, version 3
- PekWM
- WindowMaker
- XFCE, version 4

It also reads Freedesktop.org's .desktop files.

WWW: http://menumaker.sourceforge.net/
This commit is contained in:
Alejandro Pulver 2007-03-23 00:31:58 +00:00
parent 7523c9821c
commit 44316911e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188069
5 changed files with 106 additions and 0 deletions

View file

@ -127,6 +127,7 @@
SUBDIR += mcatalog
SUBDIR += mdh
SUBDIR += mencal
SUBDIR += menumaker
SUBDIR += metabar
SUBDIR += mhc
SUBDIR += mhc-emacs20

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: menumaker
# Date created: 2007-03-21
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= menumaker
PORTVERSION= 0.99.7
CATEGORIES= deskutils
MASTER_SITES= SF
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Menu generator for X Window Managers and desktop environments
USE_PYTHON= yes
GNU_CONFIGURE= yes
INFO= mmaker
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (menumaker-0.99.7.tar.gz) = a54cb7ec32db1bc8e04218e0be727b1e
SHA256 (menumaker-0.99.7.tar.gz) = dc319aa063aa8ec017af3f736cc6e4f7578e145289976c109a4cb19df3b3c445
SIZE (menumaker-0.99.7.tar.gz) = 138857

View file

@ -0,0 +1,20 @@
MenuMaker is application finding and menu generation utility. It is capable of
finding lots of installed programs and generating the root menu consistent
across all supported X window managers, so one will get (almost) the same menu
no matter what WM is currently used. It is pure Python application hence it
runs on every relevant system.
Supported X window managers:
- BlackBox
- Deskmenu
- FluxBox
- IceWM
- OpenBox, version 3
- PekWM
- WindowMaker
- XFCE, version 4
It also reads Freedesktop.org's .desktop files.
WWW: http://menumaker.sourceforge.net/

View file

@ -0,0 +1,61 @@
bin/mmaker
lib/menumaker/Config.py
lib/menumaker/Config.pyc
lib/menumaker/Keywords.py
lib/menumaker/Keywords.pyc
lib/menumaker/MenuMaker/BlackBox.py
lib/menumaker/MenuMaker/BlackBox.pyc
lib/menumaker/MenuMaker/CLI.py
lib/menumaker/MenuMaker/CLI.pyc
lib/menumaker/MenuMaker/Deskmenu.py
lib/menumaker/MenuMaker/Deskmenu.pyc
lib/menumaker/MenuMaker/FluxBox.py
lib/menumaker/MenuMaker/FluxBox.pyc
lib/menumaker/MenuMaker/IceWM.py
lib/menumaker/MenuMaker/IceWM.pyc
lib/menumaker/MenuMaker/OpenBox3.py
lib/menumaker/MenuMaker/OpenBox3.pyc
lib/menumaker/MenuMaker/PekWM.py
lib/menumaker/MenuMaker/PekWM.pyc
lib/menumaker/MenuMaker/WindowMaker.py
lib/menumaker/MenuMaker/WindowMaker.pyc
lib/menumaker/MenuMaker/Xfce4.py
lib/menumaker/MenuMaker/Xfce4.pyc
lib/menumaker/MenuMaker/__init__.py
lib/menumaker/MenuMaker/__init__.pyc
lib/menumaker/MenuMaker/xBox.py
lib/menumaker/MenuMaker/xBox.pyc
lib/menumaker/Paths.py
lib/menumaker/Paths.pyc
lib/menumaker/Prophet/Categories.py
lib/menumaker/Prophet/Categories.pyc
lib/menumaker/Prophet/Debian/__init__.py
lib/menumaker/Prophet/Debian/__init__.pyc
lib/menumaker/Prophet/Debian/menu/debian-2.2r5
lib/menumaker/Prophet/Debian/menu/ubuntu-5.04
lib/menumaker/Prophet/Debian/menu/ubuntu-5.10
lib/menumaker/Prophet/Desktop/__init__.py
lib/menumaker/Prophet/Desktop/__init__.pyc
lib/menumaker/Prophet/Legacy/Development.py
lib/menumaker/Prophet/Legacy/Development.pyc
lib/menumaker/Prophet/Legacy/Editor.py
lib/menumaker/Prophet/Legacy/Editor.pyc
lib/menumaker/Prophet/Legacy/Emulator.py
lib/menumaker/Prophet/Legacy/Emulator.pyc
lib/menumaker/Prophet/Legacy/Multimedia.py
lib/menumaker/Prophet/Legacy/Multimedia.pyc
lib/menumaker/Prophet/Legacy/Network.py
lib/menumaker/Prophet/Legacy/Network.pyc
lib/menumaker/Prophet/Legacy/Shell.py
lib/menumaker/Prophet/Legacy/Shell.pyc
lib/menumaker/Prophet/Legacy/__init__.py
lib/menumaker/Prophet/Legacy/__init__.pyc
lib/menumaker/Prophet/__init__.py
lib/menumaker/Prophet/__init__.pyc
@dirrm lib/menumaker/Prophet/Legacy
@dirrm lib/menumaker/Prophet/Desktop
@dirrm lib/menumaker/Prophet/Debian/menu
@dirrm lib/menumaker/Prophet/Debian
@dirrm lib/menumaker/Prophet
@dirrm lib/menumaker/MenuMaker
@dirrm lib/menumaker