On Oct 14, 2013, at 6:04 AM, Yasaman Sepanj wrote: > Dear all, > > I'm trying to use google's vox-launcher on mac. > > I have attached the install documentation which explains installation on a > Linux machine. > > I believe to install some of the packages mentioned I can use macports which > i have now installed but I fail to find the names packages on the list. > > Can anyone point me to the right direction?
MacPorts python package are frequently name py*-package-name. $ port echo name:^py.*gtk2 or name:^py.*gobject or name:^py.*dbus or name:^py.*alsa or name:^py.*simplejson or name:^py.*notify $ port info name:^py.*gtk2 or name:^py.*gobject or name:^py.*dbus or name:^py.*alsa or name:^py.*simplejson or name:^py.*notify Regards, Bradley Giesbrecht (pixilla) _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
