diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-23 20:14:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-23 20:14:31 +0000 |
commit | cb0539a8444b9e3ae4094ea9846e34c0e25e4ad2 (patch) | |
tree | d63c95490ddeef4e97ba219f97115e9c5434ce6a /comms | |
parent | cfb361a870e4f3d91007d79f6d3cfcea48259cec (diff) | |
download | ports-cb0539a8444b9e3ae4094ea9846e34c0e25e4ad2.tar.gz ports-cb0539a8444b9e3ae4094ea9846e34c0e25e4ad2.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/gsmlib/Makefile | 30 | ||||
-rw-r--r-- | comms/gsmlib/distinfo | 1 | ||||
-rw-r--r-- | comms/gsmlib/files/patch-Makefile.in.in | 11 | ||||
-rw-r--r-- | comms/gsmlib/pkg-comment | 1 | ||||
-rw-r--r-- | comms/gsmlib/pkg-descr | 10 | ||||
-rw-r--r-- | comms/gsmlib/pkg-plist | 32 |
7 files changed, 86 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 684438577d44..a399e9c9b12f 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 000000000000..f0d81f28cf4f --- /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 <bsd.port.mk> diff --git a/comms/gsmlib/distinfo b/comms/gsmlib/distinfo new file mode 100644 index 000000000000..5fd84cef44b1 --- /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 000000000000..b8c0a3373461 --- /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 000000000000..d86de6237075 --- /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 000000000000..697a67054ba9 --- /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 000000000000..dadc22bd0cfc --- /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 |