aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-07 19:41:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-07 19:41:47 +0000
commit0a5d1265fc7631ee7f8e64f80cde9d5d32ce7a3d (patch)
treec0cd289efcd4d30e4b15be2586d61104c98c242b /comms
parenta539396267ed06fe1b6092bfd385ebf523b8e3e4 (diff)
downloadports-0a5d1265fc7631ee7f8e64f80cde9d5d32ce7a3d.tar.gz
ports-0a5d1265fc7631ee7f8e64f80cde9d5d32ce7a3d.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/gnokii/Makefile5
-rw-r--r--comms/gnokii/pkg-descr12
2 files changed, 9 insertions, 8 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index 3af31701dc0a..f6dc6ebd2650 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -9,9 +9,8 @@ PORTNAME= gnokii
PORTVERSION= 0.6.0
PORTEPOCH= 1
CATEGORIES= comms
-MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
- http://www.gnokii.org/download/ \
- ftp://ftp.pl.gnokii.org/pub/gnokii/
+MASTER_SITES= http://www.gnokii.org/download/ \
+ ftp://ftp.gnokii.org/pub/gnokii/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mad@madpilot.net
diff --git a/comms/gnokii/pkg-descr b/comms/gnokii/pkg-descr
index efb459ad77b3..4d2f2a1ed602 100644
--- a/comms/gnokii/pkg-descr
+++ b/comms/gnokii/pkg-descr
@@ -1,8 +1,10 @@
-Gnokii is a tool suite and modem driver for Nokia mobile phones. It currently
-supports most phones from the 3810/8110, 5110/6110, and 2110 series, details
-including bugs specific to each series appear in the files README-3810,
-README-6110 and README-2110 respectively.
+Gnokii is a Unix/Linux tool suite for mobile phones. It provides a
+library to communicate with a phone hiding the communication protocol.
+The library handles SMS, phonebook, calendar, phone calls, and other
+mobile phone capabilities. It supports most of the GSM phones: Nokia
+ones using Nokia proprietary protocol and AT-capable ones -- using
+standard AT commands.
WWW: http://www.gnokii.org/
-- Anders Nordby <anders@fix.no>
+- Guido Falsi <mad@madpilot.net>