Port details |
- obpager Lightweight pager for netwm compatible window managers
- 1.8 x11-wm
=2 1.8Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2009-03-07 17:30:40
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: nfsen, screen, coreutils, openssl
- License: GPLv2
- 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).
WWW: http://obpager.sourceforge.net/
- SVNWeb : git : Homepage
- 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
- 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:
-
- gsed : textproc/gsed
- 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:
- compiler gmake xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.8
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2019 18:36:56
1.8
|
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. |
25 Aug 2018 13:42:44
1.8
|
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 |
01 Apr 2016 14:33:58
1.8
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
10 Dec 2014 22:29:15
1.8
|
gahr  |
- Reset maintainership of my ports |
14 Feb 2014 14:36:58
1.8
|
gahr  |
- STAGE-clean
- Add LICENSE
- Fix compiler warnings |
21 Sep 2013 00:01:17
1.8
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
20 Mar 2011 12:54:45
1.8
|
miwi  |
- Get Rid MD5 support |
22 Aug 2009 00:39:37
1.8
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
07 Mar 2009 17:30:16
1.8
|
gahr  |
- New port: x11-wm/obpager
OBPager is a lightweight pager designed to be used
with NetWM-compliant window managers like OpenBox. |
Number of commits found: 10
|