Commit graph

28 commits

Author SHA1 Message Date
Boris Samorodov
f1c48aa891 . let drop privileges at gammu-smsd; [1]
. 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]
2014-03-28 14:10:58 +00:00
Boris Samorodov
e7397de52a Update to version 1.31.0. ChangeLog since 1.30.0:
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.
2011-12-26 11:20:09 +00:00
Boris Samorodov
9b494490e7 Create an OPTION to install a bash completion script (off by default).
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>
2011-07-30 19:27:29 +00:00
Boris Samorodov
a69223b6d6 . update to version 1.30.0;
. remove patches taken from HEAD repository.
2011-07-29 20:08:02 +00:00
Boris Samorodov
d990afe83b 1. Incorporate a patch from the development repository to fix an error:
-----
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@)
2011-05-23 14:17:17 +00:00
Boris Samorodov
3809128869 Add following meta-variables:
. 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).
2011-02-11 05:34:20 +00:00
Boris Samorodov
2444ab5c2f Update to version 1.29.0. Changes:
http://wammu.eu/download/gammu/1.29.0/

Feature safe:	yes
2011-01-28 11:29:01 +00:00
Boris Samorodov
f6ecddc6ab This is a no-op change, just "make update-patches" (new patches pending).
Feature safe:	yes
2011-01-28 10:26:36 +00:00
Boris Samorodov
26858d81b5 Update to version 1.24.0.
Remove patches incorporated upstream.
2009-04-25 23:11:00 +00:00
Boris Samorodov
b1c875c561 . fix build at FreeBSD-6.x (add a variable initialization,
the patch submitted upstream);
. bump PORTREVISION (the logic has changed).
2009-03-12 08:01:19 +00:00
Boris Samorodov
8a49a24a2c . mark BROKEN at 6.x -- does not compile; [1]
. reintroduce NOPORTDOCS with upstream patches;  [2]
. no changes to default packages -- do not bump PORTREVISION.

Pointed out by:	pointyhat  [1]
		QAT  [2]
2009-03-11 11:20:12 +00:00
Boris Samorodov
5a040ba21e . do not use NOPORTDOCS since after "documentation clarification" [1]
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]
2009-03-04 21:01:08 +00:00
Boris Samorodov
1230d3ab8e Update to version 1.23.0. 2009-03-02 10:08:21 +00:00
Boris Samorodov
100f78d09c . update to version 1.16.0;
. add INSTALL_LIBDATA_DIR to CMAKE_ARGS;
. exclude manual pages for NOPORTDOCS case.
2007-12-16 20:59:51 +00:00
Boris Samorodov
5e3a0fc94e . update to stable release 1.13.0;
. remove patch patch-common-CMakeLists.txt (incorporated upstream).
2007-08-20 20:51:50 +00:00
Boris Samorodov
a6684e6834 . the new developer switched from gmake to cmake, the port mainly rewritten;
. update to version 1.12.0;
. remove 4.x traces.
2007-08-11 17:10:28 +00:00
Boris Samorodov
dd3107a162 . new release 1.10.0, library version bumpted, many changes (see ChangeLog);
. a new main developer (Michal Cihar);
. MASTER_SITES changed.
2007-04-10 21:47:15 +00:00
Andrey Slusar
40dfacd9be Update to 1.04.0
PR:		ports/91097
Submitted by:	"Boris B. Samorodov" <bsam@ipt.ru>
Approved by:	maintainer timeout
2006-01-19 17:03:21 +00:00
Sam Lawrance
e6f69f893b Update to 1.03.0
PR:		ports/89648
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
Approved by:	kirill@solaris.ru (maintainer, timeout 14+ days)
2005-12-08 11:19:54 +00:00
Jean-Yves Lefort
e4f0953ec7 Fix bluetooth.h search path.
PR:		ports/88660
Submitted by:	Thiemo Nordenholz <nz@thiemo.net>, maintainer
2005-11-11 20:17:58 +00:00
Renato Botelho
7cfd54f220 - Update to 1.02.0 [1]
- Use DATADIR macro
- Use PORTDOCS scheme

PR:		ports/85139 [1]
Submitted by:	Boris Samorodov <bsam@ipt.ru> [1]
Approved by:	maintainer timeout (14 days)
2005-09-20 17:03:59 +00:00
Pav Lucistnik
c6be53fee5 - Update to 1.01.0
PR:		ports/83200
Submitted by:	Juraj Hajovsky <xhajov00@stud.fit.vutbr.cz>
Approved by:	maintainer timeout (14 days)
2005-07-26 19:41:29 +00:00
Oliver Lehmann
6a554c8669 update comms/gammu to 1.00.0
PR:		ports/79189
Submitted by:	maintainer
2005-04-14 09:05:03 +00:00
Pav Lucistnik
72f7a97404 - Install shared library and header files
PR:		ports/78022
Submitted by:	System Administrator <root@sentry.granch.ru>
Approved by:	maintainer address bounce:

<kirill@solaris.ru>
    (reason: 554 5.7.1 Client host rejected: Presumably dialup/dsl/dynamic client address!!!!)
2005-03-02 09:55:17 +00:00
Pav Lucistnik
9f0169f4e4 - Update to 0.98.0
PR:		ports/74366
Submitted by:	Kirill Bezzubets <kirill@solaris.ru> (maintainer)
2004-11-26 15:33:05 +00:00
Ade Lovett
e32a824579 Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.

This marks the end of "Phase 1" of the autotools updates.
2004-08-03 22:36:52 +00:00
Kirill Ponomarev
86e893255c - Update to 0.94.0
PR:		ports/65323
Submitted by:	maintainer
2004-04-08 12:15:10 +00:00
Pav Lucistnik
cd5ded6a17 Add gammu, a command-line program to communicate with Nokia cell phones
over cable, infra and Bluetooth.

PR:		ports/60211
Submitted by:	Kirill Bezzubets <kirill@solaris.ru>
2003-12-13 20:39:49 +00:00