Commit graph

62 commits

Author SHA1 Message Date
Boris Samorodov
346edcfd5f Update to version 1.28.0. 2010-07-12 13:30:29 +00:00
Boris Samorodov
7f004430b1 . move *.pyc and *.pyo file creation to comms/gammu Makefile
(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).
2010-05-15 13:02:49 +00:00
Boris Samorodov
cdab02c42b comms/gammu-python:
. 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).
2010-05-14 16:56:13 +00:00
Boris Samorodov
d75055c148 . remove period from COMMENT;
. add CONFLICTS;
. bump PORTREVISION.
2010-05-14 14:55:21 +00:00
Boris Samorodov
347dd491e5 Return bsd.port.pre[post].mk back for the sake of OSVERSION. 2010-05-14 14:48:17 +00:00
Boris Samorodov
6029bae610 Switch back to base gcc at sparc, should be fine now. 2010-05-14 14:33:09 +00:00
Boris Samorodov
ba00ef6b8c Here is a more descriptive pkg-descr. :-) 2010-05-12 16:14:47 +00:00
Boris Samorodov
175bf19458 Update to version 1.27.0. Main changes:
* 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).
2009-12-22 15:25:15 +00:00
Boris Samorodov
4a2d86af6c . remove a version number from pkg-descr;
. update the URL to the project.
2009-12-03 05:51:22 +00:00
Boris Samorodov
2bfbadcc19 Now gammu compiles with default compilers at FreeBSD-amd64
(and may be at sparc64 as well -- should be checked out).

Pointed out by:	Andrius Morkunas <hinokind at gmail.com> (by e-mail)
2009-11-17 11:00:20 +00:00
Boris Samorodov
cbff9e3ade . update to version 1.26.1;
. 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).
2009-09-08 09:21:53 +00:00
Boris Samorodov
dcb7441e01 Version 1.26.0 is out! There is reduced memory usage, tons of bugfixes,
better support for reading messages from Motorola phones. Full changelog:
http://blog.cihar.com/archives/2009/09/04/gammu_stable_version_1_26_0/
2009-09-04 11:03:45 +00:00
Mark Linimon
8c25588f4e Mark as needing specific version on sparc64 as well: default version
gets internal error.

Hat:		portmgr
2009-08-17 01:28:20 +00:00
Boris Samorodov
cf1bd6bb98 Place an ARCH check after ".include <bsd.port.pre.mk>".
Hm, strange it did work at amd64 tinderbox though...

Reported by:	FreshPorts sanity checking
2009-07-25 14:37:57 +00:00
Boris Samorodov
226db1ac89 Use GCC=4.3 to fix build at FreeBSD-amd64 (the port doesn't
compile with other gcc versions). Do not bump PORTREVISION.

Reported by:	QAT
2009-07-25 13:57:41 +00:00
Boris Samorodov
3a37fa98b6 Update to version 1.25.0. 2009-07-19 18:03:32 +00:00
Boris Samorodov
26858d81b5 Update to version 1.24.0.
Remove patches incorporated upstream.
2009-04-25 23:11:00 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +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
2fc4fb0798 Update to version 1.23.1. 2009-03-03 07:29:40 +00:00
Boris Samorodov
1230d3ab8e Update to version 1.23.0. 2009-03-02 10:08:21 +00:00
Boris Samorodov
ce7b607c71 Update to version 1.22.1. 2008-12-19 23:11:29 +00:00
Boris Samorodov
9c3ed192e7 Update to version 1.21.0. 2008-10-05 21:50:35 +00:00
Martin Wilke
18dd6954f3 - Add common code to support for cmake based ports.
- 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)
2008-05-27 22:12:09 +00:00
Boris Samorodov
e54be776ed Update to 1.20.0. 2008-05-11 13:31:58 +00:00
Boris Samorodov
38c2c9720e Add missing '$' (the wrong patch version has been committed).
Pointed out by:	pointyhat (via erwin)
Pointyhat to:	bsam (me)
2008-01-14 14:13:27 +00:00
Boris Samorodov
a2add88149 Make use of gammu-config script.
Suggested by:	lme
2008-01-12 17:49:23 +00:00
Boris Samorodov
4f831decc1 Update to a bug-fix release 1.17.0:
* Fixed reading of messages from AT phones using CMGL.
2007-12-20 18:14:14 +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
Boris Samorodov
722c1fb7d3 . mark BROKEN for 4.x (does not compile); [1]
. s/INSTALLS_SHLIB/USE_LDCONFIG.

Submitted by:	pointyhat via krismail  [1]
2007-01-10 19:23:31 +00:00
Boris Samorodov
bfde96f1bf Update to new release 1.09.00. Changes since 1.08.00 (many):
http://www.mwiacek.com/zips/gsm/gammu/changelog
2006-12-08 11:15:16 +00:00
Boris Samorodov
f2b8ae2562 Update 1.07.00 -> 1.08.00. Changes (many):
http://www.mwiacek.com/zips/gsm/gammu/changelog

While I'm here: change my email address to FreeBSD one.
2006-11-03 19:14:35 +00:00
Boris Samorodov
3fc5bb0f79 URL to the second master site changed.
Pointed out by:	pointyhat
Approved by:	netchild (mentor, implicit)
2006-06-28 06:35:57 +00:00
Ion-Mihai Tetcu
cc9866081f Update to 1.07.00
PR:		98876
Submitted by:	maintainer
2006-06-12 22:17:51 +00:00
Sergey Matveychuk
0cf98678e7 - Update to 1.06.00
- 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>
2006-05-12 10:25:58 +00:00
Edwin Groothuis
bbee4a66a6 remove USE_REINPLACE for all ports with categories starting with C 2006-05-03 23:38:41 +00:00
Sergey Matveychuk
3774d07a92 - Update to 1.05.00
PR:		ports/96019
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
2006-04-20 06:25:22 +00:00
Mark Linimon
8dabc431d0 Reset kirill@solaris.ru who has not responded to email asking about
maintainer timeouts.

Hat:	portmgr
2006-04-05 05:52:49 +00:00
Andrey Slusar
a0e2cc3273 Fix works on 4.x systems.
PR:		ports/92421
Approved by:	maintainer timeout(18 days)
2006-02-14 11:22:34 +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
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +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