Port details |
- gnome-pomodoro Time management utility for GNOME
- 0.22.0 deskutils
=0 Version of this port present on the latest quarterly branch. - Maintainer: tagattie@FreeBSD.org
 - Port Added: 2021-02-12 10:55:22
- Last Update: 2023-01-30 11:44:01
- Commit Hash: 0a370357
- Also Listed In: gnome
- License: GPLv3
- Description:
- GNOME Pomodoro is a small application that helps managing time
according to Pomodoro Technique. It intends to improve productivity
and focus by taking short breaks. It uses GNOME technologies, and so
it has complete integration with the GNOME desktop environment.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gnome-pomodoro>0:deskutils/gnome-pomodoro
- To install the port:
- cd /usr/ports/deskutils/gnome-pomodoro/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/gnome-pomodoro
- pkg install gnome-pomodoro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnome-pomodoro
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675053360
SHA256 (gnome-pomodoro-gnome-pomodoro-0.22.0_GH0.tar.gz) = d227abfd69e3de7b7301814171fb6f4e2a2841bd7b91fab3e51cc5ae9757afcf
SIZE (gnome-pomodoro-gnome-pomodoro-0.22.0_GH0.tar.gz) = 6201339
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:
-
- appstream-util : devel/appstream-glib
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- meson>=0.57.1_1 : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- valac : lang/vala
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libcanberra.so : audio/libcanberra
- libgom-1.0.so : databases/gom
- libpeas-1.0.so : devel/libpeas
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libgirepository-1.0.so : devel/gobject-introspection
- libpango-1.0.so : x11-toolkits/pango
- libgstreamer-1.0.so : multimedia/gstreamer1
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gnome-pomodoro-0.22.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- deskutils_gnome-pomodoro
- USES:
- desktop-file-utils gettext-tools gmake gnome gstreamer libtool meson pkgconfig sqlite vala:build
- 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 |
0.22.0 30 Jan 2023 11:44:01
    |
Hiroki Tagato (tagattie)  |
deskutils/gnome-pomodoro: update to 0.22.0
Changelog: https://github.com/gnome-pomodoro/gnome-pomodoro/blob/0.22.0/NEWS |
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) |
0.21.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 ) |
0.21.1 26 Aug 2022 17:02:25
    |
Tobias C. Berner (tcberner)  |
framework: switch tree to using vala.mk
PR: 249940 |
0.21.1 18 May 2022 11:33:53
    |
Hiroki Tagato (tagattie)  |
deskutils/gnome-pomodoro: update to 0.21.1
Changelog: https://github.com/gnome-pomodoro/gnome-pomodoro/blob/0.21.1/NEWS |
0.20.0 30 Apr 2022 08:03:20
    |
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
0.20.0 19 Nov 2021 12:49:37
    |
Hiroki Tagato (tagattie)  |
deskutils/gnome-pomodoro: update to 0.20.0
Changelog: https://github.com/gnome-pomodoro/gnome-pomodoro/blob/0.20.0/NEWS |
0.18.0 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) |
0.18.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.18.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.18.0 15 Feb 2021 08:20:12
  |
tagattie  |
Add a note explaining why USE_GCC=yes is used
Reported by: gerald |
0.18.0 12 Feb 2021 10:54:45
  |
tagattie  |
Add a new port deskutils/gnome-pomodoro
GNOME Pomodoro is a small application that helps managing time
according to Pomodoro Technique. It intends to improve productivity
and focus by taking short breaks. It uses GNOME technologies, and so
it has complete integration with the GNOME desktop environment.
WWW: https://gnomepomodoro.org |