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

(-)deskutils/ganyremote/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/deskutils/ganyremote/Makefile 332005 2013-10-29 21:07:38Z pawel $
2
# $FreeBSD: head/deskutils/ganyremote/Makefile 332005 2013-10-29 21:07:38Z pawel $
3
3
4
PORTNAME=	ganyremote
4
PORTNAME=	ganyremote
5
PORTVERSION=	6.3.1
5
PORTVERSION=	6.3.2
6
CATEGORIES=	deskutils comms gnome
6
CATEGORIES=	deskutils comms gnome
7
MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
8
8
Lines 13-20 Link Here
13
13
14
RUN_DEPENDS=	anyremote:${PORTSDIR}/comms/anyremote
14
RUN_DEPENDS=	anyremote:${PORTSDIR}/comms/anyremote
15
15
16
OPTIONS_DEFINE=	DOCS
17
18
USES=		gettext
16
USES=		gettext
19
USE_GNOME=	pygtk2
17
USE_GNOME=	pygtk2
20
USE_PYTHON=	yes
18
USE_PYTHON=	yes
Lines 23-28 Link Here
23
CPPFLAGS+=	-I${LOCALBASE}/include
21
CPPFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib
22
LDFLAGS+=	-L${LOCALBASE}/lib
25
23
24
OPTIONS_DEFINE=	DOCS
25
26
post-patch:
26
post-patch:
27
	@${REINPLACE_CMD} -e \
27
	@${REINPLACE_CMD} -e \
28
		's|/usr/local|${LOCALBASE}| ; \
28
		's|/usr/local|${LOCALBASE}| ; \
(-)deskutils/ganyremote/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ganyremote-6.3.1.tar.gz) = 12819b88a0f018903e7c3a8a57d6a91f8781df942e1bc7b85f5f2e27540dc0ae
1
SHA256 (ganyremote-6.3.2.tar.gz) = bde4105bee7789ae566a184d438034d6cc343c211301b0f1fc7b353904b11323
2
SIZE (ganyremote-6.3.1.tar.gz) = 293121
2
SIZE (ganyremote-6.3.2.tar.gz) = 302356
(-)deskutils/ganyremote/pkg-descr (-7 / +7 lines)
Lines 1-11 Link Here
1
The overall goal of this project is to provide remote control service on Linux
1
The overall goal of this project is to provide remote control service on
2
through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.
2
Linux through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.
3
3
4
anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson,
4
anyRemote supports wide range of modern cell phones like Nokia,
5
Motorola and others.
5
SonyEricsson, Motorola and others.
6
6
7
It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi)
7
It was developed as thin communication layer between Bluetooth (or IR,
8
capabled phone and UNIX, and in principle could be configured to manage almost
8
Wi-Fi) capabled phone and UNIX, and in principle could be configured to
9
any software.
9
manage almost any software.
10
10
11
WWW: http://anyremote.sourceforge.net/
11
WWW: http://anyremote.sourceforge.net/
(-)deskutils/ganyremote/pkg-plist (+3 lines)
Lines 1-4 Link Here
1
bin/ganyremote
1
bin/ganyremote
2
share/appdata/ganyremote.appdata.xml
2
share/applications/ganyremote.desktop
3
share/applications/ganyremote.desktop
3
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
4
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
4
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
5
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
Lines 23-28 Link Here
23
share/pixmaps/ganyremote_flash.png
24
share/pixmaps/ganyremote_flash.png
24
share/pixmaps/ganyremote_light.png
25
share/pixmaps/ganyremote_light.png
25
share/pixmaps/ganyremote_off.png
26
share/pixmaps/ganyremote_off.png
27
share/pixmaps/ganyremote_small.png
26
@dirrmtry share/locale/sv_SE/LC_MESSAGES
28
@dirrmtry share/locale/sv_SE/LC_MESSAGES
27
@dirrmtry share/locale/sv_SE
29
@dirrmtry share/locale/sv_SE
28
@dirrmtry share/locale/sk_SK/LC_MESSAGES
30
@dirrmtry share/locale/sk_SK/LC_MESSAGES
Lines 46-48 Link Here
46
@dirrmtry share/locale/cs_CZ/LC_MESSAGES
48
@dirrmtry share/locale/cs_CZ/LC_MESSAGES
47
@dirrmtry share/locale/cs_CZ
49
@dirrmtry share/locale/cs_CZ
48
%%PORTDOCS%%@dirrm %%DOCSDIR%%
50
%%PORTDOCS%%@dirrm %%DOCSDIR%%
51
@dirrmtry share/appdata

Return to bug 192200