aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* comms/gammu: upgrade to 1.42.0Rodrigo Osorio2020-10-272-4/+4
| | | | | | | | | | | | | | | | Major changes: - Fixed compilation on some non GNU systems. - Localization updates. - Improved CNMI command compatibility for AT module. - Improved getting of network and manufacturer information in AT module. - Improved compatibility with D-Link modems that need to power on. - Dropped Python 2 compatibility from utility scripts. - Fixed bug in deleting SMS messages. Full changelog: https://fr.wammu.eu/news/2020/10/03/gammu-1-42-0/ Notes: svn path=/head/; revision=553451
* comms/gammu: update to 1.41.0Rodrigo Osorio2020-01-132-5/+4
| | | | | | | | | | | | | | | | Changelog: https://wammu.eu/download/gammu/1.41.0/ * Documentation improvements. * Updated MySQL script to be compatible with current server versions. * Fixed SMSD operation on phones with more SMS folders. * Fixed off by one in Python example script. * Fixed PostgreSQL compilation on openSUSE. * Several compatibility fixes with recent compilers. * Improved USSD support. * Localization updates. Notes: svn path=/head/; revision=522874
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Upgrade comms/gammu from v1.39 to 1.40Rodrigo Osorio2019-02-272-6/+5
| | | | | | | | | | | | | Full list of changes: * Added SMSD configuration option RetryTimeout. * Removed non configurable sleep after failed message send. * SMSD now tries to store whole decoded text for concatenated messages in the first entry in database. * Improved compatibility with Sierra SL8084TR. * Added support for delivery reports stored in SR memory. * Configure CNMI parameters for AT driver. Notes: svn path=/head/; revision=494073
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build on gcc-based archs.Mark Linimon2018-09-211-1/+1
| | | | | | | | | PR: 231464 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480259
* misc/openhab2 comms/gammu: BumpYuri Victorovich2018-05-151-0/+1
| | | | | | | | | | I didn't bump them in r469511 and r469512 because they were previously broken such that they couldn't be installed. Reported by: mat Notes: svn path=/head/; revision=470032
* comms/gammu: Unbreak: add missing files to pkg-configYuri Victorovich2018-05-101-0/+2
| | | | | | | Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=469511
* Update Gammu to v1.39Rodrigo Osorio2018-04-092-4/+4
| | | | | | | | | | | | Changelist : Fixed answering call in AT module. Improved support for Huawei E392 and E3131. Fixed compatibility of binaries with Windows XP and 2003. Improved support for ZTE MF667. Updated list of GSM networks and countries. Notes: svn path=/head/; revision=466880
* - Update WWWDmitry Marakasov2018-03-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=464888
* Update to 1.38.4Rodrigo Osorio2017-08-022-4/+4
| | | | | | | | | Fix various compilation issues in python-gammu on Windows. Improved support for Huawei E3531 and E1756. Fixed several issues with using library on Windows. Notes: svn path=/head/; revision=447183
* Update gammu to 1.38.2 and take maintenership for this portRodrigo Osorio2017-03-292-5/+5
| | | | Notes: svn path=/head/; revision=437191
* Update to 1.38.1.Vanilla I. Shu2017-01-122-4/+4
| | | | Notes: svn path=/head/; revision=431257
* Update to 1.38.0Jason E. Hale2016-12-164-20/+9
| | | | | | | | Convert mysql to USES Make patches with "make makepatch" Notes: svn path=/head/; revision=428655
* Update to 1.37.91.Vanilla I. Shu2016-11-136-85/+19
| | | | Notes: svn path=/head/; revision=426004
* Update to 1.37.3.Vanilla I. Shu2016-05-252-3/+4
| | | | Notes: svn path=/head/; revision=415840
* Update to 1.37.2Mathieu Arnold2016-04-187-40/+57
| | | | | | | | | PR: 208863 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=413573
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* 1: Update to 1.37.0.2Vanilla I. Shu2016-02-052-4/+3
| | | | | | | 2: remove RUN_DEPENDS to devel/cdialog. Notes: svn path=/head/; revision=408184
* Upgrade to 1.36.8.Vanilla I. Shu2015-12-108-46/+26
| | | | Notes: svn path=/head/; revision=403443
* - Add LICENSE_FILEDmitry Marakasov2015-10-221-7/+8
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=399980
* To the pool: do not use the port any more and have no spare time toBoris Samorodov2015-10-191-1/+1
| | | | | | | maintain it. Notes: svn path=/head/; revision=399642
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-9/+4
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375017
* Cleanup plistBaptiste Daroussin2014-10-201-7/+0
| | | | Notes: svn path=/head/; revision=371247
* - Convert ports from cad/, chinese/, comms/ and converters/ to newMarcus von Appen2014-10-191-2/+1
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371172
* Acually bash should present at _configure_ time, so the port build/installBoris Samorodov2014-03-301-0/+1
| | | | | | | | | | a bash completion file. Restore BUILD_DEPENDS upon bash for non-default BASH option. Reported by: Łukasz Wąsikowski <lukasz@wasikowski.net> (via e-mail) Notes: svn path=/head/; revision=349677
* . let drop privileges at gammu-smsd; [1]Boris Samorodov2014-03-283-20/+45
| | | | | | | | | | | | | | | | | . support STAGE; . add LICENSE (GPLv2); . add ftp/curl to LIB_DEPENDS; . add pkgconfig, shebangfix to USES; . use /bin/sh instead /bin/bash at two scripts; . add USE_LDCONFIG=yes (the port installs shared libs); . remove bash from BUILD_DEPENDS (bash completion does not need it); . bump PORTREVISION. PR: ports/187110 [1] Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> [1] Notes: svn path=/head/; revision=349424
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* . update to 1.33.0;Boris Samorodov2013-05-303-9/+13
| | | | | | | | . check for "${PORT_OPTIONS:MDOCS}" rather then "! ${PORT_OPTIONS:MDOCS}" since both conditions are used. Notes: svn path=/head/; revision=319408
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Use the standard option for bash completion scriptBoris Samorodov2013-02-111-3/+2
| | | | | | | (BASHCS -> BASH). Notes: svn path=/head/; revision=312055
* . convert to new options style; [1]Boris Samorodov2012-10-061-27/+23
| | | | | | | | | | . trim headers; . place post-patch: target before post-install: one. Spotted by: bapt (at freebsd-ports@) [1] Notes: svn path=/head/; revision=305348
* . comms/gammu: update to version 1.32.0;Boris Samorodov2012-06-283-6/+6
| | | | | | | . deskutils/wammu: bump PORTREVISION (gammu shlib version has changed). Notes: svn path=/head/; revision=300157
* 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