Port details |
- obpager Lightweight pager for NetWM-compliant window managers
- 1.8 x11-wm =4 1.8Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2009-03-07 17:30:40
- Last Update: 2023-12-19 06:31:00
- Commit Hash: 6b15cca
- People watching this port, also watch:: fluxbox, openbox, pcpustat, fusefs-sshfs, chromium
- License: GPLv2+
- WWW:
- https://obpager.sourceforge.net/
- Description:
- OBPager is a lightweight pager designed to be used with NetWM-compliant
window managers like Openbox.
Unlike many other pagers out there, OBPager has very few dependencies,
requiring only Xlib and glibc++ (no Gnome or KDE necessary).
- ¦ ¦ ¦ ¦
- 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-wm/obpager/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/obpager
- pkg install obpager
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: obpager
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (obpager-1.8.tar.gz) = 160b688d757b577ae0e2c3c47f2e2504fafe35f2bfa224e344797d0953d35dc9
SIZE (obpager-1.8.tar.gz) = 23773
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:
-
- gmake>=4.3 : devel/gmake
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-wm_obpager
- USES:
- gmake 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) |
Commit | Credits | Log message |
1.8 19 Dec 2023 06:31:00 |
Alexey Dokuchaev (danfe) |
x11-wm/obpager: modernize, undeprecate, take maintainership
- Avoid C++11 narrowing issue altogether by not truncating
displayed workspace numbers so long they fit 4-char buffer
- Convert GNU sed(1) to more standard extended regex syntax
- Clean up the Makefile patch; nuke ugly `post-patch' target
- Adjust LICENSE (GPLv2 or later), unfold description text |
1.8 18 Dec 2023 17:57:45 |
Muhammad Moinur Rahman (bofh) |
x11-wm/obpager: Mark DEPRECATED
- Last upstream release was in 2004
- Set EXPIRATION_DATE 2024-01-18
- Refresh patches |
1.8 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
1.8 05 Aug 2023 18:01:10 |
Muhammad Moinur Rahman (bofh) |
x11-wm/obpager: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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.8 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.8 20 Jul 2022 14:23:42 |
Tobias C. Berner (tcberner) |
x11-wm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger
* Alejandro Pulver <alepulver@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Anton Tornqvist <antont@inbox.lv>
* Aragon Gouveia <aragon@phat.za.net>
* Babak Farrokhi <babak@farrokhi.net>
* Brett Taylor <brett@peloton.physics.montana.edu>
* Brian Handy <handy@physics.montana.edu>
* Bruce A. Mah <bmah@ca.sandia.gov> (Only the first 15 lines of the commit message are shown above ) |
1.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.8 25 Aug 2018 13:42:44 |
tobik |
x11-wm/obpager: Fix build with Clang 6
src/OBPager.cc:937:19: error: non-constant-expression cannot be narrowed from
type 'int' to 'char' in initializer list [-Wc++11-narrowing]
char text[2] = { (mDesktopNum % 9) + '1', '\0' };
^~~~~~~~~~~~~~~~~~~~~~~
src/OBPager.cc:937:19: note: insert an explicit cast to silence this issue
char text[2] = { (mDesktopNum % 9) + '1', '\0' };
^~~~~~~~~~~~~~~~~~~~~~~
static_cast<char>( )
1 error generated.
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/obpager-1.8.log
- Make sure the build respects CXXFLAGS |
1.8 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.8 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.8 14 Feb 2014 14:36:58 |
gahr |
- STAGE-clean
- Add LICENSE
- Fix compiler warnings |
1.8 21 Sep 2013 00:01:17 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
1.8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.8 22 Aug 2009 00:39:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
1.8 07 Mar 2009 17:30:16 |
gahr |
- New port: x11-wm/obpager
OBPager is a lightweight pager designed to be used
with NetWM-compliant window managers like OpenBox. |