Port details |
- jewel Window manager based on aewm++
- 0.12.41_4 x11-wm
=2 0.12.41_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Last upstream release was in 2004
This port expired on: 2024-01-19
- 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: 2002-05-26 11:34:33
- Last Update: 2024-01-19 15:14:17
- Commit Hash: f1ad1f7
- People watching this port, also watch:: nas, openbox
- License: GPLv2+
- WWW:
- https://mjr.towers.org.uk/xwinman.html
- Description:
- Jewel is a window manager based upon aewm++. It is meant as a
platform for more vigorous addition of new features.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: jewel
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jewel-0.12.41.tar.gz) = b931d64c7eaba12f0e54952962d95e8af853b362cb000d95f4c6414a8f0817b4
SIZE (jewel-0.12.41.tar.gz) = 122253
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
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jewel-0.12.41_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_jewel
- USES:
- compiler 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 |
0.12.41_4 19 Jan 2024 15:14:17 |
Muhammad Moinur Rahman (bofh) |
x11-wm/jewel: Remove expired port
2024-01-19 x11-wm/jewel: Last upstream release was in 2004 |
0.12.41_4 20 Dec 2023 11:14:41 |
Muhammad Moinur Rahman (bofh) |
x11-wm/jewel: Mark DEPRECATED
- Update WWW
- Last upstream release was in 2004
- Set EXPIRATION_DATE 2024-01-19
- Refresh patches |
0.12.41_4 25 Jul 2023 09:42:18 |
Muhammad Moinur Rahman (bofh) |
x11-wm/jewel: Fix build with llvm16
- Pet portclippy
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) |
0.12.41_4 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.12.41_4 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 ) |
0.12.41_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12.41_4 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. |
0.12.41_4 20 Nov 2018 17:32:19 |
amdmi3 |
- Cosmetic fixes, simplify docs handling and don't install license as
documentation |
0.12.41_4 25 Aug 2018 13:48:10 |
tobik |
x11-wm/jewel: Fix build with Clang 6
windowmanager.cc:1929:24: error: non-constant-expression cannot be narrowed from
type 'int' to 'CARD32' (aka 'unsigned long') in initializer list
[-Wc++11-narrowing]
CARD32 geometry[] = { xres, yres };
^~~~
windowmanager.cc:1929:24: note: insert an explicit cast to silence this issue
CARD32 geometry[] = { xres, yres };
^~~~
static_cast<CARD32>( )
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/jewel-0.12.41_4.log
- Make sure the build respects CXXFLAGS |
0.12.41_4 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.12.41_4 01 Sep 2015 14:14:25 |
amdmi3 |
- Add LICENSE
- Switch to options helpers
- Fix WWW: |
0.12.41_4 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
0.12.41_4 15 Apr 2014 13:47:35 |
gahr |
- Fix build
Reported by: pkg-fallout |
0.12.41_4 25 Jan 2014 19:23:50 |
antoine |
Finish stage support |
0.12.41_3 29 Sep 2013 17:01:42 |
zeising |
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
(Only the first 15 lines of the commit message are shown above ) |
0.12.41_3 26 Sep 2013 15:31:53 |
gahr |
- Fix build on CURRENT
- Convert to OPTIONSng
Reported by: pkg-fallout |
0.12.41_3 21 Sep 2013 00:01:17 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
0.12.41_3 27 Jan 2013 05:55:20 |
tabthorpe |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
0.12.41_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.12.41_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.12.41_3 10 Mar 2008 18:00:09 |
gahr |
- Remove USE_XLIB in favor of USE_XORG
Approved by: miwi (mentor) |
0.12.41_2 21 Feb 2008 21:20:01 |
gahr |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor) |
0.12.41_2 10 Dec 2007 22:19:14 |
miwi |
- Fix build with GCC 4.2
- Respect PORTDOCS
- Pass maintainership to submitter
PR: 118472
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (erwin) |
0.12.41_1 27 May 2007 02:51:55 |
kris |
BROKEN with gcc 4.2 |
0.12.41_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.12.41 24 Nov 2006 22:24:10 |
miwi |
- Respect X11BASE
PR: ports/105826
Submitted by: trasz |
0.12.41 16 Sep 2006 20:31:18 |
miwi |
- Update to 0.12.41 |
0.12.40_1 11 Feb 2006 21:03:14 |
netchild |
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1] |
0.12.40_1 07 Jan 2006 20:00:09 |
trevor |
Hash with SHA-256. |
0.12.40_1 05 Oct 2004 06:35:41 |
trevor |
Chase Web site to make fetchable.
Approved by: portmgr (5.3 freeze) |
0.12.40_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.12.40 27 Jan 2004 16:12:37 |
trevor |
Add size data. |
0.12.40 21 Nov 2003 03:44:45 |
trevor |
Avoid use of Perl. |
0.12.40 20 Nov 2003 15:06:15 |
trevor |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
0.12.40 20 Nov 2003 13:51:47 |
trevor |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
0.12.40 08 Apr 2003 20:38:59 |
trevor |
Enable compilation with GCC 3 (tested with 3.2.2).
Obtained from: aewm++ port |
0.12.40 08 Apr 2003 20:34:47 |
trevor |
Install man page. |
0.12.40 08 Apr 2003 20:29:34 |
trevor |
Update to 0.12.40.
Submitted by: arved |
0.12.31 01 Mar 2003 14:34:34 |
trevor |
Retire comment file. |
0.12.31 05 Oct 2002 21:56:55 |
kris |
BROKEN: Does not fetch |
0.12.31 05 Jul 2002 02:00:55 |
trevor |
Update to 0.12.31. Remove some cruft. |
0.12.29 26 May 2002 11:46:29 |
trevor |
Update to 0.12.29. |
0.12.26 26 May 2002 11:33:32 |
trevor |
Add new port of Jewel 0.12.26, M.J. Ray's fork of aewm++. |