Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-04 | Update gammu and py-gammu to 1.26.0. | wiz | 1 | -5/+7 | |
Memory usage was reduced. Tons of bugs were fixed. Support for reading messages from Motorola phones was improved. Also BlueTooth support was improved. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -21/+1 | |
2009-05-26 | - enable shared libraries | wiz | 1 | -8/+7 | |
- do not build the python bindings, they're python version dependant and should be built separately - move common parts from Makefile into Makefile.common for use by the python binding package Makefile - add a patch for python/setup.py to add smsd.c to the sources which was obviously forgotten by the gammu team because they are building the extension with cmake. - add a buildlink3.mk for the python bindings package From Joachim König in private mail. PKGREVISION++. While here, make sure that some optional dependencies are not found and that the bash completion script is not installed. | |||||
2009-05-25 | Initial import of gammu-1.24.0. Bluetooth support by plunky. | wiz | 1 | -0/+193 | |
Gammu is a command line utility and library to work with mobile phones from many vendors. Support for different models differs, but basic functions should work with majority of them. The program can work with contacts, messages (SMS, EMS and MMS), calendar, todos, file system, integrated radio, camera, etc. It also supports a daemon mode to send and receive SMS messages. Gammu includes Python bindings, which allows easy scripting of desired functionality using core functions. |