diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 91351cad23b3..ccd621923d59 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -1,174 +1,174 @@ PORTNAME= boinc-client -DISTVERSIONPREFIX= client_release/8.0/ -DISTVERSION= 8.0.2 -PORTREVISION= 2 +DISTVERSIONPREFIX= client_release/8.2/ +DISTVERSION= 8.2.4 CATEGORIES= net MAINTAINER= alven@FreeBSD.org COMMENT= Berkeley Open Infrastructure for Network Computing client WWW= https://boinc.berkeley.edu/ \ https://github.com/BOINC/boinc/ LICENSE= LGPL3 -USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig ssl +USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= BOINC GH_PROJECT= boinc USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-server CONFIGURE_ENV= OBJCXX="${CXX}" INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo SUB_FILES= pkg-deinstall pkg-install SUB_LIST= BOINC_CLIENT_GROUP="${BOINC_CLIENT_GROUP}" \ BOINC_CLIENT_HOME="${BOINC_CLIENT_HOME}" \ BOINC_CLIENT_USER="${BOINC_CLIENT_USER}" \ LOCALBASE="${LOCALBASE}" \ PREFIX="${PREFIX}" USERS= boinc GROUPS= boinc OPTIONS_DEFINE= CLIENT MANAGER NLS SKINS USER X11 OPTIONS_DEFINE_aarch64= LINUX OPTIONS_DEFINE_amd64= LINUX OPTIONS_DEFINE_i386= LINUX OPTIONS_DEFAULT= CLIENT MANAGER USER X11 OPTIONS_GROUP= SCRIPT OPTIONS_GROUP_SCRIPT= NO_GUI_RPC NO_NET_INFO OPTIONS_SUB= yes -CLIENT_DESC= BOINC Build client +CLIENT_DESC= Build BOINC client LINUX_DESC= Accept science applications for GNU/Linux -MANAGER_DESC= BOINC Build GUI manager +MANAGER_DESC= Build BOINC GUI manager NLS_DESC= Install language translations for use in the GUI -NO_GUI_RPC_DESC= (breaks and boinc_curses) Disable GUI RPC socket -NO_NET_INFO_DESC= address and Do host name not send servers to -SCRIPT_DESC= Command in line options script -SKINS_DESC= BOINC for Install manager more skins -USER_DESC= and BOINC client Create/check directory user -X11_DESC= API Build graphics +NO_GUI_RPC_DESC= Disable GUI RPC socket (breaks boinc_curses) +NO_NET_INFO_DESC= Do not send host name and address to servers +SCRIPT_DESC= Command-line options in script +SKINS_DESC= Install more skins for BOINC manager +USER_DESC= Create/check user directory +X11_DESC= Build graphics API CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 CLIENT_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss CLIENT_USE= RC_SUBR=boinc-client CLIENT_CONFIGURE_ENABLE= client LINUX_USES= linux LINUX_CONFIGURE_ON= ${LINUX_CONFIGURE_ON_${ARCH}} # https://boinc.berkeley.edu/trac/wiki/BoincPlatforms LINUX_CONFIGURE_ON_aarch64= --with-boinc-alt-platform=aarch64-unknown-linux-gnu LINUX_CONFIGURE_ON_amd64= --with-boinc-alt-platform=x86_64-pc-linux-gnu LINUX_CONFIGURE_ON_i386= --with-boinc-alt-platform=i686-pc-linux-gnu -MANAGER_LIB_DEPENDS= libnotify.so:devel/libnotify \ +MANAGER_LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libnotify.so:devel/libnotify \ libxcb-util.so:x11/xcb-util \ - libfreetype.so:print/freetype2 \ libxkbcommon.so:x11/libxkbcommon MANAGER_USES= desktop-file-utils gnome iconv xorg MANAGER_USE= GNOME=atk,cairo,gdkpixbuf,glib20,gtk30,pango \ - WX=3.2+ XORG=x11,xcb,xext,xscrnsaver + WX=3.2+ \ + XORG=x11,xcb,xext,xscrnsaver MANAGER_CONFIGURE_ENABLE= manager MANAGER_CONFIGURE_WITH= wx-config -NLS_USES= gettext-tools +NLS_USES= gettext-tools -X11_USES= desktop-file-utils gl jpeg xorg -X11_USE= GL=glut XORG=x11,xi,xmu,xscrnsaver -X11_CONFIGURE_OFF= ax_cv_check_glut_libglut=no -X11_CONFIGURE_WITH= x +X11_USES= desktop-file-utils gl jpeg xorg +X11_USE= GL=glut \ + XORG=x11,xi,xmu,xscrnsaver +X11_CONFIGURE_OFF= ax_cv_check_glut_libglut=no +X11_CONFIGURE_WITH= x BOINC_CLIENT_GROUP?= boinc BOINC_CLIENT_HOME?= /var/db/boinc BOINC_CLIENT_USER?= boinc .include .if ${PORT_OPTIONS:MMANAGER} -WX_CONF_ARGS= absolute -SUB_LIST+= OPTION_MANAGER="true" +WX_CONF_ARGS= absolute +SUB_LIST+= OPTION_MANAGER="true" .else -SUB_LIST+= OPTION_MANAGER="" +SUB_LIST+= OPTION_MANAGER="" .endif .if ${PORT_OPTIONS:MCLIENT} SUB_LIST+= OPTION_NO_GUI_RPC=${PORT_OPTIONS:MNO_GUI_RPC:S/^NO_GUI_RPC$/--no_gui_rpc/} \ OPTION_NO_NET_INFO=${PORT_OPTIONS:MNO_NET_INFO:S/^NO_NET_INFO$/--suppress_net_info/} .endif .if ${PORT_OPTIONS:MUSER} SUB_LIST+= OPTION_USER="true" .else SUB_LIST+= OPTION_USER="" .endif post-patch: @${REINPLACE_CMD} -e 's|client/scripts||' \ ${WRKSRC}/Makefile.am # avoid build conflict with archivers/libzip @${MV} ${WRKSRC}/zip/unzip/zip.h \ ${WRKSRC}/zip/unzip/boinczip.h @${MV} ${WRKSRC}/zip/zip/zip.h \ ${WRKSRC}/zip/zip/boinczip.h @${REINPLACE_CMD} -e 's|zip/zip.h|zip/boinczip.h|' \ ${WRKSRC}/zip/boinc_zip.cpp @${REINPLACE_CMD} -e 's|"zip.h"|"boinczip.h"|' \ ${WRKSRC}/zip/unzip/crc32.c \ ${WRKSRC}/zip/unzip/ttyio.c \ ${WRKSRC}/zip/zip/deflate.c \ ${WRKSRC}/zip/zip/trees.c \ ${WRKSRC}/zip/zip/unix/z_unix.c \ ${WRKSRC}/zip/zip/util.c \ ${WRKSRC}/zip/zip/z_fileio.c \ ${WRKSRC}/zip/zip/z_globals.c \ ${WRKSRC}/zip/zip/zip.c \ ${WRKSRC}/zip/zip/zipfile.c \ ${WRKSRC}/zip/zip/zipup.c post-patch-X11-off: @${REINPLACE_CMD} -e 's|enable_xss="yes"|enable_xss="no"|' \ ${WRKSRC}/configure.ac post-install: .for name in config.h project_specific_defines.h api/reduce.h lib/keyword.h \ lib/opencl_boinc.h lib/shmem.h lib/std_fixes.h lib/str_replace.h ${INSTALL_DATA} ${WRKSRC}/${name} \ ${STAGEDIR}${PREFIX}/include/boinc .endfor post-install-MANAGER-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/boinc .for name in 16 32 48 ${INSTALL_DATA} ${WRKSRC}/packages/generic/sea/boincmgr.${name}x${name}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps .endfor .if ${PORT_OPTIONS:MSKINS} (cd ${WRKSRC}/clientgui && \ ${COPYTREE_SHARE} skins ${STAGEDIR}${PREFIX}/share/boinc/ \ ) .else ${MKDIR} ${STAGEDIR}${PREFIX}/share/boinc/skins (cd ${WRKSRC}/clientgui/skins && \ ${COPYTREE_SHARE} Default ${STAGEDIR}${PREFIX}/share/boinc/skins/ \ ) .endif post-install-X11-on: .for name in api/boinc_gl.h api/graphics_api.h api/graphics_data.h api/ttfont.h ${INSTALL_DATA} ${WRKSRC}/${name} \ ${STAGEDIR}${PREFIX}/include/boinc .endfor ${MKDIR} ${STAGEDIR}${PREFIX}/share/boinc/ttf (cd ${WRKSRC}/api/ttf/liberation-fonts-ttf-2.00.0 && \ ${COPYTREE_SHARE} \*.ttf ${STAGEDIR}${PREFIX}/share/boinc/ttf/ \ ) .include diff --git a/net/boinc-client/distinfo b/net/boinc-client/distinfo index 5fcb0c3a9117..83f379cdc7f4 100644 --- a/net/boinc-client/distinfo +++ b/net/boinc-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717665928 -SHA256 (BOINC-boinc-client_release-8.0-8.0.2_GH0.tar.gz) = c593f157aacbd61bf814f44ed6e4dbb38145336d5c018c756206bdfc0c6df33e -SIZE (BOINC-boinc-client_release-8.0-8.0.2_GH0.tar.gz) = 46978849 +TIMESTAMP = 1753478143 +SHA256 (BOINC-boinc-client_release-8.2-8.2.4_GH0.tar.gz) = a7cd5c562f7fae705f0b68e215d9ee176c2716630a80fc86a6d9aa3a6804e7e4 +SIZE (BOINC-boinc-client_release-8.2-8.2.4_GH0.tar.gz) = 47582706 diff --git a/net/boinc-client/pkg-plist b/net/boinc-client/pkg-plist index d933c1015dd1..996dc126c6cd 100644 --- a/net/boinc-client/pkg-plist +++ b/net/boinc-client/pkg-plist @@ -1,254 +1,254 @@ %%CLIENT%%bin/boinc %%CLIENT%%bin/boinc_client %%CLIENT%%bin/boinccmd %%MANAGER%%bin/boincmgr %%MANAGER%%bin/boincscr include/boinc/app_ipc.h include/boinc/average.h include/boinc/base64.h include/boinc/boinc_api.h include/boinc/boinc_opencl.h include/boinc/boinc_stdio.h include/boinc/cal_boinc.h include/boinc/cc_config.h include/boinc/cert_sig.h include/boinc/cl_boinc.h include/boinc/common_defs.h include/boinc/config.h include/boinc/coproc.h include/boinc/crypt.h include/boinc/diagnostics.h include/boinc/error_numbers.h include/boinc/filesys.h include/boinc/graphics2.h include/boinc/gui_rpc_client.h include/boinc/gutil.h include/boinc/hostinfo.h include/boinc/keyword.h include/boinc/md5.h include/boinc/md5_file.h include/boinc/mem_usage.h include/boinc/mfile.h include/boinc/miofile.h include/boinc/msg_log.h include/boinc/network.h include/boinc/notice.h include/boinc/opencl_boinc.h include/boinc/parse.h include/boinc/prefs.h include/boinc/proc_control.h include/boinc/procinfo.h include/boinc/project_specific_defines.h include/boinc/proxy_info.h include/boinc/reduce.h include/boinc/sched_msgs.h include/boinc/shmem.h include/boinc/stackwalker_imports.h include/boinc/std_fixes.h include/boinc/str_replace.h include/boinc/str_util.h include/boinc/svn_version.h include/boinc/url.h include/boinc/util.h include/boinc/version.h %%X11%%include/boinc/boinc_gl.h %%X11%%include/boinc/graphics_api.h %%X11%%include/boinc/graphics_data.h %%X11%%include/boinc/ttfont.h lib/libboinc.a lib/libboinc_api.a lib/libboinc_api.so lib/libboinc_api.so.8 -lib/libboinc_api.so.8.0.2 +lib/libboinc_api.so.8.2.4 %%CLIENT%%lib/libboinc_crypt.a lib/libboinc_opencl.a lib/libboinc_opencl.so lib/libboinc_opencl.so.8 -lib/libboinc_opencl.so.8.0.2 +lib/libboinc_opencl.so.8.2.4 libdata/pkgconfig/libboinc.pc libdata/pkgconfig/libboinc_api.pc %%CLIENT%%libdata/pkgconfig/libboinc_crypt.pc libdata/pkgconfig/libboinc_opencl.pc %%X11%%lib/libboinc_graphics2.a %%X11%%lib/libboinc_graphics2.so %%X11%%lib/libboinc_graphics2.so.8 -%%X11%%lib/libboinc_graphics2.so.8.0.2 +%%X11%%lib/libboinc_graphics2.so.8.2.4 %%SKINS%%share/boinc/skins/Charity Engine/background_image.png %%SKINS%%share/boinc/skins/Charity Engine/ce_about.ico %%SKINS%%share/boinc/skins/Charity Engine/ce_icon_play.png %%SKINS%%share/boinc/skins/Charity Engine/ce_pause.png %%SKINS%%share/boinc/skins/Charity Engine/ce_play.png %%SKINS%%share/boinc/skins/Charity Engine/ce_stop.png %%SKINS%%share/boinc/skins/Charity Engine/dialog_background_image.png %%SKINS%%share/boinc/skins/Charity Engine/project_image.png %%SKINS%%share/boinc/skins/Charity Engine/skin.xml %%SKINS%%share/boinc/skins/Charity Engine/workunit_running_image.png %%SKINS%%share/boinc/skins/Charity Engine/workunit_suspended_image.png %%SKINS%%share/boinc/skins/Charity Engine/workunit_waiting_image.png %%MANAGER%%share/boinc/skins/Default/background_image.png %%MANAGER%%share/boinc/skins/Default/skin.xml %%MANAGER%%share/boinc/skins/Default/workunit_running_image.png %%MANAGER%%share/boinc/skins/Default/workunit_suspended_image.png %%MANAGER%%share/boinc/skins/Default/workunit_waiting_image.png %%SKINS%%share/boinc/skins/GridRepublic/background_image.png %%SKINS%%share/boinc/skins/GridRepublic/dialog_background_image.png %%SKINS%%share/boinc/skins/GridRepublic/gr_about.ico %%SKINS%%share/boinc/skins/GridRepublic/gr_icon_play.png %%SKINS%%share/boinc/skins/GridRepublic/gr_pause.png %%SKINS%%share/boinc/skins/GridRepublic/gr_play.png %%SKINS%%share/boinc/skins/GridRepublic/gr_stop.png %%SKINS%%share/boinc/skins/GridRepublic/project_image.png %%SKINS%%share/boinc/skins/GridRepublic/skin.xml %%SKINS%%share/boinc/skins/GridRepublic/workunit_running_image.png %%SKINS%%share/boinc/skins/GridRepublic/workunit_suspended_image.png %%SKINS%%share/boinc/skins/GridRepublic/workunit_waiting_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/advanced_link_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/attach_project_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/cancel_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/close_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/connecting_indicator_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/copy_all_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/copy_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/dialog_background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/error_indicator_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/gauge_bg.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/help_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/left_arrow_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/messages_alert_link_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/messages_link_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/preferences_link_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/project_area_background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/project_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/resume_link_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/right_arrow_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/save_button.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/spacer_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/state_indicator_background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/suspend_link_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/tabArea_bg.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/wcg_about.ico %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/wcg_pause.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/wcg_play.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/wcg_stop.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_active_tab.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_animation_background_image copy.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_animation_background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_area_background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_gauge_background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_gauge_progress_indicator_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_suspended_tab.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/graphic/workunit_tab_area_background_image.png %%SKINS%%share/boinc/skins/People for a Smarter Planet/skin.xml %%SKINS%%share/boinc/skins/ProgressThruProcessors/background_image.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/dialog_background_image.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/project_image.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/ptp_about.ico %%SKINS%%share/boinc/skins/ProgressThruProcessors/ptp_icon_play.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/ptp_pause.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/ptp_play.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/ptp_stop.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/skin.xml %%SKINS%%share/boinc/skins/ProgressThruProcessors/workunit_running_image.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/workunit_suspended_image.png %%SKINS%%share/boinc/skins/ProgressThruProcessors/workunit_waiting_image.png %%SKINS%%share/boinc/skins/World Community Grid/Green_dot.png %%SKINS%%share/boinc/skins/World Community Grid/Red_dot.png %%SKINS%%share/boinc/skins/World Community Grid/Yellow_dot.png %%SKINS%%share/boinc/skins/World Community Grid/background_image.png %%SKINS%%share/boinc/skins/World Community Grid/wcg_pause.png %%SKINS%%share/boinc/skins/World Community Grid/wcg_play.png %%SKINS%%share/boinc/skins/World Community Grid/wcg_stop.png %%SKINS%%share/boinc/skins/World Community Grid/skin.xml %%SKINS%%share/boinc/skins/World Community Grid/wcg_32.png %%X11%%share/boinc/ttf/LiberationMono-Bold.ttf %%X11%%share/boinc/ttf/LiberationMono-BoldItalic.ttf %%X11%%share/boinc/ttf/LiberationMono-Italic.ttf %%X11%%share/boinc/ttf/LiberationMono-Regular.ttf %%X11%%share/boinc/ttf/LiberationSans-Bold.ttf %%X11%%share/boinc/ttf/LiberationSans-BoldItalic.ttf %%X11%%share/boinc/ttf/LiberationSans-Italic.ttf %%X11%%share/boinc/ttf/LiberationSans-Regular.ttf %%X11%%share/boinc/ttf/LiberationSerif-Bold.ttf %%X11%%share/boinc/ttf/LiberationSerif-BoldItalic.ttf %%X11%%share/boinc/ttf/LiberationSerif-Italic.ttf %%X11%%share/boinc/ttf/LiberationSerif-Regular.ttf %%MANAGER%%%%NLS%%share/locale/fa_IR/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/he/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/he/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/it_IT/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/it_IT/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/ka/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/sv/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/sv/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/ar/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/bg/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/bg/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/ca/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/ca/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/cs/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/cs/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/da/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/da/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/de/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/de/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/el/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/es/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/es/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/fi/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/fi/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/fr/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/fr/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/hu/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/hu/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/ja/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/ja/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/ko/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/ko/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/lt/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/lv/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/lv/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/nb/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/nb/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/nl/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/nl/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/pl/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/pl/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/pt_BR/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/pt_BR/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/pt_PT/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/pt_PT/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/ro/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/ro/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/ru/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/ru/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/sk/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/sk/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/tr/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/tr/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/uk/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/uk/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/zh_CN/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/zh_CN/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%%%NLS%%share/locale/zh_TW/LC_MESSAGES/BOINC-Client.mo %%MANAGER%%%%NLS%%share/locale/zh_TW/LC_MESSAGES/BOINC-Manager.mo %%MANAGER%%share/pixmaps/boincmgr.16x16.png %%MANAGER%%share/pixmaps/boincmgr.32x32.png %%MANAGER%%share/pixmaps/boincmgr.48x48.png %%X11%%libdata/pkgconfig/libboinc_graphics2.pc %%MANAGER%%%%X11%%share/applications/boinc.desktop %%SKINS%%share/boinc/skins/Makefile %%SKINS%%share/boinc/skins/Makefile.am %%SKINS%%share/boinc/skins/Makefile.in %%SKINS%%share/boinc/skins/World Community Grid/wcg.ico %%SKINS%%share/boinc/skins/World Community Grid/wcg_50.png %%SKINS%%share/boinc/skins/World Community Grid/wcg_about.ico %%SKINS%%share/icons/hicolor/64x64/apps/boinc.png %%SKINS%%share/icons/hicolor/scalable/apps/boinc.svg %%SKINS%%share/locale/ka/LC_MESSAGES/BOINC-Manager.mo %%SKINS%%@dir share/boinc-manager/skins/Charity Engine %%SKINS%%@dir share/boinc-manager/skins/Default %%SKINS%%@dir share/boinc-manager/skins/GridRepublic %%SKINS%%@dir share/boinc-manager/skins/People for a Smarter Planet/graphic %%SKINS%%@dir share/boinc-manager/skins/ProgressThruProcessors %%SKINS%%@dir share/boinc-manager/skins/World Community Grid