1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Update MATE DE to 1.10.0.

This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.

This update fixes the following PR's:
PR:		193942, 191885
Submitted by:	Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from:	gnome devel repo.
This commit is contained in:
Koop Mast 2015-07-27 20:19:33 +00:00
parent d6c984cb28
commit b18513c396
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393031
135 changed files with 5765 additions and 5299 deletions

2
MOVED
View File

@ -7737,3 +7737,5 @@ amd64-gcc||2015-07-25|No real use
amd64-xtoolchain-gcc||2015-07-25|No real use
devel/p5-Test-Tester|devel/p5-Test-Simple|2015-07-25|Has expired: Part of p5-Test-Simple (use that instead), and included in perl 5.22
devel/p5-Test-use-ok|devel/p5-Test-Simple|2015-07-25|Has expired: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22
math/mate-calc||2015-07-27|Not part of MATE 1.10. Instead galculator is used
x11/mate-dialogs||2015-07-27|Not part of MATE 1.10

View File

@ -50,7 +50,7 @@ _USE_MATE_ALL= autogen intlhack intltool
# the *.pc file instead.
_USE_MATE_ALL+= caja common controlcenter desktop dialogs docutils icontheme \
libmatekbd libmateweather \
marco menus mucharmap notificationdaemon panel polkit pluma \
marco menus notificationdaemon panel polkit pluma \
settingsdaemon
SCROLLKEEPER_DIR= /var/db/rarian
@ -60,11 +60,6 @@ caja_BUILD_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/caja
caja_LIB_DEPENDS= libcaja-extension.so:${PORTSDIR}/x11-fm/caja
caja_RUN_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/caja
mucharmap_DETECT= ${LOCALBASE}/libdata/pkgconfig/mucharmap-2.pc
mucharmap_BUILD_DEPENDS=${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map
mucharmap_LIB_DEPENDS= libmucharmap.so:${PORTSDIR}/deskutils/mate-character-map
mucharmap_RUN_DEPENDS= ${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map
common_DETECT= ${LOCALBASE}/bin/mate-autogen
common_BUILD_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common
common_RUN_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= engrampa
PORTVERSION= 1.8.1
PORTVERSION= 1.10.1
CATEGORIES= archivers mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/engrampa-1.8.1.tar.xz) = f8c541de364352005b2f4a100140197a2190269d3dbffe032e284a98478f1be7
SIZE (mate/engrampa-1.8.1.tar.xz) = 1367088
SHA256 (mate/engrampa-1.10.1.tar.xz) = d166cbde0dff6a6e714c458b813dde41e45c851fb3a1795841484e524a642ac8
SIZE (mate/engrampa-1.10.1.tar.xz) = 1401616

View File

@ -1,12 +1,13 @@
--- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006
+++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006
@@ -231,6 +231,9 @@
#if defined (__SVR4) && defined (__sun)
if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE))
--- src/fr-command-tar.c.orig 2014-11-19 15:44:09.000000000 +0100
+++ src/fr-command-tar.c 2014-12-04 18:28:31.998497849 +0100
@@ -245,6 +245,10 @@
g_free (command);
command = g_strdup ("/usr/sfw/bin/gtar");
}
+#elif defined(__FreeBSD__)
+ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE))
+ command = g_strdup ("%%LOCALBASE%%/bin/gtar");
+
#endif
if (command != NULL)
fr_process_begin_command (comm->process, command);

View File

@ -1,10 +1,14 @@
bin/engrampa
lib/caja/extensions-2.0/libcaja-engrampa.so
libexec/engrampa-server
libexec/engrampa/isoinfo.sh
libexec/engrampa/rpm2cpio
man/man1/engrampa.1.gz
share/MateConf/gsettings/engrampa.convert
share/appdata/engrampa.appdata.xml
share/applications/engrampa.desktop
share/caja/extensions/libcaja-engrampa.caja-extension
share/dbus-1/services/org.mate.Engrampa.service
%%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png
%%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png
%%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png

View File

@ -370,6 +370,7 @@
SUBDIR += liblo
SUBDIR += liblscp
SUBDIR += libmad
SUBDIR += libmatemixer
SUBDIR += libmikmod
SUBDIR += libmodplug
SUBDIR += libmp3-archive-perl

View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= libmatemixer
PORTVERSION= 1.10.0
CATEGORIES= audio mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Mixer library for MATE desktop
LICENSE= LGPL21
USES= gettext libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 intltool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-null \
--enable-oss \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= PULSEAUDIO ALSA
OPTIONS_SUB= yes
PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio
PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
ALSA_CONFIGURE_ENABLE= alsa
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (mate/libmatemixer-1.10.0.tar.xz) = a4edc285fa07e6f556a3d6e384c7535f26d3a0bbe1cdc56eadd4f0c034ee5551
SIZE (mate/libmatemixer-1.10.0.tar.xz) = 380208

View File

@ -0,0 +1,6 @@
libmatemixer is a mixer library for MATE desktop.
It provides an abstract API allowing access to mixer functionality available
in the PulseAudio, ALSA and OSS sound systems.
WWW: https://github.com/mate-desktop/libmatemixer

View File

@ -0,0 +1,52 @@
include/mate-mixer/libmatemixer/matemixer-app-info.h
include/mate-mixer/libmatemixer/matemixer-context.h
include/mate-mixer/libmatemixer/matemixer-device-switch.h
include/mate-mixer/libmatemixer/matemixer-device.h
include/mate-mixer/libmatemixer/matemixer-enum-types.h
include/mate-mixer/libmatemixer/matemixer-enums.h
include/mate-mixer/libmatemixer/matemixer-stored-control.h
include/mate-mixer/libmatemixer/matemixer-stream-control.h
include/mate-mixer/libmatemixer/matemixer-stream-switch.h
include/mate-mixer/libmatemixer/matemixer-stream-toggle.h
include/mate-mixer/libmatemixer/matemixer-stream.h
include/mate-mixer/libmatemixer/matemixer-switch-option.h
include/mate-mixer/libmatemixer/matemixer-switch.h
include/mate-mixer/libmatemixer/matemixer-types.h
include/mate-mixer/libmatemixer/matemixer-version.h
include/mate-mixer/libmatemixer/matemixer.h
lib/libmatemixer.a
lib/libmatemixer.so
lib/libmatemixer.so.0
lib/libmatemixer.so.0.0.0
%%ALSA%%lib/libmatemixer/libmatemixer-alsa.a
%%ALSA%%lib/libmatemixer/libmatemixer-alsa.so
lib/libmatemixer/libmatemixer-oss.a
lib/libmatemixer/libmatemixer-oss.so
%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.a
%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.so
libdata/pkgconfig/libmatemixer.pc
share/gtk-doc/html/libmatemixer/MateMixerAppInfo.html
share/gtk-doc/html/libmatemixer/MateMixerContext.html
share/gtk-doc/html/libmatemixer/MateMixerDevice.html
share/gtk-doc/html/libmatemixer/MateMixerDeviceSwitch.html
share/gtk-doc/html/libmatemixer/MateMixerStoredControl.html
share/gtk-doc/html/libmatemixer/MateMixerStream.html
share/gtk-doc/html/libmatemixer/MateMixerStreamControl.html
share/gtk-doc/html/libmatemixer/MateMixerStreamSwitch.html
share/gtk-doc/html/libmatemixer/MateMixerStreamToggle.html
share/gtk-doc/html/libmatemixer/MateMixerSwitch.html
share/gtk-doc/html/libmatemixer/MateMixerSwitchOption.html
share/gtk-doc/html/libmatemixer/api-index-full.html
share/gtk-doc/html/libmatemixer/ch01.html
share/gtk-doc/html/libmatemixer/home.png
share/gtk-doc/html/libmatemixer/index.html
share/gtk-doc/html/libmatemixer/index.sgml
share/gtk-doc/html/libmatemixer/left-insensitive.png
share/gtk-doc/html/libmatemixer/left.png
share/gtk-doc/html/libmatemixer/libmatemixer-MateMixer.html
share/gtk-doc/html/libmatemixer/libmatemixer.devhelp2
share/gtk-doc/html/libmatemixer/right-insensitive.png
share/gtk-doc/html/libmatemixer/right.png
share/gtk-doc/html/libmatemixer/style.css
share/gtk-doc/html/libmatemixer/up-insensitive.png
share/gtk-doc/html/libmatemixer/up.png

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-media
PORTVERSION= 1.8.0
PORTVERSION= 1.10.0
CATEGORIES= audio mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -11,7 +11,9 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Multimedia applications for the MATE desktop
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
libmatemixer.so:${PORTSDIR}/audio/libmatemixer \
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
PORTSCOUT= limitw:1,even
@ -21,21 +23,10 @@ USE_GNOME= glib20 gtk20 intlhack libxml2
USE_LDCONFIG= yes
USE_GSTREAMER= good
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk=2.0
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-pulseaudio \
--enable-gst-mixer-applet
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.panel.applet.mixer.gschema.xml \
org.mate.volume-control.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's|mixer_applet2|mate_mixer_applet2|g' \
${WRKSRC}/gst-mixer-applet/Makefile.in \
${WRKSRC}/gst-mixer-applet/load.c \
${WRKSRC}/gst-mixer-applet/org.mate.panel.applet.MixerAppletFactory.service.in \
${WRKSRC}/gst-mixer-applet/org.mate.applets.MixerApplet.mate-panel-applet.in.in
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-media-1.8.0.tar.xz) = a264f9afcae7dff50aefb813616857db10ed62ac30c4071e690485ee9c6e5f61
SIZE (mate/mate-media-1.8.0.tar.xz) = 939728
SHA256 (mate/mate-media-1.10.0.tar.xz) = c8e57bf169a2687319a6ddb1c6db6e256b9edeb15ce3a3cc2762a76c96ed18fc
SIZE (mate/mate-media-1.10.0.tar.xz) = 506300

View File

@ -1,119 +1,9 @@
bin/mate-volume-control
libexec/mate_mixer_applet2
bin/mate-volume-control-applet
etc/xdg/autostart/mate-volume-control-applet.desktop
man/man1/mate-volume-control-applet.1.gz
man/man1/mate-volume-control.1.gz
share/MateConf/gsettings/mate-volume-control.convert
share/applications/mate-volume-control.desktop
share/dbus-1/services/org.mate.panel.applet.MixerAppletFactory.service
share/help/C/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/C/mate-mixer_applet2/index.docbook
share/help/C/mate-mixer_applet2/legal.xml
share/help/C/mate-volume-control/figures/mate-volume-control_window.png
share/help/C/mate-volume-control/index.docbook
share/help/C/mate-volume-control/legal.xml
share/help/ca/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/ca/mate-mixer_applet2/index.docbook
share/help/ca/mate-mixer_applet2/legal.xml
share/help/ca/mate-volume-control/figures/mate-volume-control_window.png
share/help/ca/mate-volume-control/index.docbook
share/help/ca/mate-volume-control/legal.xml
share/help/cs/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/cs/mate-mixer_applet2/index.docbook
share/help/cs/mate-mixer_applet2/legal.xml
share/help/cs/mate-volume-control/figures/mate-volume-control_window.png
share/help/cs/mate-volume-control/index.docbook
share/help/cs/mate-volume-control/legal.xml
share/help/da/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/da/mate-mixer_applet2/index.docbook
share/help/da/mate-mixer_applet2/legal.xml
share/help/da/mate-volume-control/figures/mate-volume-control_window.png
share/help/da/mate-volume-control/index.docbook
share/help/da/mate-volume-control/legal.xml
share/help/de/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/de/mate-mixer_applet2/index.docbook
share/help/de/mate-mixer_applet2/legal.xml
share/help/de/mate-volume-control/figures/mate-volume-control_window.png
share/help/de/mate-volume-control/index.docbook
share/help/de/mate-volume-control/legal.xml
share/help/el/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/el/mate-mixer_applet2/index.docbook
share/help/el/mate-mixer_applet2/legal.xml
share/help/el/mate-volume-control/figures/mate-volume-control_window.png
share/help/el/mate-volume-control/index.docbook
share/help/el/mate-volume-control/legal.xml
share/help/en_GB/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/en_GB/mate-mixer_applet2/index.docbook
share/help/en_GB/mate-mixer_applet2/legal.xml
share/help/en_GB/mate-volume-control/figures/mate-volume-control_window.png
share/help/en_GB/mate-volume-control/index.docbook
share/help/en_GB/mate-volume-control/legal.xml
share/help/es/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/es/mate-mixer_applet2/index.docbook
share/help/es/mate-mixer_applet2/legal.xml
share/help/es/mate-volume-control/figures/mate-volume-control_window.png
share/help/es/mate-volume-control/index.docbook
share/help/es/mate-volume-control/legal.xml
share/help/eu/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/eu/mate-mixer_applet2/index.docbook
share/help/eu/mate-mixer_applet2/legal.xml
share/help/fi/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/fi/mate-mixer_applet2/index.docbook
share/help/fi/mate-mixer_applet2/legal.xml
share/help/fr/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/fr/mate-mixer_applet2/index.docbook
share/help/fr/mate-mixer_applet2/legal.xml
share/help/fr/mate-volume-control/figures/mate-volume-control_window.png
share/help/fr/mate-volume-control/index.docbook
share/help/fr/mate-volume-control/legal.xml
share/help/hu/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/hu/mate-mixer_applet2/index.docbook
share/help/hu/mate-mixer_applet2/legal.xml
share/help/it/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/it/mate-mixer_applet2/index.docbook
share/help/it/mate-mixer_applet2/legal.xml
share/help/it/mate-volume-control/figures/mate-volume-control_window.png
share/help/it/mate-volume-control/index.docbook
share/help/it/mate-volume-control/legal.xml
share/help/ko/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/ko/mate-mixer_applet2/index.docbook
share/help/ko/mate-mixer_applet2/legal.xml
share/help/oc/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/oc/mate-mixer_applet2/index.docbook
share/help/oc/mate-mixer_applet2/legal.xml
share/help/oc/mate-volume-control/figures/mate-volume-control_window.png
share/help/oc/mate-volume-control/index.docbook
share/help/oc/mate-volume-control/legal.xml
share/help/pa/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/pa/mate-mixer_applet2/index.docbook
share/help/pa/mate-mixer_applet2/legal.xml
share/help/pt_BR/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/pt_BR/mate-mixer_applet2/index.docbook
share/help/pt_BR/mate-mixer_applet2/legal.xml
share/help/ru/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/ru/mate-mixer_applet2/index.docbook
share/help/ru/mate-mixer_applet2/legal.xml
share/help/ru/mate-volume-control/figures/mate-volume-control_window.png
share/help/ru/mate-volume-control/index.docbook
share/help/ru/mate-volume-control/legal.xml
share/help/sv/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/sv/mate-mixer_applet2/index.docbook
share/help/sv/mate-mixer_applet2/legal.xml
share/help/sv/mate-volume-control/figures/mate-volume-control_window.png
share/help/sv/mate-volume-control/index.docbook
share/help/sv/mate-volume-control/legal.xml
share/help/uk/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/uk/mate-mixer_applet2/index.docbook
share/help/uk/mate-mixer_applet2/legal.xml
share/help/zh_CN/mate-mixer_applet2/figures/volumecontrol_applet.png
share/help/zh_CN/mate-mixer_applet2/index.docbook
share/help/zh_CN/mate-mixer_applet2/legal.xml
share/help/zh_CN/mate-volume-control/figures/mate-volume-control_window.png
share/help/zh_CN/mate-volume-control/index.docbook
share/help/zh_CN/mate-volume-control/legal.xml
share/icons/mate/16x16/devices/gvc-3d-sound.png
share/icons/mate/16x16/devices/gvc-headphones.png
share/icons/mate/16x16/devices/gvc-line-in.png
share/icons/mate/16x16/devices/gvc-tone.png
share/icons/mate/16x16/status/audio-input-microphone-muted.png
share/locale/af/LC_MESSAGES/mate-media.mo
share/locale/am/LC_MESSAGES/mate-media.mo
share/locale/ar/LC_MESSAGES/mate-media.mo
@ -206,11 +96,45 @@ share/locale/xh/LC_MESSAGES/mate-media.mo
share/locale/zh_CN/LC_MESSAGES/mate-media.mo
share/locale/zh_HK/LC_MESSAGES/mate-media.mo
share/locale/zh_TW/LC_MESSAGES/mate-media.mo
share/mate-2.0/ui/mixer-applet-menu.xml
%%DATADIR%%/pixmaps/chain-broken.png
%%DATADIR%%/pixmaps/chain.png
%%DATADIR%%/icons/mate/16x16/status/audio-input-microphone-high.png
%%DATADIR%%/icons/mate/16x16/status/audio-input-microphone-low.png
%%DATADIR%%/icons/mate/16x16/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/mate/16x16/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-high.png
%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-low.png
%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-high.png
%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-low.png
%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-high.png
%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-low.png
%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center-back-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center-back.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-back-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-back.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-side-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-side.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-back-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-back.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-side-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-side.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-subwoofer-testing.svg
%%DATADIR%%/icons/mate/48x48/devices/audio-subwoofer.svg
%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-high.svg
%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-low.svg
%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-medium.svg
%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-muted.svg
%%DATADIR%%/sounds/mate-sounds-default.xml
share/mate-panel/applets/org.mate.applets.MixerApplet.mate-panel-applet
share/sounds/mate/default/alerts/bark.ogg
share/sounds/mate/default/alerts/drip.ogg
share/sounds/mate/default/alerts/glass.ogg

View File

@ -2,14 +2,13 @@
# $FreeBSD$
PORTNAME= caja-extensions
PORTVERSION= 1.8.0
PORTREVISION= 2
PORTVERSION= 1.10.0
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Caja extension which allows you to open a terminal
COMMENT= Set of extensions for Caja
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp

View File

@ -1,2 +1,2 @@
SHA256 (mate/caja-extensions-1.8.0.tar.xz) = 71b4353236b4f13e1984a8497ff80ed63d74141833ba47a32629a5d3505bbc91
SIZE (mate/caja-extensions-1.8.0.tar.xz) = 343784
SHA256 (mate/caja-extensions-1.10.0.tar.xz) = 08dd6e5d649fbcdc53a1684e89ab0f4e74a812dd1d7b684201b63f94f649b0ea
SIZE (mate/caja-extensions-1.10.0.tar.xz) = 366796

View File

@ -1,3 +1,3 @@
Caja extension which allows you to open a terminal.
Set of extensions for Caja, the MATE file manager.
WWW: http://mate-desktop.org/

View File

@ -11,6 +11,7 @@ lib/caja/extensions-2.0/libcaja-image-converter.so
lib/caja/extensions-2.0/libcaja-open-terminal.so
lib/caja/extensions-2.0/libcaja-sendto.so
lib/caja/extensions-2.0/libcaja-share.so
lib/caja/extensions-2.0/libcaja-wallpaper.so
libdata/pkgconfig/caja-sendto.pc
man/man1/caja-sendto.1.gz
share/MateConf/gsettings/caja-open-terminal.convert
@ -19,6 +20,13 @@ share/MateConf/gsettings/caja-sendto-convert
%%DATADIR%%/caja-image-rotate.ui
%%DATADIR%%/caja-sendto.ui
%%DATADIR%%/share-dialog.ui
share/caja/extensions/libcaja-gksu.caja-extension
share/caja/extensions/libcaja-image-converter.caja-extension
share/caja/extensions/libcaja-open-terminal.caja-extension
share/caja/extensions/libcaja-sendto.caja-extension
share/caja/extensions/libcaja-share.caja-extension
share/caja/extensions/libcaja-wallpaper.caja-extension
share/gtk-doc/html/caja-sendto/annotation-glossary.html
share/gtk-doc/html/caja-sendto/api-index-full.html
share/gtk-doc/html/caja-sendto/caja-sendto-caja-sendto-plugin.html
share/gtk-doc/html/caja-sendto/caja-sendto.devhelp2
@ -45,23 +53,31 @@ share/locale/el/LC_MESSAGES/caja-extensions.mo
share/locale/en_AU/LC_MESSAGES/caja-extensions.mo
share/locale/en_GB/LC_MESSAGES/caja-extensions.mo
share/locale/es/LC_MESSAGES/caja-extensions.mo
share/locale/et/LC_MESSAGES/caja-extensions.mo
share/locale/eu/LC_MESSAGES/caja-extensions.mo
share/locale/fr/LC_MESSAGES/caja-extensions.mo
share/locale/gl/LC_MESSAGES/caja-extensions.mo
share/locale/hi/LC_MESSAGES/caja-extensions.mo
share/locale/hr/LC_MESSAGES/caja-extensions.mo
share/locale/hu/LC_MESSAGES/caja-extensions.mo
share/locale/id/LC_MESSAGES/caja-extensions.mo
share/locale/it/LC_MESSAGES/caja-extensions.mo
share/locale/ja/LC_MESSAGES/caja-extensions.mo
share/locale/kk/LC_MESSAGES/caja-extensions.mo
share/locale/ko/LC_MESSAGES/caja-extensions.mo
share/locale/lt/LC_MESSAGES/caja-extensions.mo
share/locale/mk/LC_MESSAGES/caja-extensions.mo
share/locale/mr/LC_MESSAGES/caja-extensions.mo
share/locale/ms/LC_MESSAGES/caja-extensions.mo
share/locale/nl/LC_MESSAGES/caja-extensions.mo
share/locale/pl/LC_MESSAGES/caja-extensions.mo
share/locale/pt/LC_MESSAGES/caja-extensions.mo
share/locale/pt_BR/LC_MESSAGES/caja-extensions.mo
share/locale/ro/LC_MESSAGES/caja-extensions.mo
share/locale/ru/LC_MESSAGES/caja-extensions.mo
share/locale/sk/LC_MESSAGES/caja-extensions.mo
share/locale/sl/LC_MESSAGES/caja-extensions.mo
share/locale/sr/LC_MESSAGES/caja-extensions.mo
share/locale/sv/LC_MESSAGES/caja-extensions.mo
share/locale/tr/LC_MESSAGES/caja-extensions.mo
share/locale/uk/LC_MESSAGES/caja-extensions.mo

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mate-notification-daemon
PORTVERSION= 1.8.0
PORTREVISION= 1
PORTVERSION= 1.10.0
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-notification-daemon-1.8.0.tar.xz) = 21f29513efdbc97ab87e7813bb81c2d23038f5c49a57f55107316f99ae79cfb0
SIZE (mate/mate-notification-daemon-1.8.0.tar.xz) = 301228
SHA256 (mate/mate-notification-daemon-1.10.0.tar.xz) = 03438b0b9f67b5cef07193e36674ce08b621f598cf77fe0591983f3c007b58c0
SIZE (mate/mate-notification-daemon-1.10.0.tar.xz) = 303324

View File

@ -37,6 +37,7 @@ share/locale/eu/LC_MESSAGES/mate-notification-daemon.mo
share/locale/fr/LC_MESSAGES/mate-notification-daemon.mo
share/locale/gl/LC_MESSAGES/mate-notification-daemon.mo
share/locale/he/LC_MESSAGES/mate-notification-daemon.mo
share/locale/hi/LC_MESSAGES/mate-notification-daemon.mo
share/locale/hr/LC_MESSAGES/mate-notification-daemon.mo
share/locale/hu/LC_MESSAGES/mate-notification-daemon.mo
share/locale/id/LC_MESSAGES/mate-notification-daemon.mo
@ -49,6 +50,7 @@ share/locale/ky/LC_MESSAGES/mate-notification-daemon.mo
share/locale/lt/LC_MESSAGES/mate-notification-daemon.mo
share/locale/lv/LC_MESSAGES/mate-notification-daemon.mo
share/locale/mk/LC_MESSAGES/mate-notification-daemon.mo
share/locale/mr/LC_MESSAGES/mate-notification-daemon.mo
share/locale/ms/LC_MESSAGES/mate-notification-daemon.mo
share/locale/nb/LC_MESSAGES/mate-notification-daemon.mo
share/locale/nl/LC_MESSAGES/mate-notification-daemon.mo
@ -57,11 +59,13 @@ share/locale/pa/LC_MESSAGES/mate-notification-daemon.mo
share/locale/pl/LC_MESSAGES/mate-notification-daemon.mo
share/locale/pt/LC_MESSAGES/mate-notification-daemon.mo
share/locale/pt_BR/LC_MESSAGES/mate-notification-daemon.mo
share/locale/ro/LC_MESSAGES/mate-notification-daemon.mo
share/locale/ru/LC_MESSAGES/mate-notification-daemon.mo
share/locale/sc/LC_MESSAGES/mate-notification-daemon.mo
share/locale/sk/LC_MESSAGES/mate-notification-daemon.mo
share/locale/sl/LC_MESSAGES/mate-notification-daemon.mo
share/locale/sq/LC_MESSAGES/mate-notification-daemon.mo
share/locale/sr/LC_MESSAGES/mate-notification-daemon.mo
share/locale/sv/LC_MESSAGES/mate-notification-daemon.mo
share/locale/te/LC_MESSAGES/mate-notification-daemon.mo
share/locale/tr/LC_MESSAGES/mate-notification-daemon.mo

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-utils
PORTVERSION= 1.8.1
PORTVERSION= 1.10.1
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -24,6 +24,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-maintainer-flags=no \
--disable-gtk-doc \
--with-gtk=2.0 \
--with-html-dir=${PREFIX}/share/doc
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-utils-1.8.1.tar.xz) = 0ad9c40c656214caaa6cbd2107ebb13e3cea0b64b4e31c7105568726313522a5
SIZE (mate/mate-utils-1.8.1.tar.xz) = 2648184
SHA256 (mate/mate-utils-1.10.1.tar.xz) = 68515690e90616f25a479f203c94c47fed75b5474d99e55bc4b1f418dadee294
SIZE (mate/mate-utils-1.10.1.tar.xz) = 2612476

View File

@ -1,11 +0,0 @@
--- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400
+++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400
@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line
{
int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0;
GSList *days = NULL;
- GDate *date, *newdate;
+ GDate *date = NULL, *newdate;
struct tm *tmptm;
char *date_string;
Day *day;

View File

@ -34,6 +34,10 @@ share/MateConf/gsettings/mate-disk-usage-analyzer.convert
share/MateConf/gsettings/mate-screenshot.convert
share/MateConf/gsettings/mate-search-tool.convert
share/MateConf/gsettings/mate-system-log.convert
share/appdata/mate-dictionary.appdata.xml
share/appdata/mate-disk-usage-analyzer.appdata.xml
share/appdata/mate-screenshot.appdata.xml
share/appdata/mate-search-tool.appdata.xml
share/applications/mate-dictionary.desktop
share/applications/mate-disk-usage-analyzer.desktop
share/applications/mate-screenshot.desktop

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mozo
PORTVERSION= 1.8.0
PORTVERSION= 1.10.0
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/mozo-1.8.0.tar.xz) = 326f0a6c30c07381b113b243ccdcc46269b2cab1e998ea6e1f9e79f520f015cb
SIZE (mate/mozo-1.8.0.tar.xz) = 162484
SHA256 (mate/mozo-1.10.0.tar.xz) = b84bd95da46bfda950a73eda1b47b4d7d1e4814aa2eba76a1d7e4fb07489118d
SIZE (mate/mozo-1.10.0.tar.xz) = 163540

View File

@ -77,6 +77,7 @@ share/locale/kk/LC_MESSAGES/mozo.mo
share/locale/kn/LC_MESSAGES/mozo.mo
share/locale/ko/LC_MESSAGES/mozo.mo
share/locale/ku/LC_MESSAGES/mozo.mo
share/locale/ku_IQ/LC_MESSAGES/mozo.mo
share/locale/ky/LC_MESSAGES/mozo.mo
share/locale/lt/LC_MESSAGES/mozo.mo
share/locale/lv/LC_MESSAGES/mozo.mo

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-common
PORTVERSION= 1.8.0
PORTVERSION= 1.10.0
CATEGORIES= devel mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-common-1.8.0.tar.xz) = 0b04310e61d0f9a7dd3ba32aadae38a6d0089b464b134bf015472fc9f47a23cc
SIZE (mate/mate-common-1.8.0.tar.xz) = 71072
SHA256 (mate/mate-common-1.10.0.tar.xz) = a2193e5d2ae78aa3f7bdf5636fb46d8142d417be76885758bf3795bc5e73d822
SIZE (mate/mate-common-1.10.0.tar.xz) = 72136

View File

@ -1,25 +1,25 @@
https://bugs.gentoo.org/show_bug.cgi?id=427432
https://bugzilla.gnome.org/show_bug.cgi?id=680363
--- macros/mate-autogen.orig 2009-05-27 23:29:07.000000000 +0200
+++ macros/mate-autogen 2012-07-24 10:29:13.064750613 +0200
@@ -77,6 +77,7 @@
--- macros/mate-autogen.orig 2015-01-12 08:15:17.000000000 +0100
+++ macros/mate-autogen 2015-01-13 07:59:16.690666241 +0100
@@ -97,6 +97,7 @@
vc_min_version=$4
vc_source=$5
vc_status=1
+ vc_option="--version"
local ${vc_variable}_VERSION
vc_checkprog=`eval echo "\\$$vc_variable"`
if [ -n "$vc_checkprog" ]; then
@@ -89,11 +90,19 @@
@@ -110,11 +111,19 @@
else
vc_comparator=">="
fi
+
+ # The most reliable way to check pkg-config version is to query the actual
+ # virtual
+ # pkg-config package entry's modversion. This works in all known
+ # implementations.
+
+ if test "x$vc_package" = "xpkg-config"; then
+ vc_option="--modversion pkg-config"
+ fi

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pluma
PORTVERSION= 1.8.1
PORTREVISION= 1
PORTVERSION= 1.10.2
CATEGORIES= editors mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -21,12 +20,14 @@ PORTSCOUT= limitw:1,even
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
python:2 shebangfix tar:xz
USE_MATE= desktop
USE_XORG= sm x11
USE_GNOME= gtk20 gtksourceview2 gvfs intlhack libxml2 \
pygobject pygtk2 pygtksourceview
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--with-gtk=2.0 \
--with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -1,2 +1,2 @@
SHA256 (mate/pluma-1.8.1.tar.xz) = 38accc5c05062981a0649874300bc21ab3ad1a5ef47491186dffe7c035ed9e8b
SIZE (mate/pluma-1.8.1.tar.xz) = 3409032
SHA256 (mate/pluma-1.10.2.tar.xz) = c0614334dc99e5dde73cbda6cb561cb1a5dc3e3269d74a4134095f9abf73c89a
SIZE (mate/pluma-1.10.2.tar.xz) = 3442784

View File

@ -135,6 +135,7 @@ libdata/pkgconfig/pluma.pc
libexec/pluma/pluma-bugreport.sh
man/man1/pluma.1.gz
share/MateConf/gsettings/pluma.convert
share/appdata/pluma.appdata.xml
share/applications/pluma.desktop
%%PORTDOCS%%%%DOCSDIR%%/PlumaMessage.html
%%PORTDOCS%%%%DOCSDIR%%/PlumaMessageBus.html

View File

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= atril
PORTVERSION= 1.8.1
PORTREVISION?= 6
PORTVERSION= 1.10.1
PORTREVISION?= 2
CATEGORIES= graphics print mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -29,7 +29,6 @@ USE_GNOME= cairo gtk20 intlhack libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk=2.0 \
--disable-introspection \
--disable-static
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
@ -45,8 +44,8 @@ USE_MATE+= desktop
GLIB_SCHEMAS= org.mate.Atril.gschema.xml
OPTIONS_DEFINE= CAJA COMICS DJVU DVI KEYRING T1LIB XPS
OPTIONS_DEFAULT=CAJA COMICS KEYRING XPS
OPTIONS_DEFINE= CAJA COMICS DJVU DVI EPUB KEYRING T1LIB XPS
OPTIONS_DEFAULT=CAJA COMICS EPUB KEYRING XPS
DVI_DESC= DVI viewer support
T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI)
CAJA_DESC= Caja plugin
@ -54,6 +53,7 @@ KEYRING_DESC= Keyring support
COMICS_DESC= Comic book archives support
DJVU_DESC= DJVU support
XPS_DESC= XPS support
EPUB_DESC= Epub support
OPTIONS_SUB= yes
@ -62,10 +62,12 @@ CAJA_USE= MATE=caja
DJVU_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
DJVU_CONFIGURE_ENABLE= djvu
COMICS_CONFIGURE_ENABLE= comics
KEYRING_CONFIGURE_WITH= keyring
KEYRING_CONFIGURE_ENABLE= keyring
KEYRING_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret
XPS_CONFIGURE_ENABLE= xps
XPS_LIB_DEPENDS= libgxps.so:${PORTSDIR}/graphics/libgxps
EPUB_CONFIGURE_ENABLE= epub
EPUB_LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
.include <bsd.port.options.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mate/atril-1.8.1.tar.xz) = 036b6bdf9f9caa7468c0cfb680360420cf8477007a0a04dc3b5c50b163c0333f
SIZE (mate/atril-1.8.1.tar.xz) = 1577776
SHA256 (mate/atril-1.10.1.tar.xz) = 21037e7b55cb028ba7f52780c99df02f6b4b0b4d16ecad2231efd105452c4e6e
SIZE (mate/atril-1.10.1.tar.xz) = 2182156

View File

@ -1,50 +0,0 @@
--- shell/ev-window.c.orig 2015-01-30 14:16:41 UTC
+++ shell/ev-window.c
@@ -422,12 +422,12 @@ ev_window_setup_action_sensitivity (EvWi
if (has_document && !ev_print_operation_exists_for_document(document))
ok_to_print = FALSE;
- if (has_document &&
+ if (has_document && ev_window->priv->lockdown_settings &&
g_settings_get_boolean (ev_window->priv->lockdown_settings, MATE_LOCKDOWN_SAVE)) {
ok_to_copy = FALSE;
}
- if (has_document &&
+ if (has_document && ev_window->priv->lockdown_settings &&
g_settings_get_boolean (ev_window->priv->lockdown_settings, MATE_LOCKDOWN_PRINT)) {
ok_to_print = FALSE;
}
@@ -1375,12 +1375,14 @@ ev_window_setup_document (EvWindow *ev_w
ev_window);
}
- if (!ev_window->priv->lockdown_settings)
- ev_window->priv->lockdown_settings = g_settings_new (MATE_LOCKDOWN_SCHEMA);
- g_signal_connect (ev_window->priv->lockdown_settings,
- "changed",
- G_CALLBACK (lockdown_changed),
- ev_window);
+ if (g_settings_schema_source_lookup(g_settings_schema_source_get_default(), MATE_LOCKDOWN_SCHEMA, FALSE) != NULL) {
+ if (!ev_window->priv->lockdown_settings)
+ ev_window->priv->lockdown_settings = g_settings_new (MATE_LOCKDOWN_SCHEMA);
+ g_signal_connect (ev_window->priv->lockdown_settings,
+ "changed",
+ G_CALLBACK (lockdown_changed),
+ ev_window);
+ }
ev_window_setup_action_sensitivity (ev_window);
@@ -3330,6 +3332,11 @@ ev_window_print_range (EvWindow *ev_wind
ev_print_operation_set_embed_page_setup (op, !g_settings_get_boolean (ev_window->priv->lockdown_settings,
MATE_LOCKDOWN_PRINT_SETUP));
+ if (ev_window->priv->lockdown_settings)
+ ev_print_operation_set_embed_page_setup (op, !g_settings_get_boolean (ev_window->priv->lockdown_settings,
+ MATE_LOCKDOWN_PRINT_SETUP));
+ else
+ ev_print_operation_set_embed_page_setup (op, TRUE);
g_object_unref (print_settings);
g_object_unref (print_page_setup);

View File

@ -48,12 +48,218 @@ include/atril/1.5.0/libview/ev-stock-icons.h
include/atril/1.5.0/libview/ev-view-presentation.h
include/atril/1.5.0/libview/ev-view-type-builtins.h
include/atril/1.5.0/libview/ev-view.h
include/atril/1.5.0/libview/ev-web-view.h
%%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend
%%DJVU%%lib/atril/3/backends/djvudocument.atril-backend
%%DVI%%lib/atril/3/backends/dvidocument.atril-backend
%%EPUB%%lib/atril/3/backends/epub/MathJax/Images/CloseX-31.png
%%EPUB%%lib/atril/3/backends/epub/MathJax/Images/MenuArrow-15.png
%%EPUB%%lib/atril/3/backends/epub/MathJax/MathJax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/config/Accessible-full.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/config/Accessible.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/config/Safe.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/config/TeX-AMS-MML_SVG-full.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/config/TeX-AMS-MML_SVG.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/config/local/local.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/FontWarnings.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/HelpDialog.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MatchWebFonts.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathEvents.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathML/content-mathml.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathMenu.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathZoom.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/Safe.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/AMScd.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/AMSmath.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/AMSsymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/HTML.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/action.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/autobold.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/autoload-all.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/bbox.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/begingroup.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/boldsymbol.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/cancel.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/color.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/enclose.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/extpfeil.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/mathchoice.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/mhchem.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/newcommand.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/noErrors.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/noUndefined.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/unicode.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/verb.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/asciimath2jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/jsMath2jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/mml2jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/tex2jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/toMathML.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/Arrows.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/CombDiactForSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/Dingbats.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/GeneralPunctuation.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/GeometricShapes.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/GreekAndCoptic.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/Latin1Supplement.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/LetterlikeSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscTechnical.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SpacingModLetters.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SuppMathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SupplementalArrowsA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SupplementalArrowsB.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/AsciiMath/config.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/AsciiMath/jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/config.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/a.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/b.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/c.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/d.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/e.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/f.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/fr.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/g.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/h.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/i.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/j.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/k.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/l.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/m.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/n.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/o.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/opf.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/p.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/q.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/r.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/s.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/scr.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/t.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/u.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/v.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/w.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/x.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/y.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/z.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/TeX/config.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/TeX/jax.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/annotation-xml.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/maction.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/menclose.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/mglyph.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/mmultiscripts.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/ms.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/mtable.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/multiline.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/config.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/fontdata-extra.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/fontdata.js
%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/jax.js
%%EPUB%%lib/atril/3/backends/epubdocument.atril-backend
%%COMICS%%lib/atril/3/backends/libcomicsdocument.so
%%DJVU%%lib/atril/3/backends/libdjvudocument.so
%%DVI%%lib/atril/3/backends/libdvidocument.so
%%EPUB%%lib/atril/3/backends/libepubdocument.so
lib/atril/3/backends/libpdfdocument.so
lib/atril/3/backends/libpsdocument.so
lib/atril/3/backends/libtiffdocument.so
@ -77,6 +283,7 @@ man/man1/atril-previewer.1.gz
man/man1/atril-thumbnailer.1.gz
man/man1/atril.1.gz
share/MateConf/gsettings/atril.convert
share/appdata/atril.appdata.xml
share/applications/atril.desktop
%%DATADIR%%/atril-previewer-ui.xml
%%DATADIR%%/atril-toolbar.xml
@ -121,6 +328,7 @@ share/applications/atril.desktop
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
%%CAJA%%share/caja/extensions/libatril-properties-page.caja-extension
share/dbus-1/services/org.mate.atril.Daemon.service
share/gtk-doc/html/atril/EggFindBar.html
share/gtk-doc/html/atril/EvFileMonitor.html

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eom
PORTVERSION= 1.8.1
PORTVERSION= 1.10.3
CATEGORIES= graphics mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -20,8 +20,9 @@ USE_MATE= desktop icontheme
USE_XORG= x11
USE_GNOME= gdkpixbuf2 glib20 gtk20 librsvg2 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc \
CONFIGURE_ARGS+= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc \
--with-gtk=2.0 \
--disable-python \
--without-cms
INSTALLS_ICONS= yes
@ -29,7 +30,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.eom.gschema.xml
GLIB_SCHEMAS= org.mate.eom.gschema.xml \
org.mate.eom.enums.xml
OPTIONS_DEFINE= EXIF EXEMPI
OPTIONS_DEFAULT=EXIF EXEMPI

View File

@ -1,2 +1,2 @@
SHA256 (mate/eom-1.8.1.tar.xz) = d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8
SIZE (mate/eom-1.8.1.tar.xz) = 2192220
SHA256 (mate/eom-1.10.3.tar.xz) = f211939bc77c3a9eff8845d42d0d934fdd1cac9df33a08f495873f330403e5d9
SIZE (mate/eom-1.10.3.tar.xz) = 2223896

View File

@ -1,5 +1,6 @@
bin/eom
include/eom-2.20/eom/eom-application.h
include/eom-2.20/eom/eom-clipboard-handler.h
include/eom-2.20/eom/eom-debug.h
include/eom-2.20/eom/eom-dialog.h
include/eom-2.20/eom/eom-enums.h
@ -31,6 +32,7 @@ lib/eom/plugins/statusbar-date.eom-plugin
libdata/pkgconfig/eom.pc
man/man1/eom.1.gz
share/MateConf/gsettings/eom.convert
share/appdata/eom.appdata.xml
share/applications/eom.desktop
%%PORTDOCS%%%%DOCSDIR%%/EomDialog.html
%%PORTDOCS%%%%DOCSDIR%%/EomExifDetails.html
@ -45,6 +47,7 @@ share/applications/eom.desktop
%%PORTDOCS%%%%DOCSDIR%%/EomScrollView.html
%%PORTDOCS%%%%DOCSDIR%%/EomSidebar.html
%%PORTDOCS%%%%DOCSDIR%%/EomStatusbar.html
%%PORTDOCS%%%%DOCSDIR%%/api-index.html
%%PORTDOCS%%%%DOCSDIR%%/ch01.html
%%PORTDOCS%%%%DOCSDIR%%/ch02.html
%%PORTDOCS%%%%DOCSDIR%%/ch03.html
@ -53,6 +56,7 @@ share/applications/eom.desktop
%%PORTDOCS%%%%DOCSDIR%%/ch06.html
%%PORTDOCS%%%%DOCSDIR%%/ch07.html
%%PORTDOCS%%%%DOCSDIR%%/eom-eom-application.html
%%PORTDOCS%%%%DOCSDIR%%/eom-eom-clipboard-handler.html
%%PORTDOCS%%%%DOCSDIR%%/eom-eom-config-keys.html
%%PORTDOCS%%%%DOCSDIR%%/eom-eom-debug.html
%%PORTDOCS%%%%DOCSDIR%%/eom-eom-error-message-area.html
@ -84,8 +88,10 @@ share/applications/eom.desktop
%%PORTDOCS%%%%DOCSDIR%%/index.sgml
%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png
%%PORTDOCS%%%%DOCSDIR%%/left.png
%%PORTDOCS%%%%DOCSDIR%%/pt01.html
%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png
%%PORTDOCS%%%%DOCSDIR%%/right.png
%%PORTDOCS%%%%DOCSDIR%%/rn01.html
%%PORTDOCS%%%%DOCSDIR%%/style.css
%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png
%%PORTDOCS%%%%DOCSDIR%%/up.png

View File

@ -237,7 +237,6 @@
SUBDIR += ltl
SUBDIR += ltl2ba
SUBDIR += lybniz
SUBDIR += mate-calc
SUBDIR += mathomatic
SUBDIR += matio
SUBDIR += matlab-installer

View File

@ -1,27 +0,0 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-calc
PORTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= math mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE calculator tool based on the old calctool for OpenWindows
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
PORTSCOUT= limitw:1,even
USES= gettext gmake pkgconfig tar:xz
USE_GNOME= glib20 gtk20 intlhack libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk=2.0
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.mate.calc.gschema.xml
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (mate/mate-calc-1.8.0.tar.xz) = 13d56287430cbb7d60a74666ba752a1a8ea9692125c6a02f97d0cc98d451d99a
SIZE (mate/mate-calc-1.8.0.tar.xz) = 753972

View File

@ -1,93 +0,0 @@
--- src/mate-calc-cmd.c.orig 2013-03-24 20:56:44.000000000 -0500
+++ src/mate-calc-cmd.c 2013-03-24 20:58:28.000000000 -0500
@@ -8,10 +8,12 @@
* license.
*/
+#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
+#include <sys/param.h>
#include <time.h>
#include <locale.h>
@@ -22,6 +24,77 @@
static MpSerializer *result_serializer;
+#if __FreeBSD_version < 800067
+static ssize_t
+getline (char **lineptr, size_t *n, FILE *stream)
+{
+ char *line, *p;
+ long size, copy;
+
+ if (lineptr == NULL || n == NULL) {
+ errno = EINVAL;
+ return (ssize_t) -1;
+ }
+
+ if (ferror (stream))
+ return (ssize_t) -1;
+
+ /* Make sure we have a line buffer to start with. */
+ if (*lineptr == NULL || *n < 2) /* !seen and no buf yet need 2 chars. */ {
+#ifndef MAX_CANON
+#define MAX_CANON 256
+#endif
+ if (!*lineptr)
+ line = (char *) malloc (MAX_CANON);
+ else
+ line = (char *) realloc (*lineptr, MAX_CANON);
+ if (line == NULL)
+ return (ssize_t) -1;
+ *lineptr = line;
+ *n = MAX_CANON;
+ }
+
+ line = *lineptr;
+ size = *n;
+
+ copy = size;
+ p = line;
+
+ while (1) {
+ long len;
+
+ while (--copy > 0) {
+ int c = getc (stream);
+
+ if (c == EOF)
+ goto lose;
+ else if ((*p++ = c) == '\n')
+ goto win;
+ }
+
+ /* Need to enlarge the line buffer. */
+ len = p - line;
+ size *= 2;
+ line = (char *) realloc (line, size);
+ if (line == NULL)
+ goto lose;
+ *lineptr = line;
+ *n = size;
+ p = line + len;
+ copy = size - len;
+ }
+
+lose:
+ if (p == *lineptr)
+ return (ssize_t) -1;
+
+ /* Return a partial line since we got an error in the middle. */
+win:
+ *p = '\0';
+ return p - *lineptr;
+}
+#endif
+
static void
solve(const char *equation)
{

View File

@ -1,5 +0,0 @@
Mate-calc is a powerful graphical calulator with financial, logical and
scientific modes. It uses a multiple precision package to do its arithmetic to
give a high degree of accuracy.
WWW: http://mate-desktop.org/

View File

@ -1,833 +0,0 @@
bin/mate-calc
bin/mate-calc-cmd
bin/mate-calculator
man/man1/mate-calc.1.gz
man/man1/mate-calc-cmd.1.gz
share/applications/mate-calc.desktop
share/help/C/mate-calc/absolute.page
share/help/C/mate-calc/base.page
share/help/C/mate-calc/boolean.page
share/help/C/mate-calc/complex.page
share/help/C/mate-calc/conv-base.page
share/help/C/mate-calc/conv-character.page
share/help/C/mate-calc/conv-currency.page
share/help/C/mate-calc/conv-length.page
share/help/C/mate-calc/conv-time.page
share/help/C/mate-calc/conv-weight.page
share/help/C/mate-calc/equation.page
share/help/C/mate-calc/factorial.page
share/help/C/mate-calc/factorize.page
share/help/C/mate-calc/financial.page
share/help/C/mate-calc/functions.page
share/help/C/mate-calc/index.page
share/help/C/mate-calc/keyboard.page
share/help/C/mate-calc/legal.xml
share/help/C/mate-calc/logarithm.page
share/help/C/mate-calc/modulus.page
share/help/C/mate-calc/mouse.page
share/help/C/mate-calc/number-display.page
share/help/C/mate-calc/percentage.page
share/help/C/mate-calc/power.page
share/help/C/mate-calc/scientific.page
share/help/C/mate-calc/superscript.page
share/help/C/mate-calc/trigonometry.page
share/help/C/mate-calc/variables.page
share/help/bg/mate-calc/absolute.page
share/help/bg/mate-calc/base.page
share/help/bg/mate-calc/boolean.page
share/help/bg/mate-calc/complex.page
share/help/bg/mate-calc/conv-base.page
share/help/bg/mate-calc/conv-character.page
share/help/bg/mate-calc/conv-currency.page
share/help/bg/mate-calc/conv-length.page
share/help/bg/mate-calc/conv-time.page
share/help/bg/mate-calc/conv-weight.page
share/help/bg/mate-calc/equation.page
share/help/bg/mate-calc/factorial.page
share/help/bg/mate-calc/factorize.page
share/help/bg/mate-calc/financial.page
share/help/bg/mate-calc/functions.page
share/help/bg/mate-calc/index.page
share/help/bg/mate-calc/keyboard.page
share/help/bg/mate-calc/legal.xml
share/help/bg/mate-calc/logarithm.page
share/help/bg/mate-calc/modulus.page
share/help/bg/mate-calc/mouse.page
share/help/bg/mate-calc/number-display.page
share/help/bg/mate-calc/percentage.page
share/help/bg/mate-calc/power.page
share/help/bg/mate-calc/scientific.page
share/help/bg/mate-calc/superscript.page
share/help/bg/mate-calc/trigonometry.page
share/help/bg/mate-calc/variables.page
share/help/ca/mate-calc/absolute.page
share/help/ca/mate-calc/base.page
share/help/ca/mate-calc/boolean.page
share/help/ca/mate-calc/complex.page
share/help/ca/mate-calc/conv-base.page
share/help/ca/mate-calc/conv-character.page
share/help/ca/mate-calc/conv-currency.page
share/help/ca/mate-calc/conv-length.page
share/help/ca/mate-calc/conv-time.page
share/help/ca/mate-calc/conv-weight.page
share/help/ca/mate-calc/equation.page
share/help/ca/mate-calc/factorial.page
share/help/ca/mate-calc/factorize.page
share/help/ca/mate-calc/financial.page
share/help/ca/mate-calc/functions.page
share/help/ca/mate-calc/index.page
share/help/ca/mate-calc/keyboard.page
share/help/ca/mate-calc/legal.xml
share/help/ca/mate-calc/logarithm.page
share/help/ca/mate-calc/modulus.page
share/help/ca/mate-calc/mouse.page
share/help/ca/mate-calc/number-display.page
share/help/ca/mate-calc/percentage.page
share/help/ca/mate-calc/power.page
share/help/ca/mate-calc/scientific.page
share/help/ca/mate-calc/superscript.page
share/help/ca/mate-calc/trigonometry.page
share/help/ca/mate-calc/variables.page
share/help/cs/mate-calc/absolute.page
share/help/cs/mate-calc/base.page
share/help/cs/mate-calc/boolean.page
share/help/cs/mate-calc/complex.page
share/help/cs/mate-calc/conv-base.page
share/help/cs/mate-calc/conv-character.page
share/help/cs/mate-calc/conv-currency.page
share/help/cs/mate-calc/conv-length.page
share/help/cs/mate-calc/conv-time.page
share/help/cs/mate-calc/conv-weight.page
share/help/cs/mate-calc/equation.page
share/help/cs/mate-calc/factorial.page
share/help/cs/mate-calc/factorize.page
share/help/cs/mate-calc/financial.page
share/help/cs/mate-calc/functions.page
share/help/cs/mate-calc/index.page
share/help/cs/mate-calc/keyboard.page
share/help/cs/mate-calc/legal.xml
share/help/cs/mate-calc/logarithm.page
share/help/cs/mate-calc/modulus.page
share/help/cs/mate-calc/mouse.page
share/help/cs/mate-calc/number-display.page
share/help/cs/mate-calc/percentage.page
share/help/cs/mate-calc/power.page
share/help/cs/mate-calc/scientific.page
share/help/cs/mate-calc/superscript.page
share/help/cs/mate-calc/trigonometry.page
share/help/cs/mate-calc/variables.page
share/help/de/mate-calc/absolute.page
share/help/de/mate-calc/base.page
share/help/de/mate-calc/boolean.page
share/help/de/mate-calc/complex.page
share/help/de/mate-calc/conv-base.page
share/help/de/mate-calc/conv-character.page
share/help/de/mate-calc/conv-currency.page
share/help/de/mate-calc/conv-length.page
share/help/de/mate-calc/conv-time.page
share/help/de/mate-calc/conv-weight.page
share/help/de/mate-calc/equation.page
share/help/de/mate-calc/factorial.page
share/help/de/mate-calc/factorize.page
share/help/de/mate-calc/financial.page
share/help/de/mate-calc/functions.page
share/help/de/mate-calc/index.page
share/help/de/mate-calc/keyboard.page
share/help/de/mate-calc/legal.xml
share/help/de/mate-calc/logarithm.page
share/help/de/mate-calc/modulus.page
share/help/de/mate-calc/mouse.page
share/help/de/mate-calc/number-display.page
share/help/de/mate-calc/percentage.page
share/help/de/mate-calc/power.page
share/help/de/mate-calc/scientific.page
share/help/de/mate-calc/superscript.page
share/help/de/mate-calc/trigonometry.page
share/help/de/mate-calc/variables.page
share/help/el/mate-calc/absolute.page
share/help/el/mate-calc/base.page
share/help/el/mate-calc/boolean.page
share/help/el/mate-calc/complex.page
share/help/el/mate-calc/conv-base.page
share/help/el/mate-calc/conv-character.page
share/help/el/mate-calc/conv-currency.page
share/help/el/mate-calc/conv-length.page
share/help/el/mate-calc/conv-time.page
share/help/el/mate-calc/conv-weight.page
share/help/el/mate-calc/equation.page
share/help/el/mate-calc/factorial.page
share/help/el/mate-calc/factorize.page
share/help/el/mate-calc/financial.page
share/help/el/mate-calc/functions.page
share/help/el/mate-calc/index.page
share/help/el/mate-calc/keyboard.page
share/help/el/mate-calc/legal.xml
share/help/el/mate-calc/logarithm.page
share/help/el/mate-calc/modulus.page
share/help/el/mate-calc/mouse.page
share/help/el/mate-calc/number-display.page
share/help/el/mate-calc/percentage.page
share/help/el/mate-calc/power.page
share/help/el/mate-calc/scientific.page
share/help/el/mate-calc/superscript.page
share/help/el/mate-calc/trigonometry.page
share/help/el/mate-calc/variables.page
share/help/es/mate-calc/absolute.page
share/help/es/mate-calc/base.page
share/help/es/mate-calc/boolean.page
share/help/es/mate-calc/complex.page
share/help/es/mate-calc/conv-base.page
share/help/es/mate-calc/conv-character.page
share/help/es/mate-calc/conv-currency.page
share/help/es/mate-calc/conv-length.page
share/help/es/mate-calc/conv-time.page
share/help/es/mate-calc/conv-weight.page
share/help/es/mate-calc/equation.page
share/help/es/mate-calc/factorial.page
share/help/es/mate-calc/factorize.page
share/help/es/mate-calc/financial.page
share/help/es/mate-calc/functions.page
share/help/es/mate-calc/index.page
share/help/es/mate-calc/keyboard.page
share/help/es/mate-calc/legal.xml
share/help/es/mate-calc/logarithm.page
share/help/es/mate-calc/modulus.page
share/help/es/mate-calc/mouse.page
share/help/es/mate-calc/number-display.page
share/help/es/mate-calc/percentage.page
share/help/es/mate-calc/power.page
share/help/es/mate-calc/scientific.page
share/help/es/mate-calc/superscript.page
share/help/es/mate-calc/trigonometry.page
share/help/es/mate-calc/variables.page
share/help/eu/mate-calc/absolute.page
share/help/eu/mate-calc/base.page
share/help/eu/mate-calc/boolean.page
share/help/eu/mate-calc/complex.page
share/help/eu/mate-calc/conv-base.page
share/help/eu/mate-calc/conv-character.page
share/help/eu/mate-calc/conv-currency.page
share/help/eu/mate-calc/conv-length.page
share/help/eu/mate-calc/conv-time.page
share/help/eu/mate-calc/conv-weight.page
share/help/eu/mate-calc/equation.page
share/help/eu/mate-calc/factorial.page
share/help/eu/mate-calc/factorize.page
share/help/eu/mate-calc/financial.page
share/help/eu/mate-calc/functions.page
share/help/eu/mate-calc/index.page
share/help/eu/mate-calc/keyboard.page
share/help/eu/mate-calc/legal.xml
share/help/eu/mate-calc/logarithm.page
share/help/eu/mate-calc/modulus.page
share/help/eu/mate-calc/mouse.page
share/help/eu/mate-calc/number-display.page
share/help/eu/mate-calc/percentage.page
share/help/eu/mate-calc/power.page
share/help/eu/mate-calc/scientific.page
share/help/eu/mate-calc/superscript.page
share/help/eu/mate-calc/trigonometry.page
share/help/eu/mate-calc/variables.page
share/help/fi/mate-calc/absolute.page
share/help/fi/mate-calc/base.page
share/help/fi/mate-calc/boolean.page
share/help/fi/mate-calc/complex.page
share/help/fi/mate-calc/conv-base.page
share/help/fi/mate-calc/conv-character.page
share/help/fi/mate-calc/conv-currency.page
share/help/fi/mate-calc/conv-length.page
share/help/fi/mate-calc/conv-time.page
share/help/fi/mate-calc/conv-weight.page
share/help/fi/mate-calc/equation.page
share/help/fi/mate-calc/factorial.page
share/help/fi/mate-calc/factorize.page
share/help/fi/mate-calc/financial.page
share/help/fi/mate-calc/functions.page
share/help/fi/mate-calc/index.page
share/help/fi/mate-calc/keyboard.page
share/help/fi/mate-calc/legal.xml
share/help/fi/mate-calc/logarithm.page
share/help/fi/mate-calc/modulus.page
share/help/fi/mate-calc/mouse.page
share/help/fi/mate-calc/number-display.page
share/help/fi/mate-calc/percentage.page
share/help/fi/mate-calc/power.page
share/help/fi/mate-calc/scientific.page
share/help/fi/mate-calc/superscript.page
share/help/fi/mate-calc/trigonometry.page
share/help/fi/mate-calc/variables.page
share/help/fr/mate-calc/absolute.page
share/help/fr/mate-calc/base.page
share/help/fr/mate-calc/boolean.page
share/help/fr/mate-calc/complex.page
share/help/fr/mate-calc/conv-base.page
share/help/fr/mate-calc/conv-character.page
share/help/fr/mate-calc/conv-currency.page
share/help/fr/mate-calc/conv-length.page
share/help/fr/mate-calc/conv-time.page
share/help/fr/mate-calc/conv-weight.page
share/help/fr/mate-calc/equation.page
share/help/fr/mate-calc/factorial.page
share/help/fr/mate-calc/factorize.page
share/help/fr/mate-calc/financial.page
share/help/fr/mate-calc/functions.page
share/help/fr/mate-calc/index.page
share/help/fr/mate-calc/keyboard.page
share/help/fr/mate-calc/legal.xml
share/help/fr/mate-calc/logarithm.page
share/help/fr/mate-calc/modulus.page
share/help/fr/mate-calc/mouse.page
share/help/fr/mate-calc/number-display.page
share/help/fr/mate-calc/percentage.page
share/help/fr/mate-calc/power.page
share/help/fr/mate-calc/scientific.page
share/help/fr/mate-calc/superscript.page
share/help/fr/mate-calc/trigonometry.page
share/help/fr/mate-calc/variables.page
share/help/gl/mate-calc/absolute.page
share/help/gl/mate-calc/base.page
share/help/gl/mate-calc/boolean.page
share/help/gl/mate-calc/complex.page
share/help/gl/mate-calc/conv-base.page
share/help/gl/mate-calc/conv-character.page
share/help/gl/mate-calc/conv-currency.page
share/help/gl/mate-calc/conv-length.page
share/help/gl/mate-calc/conv-time.page
share/help/gl/mate-calc/conv-weight.page
share/help/gl/mate-calc/equation.page
share/help/gl/mate-calc/factorial.page
share/help/gl/mate-calc/factorize.page
share/help/gl/mate-calc/financial.page
share/help/gl/mate-calc/functions.page
share/help/gl/mate-calc/index.page
share/help/gl/mate-calc/keyboard.page
share/help/gl/mate-calc/legal.xml
share/help/gl/mate-calc/logarithm.page
share/help/gl/mate-calc/modulus.page
share/help/gl/mate-calc/mouse.page
share/help/gl/mate-calc/number-display.page
share/help/gl/mate-calc/percentage.page
share/help/gl/mate-calc/power.page
share/help/gl/mate-calc/scientific.page
share/help/gl/mate-calc/superscript.page
share/help/gl/mate-calc/trigonometry.page
share/help/gl/mate-calc/variables.page
share/help/hu/mate-calc/absolute.page
share/help/hu/mate-calc/base.page
share/help/hu/mate-calc/boolean.page
share/help/hu/mate-calc/complex.page
share/help/hu/mate-calc/conv-base.page
share/help/hu/mate-calc/conv-character.page
share/help/hu/mate-calc/conv-currency.page
share/help/hu/mate-calc/conv-length.page
share/help/hu/mate-calc/conv-time.page
share/help/hu/mate-calc/conv-weight.page
share/help/hu/mate-calc/equation.page
share/help/hu/mate-calc/factorial.page
share/help/hu/mate-calc/factorize.page
share/help/hu/mate-calc/financial.page
share/help/hu/mate-calc/functions.page
share/help/hu/mate-calc/index.page
share/help/hu/mate-calc/keyboard.page
share/help/hu/mate-calc/legal.xml
share/help/hu/mate-calc/logarithm.page
share/help/hu/mate-calc/modulus.page
share/help/hu/mate-calc/mouse.page
share/help/hu/mate-calc/number-display.page
share/help/hu/mate-calc/percentage.page
share/help/hu/mate-calc/power.page
share/help/hu/mate-calc/scientific.page
share/help/hu/mate-calc/superscript.page
share/help/hu/mate-calc/trigonometry.page
share/help/hu/mate-calc/variables.page
share/help/it/mate-calc/absolute.page
share/help/it/mate-calc/base.page
share/help/it/mate-calc/boolean.page
share/help/it/mate-calc/complex.page
share/help/it/mate-calc/conv-base.page
share/help/it/mate-calc/conv-character.page
share/help/it/mate-calc/conv-currency.page
share/help/it/mate-calc/conv-length.page
share/help/it/mate-calc/conv-time.page
share/help/it/mate-calc/conv-weight.page
share/help/it/mate-calc/equation.page
share/help/it/mate-calc/factorial.page
share/help/it/mate-calc/factorize.page
share/help/it/mate-calc/financial.page
share/help/it/mate-calc/functions.page
share/help/it/mate-calc/index.page
share/help/it/mate-calc/keyboard.page
share/help/it/mate-calc/legal.xml
share/help/it/mate-calc/logarithm.page
share/help/it/mate-calc/modulus.page
share/help/it/mate-calc/mouse.page
share/help/it/mate-calc/number-display.page
share/help/it/mate-calc/percentage.page
share/help/it/mate-calc/power.page
share/help/it/mate-calc/scientific.page
share/help/it/mate-calc/superscript.page
share/help/it/mate-calc/trigonometry.page
share/help/it/mate-calc/variables.page
share/help/ja/mate-calc/absolute.page
share/help/ja/mate-calc/base.page
share/help/ja/mate-calc/boolean.page
share/help/ja/mate-calc/complex.page
share/help/ja/mate-calc/conv-base.page
share/help/ja/mate-calc/conv-character.page
share/help/ja/mate-calc/conv-currency.page
share/help/ja/mate-calc/conv-length.page
share/help/ja/mate-calc/conv-time.page
share/help/ja/mate-calc/conv-weight.page
share/help/ja/mate-calc/equation.page
share/help/ja/mate-calc/factorial.page
share/help/ja/mate-calc/factorize.page
share/help/ja/mate-calc/financial.page
share/help/ja/mate-calc/functions.page
share/help/ja/mate-calc/index.page
share/help/ja/mate-calc/keyboard.page
share/help/ja/mate-calc/legal.xml
share/help/ja/mate-calc/logarithm.page
share/help/ja/mate-calc/modulus.page
share/help/ja/mate-calc/mouse.page
share/help/ja/mate-calc/number-display.page
share/help/ja/mate-calc/percentage.page
share/help/ja/mate-calc/power.page
share/help/ja/mate-calc/scientific.page
share/help/ja/mate-calc/superscript.page
share/help/ja/mate-calc/trigonometry.page
share/help/ja/mate-calc/variables.page
share/help/ko/mate-calc/absolute.page
share/help/ko/mate-calc/base.page
share/help/ko/mate-calc/boolean.page
share/help/ko/mate-calc/complex.page
share/help/ko/mate-calc/conv-base.page
share/help/ko/mate-calc/conv-character.page
share/help/ko/mate-calc/conv-currency.page
share/help/ko/mate-calc/conv-length.page
share/help/ko/mate-calc/conv-time.page
share/help/ko/mate-calc/conv-weight.page
share/help/ko/mate-calc/equation.page
share/help/ko/mate-calc/factorial.page
share/help/ko/mate-calc/factorize.page
share/help/ko/mate-calc/financial.page
share/help/ko/mate-calc/functions.page
share/help/ko/mate-calc/index.page
share/help/ko/mate-calc/keyboard.page
share/help/ko/mate-calc/legal.xml
share/help/ko/mate-calc/logarithm.page
share/help/ko/mate-calc/modulus.page
share/help/ko/mate-calc/mouse.page
share/help/ko/mate-calc/number-display.page
share/help/ko/mate-calc/percentage.page
share/help/ko/mate-calc/power.page
share/help/ko/mate-calc/scientific.page
share/help/ko/mate-calc/superscript.page
share/help/ko/mate-calc/trigonometry.page
share/help/ko/mate-calc/variables.page
share/help/lv/mate-calc/absolute.page
share/help/lv/mate-calc/base.page
share/help/lv/mate-calc/boolean.page
share/help/lv/mate-calc/complex.page
share/help/lv/mate-calc/conv-base.page
share/help/lv/mate-calc/conv-character.page
share/help/lv/mate-calc/conv-currency.page
share/help/lv/mate-calc/conv-length.page
share/help/lv/mate-calc/conv-time.page
share/help/lv/mate-calc/conv-weight.page
share/help/lv/mate-calc/equation.page
share/help/lv/mate-calc/factorial.page
share/help/lv/mate-calc/factorize.page
share/help/lv/mate-calc/financial.page
share/help/lv/mate-calc/functions.page
share/help/lv/mate-calc/index.page
share/help/lv/mate-calc/keyboard.page
share/help/lv/mate-calc/legal.xml
share/help/lv/mate-calc/logarithm.page
share/help/lv/mate-calc/modulus.page
share/help/lv/mate-calc/mouse.page
share/help/lv/mate-calc/number-display.page
share/help/lv/mate-calc/percentage.page
share/help/lv/mate-calc/power.page
share/help/lv/mate-calc/scientific.page
share/help/lv/mate-calc/superscript.page
share/help/lv/mate-calc/trigonometry.page
share/help/lv/mate-calc/variables.page
share/help/oc/mate-calc/absolute.page
share/help/oc/mate-calc/base.page
share/help/oc/mate-calc/boolean.page
share/help/oc/mate-calc/complex.page
share/help/oc/mate-calc/conv-base.page
share/help/oc/mate-calc/conv-character.page
share/help/oc/mate-calc/conv-currency.page
share/help/oc/mate-calc/conv-length.page
share/help/oc/mate-calc/conv-time.page
share/help/oc/mate-calc/conv-weight.page
share/help/oc/mate-calc/equation.page
share/help/oc/mate-calc/factorial.page
share/help/oc/mate-calc/factorize.page
share/help/oc/mate-calc/financial.page
share/help/oc/mate-calc/functions.page
share/help/oc/mate-calc/index.page
share/help/oc/mate-calc/keyboard.page
share/help/oc/mate-calc/legal.xml
share/help/oc/mate-calc/logarithm.page
share/help/oc/mate-calc/modulus.page
share/help/oc/mate-calc/mouse.page
share/help/oc/mate-calc/number-display.page
share/help/oc/mate-calc/percentage.page
share/help/oc/mate-calc/power.page
share/help/oc/mate-calc/scientific.page
share/help/oc/mate-calc/superscript.page
share/help/oc/mate-calc/trigonometry.page
share/help/oc/mate-calc/variables.page
share/help/pt_BR/mate-calc/absolute.page
share/help/pt_BR/mate-calc/base.page
share/help/pt_BR/mate-calc/boolean.page
share/help/pt_BR/mate-calc/complex.page
share/help/pt_BR/mate-calc/conv-base.page
share/help/pt_BR/mate-calc/conv-character.page
share/help/pt_BR/mate-calc/conv-currency.page
share/help/pt_BR/mate-calc/conv-length.page
share/help/pt_BR/mate-calc/conv-time.page
share/help/pt_BR/mate-calc/conv-weight.page
share/help/pt_BR/mate-calc/equation.page
share/help/pt_BR/mate-calc/factorial.page
share/help/pt_BR/mate-calc/factorize.page
share/help/pt_BR/mate-calc/financial.page
share/help/pt_BR/mate-calc/functions.page
share/help/pt_BR/mate-calc/index.page
share/help/pt_BR/mate-calc/keyboard.page
share/help/pt_BR/mate-calc/legal.xml
share/help/pt_BR/mate-calc/logarithm.page
share/help/pt_BR/mate-calc/modulus.page
share/help/pt_BR/mate-calc/mouse.page
share/help/pt_BR/mate-calc/number-display.page
share/help/pt_BR/mate-calc/percentage.page
share/help/pt_BR/mate-calc/power.page
share/help/pt_BR/mate-calc/scientific.page
share/help/pt_BR/mate-calc/superscript.page
share/help/pt_BR/mate-calc/trigonometry.page
share/help/pt_BR/mate-calc/variables.page
share/help/ro/mate-calc/absolute.page
share/help/ro/mate-calc/base.page
share/help/ro/mate-calc/boolean.page
share/help/ro/mate-calc/complex.page
share/help/ro/mate-calc/conv-base.page
share/help/ro/mate-calc/conv-character.page
share/help/ro/mate-calc/conv-currency.page
share/help/ro/mate-calc/conv-length.page
share/help/ro/mate-calc/conv-time.page
share/help/ro/mate-calc/conv-weight.page
share/help/ro/mate-calc/equation.page
share/help/ro/mate-calc/factorial.page
share/help/ro/mate-calc/factorize.page
share/help/ro/mate-calc/financial.page
share/help/ro/mate-calc/functions.page
share/help/ro/mate-calc/index.page
share/help/ro/mate-calc/keyboard.page
share/help/ro/mate-calc/legal.xml
share/help/ro/mate-calc/logarithm.page
share/help/ro/mate-calc/modulus.page
share/help/ro/mate-calc/mouse.page
share/help/ro/mate-calc/number-display.page
share/help/ro/mate-calc/percentage.page
share/help/ro/mate-calc/power.page
share/help/ro/mate-calc/scientific.page
share/help/ro/mate-calc/superscript.page
share/help/ro/mate-calc/trigonometry.page
share/help/ro/mate-calc/variables.page
share/help/ru/mate-calc/absolute.page
share/help/ru/mate-calc/base.page
share/help/ru/mate-calc/boolean.page
share/help/ru/mate-calc/complex.page
share/help/ru/mate-calc/conv-base.page
share/help/ru/mate-calc/conv-character.page
share/help/ru/mate-calc/conv-currency.page
share/help/ru/mate-calc/conv-length.page
share/help/ru/mate-calc/conv-time.page
share/help/ru/mate-calc/conv-weight.page
share/help/ru/mate-calc/equation.page
share/help/ru/mate-calc/factorial.page
share/help/ru/mate-calc/factorize.page
share/help/ru/mate-calc/financial.page
share/help/ru/mate-calc/functions.page
share/help/ru/mate-calc/index.page
share/help/ru/mate-calc/keyboard.page
share/help/ru/mate-calc/legal.xml
share/help/ru/mate-calc/logarithm.page
share/help/ru/mate-calc/modulus.page
share/help/ru/mate-calc/mouse.page
share/help/ru/mate-calc/number-display.page
share/help/ru/mate-calc/percentage.page
share/help/ru/mate-calc/power.page
share/help/ru/mate-calc/scientific.page
share/help/ru/mate-calc/superscript.page
share/help/ru/mate-calc/trigonometry.page
share/help/ru/mate-calc/variables.page
share/help/sl/mate-calc/absolute.page
share/help/sl/mate-calc/base.page
share/help/sl/mate-calc/boolean.page
share/help/sl/mate-calc/complex.page
share/help/sl/mate-calc/conv-base.page
share/help/sl/mate-calc/conv-character.page
share/help/sl/mate-calc/conv-currency.page
share/help/sl/mate-calc/conv-length.page
share/help/sl/mate-calc/conv-time.page
share/help/sl/mate-calc/conv-weight.page
share/help/sl/mate-calc/equation.page
share/help/sl/mate-calc/factorial.page
share/help/sl/mate-calc/factorize.page
share/help/sl/mate-calc/financial.page
share/help/sl/mate-calc/functions.page
share/help/sl/mate-calc/index.page
share/help/sl/mate-calc/keyboard.page
share/help/sl/mate-calc/legal.xml
share/help/sl/mate-calc/logarithm.page
share/help/sl/mate-calc/modulus.page
share/help/sl/mate-calc/mouse.page
share/help/sl/mate-calc/number-display.page
share/help/sl/mate-calc/percentage.page
share/help/sl/mate-calc/power.page
share/help/sl/mate-calc/scientific.page
share/help/sl/mate-calc/superscript.page
share/help/sl/mate-calc/trigonometry.page
share/help/sl/mate-calc/variables.page
share/help/sv/mate-calc/absolute.page
share/help/sv/mate-calc/base.page
share/help/sv/mate-calc/boolean.page
share/help/sv/mate-calc/complex.page
share/help/sv/mate-calc/conv-base.page
share/help/sv/mate-calc/conv-character.page
share/help/sv/mate-calc/conv-currency.page
share/help/sv/mate-calc/conv-length.page
share/help/sv/mate-calc/conv-time.page
share/help/sv/mate-calc/conv-weight.page
share/help/sv/mate-calc/equation.page
share/help/sv/mate-calc/factorial.page
share/help/sv/mate-calc/factorize.page
share/help/sv/mate-calc/financial.page
share/help/sv/mate-calc/functions.page
share/help/sv/mate-calc/index.page
share/help/sv/mate-calc/keyboard.page
share/help/sv/mate-calc/legal.xml
share/help/sv/mate-calc/logarithm.page
share/help/sv/mate-calc/modulus.page
share/help/sv/mate-calc/mouse.page
share/help/sv/mate-calc/number-display.page
share/help/sv/mate-calc/percentage.page
share/help/sv/mate-calc/power.page
share/help/sv/mate-calc/scientific.page
share/help/sv/mate-calc/superscript.page
share/help/sv/mate-calc/trigonometry.page
share/help/sv/mate-calc/variables.page
share/help/te/mate-calc/absolute.page
share/help/te/mate-calc/base.page
share/help/te/mate-calc/boolean.page
share/help/te/mate-calc/complex.page
share/help/te/mate-calc/conv-base.page
share/help/te/mate-calc/conv-character.page
share/help/te/mate-calc/conv-currency.page
share/help/te/mate-calc/conv-length.page
share/help/te/mate-calc/conv-time.page
share/help/te/mate-calc/conv-weight.page
share/help/te/mate-calc/equation.page
share/help/te/mate-calc/factorial.page
share/help/te/mate-calc/factorize.page
share/help/te/mate-calc/financial.page
share/help/te/mate-calc/functions.page
share/help/te/mate-calc/index.page
share/help/te/mate-calc/keyboard.page
share/help/te/mate-calc/legal.xml
share/help/te/mate-calc/logarithm.page
share/help/te/mate-calc/modulus.page
share/help/te/mate-calc/mouse.page
share/help/te/mate-calc/number-display.page
share/help/te/mate-calc/percentage.page
share/help/te/mate-calc/power.page
share/help/te/mate-calc/scientific.page
share/help/te/mate-calc/superscript.page
share/help/te/mate-calc/trigonometry.page
share/help/te/mate-calc/variables.page
share/help/zh_CN/mate-calc/absolute.page
share/help/zh_CN/mate-calc/base.page
share/help/zh_CN/mate-calc/boolean.page
share/help/zh_CN/mate-calc/complex.page
share/help/zh_CN/mate-calc/conv-base.page
share/help/zh_CN/mate-calc/conv-character.page
share/help/zh_CN/mate-calc/conv-currency.page
share/help/zh_CN/mate-calc/conv-length.page
share/help/zh_CN/mate-calc/conv-time.page
share/help/zh_CN/mate-calc/conv-weight.page
share/help/zh_CN/mate-calc/equation.page
share/help/zh_CN/mate-calc/factorial.page
share/help/zh_CN/mate-calc/factorize.page
share/help/zh_CN/mate-calc/financial.page
share/help/zh_CN/mate-calc/functions.page
share/help/zh_CN/mate-calc/index.page
share/help/zh_CN/mate-calc/keyboard.page
share/help/zh_CN/mate-calc/legal.xml
share/help/zh_CN/mate-calc/logarithm.page
share/help/zh_CN/mate-calc/modulus.page
share/help/zh_CN/mate-calc/mouse.page
share/help/zh_CN/mate-calc/number-display.page
share/help/zh_CN/mate-calc/percentage.page
share/help/zh_CN/mate-calc/power.page
share/help/zh_CN/mate-calc/scientific.page
share/help/zh_CN/mate-calc/superscript.page
share/help/zh_CN/mate-calc/trigonometry.page
share/help/zh_CN/mate-calc/variables.page
share/help/zh_HK/mate-calc/absolute.page
share/help/zh_HK/mate-calc/base.page
share/help/zh_HK/mate-calc/boolean.page
share/help/zh_HK/mate-calc/complex.page
share/help/zh_HK/mate-calc/conv-base.page
share/help/zh_HK/mate-calc/conv-character.page
share/help/zh_HK/mate-calc/conv-currency.page
share/help/zh_HK/mate-calc/conv-length.page
share/help/zh_HK/mate-calc/conv-time.page
share/help/zh_HK/mate-calc/conv-weight.page
share/help/zh_HK/mate-calc/equation.page
share/help/zh_HK/mate-calc/factorial.page
share/help/zh_HK/mate-calc/factorize.page
share/help/zh_HK/mate-calc/financial.page
share/help/zh_HK/mate-calc/functions.page
share/help/zh_HK/mate-calc/index.page
share/help/zh_HK/mate-calc/keyboard.page
share/help/zh_HK/mate-calc/legal.xml
share/help/zh_HK/mate-calc/logarithm.page
share/help/zh_HK/mate-calc/modulus.page
share/help/zh_HK/mate-calc/mouse.page
share/help/zh_HK/mate-calc/number-display.page
share/help/zh_HK/mate-calc/percentage.page
share/help/zh_HK/mate-calc/power.page
share/help/zh_HK/mate-calc/scientific.page
share/help/zh_HK/mate-calc/superscript.page
share/help/zh_HK/mate-calc/trigonometry.page
share/help/zh_HK/mate-calc/variables.page
share/help/zh_TW/mate-calc/absolute.page
share/help/zh_TW/mate-calc/base.page
share/help/zh_TW/mate-calc/boolean.page
share/help/zh_TW/mate-calc/complex.page
share/help/zh_TW/mate-calc/conv-base.page
share/help/zh_TW/mate-calc/conv-character.page
share/help/zh_TW/mate-calc/conv-currency.page
share/help/zh_TW/mate-calc/conv-length.page
share/help/zh_TW/mate-calc/conv-time.page
share/help/zh_TW/mate-calc/conv-weight.page
share/help/zh_TW/mate-calc/equation.page
share/help/zh_TW/mate-calc/factorial.page
share/help/zh_TW/mate-calc/factorize.page
share/help/zh_TW/mate-calc/financial.page
share/help/zh_TW/mate-calc/functions.page
share/help/zh_TW/mate-calc/index.page
share/help/zh_TW/mate-calc/keyboard.page
share/help/zh_TW/mate-calc/legal.xml
share/help/zh_TW/mate-calc/logarithm.page
share/help/zh_TW/mate-calc/modulus.page
share/help/zh_TW/mate-calc/mouse.page
share/help/zh_TW/mate-calc/number-display.page
share/help/zh_TW/mate-calc/percentage.page
share/help/zh_TW/mate-calc/power.page
share/help/zh_TW/mate-calc/scientific.page
share/help/zh_TW/mate-calc/superscript.page
share/help/zh_TW/mate-calc/trigonometry.page
share/help/zh_TW/mate-calc/variables.page
share/locale/af/LC_MESSAGES/mate-calc.mo
share/locale/am/LC_MESSAGES/mate-calc.mo
share/locale/ar/LC_MESSAGES/mate-calc.mo
share/locale/as/LC_MESSAGES/mate-calc.mo
share/locale/ast/LC_MESSAGES/mate-calc.mo
share/locale/az/LC_MESSAGES/mate-calc.mo
share/locale/be/LC_MESSAGES/mate-calc.mo
share/locale/be@latin/LC_MESSAGES/mate-calc.mo
share/locale/bg/LC_MESSAGES/mate-calc.mo
share/locale/bn/LC_MESSAGES/mate-calc.mo
share/locale/bn_IN/LC_MESSAGES/mate-calc.mo
share/locale/bs/LC_MESSAGES/mate-calc.mo
share/locale/ca/LC_MESSAGES/mate-calc.mo
share/locale/ca@valencia/LC_MESSAGES/mate-calc.mo
share/locale/cmn/LC_MESSAGES/mate-calc.mo
share/locale/cs/LC_MESSAGES/mate-calc.mo
share/locale/cy/LC_MESSAGES/mate-calc.mo
share/locale/da/LC_MESSAGES/mate-calc.mo
share/locale/de/LC_MESSAGES/mate-calc.mo
share/locale/dz/LC_MESSAGES/mate-calc.mo
share/locale/el/LC_MESSAGES/mate-calc.mo
share/locale/en@shaw/LC_MESSAGES/mate-calc.mo
share/locale/en_AU/LC_MESSAGES/mate-calc.mo
share/locale/en_CA/LC_MESSAGES/mate-calc.mo
share/locale/en_GB/LC_MESSAGES/mate-calc.mo
share/locale/en_US/LC_MESSAGES/mate-calc.mo
share/locale/eo/LC_MESSAGES/mate-calc.mo
share/locale/es/LC_MESSAGES/mate-calc.mo
share/locale/es_AR/LC_MESSAGES/mate-calc.mo
share/locale/et/LC_MESSAGES/mate-calc.mo
share/locale/eu/LC_MESSAGES/mate-calc.mo
share/locale/fa/LC_MESSAGES/mate-calc.mo
share/locale/fi/LC_MESSAGES/mate-calc.mo
share/locale/fr/LC_MESSAGES/mate-calc.mo
share/locale/ga/LC_MESSAGES/mate-calc.mo
share/locale/gl/LC_MESSAGES/mate-calc.mo
share/locale/gu/LC_MESSAGES/mate-calc.mo
share/locale/he/LC_MESSAGES/mate-calc.mo
share/locale/hi/LC_MESSAGES/mate-calc.mo
share/locale/hr/LC_MESSAGES/mate-calc.mo
share/locale/hu/LC_MESSAGES/mate-calc.mo
share/locale/hy/LC_MESSAGES/mate-calc.mo
share/locale/id/LC_MESSAGES/mate-calc.mo
share/locale/it/LC_MESSAGES/mate-calc.mo
share/locale/ja/LC_MESSAGES/mate-calc.mo
share/locale/ka/LC_MESSAGES/mate-calc.mo
share/locale/kk/LC_MESSAGES/mate-calc.mo
share/locale/km/LC_MESSAGES/mate-calc.mo
share/locale/kn/LC_MESSAGES/mate-calc.mo
share/locale/ko/LC_MESSAGES/mate-calc.mo
share/locale/ku/LC_MESSAGES/mate-calc.mo
share/locale/ky/LC_MESSAGES/mate-calc.mo
share/locale/lt/LC_MESSAGES/mate-calc.mo
share/locale/lv/LC_MESSAGES/mate-calc.mo
share/locale/mai/LC_MESSAGES/mate-calc.mo
share/locale/mg/LC_MESSAGES/mate-calc.mo
share/locale/mk/LC_MESSAGES/mate-calc.mo
share/locale/ml/LC_MESSAGES/mate-calc.mo
share/locale/mn/LC_MESSAGES/mate-calc.mo
share/locale/mr/LC_MESSAGES/mate-calc.mo
share/locale/ms/LC_MESSAGES/mate-calc.mo
share/locale/my/LC_MESSAGES/mate-calc.mo
share/locale/nb/LC_MESSAGES/mate-calc.mo
share/locale/ne/LC_MESSAGES/mate-calc.mo
share/locale/nl/LC_MESSAGES/mate-calc.mo
share/locale/nn/LC_MESSAGES/mate-calc.mo
share/locale/oc/LC_MESSAGES/mate-calc.mo
share/locale/or/LC_MESSAGES/mate-calc.mo
share/locale/pa/LC_MESSAGES/mate-calc.mo
share/locale/pl/LC_MESSAGES/mate-calc.mo
share/locale/pt/LC_MESSAGES/mate-calc.mo
share/locale/pt_BR/LC_MESSAGES/mate-calc.mo
share/locale/ro/LC_MESSAGES/mate-calc.mo
share/locale/ru/LC_MESSAGES/mate-calc.mo
share/locale/rw/LC_MESSAGES/mate-calc.mo
share/locale/si/LC_MESSAGES/mate-calc.mo
share/locale/sk/LC_MESSAGES/mate-calc.mo
share/locale/sl/LC_MESSAGES/mate-calc.mo
share/locale/sq/LC_MESSAGES/mate-calc.mo
share/locale/sr/LC_MESSAGES/mate-calc.mo
share/locale/sr@latin/LC_MESSAGES/mate-calc.mo
share/locale/sv/LC_MESSAGES/mate-calc.mo
share/locale/ta/LC_MESSAGES/mate-calc.mo
share/locale/te/LC_MESSAGES/mate-calc.mo
share/locale/th/LC_MESSAGES/mate-calc.mo
share/locale/tk/LC_MESSAGES/mate-calc.mo
share/locale/tr/LC_MESSAGES/mate-calc.mo
share/locale/ug/LC_MESSAGES/mate-calc.mo
share/locale/uk/LC_MESSAGES/mate-calc.mo
share/locale/vi/LC_MESSAGES/mate-calc.mo
share/locale/xh/LC_MESSAGES/mate-calc.mo
share/locale/zh_CN/LC_MESSAGES/mate-calc.mo
share/locale/zh_HK/LC_MESSAGES/mate-calc.mo
share/locale/zh_TW/LC_MESSAGES/mate-calc.mo
%%DATADIR%%/buttons-advanced.ui
%%DATADIR%%/buttons-basic.ui
%%DATADIR%%/buttons-financial.ui
%%DATADIR%%/buttons-programming.ui
%%DATADIR%%/preferences.ui

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libmateweather
PORTVERSION= 1.8.0
PORTVERSION= 1.10.0
CATEGORIES= net mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/libmateweather-1.8.0.tar.xz) = 801ec5512e9099c39ce819a82e2dde62477a3783894a5e7fbfff3493d04607ba
SIZE (mate/libmateweather-1.8.0.tar.xz) = 3530972
SHA256 (mate/libmateweather-1.10.0.tar.xz) = 4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c
SIZE (mate/libmateweather-1.10.0.tar.xz) = 3463128

View File

@ -532,6 +532,7 @@ share/locale/is/LC_MESSAGES/libmateweather.mo
share/locale/it/LC_MESSAGES/libmateweather.mo
share/locale/ja/LC_MESSAGES/libmateweather.mo
share/locale/ka/LC_MESSAGES/libmateweather.mo
share/locale/kk/LC_MESSAGES/libmateweather.mo
share/locale/kn/LC_MESSAGES/libmateweather.mo
share/locale/ko/LC_MESSAGES/libmateweather.mo
share/locale/ku/LC_MESSAGES/libmateweather.mo

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-control-center
PORTVERSION= 1.8.3
PORTVERSION= 1.10.1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -28,7 +28,8 @@ USE_GNOME= dconf glib20 gtk20 intlhack libxml2 librsvg2 \
pango
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-appindicator=no
CONFIGURE_ARGS= --enable-appindicator=no \
--with-gtk=2.0
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-control-center-1.8.3.tar.xz) = 97bfb66ac0283dcdeae5ec0104ff83b8c644768f8e508b7d227e2a1139934e36
SIZE (mate/mate-control-center-1.8.3.tar.xz) = 1306248
SHA256 (mate/mate-control-center-1.10.1.tar.xz) = f3804c337011e9e00e3e93ad9e28fc7c8103b98e0dc0fdf897113cf02e6366eb
SIZE (mate/mate-control-center-1.10.1.tar.xz) = 1328008

View File

@ -13,62 +13,75 @@ bin/mate-thumbnail-font
bin/mate-typing-monitor
bin/mate-window-properties
etc/xdg/menus/matecc.menu
include/libslab/app-resizer.h
include/libslab/app-shell.h
include/libslab/application-tile.h
include/libslab/bookmark-agent.h
include/libslab/directory-tile.h
include/libslab/document-tile.h
include/libslab/double-click-detector.h
include/libslab/libslab-utils.h
include/libslab/mate-utils.h
include/libslab/nameplate-tile.h
include/libslab/nld-marshal.c
include/libslab/nld-marshal.h
include/libslab/search-bar.h
include/libslab/search-context-picker.h
include/libslab/search-entry-watermark.h
include/libslab/search-entry.h
include/libslab/shell-window.h
include/libslab/slab-mate-util.h
include/libslab/slab-section.h
include/libslab/slab.h
include/libslab/system-tile.h
include/libslab/tile.h
include/libmate-slab/app-resizer.h
include/libmate-slab/app-shell.h
include/libmate-slab/application-tile.h
include/libmate-slab/bookmark-agent.h
include/libmate-slab/directory-tile.h
include/libmate-slab/document-tile.h
include/libmate-slab/double-click-detector.h
include/libmate-slab/libslab-utils.h
include/libmate-slab/mate-utils.h
include/libmate-slab/nameplate-tile.h
include/libmate-slab/nld-marshal.c
include/libmate-slab/nld-marshal.h
include/libmate-slab/search-bar.h
include/libmate-slab/search-context-picker.h
include/libmate-slab/search-entry-watermark.h
include/libmate-slab/search-entry.h
include/libmate-slab/shell-window.h
include/libmate-slab/slab-mate-util.h
include/libmate-slab/slab-section.h
include/libmate-slab/slab.h
include/libmate-slab/system-tile.h
include/libmate-slab/tile.h
include/mate-window-settings-2.0/mate-window-manager.h
include/mate-window-settings-2.0/mate-wm-manager.h
lib/libmate-slab.a
lib/libmate-slab.so
lib/libmate-slab.so.0
lib/libmate-slab.so.0.0.0
lib/libmate-window-settings.a
lib/libmate-window-settings.so
lib/libmate-window-settings.so.1
lib/libmate-window-settings.so.1.0.0
lib/libslab.a
lib/libslab.so
lib/libslab.so.0
lib/libslab.so.0.0.0
lib/window-manager-settings/libmarco.a
lib/window-manager-settings/libmarco.so
libdata/pkgconfig/libslab.pc
libdata/pkgconfig/mate-default-applications.pc
libdata/pkgconfig/mate-keybindings.pc
libdata/pkgconfig/mate-slab.pc
libdata/pkgconfig/mate-window-settings-2.0.pc
man/man1/mate-about-me.1.gz
man/man1/mate-appearance-properties.1.gz
man/man1/mate-at-properties.1.gz
man/man1/mate-control-center.1.gz
man/man1/mate-default-applications-properties.1.gz
man/man1/mate-display-properties-install-systemwide.1.gz
man/man1/mate-display-properties.1.gz
man/man1/mate-font-viewer.1.gz
man/man1/mate-keybinding-properties.1.gz
man/man1/mate-keyboard-properties.1.gz
man/man1/mate-mouse-properties.1.gz
man/man1/mate-network-properties.1.gz
man/man1/mate-thumbnail-font.1.gz
man/man1/mate-typing-monitor.1.gz
man/man1/mate-window-properties.1.gz
sbin/mate-display-properties-install-systemwide
share/MateConf/gsettings/mate-control-center.convert
share/applications/mate-about-me.desktop
share/applications/mate-appearance-properties.desktop
share/applications/mate-at-properties.desktop
share/applications/mate-default-applications-properties.desktop
share/applications/mate-display-properties.desktop
share/applications/mate-keyboard.desktop
share/applications/mate-about-me.desktop
share/applications/mate-appearance-properties.desktop
share/applications/mate-font-viewer.desktop
share/applications/mate-keybinding.desktop
share/applications/mate-keyboard.desktop
share/applications/mate-network-properties.desktop
share/applications/mate-settings-mouse.desktop
share/applications/mate-theme-installer.desktop
share/applications/mate-window-properties.desktop
share/applications/matecc.desktop
share/applications/mimeinfo.cache
share/desktop-directories/matecc.directory
share/help/C/mate-control-center/config-accessibility-keyboard.xml
share/help/C/mate-control-center/config-background.xml
@ -569,7 +582,7 @@ share/locale/zu/LC_MESSAGES/mate-control-center.mo
share/mate/cursor-fonts/cursor-large-white.pcf
share/mate/cursor-fonts/cursor-large.pcf
share/mate/cursor-fonts/cursor-white.pcf
share/polkit-1/actions/org.mate.randr.policy
share/thumbnailers/mate-font-viewer.thumbnailer
share/mime/application/x-mate-theme-package.xml
share/mime/packages/mate-theme-package.xml
share/polkit-1/actions/org.mate.randr.policy
share/thumbnailers/mate-font-viewer.thumbnailer

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mate-polkit
PORTVERSION= 1.8.0
PORTREVISION= 1
PORTVERSION= 1.10.0
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-polkit-1.8.0.tar.xz) = bc01640c63f6248497ca78c3d8df8ff608d8bf1fbfce7c11416b014a109aeccd
SIZE (mate/mate-polkit-1.8.0.tar.xz) = 324960
SHA256 (mate/mate-polkit-1.10.0.tar.xz) = 1ae3bbe5ddff6eab012c0b656082b07b2ad6618f3772d726a691afe0c4ea19b9
SIZE (mate/mate-polkit-1.10.0.tar.xz) = 327228

View File

@ -23,6 +23,7 @@ share/locale/el/LC_MESSAGES/mate-polkit.mo
share/locale/en_AU/LC_MESSAGES/mate-polkit.mo
share/locale/en_GB/LC_MESSAGES/mate-polkit.mo
share/locale/es/LC_MESSAGES/mate-polkit.mo
share/locale/et/LC_MESSAGES/mate-polkit.mo
share/locale/eu/LC_MESSAGES/mate-polkit.mo
share/locale/fi/LC_MESSAGES/mate-polkit.mo
share/locale/fr/LC_MESSAGES/mate-polkit.mo
@ -35,6 +36,7 @@ share/locale/hu/LC_MESSAGES/mate-polkit.mo
share/locale/id/LC_MESSAGES/mate-polkit.mo
share/locale/it/LC_MESSAGES/mate-polkit.mo
share/locale/ja/LC_MESSAGES/mate-polkit.mo
share/locale/kk/LC_MESSAGES/mate-polkit.mo
share/locale/kn/LC_MESSAGES/mate-polkit.mo
share/locale/ko/LC_MESSAGES/mate-polkit.mo
share/locale/ky/LC_MESSAGES/mate-polkit.mo
@ -55,6 +57,7 @@ share/locale/ru/LC_MESSAGES/mate-polkit.mo
share/locale/sk/LC_MESSAGES/mate-polkit.mo
share/locale/sl/LC_MESSAGES/mate-polkit.mo
share/locale/sq/LC_MESSAGES/mate-polkit.mo
share/locale/sr/LC_MESSAGES/mate-polkit.mo
share/locale/sv/LC_MESSAGES/mate-polkit.mo
share/locale/ta/LC_MESSAGES/mate-polkit.mo
share/locale/te/LC_MESSAGES/mate-polkit.mo

View File

@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= mate-power-manager
PORTVERSION= 1.8.1
PORTVERSION= 1.10.1
PORTREVISION= 1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -10,14 +11,16 @@ DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Power management system for the MATE Desktop
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring
LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
libdbus-1.so:${PORTSDIR}/devel/dbus \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
libupower-glib.so:${PORTSDIR}/sysutils/upower \
libnotify.so:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit
RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit \
gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring
PORTSCOUT= limitw:1,even
@ -30,9 +33,8 @@ INSTALLS_ICONS= yes
CONFIGURE_ENV= LIBS="-lexecinfo"
CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \
--disable-docbook-docs \
--with-gtk=2.0
# needs gnome-keyring 3.0.0+
CONFIGURE_ARGS+=--without-keyring
--with-gtk=2.0 \
--with-keyring
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-power-manager-1.8.1.tar.xz) = 6fa72d4e6a018a44144d06b68c8f67e067e3847ad83b4b8a8aaa0e2a8c9b6147
SIZE (mate/mate-power-manager-1.8.1.tar.xz) = 3341892
SHA256 (mate/mate-power-manager-1.10.1.tar.xz) = f5cd42defcaa004591ecdfdcdd476de281d0d8eb4d4797a3667a7814b4d40343
SIZE (mate/mate-power-manager-1.10.1.tar.xz) = 3349032

View File

@ -1,6 +1,6 @@
--- src/Makefile.in.orig 2014-04-14 23:36:24.000000000 +0200
+++ src/Makefile.in 2014-04-14 23:38:10.000000000 +0200
@@ -2300,14 +2300,14 @@
--- src/Makefile.in.orig 2014-12-05 20:08:03.156130485 +0100
+++ src/Makefile.in 2014-12-05 20:08:22.167129013 +0100
@@ -2304,21 +2304,21 @@
@GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
org.mate.PowerManager.h: org.mate.PowerManager.xml
@ -17,3 +17,11 @@
--prefix=gpm_backlight \
--mode=glib-server \
--output=org.mate.PowerManager.Backlight.h \
$(srcdir)/org.mate.PowerManager.Backlight.xml
org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml
- libtool --mode=execute dbus-binding-tool \
+ $(LIBTOOL) --mode=execute dbus-binding-tool \
--prefix=gpm_kbd_backlight \
--mode=glib-server \
--output=org.mate.PowerManager.KbdBacklight.h \

View File

@ -0,0 +1,18 @@
This code is linux specific. Disable it so users don't get warnings like this:
** (mate-power-backlight-helper:82740): WARNING **: failed to find any devices:
Error opening directory '/sys/class/backlight': No such file or directory
--- src/gpm-backlight-helper.c.orig 2015-07-22 11:33:09.058354000 +0200
+++ src/gpm-backlight-helper.c 2015-07-22 11:34:39.476169000 +0200
@@ -145,6 +145,10 @@ out:
gint
main (gint argc, gchar *argv[])
{
+#ifdef __FreeBSD__
+ return GCM_BACKLIGHT_HELPER_EXIT_CODE_FAILED;
+#endif
+
GOptionContext *context;
gint uid;
gint euid;

View File

@ -1,5 +1,4 @@
bin/mate-power-manager
bin/mate-power-manager-bugreport
bin/mate-power-preferences
bin/mate-power-statistics
etc/xdg/autostart/mate-power-manager.desktop
@ -9,7 +8,7 @@ sbin/mate-power-backlight-helper
share/MateConf/gsettings/mate-power-manager.convert
share/applications/mate-power-preferences.desktop
share/applications/mate-power-statistics.desktop
share/dbus-1/services/mate-power-manager.service
share/dbus-1/services/org.mate.PowerManager.service
share/dbus-1/services/org.mate.panel.applet.BrightnessAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.InhibitAppletFactory.service
share/help/C/mate-power-manager/figures/applet-brightness.png
@ -298,6 +297,7 @@ share/locale/en@shaw/LC_MESSAGES/mate-power-manager.mo
share/locale/en_AU/LC_MESSAGES/mate-power-manager.mo
share/locale/en_CA/LC_MESSAGES/mate-power-manager.mo
share/locale/en_GB/LC_MESSAGES/mate-power-manager.mo
share/locale/en_US/LC_MESSAGES/mate-power-manager.mo
share/locale/es/LC_MESSAGES/mate-power-manager.mo
share/locale/et/LC_MESSAGES/mate-power-manager.mo
share/locale/eu/LC_MESSAGES/mate-power-manager.mo
@ -316,6 +316,7 @@ share/locale/is/LC_MESSAGES/mate-power-manager.mo
share/locale/it/LC_MESSAGES/mate-power-manager.mo
share/locale/ja/LC_MESSAGES/mate-power-manager.mo
share/locale/ka/LC_MESSAGES/mate-power-manager.mo
share/locale/kk/LC_MESSAGES/mate-power-manager.mo
share/locale/kn/LC_MESSAGES/mate-power-manager.mo
share/locale/ko/LC_MESSAGES/mate-power-manager.mo
share/locale/ku/LC_MESSAGES/mate-power-manager.mo
@ -356,15 +357,11 @@ share/locale/vi/LC_MESSAGES/mate-power-manager.mo
share/locale/zh_CN/LC_MESSAGES/mate-power-manager.mo
share/locale/zh_HK/LC_MESSAGES/mate-power-manager.mo
share/locale/zh_TW/LC_MESSAGES/mate-power-manager.mo
share/mate-2.0/ui/brightness-applet-menu.xml
share/mate-2.0/ui/inhibit-applet-menu.xml
share/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet
share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet
%%DATADIR%%/acme.ui
%%DATADIR%%/gpm-feedback-widget.ui
%%DATADIR%%/gpm-prefs-deprecated.ui
%%DATADIR%%/gpm-prefs.ui
%%DATADIR%%/gpm-statistics-deprecated.ui
%%DATADIR%%/gpm-statistics.ui
%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png
%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png
@ -701,4 +698,6 @@ share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet
%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg
%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg
%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg
%%DATADIR%%/ui/brightness-applet-menu.xml
%%DATADIR%%/ui/inhibit-applet-menu.xml
share/polkit-1/actions/org.mate.power.policy

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mate-settings-daemon
PORTVERSION= 1.8.2
PORTREVISION= 1
PORTVERSION= 1.10.1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -30,14 +29,15 @@ USE_LDCONFIG= yes
USE_GSTREAMER= good
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \
--disable-static \
--disable-pulse
--with-gtk=2.0 \
--disable-static
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \
org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml \
org.mate.SettingsDaemon.plugins.background.gschema.xml \
org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \
org.mate.SettingsDaemon.plugins.datetime.gschema.xml \
@ -55,8 +55,13 @@ GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \
org.mate.SettingsDaemon.plugins.xsettings.gschema.xml \
org.mate.applications-at.gschema.xml \
org.mate.font-rendering.gschema.xml \
org.mate.keybindings.gschema.xml \
org.mate.peripherals-smartcard.gschema.xml \
org.mate.peripherals-touchpad.gschema.xml
OPTIONS_DEFINE= PULSEAUDIO
OPTIONS_SUB= yes
PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio
PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-settings-daemon-1.8.2.tar.xz) = 2d38c9eff00a7ad239613b5f59e95a08705601a64f3a660b34919a4818da9d87
SIZE (mate/mate-settings-daemon-1.8.2.tar.xz) = 782780
SHA256 (mate/mate-settings-daemon-1.10.1.tar.xz) = ee594c55b2b7b293f9e1bfdfeeba373a3c2903e7e024c0b2ace95252da78c477
SIZE (mate/mate-settings-daemon-1.10.1.tar.xz) = 788376

View File

@ -1,14 +1,22 @@
etc/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
etc/xdg/autostart/mate-settings-daemon.desktop
etc/xrdb/Editres.ad
etc/xrdb/Emacs.ad
etc/xrdb/General.ad
etc/xrdb/Motif.ad
etc/xrdb/Tk.ad
etc/xrdb/Xaw.ad
include/mate-settings-daemon/mate-settings-client.h
include/mate-settings-daemon/mate-settings-plugin.h
lib/mate-settings-daemon/a11y-keyboard.mate-settings-plugin
lib/mate-settings-daemon/a11y-settings.mate-settings-plugin
lib/mate-settings-daemon/background.mate-settings-plugin
lib/mate-settings-daemon/clipboard.mate-settings-plugin
lib/mate-settings-daemon/housekeeping.mate-settings-plugin
lib/mate-settings-daemon/keybindings.mate-settings-plugin
lib/mate-settings-daemon/keyboard.mate-settings-plugin
lib/mate-settings-daemon/liba11y-keyboard.so
lib/mate-settings-daemon/liba11y-settings.so
lib/mate-settings-daemon/libbackground.so
lib/mate-settings-daemon/libclipboard.so
lib/mate-settings-daemon/libhousekeeping.so
@ -37,6 +45,8 @@ libexec/mate-settings-daemon
libexec/msd-datetime-mechanism
libexec/msd-locate-pointer
man/man1/mate-settings-daemon.1.gz
man/man1/msd-datetime-mechanism.1.gz
man/man1/msd-locate-pointer.1.gz
share/MateConf/gsettings/mate-settings-daemon.convert
share/dbus-1/services/org.mate.SettingsDaemon.service
share/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service
@ -105,6 +115,7 @@ share/locale/kk/LC_MESSAGES/mate-settings-daemon.mo
share/locale/kn/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ko/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ku/LC_MESSAGES/mate-settings-daemon.mo
share/locale/ky/LC_MESSAGES/mate-settings-daemon.mo
share/locale/lt/LC_MESSAGES/mate-settings-daemon.mo
share/locale/lv/LC_MESSAGES/mate-settings-daemon.mo
share/locale/mai/LC_MESSAGES/mate-settings-daemon.mo
@ -149,20 +160,15 @@ share/locale/zh_CN/LC_MESSAGES/mate-settings-daemon.mo
share/locale/zh_HK/LC_MESSAGES/mate-settings-daemon.mo
share/locale/zh_TW/LC_MESSAGES/mate-settings-daemon.mo
share/locale/zu/LC_MESSAGES/mate-settings-daemon.mo
%%DATADIR%%/acme.ui
%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-off.png
%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-on.png
%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-off.png
%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-on.png
%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-off.png
%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-on.png
%%DATADIR%%/msd-a11y-preferences-dialog.ui
%%DATADIR%%/xrdb/Editres.ad
%%DATADIR%%/xrdb/Emacs.ad
%%DATADIR%%/xrdb/General.ad
%%DATADIR%%/xrdb/Motif.ad
%%DATADIR%%/xrdb/Tk.ad
%%DATADIR%%/xrdb/Xaw.ad
share/mate-control-center/keybindings/50-accessibility.xml
share/mate-settings-daemon/acme.ui
share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-capslock-off.png
share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-capslock-on.png
share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-numlock-off.png
share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-numlock-on.png
share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-scrolllock-off.png
share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-scrolllock-on.png
share/mate-settings-daemon/msd-a11y-preferences-dialog.ui
share/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
@dir etc/mate-settings-daemon/xrandr
@dir etc/mate-settings-daemon

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mate-system-monitor
PORTVERSION= 1.8.0
PORTREVISION= 1
PORTVERSION= 1.10.1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -19,7 +18,8 @@ PORTSCOUT= limitw:1,even
USES= gettext gmake pathfix pkgconfig tar:xz
USE_MATE= icontheme
USE_GNOME= gtk20 librsvg2 intlhack libxml2 gtkmm24 libwnck
USE_GNOME= gtk20 gtkmm24 intlhack librsvg2 libwnck libxml2
CONFIGURE_ARGS= --with-gtk=2.0
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-lutil"
CPPFLAGS+= -I${LOCALBASE}/include

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-system-monitor-1.8.0.tar.xz) = 00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712
SIZE (mate/mate-system-monitor-1.8.0.tar.xz) = 2099600
SHA256 (mate/mate-system-monitor-1.10.1.tar.xz) = d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774
SIZE (mate/mate-system-monitor-1.10.1.tar.xz) = 2129620

View File

@ -1,11 +1,11 @@
--- src/load-graph.cpp.orig 2008-01-14 23:43:43.000000000 -0600
+++ src/load-graph.cpp 2008-01-14 23:44:15.000000000 -0600
@@ -412,7 +412,7 @@
// e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10)
// where base10 = 1, coef10 = 101, pow2 = 16
--- src/load-graph.cpp.orig 2015-01-23 09:15:58.000000000 +0100
+++ src/load-graph.cpp 2015-04-06 20:28:18.053368000 +0200
@@ -470,7 +470,7 @@
// e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10)
// where base10 = 1, coef10 = 101, pow2 = 16
- unsigned pow2 = std::floor(log2(new_max));
+ unsigned pow2 = std::floor(log(new_max) / log(2));
unsigned base10 = pow2 / 10;
unsigned coef10 = std::ceil(new_max / double(1UL << (base10 * 10)));
g_assert(new_max <= (coef10 * (1UL << (base10 * 10))));
- guint64 pow2 = std::floor(log2(new_max));
+ guint64 pow2 = std::floor(log(new_max) / log(2));
guint64 base10 = pow2 / 10.0;
guint64 coef10 = std::ceil(new_max / double(G_GUINT64_CONSTANT(1) << (base10 * 10)));
g_assert(new_max <= (coef10 * (G_GUINT64_CONSTANT(1) << (base10 * 10))));

View File

@ -1,14 +0,0 @@
--- src/openfiles.cpp.orig 2008-05-27 16:16:46.000000000 -0400
+++ src/openfiles.cpp 2008-05-27 16:19:53.000000000 -0400
@@ -66,7 +66,11 @@ friendlier_hostname(const char *addr_str
goto failsafe;
if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname,
+#ifdef NI_IDN
sizeof hostname, service, sizeof service, NI_IDN))
+#else
+ sizeof hostname, service, sizeof service, 0))
+#endif
goto failsafe;
if (res) freeaddrinfo(res);

View File

@ -0,0 +1,20 @@
--- src/procproperties.cpp.orig 2015-07-02 23:46:27.000000000 +0200
+++ src/procproperties.cpp 2015-07-14 10:18:48.273918000 +0200
@@ -26,7 +26,7 @@
#include <glibtop/procstate.h>
#if defined (__linux__)
#include <asm/param.h>
-#elif defined (__NetBSD__) || defined (__OpenBSD__)
+#elif defined (__NetBSD__) || defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include <sys/param.h>
#include <sys/sysctl.h>
#endif
@@ -114,7 +114,7 @@
get_process_memory_info(info);
-#if defined (__NetBSD__) || defined (__OpenBSD__)
+#if defined (__NetBSD__) || defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
struct clockinfo cinf;
size_t size = sizeof (cinf);
int HZ;

View File

@ -1,6 +1,7 @@
bin/mate-system-monitor
man/man1/mate-system-monitor.1.gz
share/MateConf/gsettings/mate-system-monitor.convert
share/appdata/mate-system-monitor.appdata.xml
share/applications/mate-system-monitor.desktop
share/help/C/mate-system-monitor/figures/addColumn.png
share/help/C/mate-system-monitor/figures/changePriority.png

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= caja
PORTVERSION= 1.8.2
PORTVERSION= 1.10.2
CATEGORIES= x11-fm mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -22,7 +22,7 @@ USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
shared-mime-info tar:xz
USE_MATE= desktop icontheme:run
USE_XORG= ice x11 xrender
USE_GNOME= glib20 gtk20 intlhack introspection:build \
USE_GNOME= glib20 gtk20 intltool introspection:build \
libxml2 pango
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@ -40,5 +40,6 @@ GLIB_SCHEMAS= org.mate.caja.gschema.xml \
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcaja-extension.so.1.4.0
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mate/caja-1.8.2.tar.xz) = 99331a7439c346382c3b82c889fee9aaabca8760e9c7dfb60041c1fbcd2c6ac0
SIZE (mate/caja-1.8.2.tar.xz) = 3596308
SHA256 (mate/caja-1.10.2.tar.xz) = 3acefd3b6ef06ddf2c7946f03d46d55b89ffd91c24c65bc26b38d58d3fc6765a
SIZE (mate/caja-1.10.2.tar.xz) = 3637500

View File

@ -24,6 +24,7 @@ man/man1/caja-connect-server.1.gz
man/man1/caja-file-management-properties.1.gz
man/man1/caja.1.gz
share/MateConf/gsettings/caja.convert
share/appdata/caja.appdata.xml
share/applications/caja-autorun-software.desktop
share/applications/caja-browser.desktop
share/applications/caja-computer.desktop
@ -136,6 +137,7 @@ share/locale/en@shaw/LC_MESSAGES/caja.mo
share/locale/en_AU/LC_MESSAGES/caja.mo
share/locale/en_CA/LC_MESSAGES/caja.mo
share/locale/en_GB/LC_MESSAGES/caja.mo
share/locale/en_US/LC_MESSAGES/caja.mo
share/locale/eo/LC_MESSAGES/caja.mo
share/locale/es/LC_MESSAGES/caja.mo
share/locale/et/LC_MESSAGES/caja.mo
@ -155,6 +157,7 @@ share/locale/hi/LC_MESSAGES/caja.mo
share/locale/hr/LC_MESSAGES/caja.mo
share/locale/hu/LC_MESSAGES/caja.mo
share/locale/hy/LC_MESSAGES/caja.mo
share/locale/ia/LC_MESSAGES/caja.mo
share/locale/id/LC_MESSAGES/caja.mo
share/locale/ig/LC_MESSAGES/caja.mo
share/locale/io/LC_MESSAGES/caja.mo

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-backgrounds
PORTVERSION= 1.8.0
PORTVERSION= 1.10.0
CATEGORIES= x11-themes graphics mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-backgrounds-1.8.0.tar.xz) = c7e46f9c4456b5a4c602c11653912ca51b055f777934897f8baced8ce21d0b05
SIZE (mate/mate-backgrounds-1.8.0.tar.xz) = 11663712
SHA256 (mate/mate-backgrounds-1.10.0.tar.xz) = fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794
SIZE (mate/mate-backgrounds-1.10.0.tar.xz) = 20897784

View File

@ -6,7 +6,13 @@ share/backgrounds/mate/abstract/Spring.png
share/backgrounds/mate/abstract/Waves.png
share/backgrounds/mate/desktop/Float-into-MATE.png
share/backgrounds/mate/desktop/GreenTraditional.jpg
share/backgrounds/mate/desktop/MATE-Stripes-Dark.png
share/backgrounds/mate/desktop/MATE-Stripes-Light.png
share/backgrounds/mate/desktop/Stripes.png
share/backgrounds/mate/desktop/Ubuntu-Mate-Cold-no-logo.png
share/backgrounds/mate/desktop/Ubuntu-Mate-Dark-no-logo.png
share/backgrounds/mate/desktop/Ubuntu-Mate-Radioactive-no-logo.png
share/backgrounds/mate/desktop/Ubuntu-Mate-Warm-no-logo.png
share/backgrounds/mate/nature/Aqua.jpg
share/backgrounds/mate/nature/Blinds.jpg
share/backgrounds/mate/nature/Dune.jpg

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-icon-theme-faenza
PORTVERSION= 1.8.0
PORTVERSION= 1.10.0
CATEGORIES= x11-themes mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-icon-theme-faenza-1.8.0.tar.xz) = 6d1044af459373178ce05305db66b7dc6afb03b5475eacd122c19156fea0307b
SIZE (mate/mate-icon-theme-faenza-1.8.0.tar.xz) = 20817400
SHA256 (mate/mate-icon-theme-faenza-1.10.0.tar.xz) = 89ff72a000f763fe01511ffce5737225abd7bf90dcf478cfbaab354982f13bdd
SIZE (mate/mate-icon-theme-faenza-1.10.0.tar.xz) = 19081268

View File

@ -3662,6 +3662,7 @@ share/icons/matefaenza/apps/16/haguichi.png
share/icons/matefaenza/apps/16/hardinfo.png
share/icons/matefaenza/apps/16/help-browser.png
share/icons/matefaenza/apps/16/help.png
share/icons/matefaenza/apps/16/hexchat.png
share/icons/matefaenza/apps/16/hi48-app-wireshark.png
share/icons/matefaenza/apps/16/homebank.png
share/icons/matefaenza/apps/16/hotwire.png
@ -3798,7 +3799,7 @@ share/icons/matefaenza/apps/16/nautilus-cd-burner.png
share/icons/matefaenza/apps/16/nautilus.png
share/icons/matefaenza/apps/16/netbeans.png
share/icons/matefaenza/apps/16/nexuiz.png
share/icons/matefaenza/apps/16/numpty physics.png
share/icons/matefaenza/apps/16/numpty-physics.png
share/icons/matefaenza/apps/16/office-address-book.png
share/icons/matefaenza/apps/16/office-calendar.png
share/icons/matefaenza/apps/16/office-date.png
@ -4003,6 +4004,7 @@ share/icons/matefaenza/apps/16/system-config-users.png
share/icons/matefaenza/apps/16/system-file-manager.png
share/icons/matefaenza/apps/16/system-hibernate.png
share/icons/matefaenza/apps/16/system-installer.png
share/icons/matefaenza/apps/16/system-reboot.png
share/icons/matefaenza/apps/16/system-restart.png
share/icons/matefaenza/apps/16/system-shut-down.png
share/icons/matefaenza/apps/16/system-software-install.png
@ -4461,6 +4463,7 @@ share/icons/matefaenza/apps/22/haguichi.png
share/icons/matefaenza/apps/22/hardinfo.png
share/icons/matefaenza/apps/22/help-browser.png
share/icons/matefaenza/apps/22/help.png
share/icons/matefaenza/apps/22/hexchat.png
share/icons/matefaenza/apps/22/hi48-app-wireshark.png
share/icons/matefaenza/apps/22/homebank.png
share/icons/matefaenza/apps/22/hotwire.png
@ -4664,7 +4667,7 @@ share/icons/matefaenza/apps/22/nm-vpn-connecting08.png
share/icons/matefaenza/apps/22/nm-vpn-connecting09.png
share/icons/matefaenza/apps/22/nm-vpn-connecting10.png
share/icons/matefaenza/apps/22/nm-vpn-connecting11.png
share/icons/matefaenza/apps/22/numpty physics.png
share/icons/matefaenza/apps/22/numpty-physics.png
share/icons/matefaenza/apps/22/office-address-book.png
share/icons/matefaenza/apps/22/office-calendar.png
share/icons/matefaenza/apps/22/office-date.png
@ -4869,6 +4872,7 @@ share/icons/matefaenza/apps/22/system-config-users.png
share/icons/matefaenza/apps/22/system-file-manager.png
share/icons/matefaenza/apps/22/system-hibernate.png
share/icons/matefaenza/apps/22/system-installer.png
share/icons/matefaenza/apps/22/system-reboot.png
share/icons/matefaenza/apps/22/system-restart.png
share/icons/matefaenza/apps/22/system-shut-down.png
share/icons/matefaenza/apps/22/system-software-install.png
@ -5327,6 +5331,7 @@ share/icons/matefaenza/apps/24/haguichi.png
share/icons/matefaenza/apps/24/hardinfo.png
share/icons/matefaenza/apps/24/help-browser.png
share/icons/matefaenza/apps/24/help.png
share/icons/matefaenza/apps/24/hexchat.png
share/icons/matefaenza/apps/24/hi48-app-wireshark.png
share/icons/matefaenza/apps/24/homebank.png
share/icons/matefaenza/apps/24/hotwire.png
@ -5530,7 +5535,7 @@ share/icons/matefaenza/apps/24/nm-vpn-connecting08.png
share/icons/matefaenza/apps/24/nm-vpn-connecting09.png
share/icons/matefaenza/apps/24/nm-vpn-connecting10.png
share/icons/matefaenza/apps/24/nm-vpn-connecting11.png
share/icons/matefaenza/apps/24/numpty physics.png
share/icons/matefaenza/apps/24/numpty-physics.png
share/icons/matefaenza/apps/24/office-address-book.png
share/icons/matefaenza/apps/24/office-calendar.png
share/icons/matefaenza/apps/24/office-date.png
@ -5735,6 +5740,7 @@ share/icons/matefaenza/apps/24/system-config-users.png
share/icons/matefaenza/apps/24/system-file-manager.png
share/icons/matefaenza/apps/24/system-hibernate.png
share/icons/matefaenza/apps/24/system-installer.png
share/icons/matefaenza/apps/24/system-reboot.png
share/icons/matefaenza/apps/24/system-restart.png
share/icons/matefaenza/apps/24/system-shut-down.png
share/icons/matefaenza/apps/24/system-software-install.png
@ -6215,6 +6221,7 @@ share/icons/matefaenza/apps/32/hardinfo.png
share/icons/matefaenza/apps/32/hedgewars.png
share/icons/matefaenza/apps/32/help-browser.png
share/icons/matefaenza/apps/32/help.png
share/icons/matefaenza/apps/32/hexchat.png
share/icons/matefaenza/apps/32/hi48-app-wireshark.png
share/icons/matefaenza/apps/32/homebank.png
share/icons/matefaenza/apps/32/hotwire.png
@ -6381,7 +6388,7 @@ share/icons/matefaenza/apps/32/nautilus.png
share/icons/matefaenza/apps/32/netbeans.png
share/icons/matefaenza/apps/32/nexuiz.png
share/icons/matefaenza/apps/32/nexuiz.xpm
share/icons/matefaenza/apps/32/numpty physics.png
share/icons/matefaenza/apps/32/numpty-physics.png
share/icons/matefaenza/apps/32/office-address-book.png
share/icons/matefaenza/apps/32/office-calendar.png
share/icons/matefaenza/apps/32/office-date.png
@ -6602,6 +6609,7 @@ share/icons/matefaenza/apps/32/system-config-users.png
share/icons/matefaenza/apps/32/system-file-manager.png
share/icons/matefaenza/apps/32/system-hibernate.png
share/icons/matefaenza/apps/32/system-installer.png
share/icons/matefaenza/apps/32/system-reboot.png
share/icons/matefaenza/apps/32/system-restart.png
share/icons/matefaenza/apps/32/system-shut-down.png
share/icons/matefaenza/apps/32/system-software-install.png
@ -7087,6 +7095,7 @@ share/icons/matefaenza/apps/48/hardinfo.png
share/icons/matefaenza/apps/48/hedgewars.png
share/icons/matefaenza/apps/48/help-browser.png
share/icons/matefaenza/apps/48/help.png
share/icons/matefaenza/apps/48/hexchat.png
share/icons/matefaenza/apps/48/hi48-app-wireshark.png
share/icons/matefaenza/apps/48/homebank.png
share/icons/matefaenza/apps/48/hotwire.png
@ -7253,7 +7262,7 @@ share/icons/matefaenza/apps/48/netbeans.png
share/icons/matefaenza/apps/48/nexuiz-48x48.png
share/icons/matefaenza/apps/48/nexuiz.png
share/icons/matefaenza/apps/48/nexuiz.xpm
share/icons/matefaenza/apps/48/numpty physics.png
share/icons/matefaenza/apps/48/numpty-physics.png
share/icons/matefaenza/apps/48/office-address-book.png
share/icons/matefaenza/apps/48/office-calendar.png
share/icons/matefaenza/apps/48/office-date.png
@ -7473,6 +7482,7 @@ share/icons/matefaenza/apps/48/system-config-users.png
share/icons/matefaenza/apps/48/system-file-manager.png
share/icons/matefaenza/apps/48/system-hibernate.png
share/icons/matefaenza/apps/48/system-installer.png
share/icons/matefaenza/apps/48/system-reboot.png
share/icons/matefaenza/apps/48/system-restart.png
share/icons/matefaenza/apps/48/system-shut-down.png
share/icons/matefaenza/apps/48/system-software-install.png
@ -7925,6 +7935,7 @@ share/icons/matefaenza/apps/64/hardinfo.png
share/icons/matefaenza/apps/64/hedgewars.png
share/icons/matefaenza/apps/64/help-browser.png
share/icons/matefaenza/apps/64/help.png
share/icons/matefaenza/apps/64/hexchat.png
share/icons/matefaenza/apps/64/hi48-app-wireshark.png
share/icons/matefaenza/apps/64/homebank.png
share/icons/matefaenza/apps/64/hotwire.png
@ -8279,6 +8290,7 @@ share/icons/matefaenza/apps/64/system-config-users.png
share/icons/matefaenza/apps/64/system-file-manager.png
share/icons/matefaenza/apps/64/system-hibernate.png
share/icons/matefaenza/apps/64/system-installer.png
share/icons/matefaenza/apps/64/system-reboot.png
share/icons/matefaenza/apps/64/system-restart.png
share/icons/matefaenza/apps/64/system-shut-down.png
share/icons/matefaenza/apps/64/system-software-install.png
@ -8695,6 +8707,7 @@ share/icons/matefaenza/apps/96/haguichi.png
share/icons/matefaenza/apps/96/hardinfo.png
share/icons/matefaenza/apps/96/help-browser.png
share/icons/matefaenza/apps/96/help.png
share/icons/matefaenza/apps/96/hexchat.png
share/icons/matefaenza/apps/96/hi48-app-wireshark.png
share/icons/matefaenza/apps/96/homebank.png
share/icons/matefaenza/apps/96/hotwire.png
@ -9024,6 +9037,7 @@ share/icons/matefaenza/apps/96/system-config-users.png
share/icons/matefaenza/apps/96/system-file-manager.png
share/icons/matefaenza/apps/96/system-hibernate.png
share/icons/matefaenza/apps/96/system-installer.png
share/icons/matefaenza/apps/96/system-reboot.png
share/icons/matefaenza/apps/96/system-restart.png
share/icons/matefaenza/apps/96/system-shut-down.png
share/icons/matefaenza/apps/96/system-software-install.png
@ -9471,6 +9485,7 @@ share/icons/matefaenza/apps/scalable/hardinfo.svg
share/icons/matefaenza/apps/scalable/hedgewars.svg
share/icons/matefaenza/apps/scalable/help-browser.svg
share/icons/matefaenza/apps/scalable/help.svg
share/icons/matefaenza/apps/scalable/hexchat.svg
share/icons/matefaenza/apps/scalable/hi48-app-wireshark.svg
share/icons/matefaenza/apps/scalable/homebank.svg
share/icons/matefaenza/apps/scalable/hotwire.svg
@ -9852,6 +9867,7 @@ share/icons/matefaenza/apps/scalable/system-config-users.svg
share/icons/matefaenza/apps/scalable/system-file-manager.svg
share/icons/matefaenza/apps/scalable/system-hibernate.svg
share/icons/matefaenza/apps/scalable/system-installer.svg
share/icons/matefaenza/apps/scalable/system-reboot.svg
share/icons/matefaenza/apps/scalable/system-restart.svg
share/icons/matefaenza/apps/scalable/system-shut-down.svg
share/icons/matefaenza/apps/scalable/system-software-install.svg
@ -20194,6 +20210,7 @@ share/icons/matefaenzadark/apps/16/stock_help.png
share/icons/matefaenzadark/apps/16/stock_unknown.png
share/icons/matefaenzadark/apps/16/susehelpcenter.png
share/icons/matefaenzadark/apps/16/system-hibernate.png
share/icons/matefaenzadark/apps/16/system-reboot.png
share/icons/matefaenzadark/apps/16/system-restart.png
share/icons/matefaenzadark/apps/16/system-shut-down.png
share/icons/matefaenzadark/apps/16/system-suspend-hibernate.png
@ -20266,6 +20283,7 @@ share/icons/matefaenzadark/apps/22/nm-vpn-connecting10.png
share/icons/matefaenzadark/apps/22/nm-vpn-connecting11.png
share/icons/matefaenzadark/apps/22/sleep.png
share/icons/matefaenzadark/apps/22/system-hibernate.png
share/icons/matefaenzadark/apps/22/system-reboot.png
share/icons/matefaenzadark/apps/22/system-restart.png
share/icons/matefaenzadark/apps/22/system-shut-down.png
share/icons/matefaenzadark/apps/22/system-suspend-hibernate.png
@ -20336,6 +20354,7 @@ share/icons/matefaenzadark/apps/24/nm-vpn-connecting10.png
share/icons/matefaenzadark/apps/24/nm-vpn-connecting11.png
share/icons/matefaenzadark/apps/24/sleep.png
share/icons/matefaenzadark/apps/24/system-hibernate.png
share/icons/matefaenzadark/apps/24/system-reboot.png
share/icons/matefaenzadark/apps/24/system-restart.png
share/icons/matefaenzadark/apps/24/system-shut-down.png
share/icons/matefaenzadark/apps/24/system-suspend-hibernate.png
@ -23250,6 +23269,7 @@ share/icons/matefaenzagray/apps/16/stock_help.png
share/icons/matefaenzagray/apps/16/stock_unknown.png
share/icons/matefaenzagray/apps/16/susehelpcenter.png
share/icons/matefaenzagray/apps/16/system-hibernate.png
share/icons/matefaenzagray/apps/16/system-reboot.png
share/icons/matefaenzagray/apps/16/system-restart.png
share/icons/matefaenzagray/apps/16/system-shut-down.png
share/icons/matefaenzagray/apps/16/system-suspend-hibernate.png
@ -23322,6 +23342,7 @@ share/icons/matefaenzagray/apps/22/nm-vpn-connecting10.png
share/icons/matefaenzagray/apps/22/nm-vpn-connecting11.png
share/icons/matefaenzagray/apps/22/sleep.png
share/icons/matefaenzagray/apps/22/system-hibernate.png
share/icons/matefaenzagray/apps/22/system-reboot.png
share/icons/matefaenzagray/apps/22/system-restart.png
share/icons/matefaenzagray/apps/22/system-shut-down.png
share/icons/matefaenzagray/apps/22/system-suspend-hibernate.png
@ -23392,6 +23413,7 @@ share/icons/matefaenzagray/apps/24/nm-vpn-connecting10.png
share/icons/matefaenzagray/apps/24/nm-vpn-connecting11.png
share/icons/matefaenzagray/apps/24/sleep.png
share/icons/matefaenzagray/apps/24/system-hibernate.png
share/icons/matefaenzagray/apps/24/system-reboot.png
share/icons/matefaenzagray/apps/24/system-restart.png
share/icons/matefaenzagray/apps/24/system-shut-down.png
share/icons/matefaenzagray/apps/24/system-suspend-hibernate.png

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-icon-theme
PORTVERSION= 1.8.0
PORTVERSION= 1.10.1
CATEGORIES= x11-themes mate
MASTER_SITES= MATE
DIST_SUBDIR= mate

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-icon-theme-1.8.0.tar.xz) = e6b981f74e7e5faa9d3a3b64580b66a327737152c1a230608367e9fa7bb63eac
SIZE (mate/mate-icon-theme-1.8.0.tar.xz) = 15512320
SHA256 (mate/mate-icon-theme-1.10.1.tar.xz) = 9d15201d053ae4275f99e3f575ea8c7ed27711783ed1c262fa6e689d9ea75d5a
SIZE (mate/mate-icon-theme-1.10.1.tar.xz) = 19043952

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,11 @@
# $FreeBSD$
PORTNAME= mate-themes
PORTVERSION= 1.8.1
PORTVERSION= 1.10.2
CATEGORIES= x11-themes mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
DISTNAME= ${PORTNAME}-gtk3.14-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of themes and icons for MATE

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-themes-1.8.1.tar.xz) = e767c2c9e56b645a9e5fde827ae3a3a33b5d8767d3bfbe4c63c8b043dbac63d5
SIZE (mate/mate-themes-1.8.1.tar.xz) = 2896520
SHA256 (mate/mate-themes-gtk3.14-1.10.2.tar.xz) = 4ed593de0fe79bba25e50cf3c41a691621f43e5512c0db7d912c804ad7273e44
SIZE (mate/mate-themes-gtk3.14-1.10.2.tar.xz) = 3290424

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= marco
PORTVERSION= 1.8.2
PORTVERSION= 1.10.1
CATEGORIES= x11-wm mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -10,14 +10,15 @@ DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Window manager for the adult in you
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
zenity>=3.0.0:${PORTSDIR}/x11/zenity
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_MATE= dialogs
USE_XORG= x11 xcomposite xcursor xdamage xrandr
USE_GNOME= gdkpixbuf2 glib20 gtk20 intlhack pango
USE_LDCONFIG= yes

View File

@ -1,2 +1,2 @@
SHA256 (mate/marco-1.8.2.tar.xz) = a5ef03dfd4de035ed6c99aca500256c6f4564a090702066303770dbf7c893443
SIZE (mate/marco-1.8.2.tar.xz) = 1119448
SHA256 (mate/marco-1.10.1.tar.xz) = e50fa7b0fea52a4aad0bfa99f204f1f320c704f48d4f945cc40a65546601c1d0
SIZE (mate/marco-1.10.1.tar.xz) = 1111068

View File

@ -195,7 +195,6 @@
SUBDIR += mate-applets
SUBDIR += mate-base
SUBDIR += mate-desktop
SUBDIR += mate-dialogs
SUBDIR += mate-menus
SUBDIR += mate-panel
SUBDIR += mate-screensaver

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libmatekbd
PORTVERSION= 1.8.0
PORTREVISION= 1
PORTVERSION= 1.10.0
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -27,4 +26,7 @@ INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.peripherals-keyboard-xkb.gschema.xml
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatekbd*so*
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mate/libmatekbd-1.8.0.tar.xz) = b0e4b0e5388057a26e0ccd960b6f95281519805a4b46ac9a97ccc2ab62706f8d
SIZE (mate/libmatekbd-1.8.0.tar.xz) = 364024
SHA256 (mate/libmatekbd-1.10.0.tar.xz) = 09d9bb75d784083036e24a29120f5933f0dfdfe59050858dd353fd7572d7d2d1
SIZE (mate/libmatekbd-1.10.0.tar.xz) = 365796

View File

@ -21,6 +21,7 @@ share/locale/am/LC_MESSAGES/libmatekbd.mo
share/locale/ar/LC_MESSAGES/libmatekbd.mo
share/locale/as/LC_MESSAGES/libmatekbd.mo
share/locale/ast/LC_MESSAGES/libmatekbd.mo
share/locale/be/LC_MESSAGES/libmatekbd.mo
share/locale/be@latin/LC_MESSAGES/libmatekbd.mo
share/locale/bg/LC_MESSAGES/libmatekbd.mo
share/locale/bn/LC_MESSAGES/libmatekbd.mo

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mate-applets
PORTVERSION= 1.8.1
PORTVERSION= 1.10.3
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@ -23,7 +23,7 @@ RUN_DEPENDS= gucharmap:${PORTSDIR}/deskutils/gucharmap
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig python tar:xz
USES= autoreconf:build gettext gmake libtool pathfix pkgconfig python tar:xz
USE_MATE= desktop icontheme libmateweather panel polkit settingsdaemon
USE_XORG= x11
USE_GNOME= gdkpixbuf2 gtksourceview2 introspection:build \

View File

@ -1,2 +1,2 @@
SHA256 (mate/mate-applets-1.8.1.tar.xz) = 6f1a88453e526a7ee67e14fa4d6b3dc74fb954a1465c7cb3a76f205389a2df83
SIZE (mate/mate-applets-1.8.1.tar.xz) = 6877876
SHA256 (mate/mate-applets-1.10.3.tar.xz) = 4670b0e877639f9c585b84b27c3654880ed96aefea596a8b8c20c955a3c0266d
SIZE (mate/mate-applets-1.10.3.tar.xz) = 6895936

View File

@ -0,0 +1,19 @@
--- accessx-status/Makefile.am.orig 2014-12-05 11:01:40.849389089 +0100
+++ accessx-status/Makefile.am 2014-12-05 11:03:05.635384917 +0100
@@ -6,13 +6,13 @@
-DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \
-DACCESSX_MENU_UI_DIR=\""$(uidir)"\"
-libexec_PROGRAMS = accessx-status-applet
+libexec_PROGRAMS = mate-accessx-status-applet
-accessx_status_applet_SOURCES = \
+mate_accessx_status_applet_SOURCES = \
applet.c \
applet.h
-accessx_status_applet_LDADD = \
+mate_accessx_status_applet_LDADD = \
$(MATE_APPLETS4_LIBS) \
$(MATEDESKTOP_LIBS) \
$(X_LIBS)

View File

@ -0,0 +1,24 @@
--- battstat/Makefile.am.orig 2014-12-05 12:27:04.701035642 +0100
+++ battstat/Makefile.am 2014-12-05 12:28:02.762606006 +0100
@@ -35,10 +35,10 @@
-DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\"
-libexec_PROGRAMS = battstat-applet
+libexec_PROGRAMS = mate-battstat-applet
-battstat_applet_SOURCES = \
+mate_battstat_applet_SOURCES = \
battstat.h \
pixmaps.h \
properties.c \
@@ -54,7 +54,7 @@
battstat-upower.h
-battstat_applet_LDADD = \
+mate_battstat_applet_LDADD = \
$(MATE_APPLETS4_LIBS) \
$(MATEDESKTOP_LIBS) \
$(LIBNOTIFY_LIBS) \

View File

@ -0,0 +1,17 @@
--- command/Makefile.am.orig 2014-12-05 12:30:39.726021147 +0100
+++ command/Makefile.am 2014-12-05 12:30:57.153403339 +0100
@@ -7,10 +7,10 @@
APPLET_LOCATION = $(libexecdir)/command-applet
-libexec_PROGRAMS = command-applet
-command_applet_SOURCES = command.c
-command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS)
-command_applet_CFLAGS = $(WARN_CFLAGS)
+libexec_PROGRAMS = mate-command-applet
+mate_command_applet_SOURCES = command.c
+mate_command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS)
+mate_command_applet_CFLAGS = $(WARN_CFLAGS)
appletsdir = $(datadir)/mate-panel/applets
applets_in_files = org.mate.applets.CommandApplet.mate-panel-applet.in

View File

@ -1,5 +1,5 @@
--- accessx-status/Makefile.in.orig 2014-04-12 15:37:29.000000000 +0200
+++ accessx-status/Makefile.in 2014-04-12 15:39:27.000000000 +0200
--- accessx-status/Makefile.in.orig 2015-01-22 17:21:18.066885138 +0100
+++ accessx-status/Makefile.in 2015-01-22 17:21:33.201884384 +0100
@@ -78,7 +78,7 @@
POST_UNINSTALL = :
build_triplet = @build@
@ -21,10 +21,10 @@
am__DEPENDENCIES_1 =
-accessx_status_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+mate_accessx_status_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -141,8 +142,8 @@
@@ -142,8 +143,8 @@
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
@ -35,7 +35,7 @@
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
ctags-recursive dvi-recursive html-recursive info-recursive \
install-data-recursive install-dvi-recursive \
@@ -487,11 +488,11 @@
@@ -470,11 +471,11 @@
-DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \
-DACCESSX_MENU_UI_DIR=\""$(uidir)"\"
@ -48,8 +48,8 @@
+mate_accessx_status_applet_LDADD = \
$(MATE_APPLETS4_LIBS) \
$(MATEDESKTOP_LIBS) \
$(X_LIBS)
@@ -594,9 +595,9 @@
$(GIO_LIBS) \
@@ -578,9 +579,9 @@
echo " rm -f" $$list; \
rm -f $$list

View File

@ -1,11 +1,17 @@
--- battstat/Makefile.in.orig 2014-04-12 15:37:50.000000000 +0200
+++ battstat/Makefile.in 2014-04-12 15:39:28.000000000 +0200
--- battstat/Makefile.in.orig 2015-01-22 17:23:12.427878023 +0100
+++ battstat/Makefile.in 2015-01-22 17:24:25.590872727 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -78,7 +78,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-libexec_PROGRAMS = battstat-applet-2$(EXEEXT)
+libexec_PROGRAMS = mate-battstat-applet-2$(EXEEXT)
-libexec_PROGRAMS = battstat-applet$(EXEEXT)
+libexec_PROGRAMS = mate-battstat-applet$(EXEEXT)
subdir = battstat
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/depcomp
@ -13,18 +19,18 @@
"$(DESTDIR)$(builderdir)" "$(DESTDIR)$(servicedir)" \
"$(DESTDIR)$(uidir)"
PROGRAMS = $(libexec_PROGRAMS)
-am_battstat_applet_2_OBJECTS = properties.$(OBJEXT) \
+am_mate_battstat_applet_2_OBJECTS = properties.$(OBJEXT) \
-am_battstat_applet_OBJECTS = properties.$(OBJEXT) \
+am_mate_battstat_applet_OBJECTS = properties.$(OBJEXT) \
battstat_applet.$(OBJEXT) power-management.$(OBJEXT) \
acpi-linux.$(OBJEXT) acpi-freebsd.$(OBJEXT) \
battstat-hal.$(OBJEXT) battstat-upower.$(OBJEXT)
-battstat_applet_2_OBJECTS = $(am_battstat_applet_2_OBJECTS)
+mate_battstat_applet_2_OBJECTS = $(am_mate_battstat_applet_2_OBJECTS)
battstat-upower.$(OBJEXT)
-battstat_applet_OBJECTS = $(am_battstat_applet_OBJECTS)
+mate_battstat_applet_OBJECTS = $(am_mate_battstat_applet_OBJECTS)
am__DEPENDENCIES_1 =
@HAVE_LIBAPM_FALSE@@NEED_LIBAPM_TRUE@am__DEPENDENCIES_2 = \
@HAVE_LIBAPM_FALSE@@NEED_LIBAPM_TRUE@ apmlib/libapm.a
-battstat_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+mate_battstat_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
-battstat_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+mate_battstat_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_@AM_V@)
@ -32,41 +38,76 @@
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
-SOURCES = $(battstat_applet_2_SOURCES)
-DIST_SOURCES = $(battstat_applet_2_SOURCES)
+SOURCES = $(mate_battstat_applet_2_SOURCES)
+DIST_SOURCES = $(mate_battstat_applet_2_SOURCES)
-SOURCES = $(battstat_applet_SOURCES)
-DIST_SOURCES = $(battstat_applet_SOURCES)
+SOURCES = $(mate_battstat_applet_SOURCES)
+DIST_SOURCES = $(mate_battstat_applet_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
ctags-recursive dvi-recursive html-recursive info-recursive \
install-data-recursive install-dvi-recursive \
@@ -508,7 +508,7 @@
@@ -303,7 +303,6 @@
GUCHARMAP_LIBS = @GUCHARMAP_LIBS@
HAVE_LIBAPM = @HAVE_LIBAPM@
HAVE_XKB = @HAVE_XKB@
-HELP_DIR = @HELP_DIR@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -319,7 +318,6 @@
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
-ITSTOOL = @ITSTOOL@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBCPUFREQ_LIBS = @LIBCPUFREQ_LIBS@
@@ -398,18 +396,14 @@
UPOWER_LIBS = @UPOWER_LIBS@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
-WARN_CFLAGS = @WARN_CFLAGS@
XGETTEXT = @XGETTEXT@
XMKMF = @XMKMF@
XML2_CFLAGS = @XML2_CFLAGS@
XML2_LIBS = @XML2_LIBS@
-XMLLINT = @XMLLINT@
X_CFLAGS = @X_CFLAGS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
-YELP_LC_DIST = @YELP_LC_DIST@
-YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
@@ -495,7 +489,7 @@
-DG_LOG_DOMAIN=\"battstat_applet\" \
-DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\"
-battstat_applet_2_SOURCES = \
+mate_battstat_applet_2_SOURCES = \
-battstat_applet_SOURCES = \
+mate_battstat_applet_SOURCES = \
battstat.h \
pixmaps.h \
properties.c \
@@ -523,7 +523,7 @@
@@ -508,7 +502,7 @@
battstat-upower.c \
battstat-upower.h
-battstat_applet_2_LDADD = \
+mate_battstat_applet_2_LDADD = \
-battstat_applet_LDADD = \
+mate_battstat_applet_LDADD = \
$(MATE_APPLETS4_LIBS) \
$(MATEDESKTOP_LIBS) \
$(LIBNOTIFY_LIBS) \
$(HAL_LIBS) \
@@ -632,9 +632,9 @@
@@ -617,9 +611,9 @@
echo " rm -f" $$list; \
rm -f $$list
-battstat-applet-2$(EXEEXT): $(battstat_applet_2_OBJECTS) $(battstat_applet_2_DEPENDENCIES) $(EXTRA_battstat_applet_2_DEPENDENCIES)
- @rm -f battstat-applet-2$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(battstat_applet_2_OBJECTS) $(battstat_applet_2_LDADD) $(LIBS)
+mate-battstat-applet-2$(EXEEXT): $(mate_battstat_applet_2_OBJECTS) $(mate_battstat_applet_2_DEPENDENCIES) $(EXTRA_mate_battstat_applet_2_DEPENDENCIES)
+ @rm -f mate-battstat-applet-2$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(mate_battstat_applet_2_OBJECTS) $(mate_battstat_applet_2_LDADD) $(LIBS)
-battstat-applet$(EXEEXT): $(battstat_applet_OBJECTS) $(battstat_applet_DEPENDENCIES) $(EXTRA_battstat_applet_DEPENDENCIES)
- @rm -f battstat-applet$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(battstat_applet_OBJECTS) $(battstat_applet_LDADD) $(LIBS)
+mate-battstat-applet$(EXEEXT): $(mate_battstat_applet_OBJECTS) $(mate_battstat_applet_DEPENDENCIES) $(EXTRA_mate_battstat_applet_DEPENDENCIES)
+ @rm -f mate-battstat-applet$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(mate_battstat_applet_OBJECTS) $(mate_battstat_applet_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)

View File

@ -1,19 +1,19 @@
--- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005
+++ battstat/power-management.c Tue Aug 30 01:28:40 2005
@@ -64,9 +64,7 @@
--- battstat/power-management.c.orig 2015-01-22 10:16:53.000000000 +0100
+++ battstat/power-management.c 2015-01-22 17:29:57.507849366 +0100
@@ -67,6 +67,10 @@
static const char *apm_readinfo (BatteryStatus *status);
static int pm_initialised;
-#ifdef HAVE_HAL
-static int using_hal;
-#endif
+#ifdef HAVE_HAL
+static int using_hal;
+#endif
+static int using_hal = FALSE;
#ifdef HAVE_UPOWER
static int using_upower;
#endif
@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status)
@@ -178,16 +182,40 @@
#elif __FreeBSD__
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#if defined(__i386__)
#include <machine/apm_bios.h>
@ -52,7 +52,7 @@
static const char *
apm_readinfo (BatteryStatus *status)
{
@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status)
@@ -195,21 +223,27 @@
if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n");
@ -88,7 +88,7 @@
fd = open(APMDEVICE, O_RDONLY);
if (fd == -1) {
return ERR_OPEN_APMDEV;
@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status)
@@ -222,6 +256,9 @@
if(apminfo.ai_status == 0)
return ERR_APM_E;
@ -98,7 +98,7 @@
}
status->present = TRUE;
@@ -480,6 +511,12 @@ power_management_initialise( int no_hal
@@ -483,6 +520,12 @@
}
else
using_acpi = FALSE;
@ -111,9 +111,9 @@
#endif
pm_initialised = 1;
@@ -513,6 +550,9 @@ power_management_cleanup( void )
@@ -516,6 +559,9 @@
}
#elif defined(__FreeBSD__)
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
if (using_acpi) {
+ if (acpiwatch != 0)
+ g_source_remove(acpiwatch);

View File

@ -1,64 +0,0 @@
--- charpick/Makefile.in.orig 2014-04-12 15:38:00.000000000 +0200
+++ charpick/Makefile.in 2014-04-12 15:39:28.000000000 +0200
@@ -78,7 +78,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-libexec_PROGRAMS = charpick_applet2$(EXEEXT)
+libexec_PROGRAMS = mate-charpick_applet2$(EXEEXT)
subdir = charpick
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/depcomp
@@ -98,10 +98,11 @@
am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \
"$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
PROGRAMS = $(libexec_PROGRAMS)
-am_charpick_applet2_OBJECTS = charpick.$(OBJEXT) properties.$(OBJEXT)
-charpick_applet2_OBJECTS = $(am_charpick_applet2_OBJECTS)
+am_mate_charpick_applet2_OBJECTS = charpick.$(OBJEXT) \
+ properties.$(OBJEXT)
+mate_charpick_applet2_OBJECTS = $(am_mate_charpick_applet2_OBJECTS)
am__DEPENDENCIES_1 =
-charpick_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+mate_charpick_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -141,8 +142,8 @@
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
-SOURCES = $(charpick_applet2_SOURCES)
-DIST_SOURCES = $(charpick_applet2_SOURCES)
+SOURCES = $(mate_charpick_applet2_SOURCES)
+DIST_SOURCES = $(mate_charpick_applet2_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
ctags-recursive dvi-recursive html-recursive info-recursive \
install-data-recursive install-dvi-recursive \
@@ -488,11 +489,11 @@
$(MATE_APPLETS4_CFLAGS) \
$(GUCHARMAP_CFLAGS)
-charpick_applet2_SOURCES = charpick.c \
+mate_charpick_applet2_SOURCES = charpick.c \
charpick.h \
properties.c
-charpick_applet2_LDADD = \
+mate_charpick_applet2_LDADD = \
$(MATE_APPLETS4_LIBS) \
$(GUCHARMAP_LIBS)
@@ -596,9 +597,9 @@
echo " rm -f" $$list; \
rm -f $$list
-charpick_applet2$(EXEEXT): $(charpick_applet2_OBJECTS) $(charpick_applet2_DEPENDENCIES) $(EXTRA_charpick_applet2_DEPENDENCIES)
- @rm -f charpick_applet2$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(charpick_applet2_OBJECTS) $(charpick_applet2_LDADD) $(LIBS)
+mate-charpick_applet2$(EXEEXT): $(mate_charpick_applet2_OBJECTS) $(mate_charpick_applet2_DEPENDENCIES) $(EXTRA_mate_charpick_applet2_DEPENDENCIES)
+ @rm -f mate-charpick_applet2$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(mate_charpick_applet2_OBJECTS) $(mate_charpick_applet2_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)

Some files were not shown because too many files have changed in this diff Show More