From 116586b5182f760d7fad3485f7df5d98f0920734 Mon Sep 17 00:00:00 2001 From: ijliao Date: Tue, 23 Apr 2002 20:14:31 +0000 Subject: add gsmlib 1.8 A library to access GSM mobile phones through GSM modems --- comms/Makefile | 1 + comms/gsmlib/Makefile | 30 ++++++++++++++++++++++++++++++ comms/gsmlib/distinfo | 1 + comms/gsmlib/files/patch-Makefile.in.in | 11 +++++++++++ comms/gsmlib/pkg-comment | 1 + comms/gsmlib/pkg-descr | 10 ++++++++++ comms/gsmlib/pkg-plist | 32 ++++++++++++++++++++++++++++++++ 7 files changed, 86 insertions(+) create mode 100644 comms/gsmlib/Makefile create mode 100644 comms/gsmlib/distinfo create mode 100644 comms/gsmlib/files/patch-Makefile.in.in create mode 100644 comms/gsmlib/pkg-comment create mode 100644 comms/gsmlib/pkg-descr create mode 100644 comms/gsmlib/pkg-plist (limited to 'comms') diff --git a/comms/Makefile b/comms/Makefile index 6844385..a399e9c 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -13,6 +13,7 @@ SUBDIR += ghfaxviewer SUBDIR += gkermit SUBDIR += gnokii + SUBDIR += gsmlib SUBDIR += hylafax SUBDIR += ixj SUBDIR += kermit diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile new file mode 100644 index 0000000..f0d81f2 --- /dev/null +++ b/comms/gsmlib/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: gsmlib +# Date created: Apr 24, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gsmlib +PORTVERSION= 1.8 +CATEGORIES= comms +MASTER_SITES= http://www.pxh.de/fs/gsmlib/download/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= \ + CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +MAN1= gsmctl.1 gsmpb.1 gsmsendsms.1 gsmsmsstore.1 +MAN7= gsminfo.7 +MAN8= gsmsmsd.8 + +.include diff --git a/comms/gsmlib/distinfo b/comms/gsmlib/distinfo new file mode 100644 index 0000000..5fd84ce --- /dev/null +++ b/comms/gsmlib/distinfo @@ -0,0 +1 @@ +MD5 (gsmlib-1.8.tar.gz) = 46dc58e243e60232442abc03c945379b diff --git a/comms/gsmlib/files/patch-Makefile.in.in b/comms/gsmlib/files/patch-Makefile.in.in new file mode 100644 index 0000000..b8c0a33 --- /dev/null +++ b/comms/gsmlib/files/patch-Makefile.in.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Wed Apr 24 04:05:50 2002 ++++ po/Makefile.in.in Wed Apr 24 04:06:09 2002 +@@ -122,7 +122,7 @@ + cat=`basename $$cat`; \ + case "$$cat" in \ + *.gmo) destdir=$(gnulocaledir);; \ +- *) destdir=$(localedir);; \ ++ *) destdir=$(gnulocaledir);; \ + esac; \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ + dir=$$destdir/$$lang/LC_MESSAGES; \ diff --git a/comms/gsmlib/pkg-comment b/comms/gsmlib/pkg-comment new file mode 100644 index 0000000..d86de62 --- /dev/null +++ b/comms/gsmlib/pkg-comment @@ -0,0 +1 @@ +A library to access GSM mobile phones through GSM modems diff --git a/comms/gsmlib/pkg-descr b/comms/gsmlib/pkg-descr new file mode 100644 index 0000000..697a670 --- /dev/null +++ b/comms/gsmlib/pkg-descr @@ -0,0 +1,10 @@ +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. + +WWW: http://www.pxh.de/fs/gsmlib/ diff --git a/comms/gsmlib/pkg-plist b/comms/gsmlib/pkg-plist new file mode 100644 index 0000000..dadc22b --- /dev/null +++ b/comms/gsmlib/pkg-plist @@ -0,0 +1,32 @@ +bin/gsmctl +bin/gsmpb +bin/gsmsendsms +bin/gsmsiectl +bin/gsmsmsd +bin/gsmsmsstore +include/gsmlib/gsm_at.h +include/gsmlib/gsm_cb.h +include/gsmlib/gsm_error.h +include/gsmlib/gsm_event.h +include/gsmlib/gsm_map_key.h +include/gsmlib/gsm_me_ta.h +include/gsmlib/gsm_parser.h +include/gsmlib/gsm_phonebook.h +include/gsmlib/gsm_port.h +include/gsmlib/gsm_sie_me.h +include/gsmlib/gsm_sms.h +include/gsmlib/gsm_sms_codec.h +include/gsmlib/gsm_sms_store.h +include/gsmlib/gsm_sorted_phonebook.h +include/gsmlib/gsm_sorted_phonebook_base.h +include/gsmlib/gsm_sorted_sms_store.h +include/gsmlib/gsm_unix_serial.h +include/gsmlib/gsm_util.h +@dirrm include/gsmlib +lib/libgsmext.a +lib/libgsmext.so +lib/libgsmext.so.0 +lib/libgsmme.a +lib/libgsmme.so +lib/libgsmme.so.1 +share/locale/de/LC_MESSAGES/gsmlib.mo -- cgit v1.1