[Midnightbsd-cvs] mports: mports/comms: control cell phones
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 17 18:14:15 EDT 2008
Log Message:
-----------
control cell phones
Modified Files:
--------------
mports/comms:
Makefile (r1.18 -> r1.19)
Added Files:
-----------
mports/comms/kmobiletools:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/comms/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -L comms/Makefile -L comms/Makefile -u -r1.18 -r1.19
--- comms/Makefile
+++ comms/Makefile
@@ -14,6 +14,7 @@
SUBDIR += comserv
SUBDIR += efax
SUBDIR += kermit
+ SUBDIR += kmobiletools
SUBDIR += libirman
SUBDIR += libticables
SUBDIR += lirc
--- /dev/null
+++ comms/kmobiletools/pkg-descr
@@ -0,0 +1,8 @@
+KMobileTools is a nice KDE-based application that allows to control mobile
+phones with your PC. It handles full SMS control, dialing calls, phonebook, and
+phone status monitoring. It's also integrated with the KDE environment, so it
+can be embedd in Kontact, or import/export from and to KAddressBook. It has
+been tested on Motorola, Nokia, Siemens, Sony Ericsson and LG mobile phones.
+Anyway each AT Command compliant device should be well supported.
+
+WWW: http://www.kmobiletools.org/
--- /dev/null
+++ comms/kmobiletools/pkg-plist
@@ -0,0 +1,8 @@
+bin/kmobiletools
+share/applications/kde/kmobiletools.desktop
+share/apps/kmobiletools/eventsrc
+share/icons/hicolor/16x16/apps/kmobiletools.png
+share/icons/hicolor/32x32/apps/kmobiletools.png
+share/icons/hicolor/48x48/apps/kmobiletools.png
+share/icons/hicolor/64x64/apps/kmobiletools.png
+ at dirrm share/apps/kmobiletools
--- /dev/null
+++ comms/kmobiletools/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: kmobiletools
+# Date created: 2006-12-19
+# Whom: Stefan Ehmann <shoesoft at gmx.net>
+#
+# $MidnightBSD: mports/comms/kmobiletools/Makefile,v 1.1 2008/08/17 22:14:13 laffer1 Exp $
+# $FreeBSD: ports/comms/kmobiletools/Makefile,v 1.2 2007/05/19 20:00:55 flz Exp $
+#
+
+PORTNAME= kmobiletools
+PORTVERSION= 0.4.3.3
+CATEGORIES= comms kde
+MASTER_SITES= ${MASTER_SITE_BERLIOS}
+MASTER_SITE_SUBDIR= kmobiletools
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Control mobile phones with your PC
+LICENSE= gpl2
+
+USE_KDELIBS_VER=3
+
+USE_BZIP2= yes
+USE_AUTOTOOLS= libtool:15
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
--- /dev/null
+++ comms/kmobiletools/distinfo
@@ -0,0 +1,3 @@
+MD5 (kmobiletools-0.4.3.3.tar.bz2) = 73fcc767e3f44ab4e4beda30c2c1de81
+SHA256 (kmobiletools-0.4.3.3.tar.bz2) = 35e3e6249da39847155db240a325933476f4f9af6156be68b340f937c6799c7e
+SIZE (kmobiletools-0.4.3.3.tar.bz2) = 800936
More information about the Midnightbsd-cvs
mailing list