aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.31.0. ChangeLog since 1.30.0:Boris Samorodov2011-12-265-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20111221 - 1.31.0 [-] * Fixed compilation with latest libusb. [-] * Improved error handling in SQL backend of SMSD. [-] * SMSD documentation improvements. [-] * Indonesian translation updates. 20111213 - 1.30.92 [-] * Improved vCard parser to better handle location for various fields, thanks to Vladimir Serbinenko for initial patch. [-] * Fixed reading calls from some Nokia phones (bug #1553). [-] * Improved text mode SMS parsing in AT driver, thanks to Vladimir Serbinenko. [-] * Use glib's MD5 implementation if available. 20111129 - 1.30.91 [+] * Improved documentation for configuring Gammu. [-] * Fixed parsing birthday from vCard in some cases. [+] * Added option not to use configured logging in SMSD inject and monitor (bug #1539). [+] * Added SMSD configuration LogFacility (bug #1539). [-] * Fixed reading of data from OBEX phones (LP#891803). [-] * Fixed double reply detection (bug #1544). [-] * Increase maximal number of caller groups (bug #1541). [-] * Cancel all calls on maketerminated call if we don't get call ID. [-] * Fixed SMSC handling in some cases in SMSD (bug #1547). 20111107 - 1.30.90 [-] * Various documentation improvements. [-] * Detect Alcatel style reply on CPIN response (bug #1502). [-] * Fix build on some Win32 systems (bug #1496). [-] * Make jadmaker handle names with spaces (Rapha\xc3\xabl Droz). [-] * Display 8-bit messages in hex (Nicolas Pitre). [-] * Do not use AT+CUSD=2 on some phones (bug #1508). [-] * Fixed gammu-monitor with Windows service (bug #1515). [-] * Cleanup of contrib directory. [-] * Better support for Samsung AT phones (bug #1513). [-] * Fixed handling of MMS notification SMSes (bug #1530). [-] * Fixed CPIN reply handling (bug #1532). [+] * SMSD checks for PIN status just after connect (bug #1532). [-] * Fixed various MSVC compilation issues. Notes: svn path=/head/; revision=288047
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-3/+0
| | | | Notes: svn path=/head/; revision=285175
* Create an OPTION to install a bash completion script (off by default).Boris Samorodov2011-07-302-0/+24
| | | | | | | | | | | | Do not install the script when this option is disabled. I.e. even if bash is installed one should define the option "on" (or define the environment option WITH_BASH) to install the script. PR: ports/158840 (based on) Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=278592
* . update to version 1.30.0;Boris Samorodov2011-07-297-271/+15
| | | | | | | . remove patches taken from HEAD repository. Notes: svn path=/head/; revision=278541
* 1. Incorporate a patch from the development repository to fix an error:Boris Samorodov2011-05-232-1/+28
| | | | | | | | | | | | | | | | ----- Scanning dependencies of target sqlreply > Building C object contrib/sqlreply/CMakeFiles/sqlreply.dir/c/michal.o > /usr/ports/comms/gammu/work/gammu-1.29.0/contrib/sqlreply/c/michal.c:16:25: error: mysql/mysql.h: No such file or directory ----- The error occures only if a mysql port/package is installed. 2. Bump PORTREVISION. Pointed out by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports@) Notes: svn path=/head/; revision=274516
* Add following meta-variables:Boris Samorodov2011-02-116-50/+324
| | | | | | | | | | | . USE_GNOME=glib20 (yea, it's needed now, *sigh*); . USE_PYTHON=yes (so do python, comms/gammu-python is redundant now); . USE_GETTEXT=yes. Remove: . USE_GNOME=pkgconfig (superseeded by USE_GNOME=glib20). Notes: svn path=/head/; revision=268911
* Update to version 1.29.0. Changes:Boris Samorodov2011-01-284-10/+26
| | | | | | | | | http://wammu.eu/download/gammu/1.29.0/ Feature safe: yes Notes: svn path=/head/; revision=268326
* This is a no-op change, just "make update-patches" (new patches pending).Boris Samorodov2011-01-284-17/+17
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268321
* Update to version 1.28.0.Boris Samorodov2010-07-123-6/+19
| | | | Notes: svn path=/head/; revision=257688
* . move *.pyc and *.pyo file creation to comms/gammu MakefileBoris Samorodov2010-05-152-0/+12
| | | | | | | | | | | | | | (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-0/+1
| | | | | | | | | | | | | . 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
* . remove period from COMMENT;Boris Samorodov2010-05-141-2/+4
| | | | | | | | . add CONFLICTS; . bump PORTREVISION. Notes: svn path=/head/; revision=254320
* Return bsd.port.pre[post].mk back for the sake of OSVERSION.Boris Samorodov2010-05-141-2/+5
| | | | Notes: svn path=/head/; revision=254318
* Switch back to base gcc at sparc, should be fine now.Boris Samorodov2010-05-141-7/+1
| | | | Notes: svn path=/head/; revision=254317
* Here is a more descriptive pkg-descr. :-)Boris Samorodov2010-05-121-7/+20
| | | | Notes: svn path=/head/; revision=254208
* Update to version 1.27.0. Main changes:Boris Samorodov2009-12-222-4/+4
| | | | | | | | | | * Initial support for reading Motorola calendar (bug#338). * Avoid parsing boolean config values all around the code. * FILES backend of SMSD now support message injecting. * Ignore duplicate lines in AT reply (bug#1069). Notes: svn path=/head/; revision=246458
* . remove a version number from pkg-descr;Boris Samorodov2009-12-031-2/+2
| | | | | | | . update the URL to the project. Notes: svn path=/head/; revision=245142
* Now gammu compiles with default compilers at FreeBSD-amd64Boris Samorodov2009-11-171-1/+1
| | | | | | | | | (and may be at sparc64 as well -- should be checked out). Pointed out by: Andrius Morkunas <hinokind at gmail.com> (by e-mail) Notes: svn path=/head/; revision=244374
* . update to version 1.26.1;Boris Samorodov2009-09-082-6/+6
| | | | | | | | | | | | | . replace one master site by a more responsive one. Full list of changes since 1.26.0: * CPIN reply is handled like regular one except in A2D case (bug #994). * Fix finding first empty position when memory is empty (bug #996). * Fixed parsing of SMS status reports. * Fixed parsing of text messages with new lines (bug #995). Notes: svn path=/head/; revision=241032
* Version 1.26.0 is out! There is reduced memory usage, tons of bugfixes,Boris Samorodov2009-09-042-4/+4
| | | | | | | | better support for reading messages from Motorola phones. Full changelog: http://blog.cihar.com/archives/2009/09/04/gammu_stable_version_1_26_0/ Notes: svn path=/head/; revision=240861
* Mark as needing specific version on sparc64 as well: default versionMark Linimon2009-08-171-1/+1
| | | | | | | | | gets internal error. Hat: portmgr Notes: svn path=/head/; revision=239692
* Place an ARCH check after ".include <bsd.port.pre.mk>".Boris Samorodov2009-07-251-4/+4
| | | | | | | | | Hm, strange it did work at amd64 tinderbox though... Reported by: FreshPorts sanity checking Notes: svn path=/head/; revision=238360
* Use GCC=4.3 to fix build at FreeBSD-amd64 (the port doesn'tBoris Samorodov2009-07-251-0/+4
| | | | | | | | | compile with other gcc versions). Do not bump PORTREVISION. Reported by: QAT Notes: svn path=/head/; revision=238358
* Update to version 1.25.0.Boris Samorodov2009-07-192-4/+4
| | | | Notes: svn path=/head/; revision=238067
* Update to version 1.24.0.Boris Samorodov2009-04-254-45/+4
| | | | | | | Remove patches incorporated upstream. Notes: svn path=/head/; revision=232746
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-1/+1
| | | | Notes: svn path=/head/; revision=230897
* . fix build at FreeBSD-6.x (add a variable initialization,Boris Samorodov2009-03-122-4/+12
| | | | | | | | the patch submitted upstream); . bump PORTREVISION (the logic has changed). Notes: svn path=/head/; revision=229923
* . mark BROKEN at 6.x -- does not compile; [1]Boris Samorodov2009-03-112-5/+44
| | | | | | | | | | | . reintroduce NOPORTDOCS with upstream patches; [2] . no changes to default packages -- do not bump PORTREVISION. Pointed out by: pointyhat [1] QAT [2] Notes: svn path=/head/; revision=229872
* . do not use NOPORTDOCS since after "documentation clarification" [1]Boris Samorodov2009-03-043-43/+11
| | | | | | | | | | | | | | | there is no easy way (at least I did'n manage to find one and got no responce at the maillist) to do it. *sigh* . add a variable WITH_PYTHON_GAMMU to optionally install python-gammu binding (incorporated into gammu since 1.23.0); . do not bump PORTREVISION (no changes to default packages). Reported by: QAT [1] Notes: svn path=/head/; revision=229498
* Update to version 1.23.1.Boris Samorodov2009-03-033-4/+5
| | | | Notes: svn path=/head/; revision=229407
* Update to version 1.23.0.Boris Samorodov2009-03-026-17/+26
| | | | Notes: svn path=/head/; revision=229320
* Update to version 1.22.1.Boris Samorodov2008-12-192-4/+4
| | | | Notes: svn path=/head/; revision=224495
* Update to version 1.21.0.Boris Samorodov2008-10-052-4/+4
| | | | Notes: svn path=/head/; revision=221257
* - Add common code to support for cmake based ports.Martin Wilke2008-05-271-9/+3
| | | | | | | | | | - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav) Notes: svn path=/head/; revision=213789
* Update to 1.20.0.Boris Samorodov2008-05-113-6/+6
| | | | Notes: svn path=/head/; revision=212910
* Add missing '$' (the wrong patch version has been committed).Boris Samorodov2008-01-141-1/+1
| | | | | | | | Pointed out by: pointyhat (via erwin) Pointyhat to: bsam (me) Notes: svn path=/head/; revision=205647
* Make use of gammu-config script.Boris Samorodov2008-01-121-0/+3
| | | | | | | Suggested by: lme Notes: svn path=/head/; revision=205565
* Update to a bug-fix release 1.17.0:Boris Samorodov2007-12-202-4/+4
| | | | | | | * Fixed reading of messages from AT phones using CMGL. Notes: svn path=/head/; revision=204222
* . update to version 1.16.0;Boris Samorodov2007-12-166-99/+24
| | | | | | | | . add INSTALL_LIBDATA_DIR to CMAKE_ARGS; . exclude manual pages for NOPORTDOCS case. Notes: svn path=/head/; revision=203875
* . update to stable release 1.13.0;Boris Samorodov2007-08-204-29/+12
| | | | | | | . remove patch patch-common-CMakeLists.txt (incorporated upstream). Notes: svn path=/head/; revision=197990
* . the new developer switched from gmake to cmake, the port mainly rewritten;Boris Samorodov2007-08-1110-232/+155
| | | | | | | | . update to version 1.12.0; . remove 4.x traces. Notes: svn path=/head/; revision=197476
* . new release 1.10.0, library version bumpted, many changes (see ChangeLog);Boris Samorodov2007-04-105-27/+28
| | | | | | | | . a new main developer (Michal Cihar); . MASTER_SITES changed. Notes: svn path=/head/; revision=189723
* . mark BROKEN for 4.x (does not compile); [1]Boris Samorodov2007-01-101-1/+5
| | | | | | | | | . s/INSTALLS_SHLIB/USE_LDCONFIG. Submitted by: pointyhat via krismail [1] Notes: svn path=/head/; revision=182004
* Update to new release 1.09.00. Changes since 1.08.00 (many):Boris Samorodov2006-12-083-5/+9
| | | | | | | http://www.mwiacek.com/zips/gsm/gammu/changelog Notes: svn path=/head/; revision=179174
* Update 1.07.00 -> 1.08.00. Changes (many):Boris Samorodov2006-11-033-12/+12
| | | | | | | | | http://www.mwiacek.com/zips/gsm/gammu/changelog While I'm here: change my email address to FreeBSD one. Notes: svn path=/head/; revision=176288
* URL to the second master site changed.Boris Samorodov2006-06-281-1/+1
| | | | | | | | Pointed out by: pointyhat Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=166494
* Update to 1.07.00Ion-Mihai Tetcu2006-06-123-6/+6
| | | | | | | | PR: 98876 Submitted by: maintainer Notes: svn path=/head/; revision=165272
* - Update to 1.06.00Sergey Matveychuk2006-05-123-7/+8
| | | | | | | | | | | - Update an URL in pkg-descr to point a new site - Pass maintainership to submitter PR: ports/97076 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=162160
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* - Update to 1.05.00Sergey Matveychuk2006-04-203-13/+13
| | | | | | | | PR: ports/96019 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=159993