mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Update to 2.5
PR: 227885 Submitted by: maintainer
This commit is contained in:
parent
3fe6015283
commit
0bb1c9cd16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468770
3 changed files with 22 additions and 13 deletions
|
@ -2,10 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= remotebox
|
||||
DISTVERSION= 2.4
|
||||
DISTVERSION= 2.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://remotebox.knobgoblin.org.uk/downloads/
|
||||
DISTNAME= RemoteBox-${PORTVERSION}
|
||||
DISTNAME= RemoteBox-${DISTVERSION}
|
||||
|
||||
MAINTAINER= freebsd_ports@k-worx.org
|
||||
COMMENT= Open Source VirtualBox Client with Remote Management
|
||||
|
@ -17,19 +17,30 @@ RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
|
|||
p5-SOAP-Lite>=0:net/p5-SOAP-Lite
|
||||
|
||||
USES= shebangfix tar:bzip2
|
||||
SHEBANG_FILES= remotebox
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
SHEBANG_FILES= remotebox
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_RADIO= RDP
|
||||
OPTIONS_RADIO_RDP= FREERDP RDESKTOP
|
||||
OPTIONS_DEFAULT= FREERDP
|
||||
FREERDP_DESC= Install freerdp (free RDP implementation)
|
||||
RDESKTOP_DESC= Install rdesktop (RDP client for Windows)
|
||||
OPTIONS_DEFAULT= FREERDP TIGERVNC
|
||||
OPTIONS_MULTI= VIEWER
|
||||
OPTIONS_MULTI_VIEWER= FREERDP RDESKTOP TIGERVNC VINAGRE
|
||||
OPTIONS_RADIO= KDE
|
||||
OPTIONS_RADIO_KDE= KRDC KRDC4
|
||||
|
||||
FREERDP_DESC= RDP client (fork of rdesktop with more features)
|
||||
KRDC_DESC= RDP/VNC client for KDE5
|
||||
KRDC4_DESC= RDP/VNC client for KDE4
|
||||
RDESKTOP_DESC= RDP client (less features than freerdp)
|
||||
TIGERVNC_DESC= VNC client (desktop neutral)
|
||||
VINAGRE_DESC= VNC client for GNOME
|
||||
|
||||
FREERDP_RUN_DEPENDS= xfreerdp:net/freerdp
|
||||
KRDC_RUN_DEPENDS= krdc:net/krdc
|
||||
KRDC4_RUN_DEPENDS= krdc:net/krdc-kde4
|
||||
RDESKTOP_RUN_DEPENDS= rdesktop:net/rdesktop
|
||||
TIGERVNC_RUN_DEPENDS= vncviewer:net/tigervnc
|
||||
VINAGRE_RUN_DEPENDS= vinagre:net/vinagre
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$Bin/share/remotebox|${DATADIR}|; \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1516962637
|
||||
SHA256 (RemoteBox-2.4.tar.bz2) = 7f32affe6c4d760c5bfb53b795e34761a1edeac0bcb1c9769ffd95d5eebfec93
|
||||
SIZE (RemoteBox-2.4.tar.bz2) = 798317
|
||||
TIMESTAMP = 1525089326
|
||||
SHA256 (RemoteBox-2.5.tar.bz2) = 54e1ddcffd25230af60d867562b303a173a2e2daaab7024b48f29df25c625235
|
||||
SIZE (RemoteBox-2.5.tar.bz2) = 776654
|
||||
|
|
|
@ -222,8 +222,6 @@ share/pixmaps/remotebox.png
|
|||
%%DATADIR%%/icons/vm_start_32px.png
|
||||
%%DATADIR%%/icons/vrdp_16px.png
|
||||
%%DATADIR%%/icons/vrdp_32px.png
|
||||
%%DATADIR%%/old_vboxService.pm
|
||||
%%DATADIR%%/old_vboxserializers.pl
|
||||
%%DATADIR%%/rbox_err.pl
|
||||
%%DATADIR%%/rbox_gui_edit.pl
|
||||
%%DATADIR%%/rbox_gui_edit_audio.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue