aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu-python
Commit message (Collapse)AuthorAgeFilesLines
* . move *.pyc and *.pyo file creation to comms/gammu MakefileBoris Samorodov2010-05-151-5/+0
| | | | | | | | | | | | | | (so those who use comms/gammu with WITH_PYTHON_GAMMU option get the same files and pkg-plists as users of comms/gammu-python); . compile all python files after installing (not just __init__.py); . remove PORTREVISION from comms/gammu-python (should be fine to reflect the one from the master port, and it's bumped indirectly from 1 to 2); . do not bump PORTREVISION for comms/gammu since it's default package s not touched by those changes). Notes: svn path=/head/; revision=254351
* comms/gammu-python:Boris Samorodov2010-05-141-1/+5
| | | | | | | | | | | | | . remove CATEGORIES (it's the same with master port); . run python script to create gammu/__init__.pyc file; . bump PORTREVISION. comms/gammu: . add gammu/__init__.pyc to pkg-plist (when WITH_PYTHON_GAMMU is defined, i.e. for comms/gammu-python port). Notes: svn path=/head/; revision=254322
* This is a gammu port with python bindings.Boris Samorodov2010-05-141-0/+17
Notes: svn path=/head/; revision=254321