notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-wm/evilwm/Makefile

Number of commits found: 32

Thursday, 11 Jan 2024
10:31 Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eliminate the use of MANPREFIX for x11*

While here move some manpages to share/man
commit hash: e762d0756bd3dd0ecf51d412559453d5031e6155 commit hash: e762d0756bd3dd0ecf51d412559453d5031e6155 commit hash: e762d0756bd3dd0ecf51d412559453d5031e6155 commit hash: e762d0756bd3dd0ecf51d412559453d5031e6155 e762d07
Tuesday, 13 Jun 2023
14:36 Fernando Apesteguía (fernape) search for other commits by this committer Author: Chris Mangin
x11-wm/evilwm: update to 1.4.2

ChangeLog: https://www.6809.org.uk/evilwm/

 * Ignore NumLock correctly when processing events

PR:		271907
Reported by:	cmangin@arobas.net (maintainer)
commit hash: 97ec26acff0abf1f501e3bb766177521a880d253 commit hash: 97ec26acff0abf1f501e3bb766177521a880d253 commit hash: 97ec26acff0abf1f501e3bb766177521a880d253 commit hash: 97ec26acff0abf1f501e3bb766177521a880d253 97ec26a
Thursday, 8 Jun 2023
10:51 Robert Clausecker (fuz) search for other commits by this committer Author: Chris
x11-wm/evilwm: update to 1.4.1

 - define LICENSE
 - switch to DISTVERSION
 - set INSTALL_TARGET=install-strip
 - submitter becomes maintainer

Upstream Changes:

Version 1.4.1, Wed Nov  2 2022

  * Add "raise" function to complement "lower" [Juan Pedro Vallejo]
  * Allow '=' in option arguments, needed for -bind [Burkhard Kleemeier]

Version 1.4.0, Tue Sep 27 2022

  * Send more accurate response to _NET_REQUEST_FRAME_EXTENTS.
  * Support arbitrary key binds and semi-arbitrary button binds.
  * Reread config and remanage all windows on SIGHUP.

Version 1.3.1, Fri Jul 30 2021

  * Documentation updates & fixes only.

Version 1.3.0, Fri Jul 16 2021

  * Add EWMH 1.5 _NET_WM_STATE_FOCUSED support.
  * Add basic multi-monitor support when Randr >= 1.5 available.
  * Remove border when window is maximised (useful for multi-monitor).
  * Set _NET_FRAME_EXTENTS whenever relevant.
  * Add new -wholescreen option to reinstate old behaviour of treating screen
    as one large display.
  * Remove -DVWM build option.  User can run with "-numvdesks 1" if necessary.

Version 1.2.1, Mon Jul  5 2021

  * Fix QWERTZ_KEYMAP build option [Sime Ramov]

Version 1.2.0, Mon Jul  5 2021

  * Code reorder.  Better code separation and many more/better comments.
  * Don't focus mapped window if pointer not on same screen [by Ben Stern]
  * Added QWERTZ_KEYMAP build option [by Thomas Egerer]
  * Remove option to exclude help and error messages.
  * Set focus to root window when closing current [adapted from Arch patch]
  * Add tiny configure script to help with Debian multiarch cross-builds.
  * Generate some documentation from HTML source.

PR:		271619
Approved by:	lasg@lasg.dk (maintainer)
commit hash: 6aac9f0fbc6809e99d94f3188dce698f412491b1 commit hash: 6aac9f0fbc6809e99d94f3188dce698f412491b1 commit hash: 6aac9f0fbc6809e99d94f3188dce698f412491b1 commit hash: 6aac9f0fbc6809e99d94f3188dce698f412491b1 6aac9f0
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dima Sivachenko <dima@chg.ru>
  *  Dominik Rothert <dr@domix.de>
  *  Douglas Carmichael <dcarmich@mcs.com>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Florent Thoumie <flz@xbsd.org>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gergely Nagy <8@free.bsd.hu>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  J Han <hjh@photino.com>
  *  Jakub Lach <jakub_lach@mailplus.pl>
  *  James Earl <jdearl@telus.net>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeroen Schot <schot@a-eskwadraat.nl>
  *  Jim Mock <jim@FreeBSD.org>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthieu Guegan <matt.guegan@free.fr>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Ebert <ebert@informatik.unibw-muenchen.de>
  *  Michael Johnson <ahze@ahze.net>
  *  Neil Blakey-Milner
  *  Nikos Ntarmos <ntarmos@ceid.upatras.gr>
  *  Olivier Duchateau
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Robert Noland <rnoland@FreeBSD.org>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Rudolf Polzer <freebsd-dr@durchnull.de>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stefan Zehl <sec@42.org>
  *  Tommy Scheunemann <net@arrishq.org>
  *  V. Jahns <vj562001@yahoo.de>
  *  Will Andrews <andrews@technologist.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  alepulver
  *  anders@hack.org
  *  asami
  *  chinsan
  *  gahr
  *  gpalmer
  *  hrkfrd@gmail.com
  *  jfitz@FreeBSD.org
  *  lab@fnurt.net
  *  peter
  *  spn
  *  torstenb
  *  trevor
  *  vanilla

With hat:	portmgr
commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 commit hash: f65f20b278cf11869d6dae597786f33c1bef0cb9 f65f20b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
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.
Original commitRevision:517000 
Tuesday, 15 Nov 2016
10:12 danfe search for other commits by this committer
- Update to version 1.1.1
- Employ USES+=localbase:ldflags instead of manually setting CFLAGS
  and LDFLAGS
- Propagate our standard `prefix' and `mandir' to inner Makefile and
  thus get rid of hand-rolled `do-install' target
- Install `doc/standards.html' and convert to options helper target
- Simplify PLIST_FILES and sanitize port description text while here

TIMESTAMP (evilwm-1.1.1.tar.gz) = 1436791316
Original commitRevision:426157 
Tuesday, 1 Apr 2014
19:41 antoine search for other commits by this committer
- Stage support
- Do not remove a directory belonging to BSD.local.dist mtree on uninstall

Reported by:	poudriere
With hat:	portmgr
Original commitRevision:349882 
Saturday, 15 Mar 2014
16:32 miwi search for other commits by this committer
- Convert USE_GMAKE/BZIP2 to USES
Original commitRevision:348347 
Saturday, 21 Sep 2013
00:01 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
Original commitRevision:327786 
Sunday, 27 Jan 2013
05:55 tabthorpe search for other commits by this committer
- Strip header at request of original creator

Submitted by:	trevor
With hat:	portmgr
Original commitRevision:311049 
Monday, 19 Sep 2011
21:18 rakuco search for other commits by this committer
- Update to 1.1.0.
- Depend on xrandr.
- Depend on gmake so that EVILWM_CPPFLAGS and EVILWM_LDLIBS are handled
  properly (so that we do not need to pass all defined manually).
- Install .desktop file.

Approved by:    avilla (mentor), maintainer timeout (15 days)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Monday, 24 Mar 2008
13:03 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 23 Aug 2007
14:48 miwi search for other commits by this committer
- Update to 1.0.0

PR:             115713
Submitted by:   robert blacquiere <robert@blacquiere.nl>
Approved by:    maintainer
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 12 Jun 2006
14:33 hq search for other commits by this committer
Adopt port

PR:             98856
Submitted by:   Lars Sommer <lasg@lasg.dk>
Original commit
Friday, 28 Apr 2006
21:13 pav search for other commits by this committer
- Update to 0.99.25

PR:             ports/96479
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Tuesday, 28 Mar 2006
17:33 ehaupt search for other commits by this committer
- Update to 0.99.24
- Cleanup

PR:             95042
Submitted by:   Robert <robert@blacquiere.nl>
Original commit
Saturday, 11 Feb 2006
21:03 netchild search for other commits by this committer
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]
Original commit
Friday, 24 Oct 2003
05:17 trevor search for other commits by this committer
Update to 0.99.17.  Respect CC.  Enable support for vdesk (which
see) along with the internal pager because the author no longer
warns against doing so.
Original commit
Wednesday, 21 May 2003
23:45 trevor search for other commits by this committer
I haven't reviewed the sources for the new versions.
Original commit
Thursday, 1 May 2003
22:25 sumikawa search for other commits by this committer
Upgrade to 0.99.14.

PR:             ports/47328
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Saturday, 1 Mar 2003
14:34 trevor search for other commits by this committer
Retire comment file.
Original commit
Tuesday, 14 May 2002
00:08 trevor search for other commits by this committer
Update to 0.9.44.1.

PR:             35418
Submitted by:   KATO Tsuguru
Original commit
Tuesday, 29 Jan 2002
12:14 knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Original commit
Tuesday, 28 Aug 2001
03:24 trevor search for other commits by this committer
Update to 0.3.11.    
Original commit
Monday, 25 Dec 2000
03:02 trevor search for other commits by this committer
Use MASTER_SITE_SOURCEFORGE now that I've changed it in bsd.sites.mk.   Remove
the comment about the site not being in there.   Use less whitespace.    
Original commit
02:40 trevor search for other commits by this committer
Install man page regardless of whether NOPORTDOCS is defined.   Use make
.for-.endfor loops instead of sh for-done loops.    
Original commit
Monday, 6 Nov 2000
15:30 trevor search for other commits by this committer
by Kato Tsuguru:   - don't use gmake   - use INSTALL_PROGRAM macro   - don't
compress man page    
Original commit
Sunday, 5 Nov 2000
04:09 trevor search for other commits by this committer
Add new port of evilwm 0.2.7, a minimalist window manager based on   9wm (not
quite in time for Hallowe'en, I know).    
Original commit

Number of commits found: 32