summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-23 20:14:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-23 20:14:31 +0000
commitcb0539a8444b9e3ae4094ea9846e34c0e25e4ad2 (patch)
treed63c95490ddeef4e97ba219f97115e9c5434ce6a
parentUpdate to 0.3.4 (diff)
add gsmlib 1.8
A library to access GSM mobile phones through GSM modems
Notes
Notes: svn path=/head/; revision=58040
-rw-r--r--comms/Makefile1
-rw-r--r--comms/gsmlib/Makefile30
-rw-r--r--comms/gsmlib/distinfo1
-rw-r--r--comms/gsmlib/files/patch-Makefile.in.in11
-rw-r--r--comms/gsmlib/pkg-comment1
-rw-r--r--comms/gsmlib/pkg-descr10
-rw-r--r--comms/gsmlib/pkg-plist32
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