summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-26 22:18:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-26 22:18:52 +0000
commit6d650a3e2355e7ef02cab79036a049f472d5d641 (patch)
treee7aba06455a8e4301436c0b95e0046161084878f
parent- Update to 1.2.2 (diff)
The overall goal of this project is to provide remote control service on Linux
through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection. anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, Motorola and others. It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi) capabled phone and UNIX, and in principle could be configured to manage almost any software. WWW: http://anyremote.sourceforge.net/ PR: ports/129943 Submitted by: Alexander Logvinov <ports at logvinov.com>
Notes
Notes: svn path=/head/; revision=224825
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/ganyremote/Makefile44
-rw-r--r--deskutils/ganyremote/distinfo3
-rw-r--r--deskutils/ganyremote/pkg-descr11
-rw-r--r--deskutils/ganyremote/pkg-plist33
5 files changed, 92 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 09a873f83a6a..346af736328e 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -63,6 +63,7 @@
SUBDIR += fusenshi
SUBDIR += gaddr
SUBDIR += ganttproject
+ SUBDIR += ganyremote
SUBDIR += gcal
SUBDIR += gcalcli
SUBDIR += gdesklets
diff --git a/deskutils/ganyremote/Makefile b/deskutils/ganyremote/Makefile
new file mode 100644
index 000000000000..7b20f9051826
--- /dev/null
+++ b/deskutils/ganyremote/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: ganyremote
+# Date created: 08 November 2008
+# Whom: Alexander Logvinov <ports@logvinov.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ganyremote
+PORTVERSION= 5.5.1
+CATEGORIES= deskutils comms gnome
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR= anyremote
+
+MAINTAINER= ports@logvinov.com
+COMMENT= GNOME frontend for anyRemote
+
+RUN_DEPENDS= anyremote:${PORTSDIR}/comms/anyremote
+
+GNU_CONFIGURE= yes
+USE_PYTHON= yes
+USE_GNOME= pygtk2
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PORTDOCS= AUTHORS COPYING README ChangeLog
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|usepybluez = True|usepybluez = False|' \
+ -e '/initVerify()$$/d' ${WRKSRC}/${PORTNAME}
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/deskutils/ganyremote/distinfo b/deskutils/ganyremote/distinfo
new file mode 100644
index 000000000000..583a2168e385
--- /dev/null
+++ b/deskutils/ganyremote/distinfo
@@ -0,0 +1,3 @@
+MD5 (ganyremote-5.5.1.tar.gz) = 96b182b31977f4ce21e433ff1c93a27d
+SHA256 (ganyremote-5.5.1.tar.gz) = ecc31ac0da61d059def8009754bade3414622d06fc785d9441cfaac434941279
+SIZE (ganyremote-5.5.1.tar.gz) = 608892
diff --git a/deskutils/ganyremote/pkg-descr b/deskutils/ganyremote/pkg-descr
new file mode 100644
index 000000000000..0d3ad06b30c6
--- /dev/null
+++ b/deskutils/ganyremote/pkg-descr
@@ -0,0 +1,11 @@
+The overall goal of this project is to provide remote control service on Linux
+through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.
+
+anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson,
+Motorola and others.
+
+It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi)
+capabled phone and UNIX, and in principle could be configured to manage almost
+any software.
+
+WWW: http://anyremote.sourceforge.net/
diff --git a/deskutils/ganyremote/pkg-plist b/deskutils/ganyremote/pkg-plist
new file mode 100644
index 000000000000..6c9cc964729e
--- /dev/null
+++ b/deskutils/ganyremote/pkg-plist
@@ -0,0 +1,33 @@
+bin/ganyremote
+share/applications/ganyremote.desktop
+%%NLS%%share/locale/bg/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/de_AT/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/de_DE/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/es_ES/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/fr_FR/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/hu_HU/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/it_IT/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/nl_NL/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/pl_PL/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/ganyremote.mo
+%%NLS%%share/locale/ru_RU/LC_MESSAGES/ganyremote.mo
+share/pixmaps/ganyremote.png
+share/pixmaps/ganyremote_flash.png
+share/pixmaps/ganyremote_light.png
+share/pixmaps/ganyremote_off.png
+%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/cs_CZ
+%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/de_DE
+%%NLS%%@dirrmtry share/locale/hu_HU/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/hu_HU
+%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/it_IT
+%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/nl_NL
+%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/pl_PL
+%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/ru_RU
+@dirrmtry share/applications