Port details |
- conky-awesome Advanced, highly configurable system monitor (configured for x11-wm/awesome)
- 1.22.0 sysutils
=2 1.19.8Version of this port present on the latest quarterly branch. - Maintainer: fernape@FreeBSD.org
 - Port Added: 2008-05-25 17:21:13
- Last Update: 2024-02-28 14:38:55
- Commit Hash: 3d7fdd1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/brndnmtthws/conky
- Description:
- Conky is an advanced, highly configurable system monitor.
This port configures conky for use with the Awesome window manager
from x11-wm/awesome. Unless you're using Awesome or some other system
with a client pipe, you probably want the main version of Conky in
sysutils/conky.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- conky-awesome>0:sysutils/conky-awesome
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/conky-awesome/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/conky-awesome
- pkg install conky-awesome
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: conky-awesome
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735753416
SHA256 (brndnmtthws-conky-v1.22.0_GH0.tar.gz) = 8633b78e6c0c9e7128efc9fe54b48df75a3860928e3fb101bcf71f6fb3844959
SIZE (brndnmtthws-conky-v1.22.0_GH0.tar.gz) = 2030830
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/conky
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gperf : devel/gperf
- gsed : textproc/gsed
- py311-Jinja2>=0 : devel/py-Jinja2@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- pandoc : textproc/hs-pandoc
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- x11.pc : x11/libX11
- xdamage.pc : x11/libXdamage
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xi.pc : x11/libXi
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xdamage.pc : x11/libXdamage
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xi.pc : x11/libXi
- Library dependencies:
-
- libinotify.so : devel/libinotify
- libintl.so : devel/gettext-runtime
- liblua-5.3.so : lang/lua53
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for conky-awesome-1.22.0:
APCUPSD=off: Monitor APCUPSD
CURL=off: Data transfer support via cURL
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
IPV6=on: IPv6 protocol support
MANPAGES=on: Build and/or install manual pages
METAR=off: Display METAR weather reports
MOC=off: Control MOC (Music On Console)
MPD=off: Control MPD (Music Player Daemon)
NCURSES=off: Use ncurses to draw on terminals
RSS=off: Display RSS feeds
X11=on: X11 (graphics) support
XOAP=off: Display XOAP weather reports
===> Use 'make config' to modify these settings
- Options name:
- sysutils_conky-awesome
- USES:
- cmake compiler:c++11-lib cpe gettext-runtime iconv localbase:ldflags lua:53 pkgconfig tar:bzip2 python:build xorg
- 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) |
This is a slave port. You may also want to view the commits to the master port: sysutils/conky |
Commit | Credits | Log message |
1.19.8 28 Feb 2024 14:38:55
    |
Fernando Apesteguía (fernape)  |
sysutils/conky{-awesome}: update to 1.19.8
Take maintainership.
We can't exclude X11 option anymore in conky-awesome.
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.19.8
Accumulated changes since 1.19.7
Features
* [Docs] Improve speedgraphs' scale description
* Drop graph/linechart from web header
* Fix labeler v5
* Show cached memory as in free (Linux only) (Only the first 15 lines of the commit message are shown above ) |
1.19.6 09 Dec 2023 11:45:29
    |
Guido Falsi (madpilot)  |
sysutils/conky*: Back to pool |
1.17.0 01 Jan 2023 20:57:15
    |
Guido Falsi (madpilot)  |
sysutils/conky-awesome: Disable new master port option MOUSE_EVENTS
The MOUSE_EVENTS option depends on X11 support. |
1.16.1_2 28 Dec 2022 10:27:30
    |
Jan Beich (jbeich)  |
sysutils/conky-awesome: disable WAYLAND like X11 after cbe413ca7749
This is a headless package, used via a client pipe by x11-wm/awesome.
PR: 268597 |
1.12.2 10 Sep 2022 17:41:16
    |
Stefan Eßer (se)  Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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.12.2 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.12.2 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.12.2 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.12.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.10.4 28 Sep 2016 16:55:39
  |
madpilot  |
- Update conky and conky-awesome to 1.10.4
- Take maintainership [1]
- Options adapted to new version
- Removed LUA option since it's a mandatoory requirement now
- Use project own install target
- Fix installation of lua helper libraries
- Project moved to github
- in conky-awesome, properly use OPTIONS_EXCLUDE
PR: 212629
Submitted by: me
Approved by: ntarmos@ceid.upatras.gr (former maintainer) [1] |
1.9.0_6 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.9.0_2 30 Jan 2014 19:45:18
  |
pawel  |
- Add staging support and use option helpers [1]
- Remove leading article from COMMENT
- Convert USE_GMAKE to USES=gmake
- Convert to new LIB_DEPENDS format
- Remove tab character from WWW: line
PR: ports/185302 [1] (based on)
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: maintainer timeout |
1.9.0_2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.9.0_1 14 Feb 2013 21:00:12
  |
madpilot  |
- Convert to new options framework [1]
- Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig [1]
- Remove ABI version numbers from LIB_DEPENDS [1]
- Trim Makefile headers on sysutils/conky-awesome [1]
- Update maintainer address [2]
- Add new options [2]
- Bump PORTREVISION [2]
PR: ports/176038 [1]
Submitted by: myself
Reviewed by: bapt [1]
Approved by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) [2] |
1.7.2_3 18 Dec 2009 20:14:35
 |
pav  |
- Add RSS, LUA_CAIRO and LUA_IMLIB2 options
PR: ports/141176
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
1.7.2 17 Sep 2009 19:03:46
 |
miwi  |
- Update to 1.7.2
PR: 138215 (based on)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer
Feature safe: yes |
1.7.1.1_1 17 Jun 2009 17:56:41
 |
adamw  |
Transfer maintainership over to Nikos Ntarmos, the maintainer
of conky proper, who has agreed to take on this port as well.
Thanks, Nikos! |
1.6.1 19 Aug 2008 23:10:56
 |
adamw  |
Re-roll the -awesome patch for the conky-1.6.1 release. |
1.5.1 03 Jun 2008 22:03:31
 |
pav  |
- Update to 1.5.1
Submitted by: adamw
Approved by: maintainer (novel) |
1.4.9_1 26 May 2008 16:56:38
 |
marcus  |
Add a missing dependency on pkgconfig.
Reported by: itetcu |
1.4.9_1 25 May 2008 17:24:14
 |
marcus  |
distinfo is pulled in from the MASTERDIR. |
1.4.9_1 25 May 2008 17:20:54
 |
marcus  |
Add sysutils/conky-awesome after a repocopy from sysutils/conky.
Conky-awesome is the conky X-based system monitor ported to the awesome
window manager.
Submitted by: adamw
Conky diffs approved by: novel |