Port details |
- mozo Editor for the freedesktop.org menu specification
- 1.28.0 deskutils =3 1.28.0Version of this port present on the latest quarterly branch.
- Maintainer: gnome@FreeBSD.org
- Port Added: 2014-09-10 13:11:39
- Last Update: 2024-03-10 13:12:00
- Commit Hash: 3052f70
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: mate
- License: LGPL20+
- WWW:
- https://mate-desktop.org/
- Description:
- Mozo is a simple freedesktop.org compliant menu editor
for MATE that lets you change your menus, simply and
quickly. Just click and type to edit, add, and delete any
menu entry.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/deskutils/mozo/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/mozo
- pkg install mozo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mozo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1710073569
SHA256 (mate/mozo-1.28.0.tar.xz) = fe98984ffd6aa8c36d0594bcefdba03de39b42d41e007251680384f3cef44924
SIZE (mate/mozo-1.28.0.tar.xz) = 251512
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- intltool-extract : textproc/intltool
- py39-gobject3>=0 : devel/py-gobject3@py39
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- mate-desktop-item-edit : x11/mate-panel
- py39-gobject3>=0 : devel/py-gobject3@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- libmate-menu.so : x11/mate-menus
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- x11/mate
Configuration Options:
- ===> The following configuration options are available for mozo-1.28.0:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- deskutils_mozo
- USES:
- gettext-tools gmake gnome localbase mate pathfix pkgconfig python tar:xz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.28.0 10 Mar 2024 13:12:00 |
Eric Turgeon (ericbsd) |
deskutils/mozo: updated to 1.28.0 |
1.26.1_3 23 Feb 2024 06:51:47 |
Muhammad Moinur Rahman (bofh) |
deskutils/mozo: Moved man to share/man
Approved by: portmgr (blanket) |
1.26.1_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.26.1_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.26.1_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.26.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.26.1 20 Jul 2022 14:21:10 |
Tobias C. Berner (tcberner) |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.26.1 28 Dec 2021 18:25:56 |
Eric Turgeon (ericbsd) |
deskutils/mozo: updated to 1.26.1 |
1.26.0 20 Oct 2021 12:24:41 |
Eric Turgeon (ericbsd) |
deskutils/mozo: insists on installing *.mo files
even when NLS is off
Patch for deskutils/mozo/pkg-plist hiding *.mo files behind %%NLS%%
PR: 256570
Reported by: takefu |
1.26.0 12 Oct 2021 23:30:22 |
Eric Turgeon (ericbsd) |
deskutils/mozo: update to 1.26.0 |
1.24.1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.24.1 12 Jun 2021 01:41:08 |
Eric Turgeon (ericbsd) |
deskutils/mozo: updated to 1.24.1 |
1.24.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.24.0_1 22 Jan 2021 20:13:47 |
amdmi3 |
- Optionize NLS
- Remove unnecessary runtime dependecy on gettext
- Add missing dependency on mate-desktop-item-edit (it's called for editing menu
item properties)
- Pet portlint
Approved by: portmgr blanket |
1.24.0 12 Jun 2020 09:01:07 |
bapt |
Update to 1.24.0 |
1.22.2 21 Jan 2020 09:30:24 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket |
1.22.2 24 Dec 2019 10:01:14 |
antoine |
Fix plist
Pointy hat: ericbsd |
1.22.2 23 Dec 2019 22:00:20 |
ericbsd |
update deskutils/mozo to 1.22.2 |
1.22.1 08 Nov 2019 09:41:45 |
tobik |
deskutils: Add missing USES={gnome,mate,php} |
1.22.1 11 May 2019 20:13:18 |
antoine |
Fix plist |
1.22.1 11 May 2019 17:33:51 |
ericbsd |
update mate desktop to 1.22.1
Approved by: mentors (implicit) |
1.20.1 05 Jan 2019 14:42:42 |
antoine |
Clean up plist |
1.20.1 05 Nov 2018 13:52:40 |
ericbsd |
update deskutils/mozo to 1.20.1
Approved by: mentors (implicit) |
1.20.0 01 Oct 2018 09:36:38 |
antoine |
Cleanup plists |
1.20.0 13 Apr 2018 21:16:57 |
ericbsd |
Updating MATE ports to and patch for MATE 1.20
Reviewed by: kwm
Approved by: bapt (mentor) |
1.18.0_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.18.0 04 Jul 2017 11:44:30 |
kwm |
Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo |
1.12.0 25 Jan 2016 12:31:21 |
kwm |
Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
for prime time.
* Fix loading of a number of applets. We rename a number of applets
but didn't change the "config" files the "add applet to panel" dialog
uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]
PR: 205391 [1], 200349 [2]
Obtained from: GNOME devel repo |
1.10.1 29 Jul 2015 11:13:44 |
kwm |
Update mozo to 1.10.1. |
1.10.0 27 Jul 2015 20:19:34 |
kwm |
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. |
1.8.0 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
1.8.0 10 Sep 2014 13:11:29 |
bapt |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon
(ericturgeon@ghostbsd.org) |