The FreeBSD Ports Archive
FreeBSD comms : gsmlib4>
A library to access GSM mobile phones through GSM modems
This distribution contains a library to access GSM mobile phones through GSM
modems. Features include:
- modification of phonebooks stored in the mobile phone or on the SIM card
- reading and writing of SMS messages stored in the mobile phone
- sending and reception of SMS messages
Additionally, some simple command line programs are provided to use these
functionalities.
http://www.pxh.de/fs/gsmlib/
|
gsmlib history
v. 1.25
date: 2006/09/24 09:10:43; author: stas; state: Exp; lines: +0 -0
Forced commit to note the last one was approved by sem (mentor).
v. 1.24
date: 2006/09/24 09:04:22; author: stas; state: Exp; lines: +1 -1
- Make it happy with recent gcc update (3.4.4 -> 3.4.6)
v. 1.23
date: 2006/08/14 22:55:02; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.22
date: 2006/05/03 23:38:35; author: edwin; state: Exp; lines: +0 -1
remove USE_REINPLACE for all ports with categories starting with C
v. 1.21
date: 2006/02/23 10:34:56; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.20
date: 2005/11/15 06:48:13; author: ade; state: Exp; lines: +1 -1
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.
v. 1.19
date: 2005/05/31 16:41:49; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.18
date: 2004/08/18 18:15:53; author: krion; state: Exp; lines: +6 -12
Fix build with gcc-3.4
PR: ports/70628
Submitted by: Ports Fury
v. 1.17
date: 2004/08/16 02:33:04; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile with gcc 3.4.2
v. 1.16
date: 2004/07/11 11:07:01; author: krion; state: Exp; lines: +8 -1
Support WITHOUT_NLS
v. 1.15
date: 2004/07/09 17:41:59; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.14
date: 2004/04/10 17:26:30; author: trevor; state: Exp; lines: +1 -1
Tidy up whitespace.
v. 1.13
date: 2004/03/14 06:16:05; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.12
date: 2004/02/04 04:35:46; author: marcus; state: Exp; lines: +2 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.11
date: 2004/01/23 18:11:45; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.10
date: 2003/08/26 20:25:38; author: marcus; state: Exp; lines: +1 -0
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.9
date: 2003/08/25 05:41:20; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.8
date: 2003/04/26 22:32:46; author: nork; state: Exp; lines: +1 -5
Utilize USE_GETOPT_LONG.
PR: ports/51360
Submitted by: Ports Fury
v. 1.7
date: 2003/02/20 16:57:38; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.6
date: 2003/01/03 20:13:14; author: ijliao; state: Exp; lines: +19 -8
upgrade to 1.10
PR: 46583
Submitted by: Ports Fury
v. 1.5
date: 2002/11/10 16:45:18; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.4
date: 2002/11/06 22:44:10; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.3
date: 2002/10/28 18:39:11; author: ijliao; state: Exp; lines: +1 -0
fix segfault
PR: 44049
Submitted by: Michael Hsin
v. 1.2
date: 2002/05/10 05:26:37; author: ijliao; state: Exp; lines: +1 -1
upgrade to 1.9
v. 1.1
date: 2002/04/23 20:14:31; author: ijliao; state: Exp;
add gsmlib 1.8
A library to access GSM mobile phones through GSM modems
=============================================================================
|
| |

|