Port details |
- alacarte Menu editor using the freedesktop.org menu specification
- 3.56.0 x11
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2025-06-10 11:41:15
- Last Update: 2025-06-19 20:28:47
- Commit Hash: 4f0eba1
- Also Listed In: gnome
- License: LGPL20
- WWW:
- https://gitlab.gnome.org/GNOME/alacarte
- Description:
- Alacarte is a menu editor for desktops environment using the
freedesktop.org menu specification.
¦ ¦ ¦ ¦ 
- 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/x11/alacarte/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/alacarte
- pkg install alacarte
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: alacarte
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1745748379
SHA256 (gnome/alacarte-3.56.0.tar.xz) = 28e974ac44f4e55bb563b4ca7e93fdb319b744d837e4f02e5238adb71a661321
SIZE (gnome/alacarte-3.56.0.tar.xz) = 261904
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:
-
- docbook-xsl>0 : textproc/docbook-xsl
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- gmake>=4.4.1 : devel/gmake
- gnome-menus>=3.2.0 : x11/gnome-menus
- xsltproc : textproc/libxslt
- py311-pygobject>=0 : devel/py-pygobject@py311
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- gnome-menus>=3.2.0 : x11/gnome-menus
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libxml2.so : textproc/libxml2
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Run
-
- x11/gnome-flashback
Configuration Options:
- No options to configure
- Options name:
- x11_alacarte
- USES:
- gettext gmake gnome pkgconfig python tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.56.0 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
3.56.0 10 Jun 2025 11:36:39
    |
Baptiste Daroussin (bapt)  Author: Olivier Duchateau |
x11/alacarte: new port
Alacarte is a menu editor for desktops environment using the
freedesktop.org menu specification.
PR: 286697 |
Number of commits found: 2
|