Date: Wed, 19 Dec 2012 14:05:37 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309240 - in head/comms: . deforaos-phone deforaos-phone/files Message-ID: <201212191405.qBJE5bXY010830@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 19 14:05:36 2012 New Revision: 309240 URL: http://svnweb.freebsd.org/changeset/ports/309240 Log: DeforaOS telephony application PR: ports/172998 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Added: head/comms/deforaos-phone/ head/comms/deforaos-phone/Makefile (contents, props changed) head/comms/deforaos-phone/distinfo (contents, props changed) head/comms/deforaos-phone/files/ head/comms/deforaos-phone/files/patch-src-modems-hayes.c (contents, props changed) head/comms/deforaos-phone/files/patch-src-plugins-Makefile (contents, props changed) head/comms/deforaos-phone/pkg-descr (contents, props changed) head/comms/deforaos-phone/pkg-plist (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Wed Dec 19 13:19:21 2012 (r309239) +++ head/comms/Makefile Wed Dec 19 14:05:36 2012 (r309240) @@ -25,6 +25,7 @@ SUBDIR += conserver-com SUBDIR += cutecom SUBDIR += cwdaemon + SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util SUBDIR += ebook2cw Added: head/comms/deforaos-phone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/deforaos-phone/Makefile Wed Dec 19 14:05:36 2012 (r309240) @@ -0,0 +1,29 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= phone +PORTVERSION= 0.3.10 +CATEGORIES= comms +MASTER_SITES= http://www.defora.org/os/download/download/3707/ +DISTNAME= Phone-${PORTVERSION} +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= DeforaOS telephony application + +LICENSE= GPLv3 + +LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ + Desktop:${PORTSDIR}/x11/deforaos-libdesktop \ + pulse:${PORTSDIR}/audio/pulseaudio \ + purple:${PORTSDIR}/net-im/libpurple \ + sofia-sip-ua:${PORTSDIR}/net/sofia-sip +BUILD_DEPENDS= locker:${PORTSDIR}/x11/deforaos-locker \ + ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat + +USE_GNOME= gtk20 desktopfileutils +USE_PKGCONFIG= build +USE_GETTEXT= yes +INSTALLS_ICONS= yes + +.include <bsd.port.mk> Added: head/comms/deforaos-phone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/deforaos-phone/distinfo Wed Dec 19 14:05:36 2012 (r309240) @@ -0,0 +1,2 @@ +SHA256 (Phone-0.3.10.tar.gz) = b987b86b58cf6afa6fed88bb6edaaabeef32eb72bc0c6d75bab60b807888f016 +SIZE (Phone-0.3.10.tar.gz) = 166197 Added: head/comms/deforaos-phone/files/patch-src-modems-hayes.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/deforaos-phone/files/patch-src-modems-hayes.c Wed Dec 19 14:05:36 2012 (r309240) @@ -0,0 +1,3 @@ +d2108 1 +a2108 1 + device = "/dev/cuaU0"; Added: head/comms/deforaos-phone/files/patch-src-plugins-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/deforaos-phone/files/patch-src-plugins-Makefile Wed Dec 19 14:05:36 2012 (r309240) @@ -0,0 +1,11 @@ +--- src/plugins/Makefile.orig 2012-06-24 15:48:33.000000000 +0200 ++++ src/plugins/Makefile 2012-06-24 15:48:43.000000000 +0200 +@@ -73,7 +73,7 @@ + + oss_OBJS = oss.o + oss_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS) +-oss_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) -lossaudio ++oss_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) + + oss.so: $(oss_OBJS) + $(CCSHARED) -o oss.so $(oss_OBJS) $(oss_LDFLAGS) Added: head/comms/deforaos-phone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/deforaos-phone/pkg-descr Wed Dec 19 14:05:36 2012 (r309240) @@ -0,0 +1,3 @@ +DeforaOS telephony application + +WWW: http://www.defora.org/ Added: head/comms/deforaos-phone/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/deforaos-phone/pkg-plist Wed Dec 19 14:05:36 2012 (r309240) @@ -0,0 +1,66 @@ +bin/phone +bin/phonectl +include/Desktop/Phone.h +include/Desktop/Phone/modem.h +include/Desktop/Phone/modems/hayes.h +include/Desktop/Phone/phone.h +include/Desktop/Phone/plugin.h +lib/Phone/modem/debug.so +lib/Phone/modem/hayes.so +lib/Phone/modem/purple.so +lib/Phone/modem/sofia.so +lib/Phone/plugins/blacklist.so +lib/Phone/plugins/debug.so +lib/Phone/plugins/engineering.so +lib/Phone/plugins/gprs.so +lib/Phone/plugins/gps.so +lib/Phone/plugins/locker.so +lib/Phone/plugins/n900.so +lib/Phone/plugins/openmoko.so +lib/Phone/plugins/oss.so +lib/Phone/plugins/panel.so +lib/Phone/plugins/profiles.so +lib/Phone/plugins/smscrypt.so +lib/Phone/plugins/systray.so +lib/Phone/plugins/ussd.so +share/applications/phone-contacts.desktop +share/applications/phone-dialer.desktop +share/applications/phone-log.desktop +share/applications/phone-messages.desktop +share/applications/phone-settings.desktop +share/icons/hicolor/16x16/apps/phone-dialer.png +share/icons/hicolor/16x16/apps/phone-drafts.png +share/icons/hicolor/16x16/apps/phone-inbox.png +share/icons/hicolor/16x16/apps/phone-n900.png +share/icons/hicolor/16x16/apps/phone-openmoko.png +share/icons/hicolor/16x16/apps/phone-roaming.png +share/icons/hicolor/16x16/apps/phone-sent.png +share/icons/hicolor/22x22/apps/phone-dialer.png +share/icons/hicolor/22x22/apps/phone-signal-00.png +share/icons/hicolor/22x22/apps/phone-signal-100.png +share/icons/hicolor/22x22/apps/phone-signal-25.png +share/icons/hicolor/22x22/apps/phone-signal-50.png +share/icons/hicolor/22x22/apps/phone-signal-75.png +share/icons/hicolor/24x24/apps/phone-dialer.png +share/icons/hicolor/24x24/apps/phone-drafts.png +share/icons/hicolor/24x24/apps/phone-inbox.png +share/icons/hicolor/24x24/apps/phone-n900.png +share/icons/hicolor/24x24/apps/phone-openmoko.png +share/icons/hicolor/24x24/apps/phone-roaming.png +share/icons/hicolor/24x24/apps/phone-sent.png +share/icons/hicolor/32x32/apps/phone-dialer.png +share/icons/hicolor/32x32/apps/phone-n900.png +share/icons/hicolor/32x32/apps/phone-openmoko.png +share/icons/hicolor/32x32/apps/phone-roaming.png +share/icons/hicolor/48x48/apps/phone-dialer.png +share/icons/hicolor/48x48/apps/phone-inbox.png +share/icons/hicolor/48x48/apps/phone-n900.png +share/icons/hicolor/48x48/apps/phone-openmoko.png +share/icons/hicolor/48x48/apps/phone-roaming.png +share/icons/hicolor/48x48/apps/phone-sent.png +share/locale/fr/LC_MESSAGES/Phone.mo +@dirrm include/Desktop/Phone/modems +@dirrm include/Desktop/Phone +@dirrm lib/Phone/modem +@dirrm lib/Phone/plugins +@dirrm lib/Phone
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212191405.qBJE5bXY010830>