View | Details | Raw Unified | Return to bug 63893
Collapse All | Expand All

(-)gnokii/Makefile (-3 / +2 lines)
Lines 9-17 Link Here
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.6.0
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	comms
11
CATEGORIES=	comms
12
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
12
MASTER_SITES=	http://www.gnokii.org/download/ \
13
		http://www.gnokii.org/download/ \
13
		ftp://ftp.gnokii.org/pub/gnokii/
14
		ftp://ftp.pl.gnokii.org/pub/gnokii/
15
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
16
15
17
MAINTAINER=	mad@madpilot.net
16
MAINTAINER=	mad@madpilot.net
(-)gnokii/pkg-descr (-5 / +7 lines)
Lines 1-8 Link Here
1
Gnokii is a tool suite and modem driver for Nokia mobile phones. It currently
1
Gnokii is a Unix/Linux tool suite for mobile phones. It provides a
2
supports most phones from the 3810/8110, 5110/6110, and 2110 series, details
2
library to communicate with a phone hiding the communication protocol.
3
including bugs specific to each series appear in the files README-3810,
3
The library handles SMS, phonebook, calendar, phone calls, and other
4
README-6110 and README-2110 respectively.
4
mobile phone capabilities. It supports most of the GSM phones: Nokia
5
ones using Nokia proprietary protocol and AT-capable ones -- using
6
standard AT commands.
5
7
6
WWW: http://www.gnokii.org/
8
WWW: http://www.gnokii.org/
7
9
8
- Anders Nordby <anders@fix.no>
10
- Guido Falsi <mad@madpilot.net>

Return to bug 63893