non port: x11-wm/Makefile |
SVNWeb
|
Number of commits found: 324 (showing only 100 on this page) |
Thu, 4 May 2023
|
[ 06:13 Jan Beich (jbeich) ] 9bca641
x11-wm/cage-devel: add new port
Supports wayvnc, uses wlroots 0.16 and wlr_scene API.
|
Wed, 3 May 2023
|
[ 17:34 Jan Beich (jbeich) ] 5e92280
x11-wm/hyprland-devel: remove until enough upstream changes accumulate
|
Sat, 22 Apr 2023
|
[ 14:40 Jan Beich (jbeich) ] df68722
x11-wm/hyprland-devel: restore port
This reverts commit d16353f0cc66fcb3cd7f9c594ef252687d109b3a.
|
[ 14:40 Jan Beich (jbeich) ] 6f63bb8
x11-wm/sway-devel: restore port
This reverts commit 517f98aaf3e3cadc36f13500d1dae686c9d58e59.
|
Fri, 7 Apr 2023
|
[ 07:29 Alexey Dokuchaev (danfe) ] 3134a82
x11-wm/xdgmenumaker: XDG menu generator for various WMs (new port).
|
Thu, 30 Mar 2023
|
[ 23:59 Muhammad Moinur Rahman (bofh) ] a97fdd8
x11-wm/i3-gaps: Remove expired port:
2023-03-31 x11-wm/i3-gaps: Upstream merged with i3, please switch to x11-wm/i3
|
Sat, 11 Mar 2023
|
[ 12:46 Felix Palmen (zirias) Author: Joel Bodenmann ] 7c8486a
x11-wm/bspwm-devel: Add new port
This is the development version of the existing x11-wm/bspwm port.
PR: 270086
Approved by: tcberner (mentor)
|
[ 05:05 Jan Beich (jbeich) ] 6feac27
x11-wm/swayfx: add new port
Sway is an incredible window manager, and certainly one of the most
well established wayland window managers. However, it is restricted to
only include the functionality that existed in i3. This fork ditches
the simple wlr_renderer, and replaces it with our fx_renderer, capable
of rendering with fancy GLES2 effects. This, along with a couple of
minor changes, expands sway's featureset to include the following:
+ Anti-aliased rounded corners, borders, and titlebars
+ Shadows
+ Dim unfocused windows
+ Per application saturation control: Allows the user to set the
saturation (Digital Vibrance) for specific applications. Great for
some FPS games!
+ Scratchpad treated as minimize: Allows docks, or panels with a
taskbar, to correctly interpret minimize / unminimize requests
https://github.com/WillPower3309/swayfx/
|
Sat, 26 Nov 2022
|
[ 23:13 Jan Beich (jbeich) ] 517f98a
x11-wm/sway-devel: remove until enough upstream changes accumulate
|
Wed, 16 Nov 2022
|
[ 19:31 Jan Beich (jbeich) ] d16353f (Only the first 10 of 12 ports in this commit are shown above. )
x11-wm/hyprland-devel: drop -devel to track stable after 7b0aa0c16cf4
Staying on snapshots would likely require reverting wlroots 0.17 API
changes in hyprland, reverting 260e0a7866d6 and reviving wlroots-devel
or bundling wlroots.
|
Mon, 7 Nov 2022
|
[ 17:58 Jan Beich (jbeich) ] cfe9880
x11-wm/hyprland-devel: add new port
Hyprland is a dynamic tiling Wayland compositor based on wlroots that
doesn't sacrifice on its looks.
It supports multiple layouts, fancy effects, has a very flexible IPC
model allowing for a lot of customization, and more.
https://hyprland.org/
|
Mon, 15 Aug 2022
|
[ 21:28 Neel Chauhan (nc) Author: Pyrus ] 618b676
x11-wm/ittywm: New port
PR: 265813
|
Wed, 27 Jul 2022
|
[ 11:43 Rene Ladan (rene) ] 5434cdc (Only the first 10 of 22 ports in this commit are shown above. )
cleanup: Remove expired ports:
x11-wm/lxmed: Removed, depends on expired sysutils/gksu
2022-07-24 sysutils/gksu: Abandonware, depending on gconf2
2022-07-24 sysutils/libgksu: Abandonware, depending on gconf2
|
Fri, 24 Jun 2022
|
[ 22:40 Jan Beich (jbeich) ] 69cc2cb (Only the first 10 of 13 ports in this commit are shown above. )
x11-wm/sway-devel: add new port
Mainly useful for testing bleeding edge wlroots co-installed under
non-default PREFIX due to many API-breaking changes.
|
Wed, 15 Jun 2022
|
[ 09:40 Juraj Lutter (otis) Author: Milan Obuch ] d238d5a
x11-wm/devilspie2: Add new port
Add a new port, devilspie2, based on original devilspie, replacing its
configuration file syntax with Lua based one, easier to maintain.
devilspie2 port is based on original x11-wm/devilspie port, tuned to changed
sources in the process.
PR: 264378
|
Wed, 8 Jun 2022
|
[ 20:18 Baptiste Daroussin (bapt) ] d631449 (Only the first 10 of 11 ports in this commit are shown above. )
compiz: disable gconf support
Approved by: maintainer (private email)
|
Mon, 14 Feb 2022
|
[ 14:27 Jan Beich (jbeich) ] 01ef0a9
x11-wm/cagebreak: add new port
This is Cagebreak, a Wayland tiling compositor. The goal of this
project is to provide a successor to ratpoison for Wayland users.
However, this is no reimplementation of ratpoison. Should you like to
know if a feature will be implemented, open an issue or get in touch
with the development team.
https://github.com/project-repo/cagebreak
|
Thu, 30 Dec 2021
|
[ 20:58 Jan Beich (jbeich) ] 209955a
x11-wm/dwl: add new port
dwl is a compact, hackable compositor for Wayland based on wlroots. It is
intended to fill the same space in the Wayland world that dwm does in X11,
primarily in terms of philosophy, and secondarily in terms of
functionality. Like dwm, dwl is:
- Easy to understand, hack on, and extend with patches
- One C source file (or a very small number) configurable via config.h
- Limited to 2000 SLOC to promote hackability
- Tied to as few external dependencies as possible
dwl is not meant to provide every feature under the sun. Instead, like dwm,
it sticks to features which are necessary, simple, and straightforward to
implement given the base on which it is built. Implemented default features: (Only the first 15 lines of the commit message are shown above )
|
Thu, 4 Nov 2021
|
[ 23:16 Jan Beich (jbeich) ] 092bf94
x11-wm/kwinft: add new port
KWinFT (KWin Fast Track) is a robust, fast and versatile yet easy to
use composited window manager for the Wayland and X11 windowing
systems on Linux.
The KWinFT project is a reboot of KDE's KWin and intended to be used
as part of a KDE Plasma Desktop.
https://gitlab.com/kwinft/kwinft
|
Sat, 21 Aug 2021
|
[ 20:21 Rene Ladan (rene) ] bc7ca40 (Only the first 10 of 24 ports in this commit are shown above. )
cleanup: Remove expired ports:
2021-08-19 sysutils/graid5: Module contains subtile errors and is obsolete by
ZFS raidz. Consider migrating to ZFS.
2021-08-19 x11-wm/gcompmgr: Abandonware since 2005, using discontinued libraries
2021-08-19 irc/lostirc: Abandonware since 2005, dependens on discontinued
libraries
|
Mon, 9 Aug 2021
|
[ 14:56 Nuno Teixeira (eduardo) Author: Chris Moerz ] 02f8e15 (Only the first 10 of 35 ports in this commit are shown above. )
x11-wm/nscde: New port: modern and functional CDE
* Submitter becomes maintainer
sCDE is a retro but powerful UNIX desktop environment which resembles
CDE look (and partially feel) but with a more powerful and flexible
framework beneath-the-surface, more suited for 21st century unix-like
and Linux systems and user requirements than original CDE.
See also https://github.com/NsCDE/NsCDE
PR: 255929
Differential Revision: https://reviews.freebsd.org/D30591
|
Wed, 4 Aug 2021
|
[ 23:26 Joseph Mingrone (jrm) ] 6a5e772
x11-wm/sdorfehs: Tiling window manager descended from ratpoison
https://github.com/jcs/sdorfehs
|
Mon, 17 May 2021
|
[ 04:43 Alexandre C. Guimarães (rigoletto) ] f9ebfe2
x11-wm/leftwm: New port.
- LeftWM is a tiling window manager written in Rust that aims to be
stable and performant.
|
Mon, 10 May 2021
|
[ 03:51 Cy Schubert (cy) Author: Felix Palmen ] d9ddaab
New port: x11-wm/fvwm3: New FVWM window manager
FVWM is an old window manager based on twm. After a long pause FVWM
development appears to have been restarted. This new FVWM no longer
supports M4 however it does support GO. Unfortunately fetching
go:modules doesn't work and is disabled at the moment. The maintainer
intends to work on this and upstream it when it's finally working.
Submitted by: Felix Palmen <felix@palmen-it.de>
Reviewed by: cy
Differential Revision: https://reviews.freebsd.org/D30159
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 4 Mar 2021
|
[ 00:08 jbeich ]
x11-wm/labwc: add new port
Labwc is a WIP free, wlroots-based stacking compositor for Wayland.
It has the following aims:
- Be light-weight, small and fast
- Have the look and feel of openbox albeit with a smaller feature set
- Where practicable, use clients to show wall-paper, take screenshots,
and so on
- Stay in keeping with wlroots and sway in terms of approach and
coding style
It is in early development, so expect bugs and missing features.
https://github.com/johanmalm/labwc
|
Fri, 27 Nov 2020
|
[ 17:42 jbeich ]
x11-wm/durden: add new port
Durden is a desktop environment for the Arcan Display Server. It
serves both as a reference showcase on how to take advantage of some
of the features in Arcan, and as a very competent entry to the
advanced-user side of the desktop environment spectrum. The basic
premise is to absorb most, if not all, features from current desktop
environments in a modular and configurable way - then let user
selected profiles actually cherry- pick the configuration, visuals and
tunning that reflects the desktop the user wants or is familiar
with. Internally, it is based around a file-system like structure
("the menu") and everything else is references to paths within this
structure.
http://durden.arcan-fe.com/
|
Mon, 16 Nov 2020
|
[ 03:52 jbeich ]
x11-wm/gamescope: add new port
In an embedded session usecase, gamescope does the same thing as
steamcompmgr, but with less extra copies and latency:
- It's getting game frames through Wayland by way of Xwayland, so
there's no copy within X itself before it gets the frame.
- It can use DRM/KMS to directly flip game frames to the screen, even
when stretching or when notifications are up, removing another copy.
- When it does need to composite with the GPU, it does so with async
Vulkan compute, meaning you get to see your frame quick even if the
game already has the GPU busy with the next frame.
It also runs on top of a regular desktop, the 'nested' usecase
steamcompmgr didn't support.
- Because the game is running in its own personal Xwayland sandbox
desktop, it can't interfere with your desktop and your desktop can't
interfere with it.
- You can spoof a virtual screen with a desired resolution and refresh
rate as the only thing the game sees, and control/resize the output
as needed. This can be useful in exotic display configurations like
ultrawide or multi-monitor setups that involve rotation.
https://github.com/Plagman/gamescope
|
Mon, 9 Nov 2020
|
[ 23:47 jbeich ]
x11-wm/river: add new port
river is a dynamic tiling wayland compositor that takes inspiration
from dwm and bspwm.
https://github.com/ifreund/river
|
Tue, 13 Oct 2020
|
[ 09:27 danfe ]
YeahWM is a minimalist window manager for X11 based on evilwm and aewm.
WWW: http://phrat.de/
|
Sat, 19 Sep 2020
|
[ 13:01 rene ] (Only the first 10 of 199 ports in this commit are shown above. )
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above )
|
Wed, 9 Sep 2020
|
[ 09:43 arrowd ]
Remove ports for Enlightenment modules that are bundled with E itself:
x11-wm/e-module-alarm
x11-wm/e-module-cpu
x11-wm/e-module-deskshow
x11-wm/e-module-everything-places
x11-wm/e-module-mem
x11-wm/e-module-rmb
x11-wm/e-module-wlan
x11-wm/e-modules
PR: 245594
Submitted by: Peter TKATCHENKO <peter@flytrace.com>
Approved by: enlightenment (maintainer timeout)
|
Thu, 27 Aug 2020
|
[ 11:25 rene ] (Only the first 10 of 44 ports in this commit are shown above. )
Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months
2020-08-26 biology/pbcopper: Broken for more than 6 months
2020-08-26 devel/ace: Broken for more than 6 months
2020-08-26 devel/bin86: Broken for more than 6 months
2020-08-26 devel/erlang-oserl: Broken for more than 6 months
2020-08-20 emulators/qemu40: Please consider using qemu or qemu41
2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months
2020-08-26 games/linux-defcon: Broken for more than 6 months
2020-08-26 games/linux-uplink-demo: Broken for more than 6 months
2020-08-26 games/xevil: Broken for more than 6 months
2020-08-26 games/xminesweep: Broken for more than 6 months
2020-08-26 graphics/backfract: Broken for more than 6 months
2020-08-26 japanese/kanjipad: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above )
|
Tue, 4 Aug 2020
|
[ 21:38 jbeich ]
x11-wm/wayfire-plugins-extra: connect to "bulk -a" build
|
Sat, 18 Jul 2020
|
[ 03:20 jbeich ]
x11-wm/phoc: add new port
wlroots-based Phone compositor as used on the Librem5.
https://source.puri.sm/Librem5/phoc
|
Fri, 3 Jul 2020
|
[ 08:31 danfe ]
Add a port of berry, healthy, byte-sized Xlib-based window manager.
PR: 245509
Submitted by: Lewis Cook
|
Mon, 15 Jun 2020
|
[ 19:23 zeising ]
Restore x11-wm/compiz-plugins-unsupported
Restore x11-wm/compiz-plugins-supported
Pass maintainership to submitter
Update MASTER_SITES to make it fetchable again
PR: 247040
Submitted by: Chris Hutchinson (new maintainer)
|
Tue, 26 May 2020
|
[ 21:04 arrowd ] (Only the first 10 of 28 ports in this commit are shown above. )
Remove last remaining ports of Haskell libraries.
|
Thu, 7 May 2020
|
[ 20:02 rene ]
Remove expired port:
2020-05-05 x11-wm/compiz-plugins-unsupported: Broken for more than 6 months
|
Tue, 5 May 2020
|
[ 15:38 rene ] (Only the first 10 of 492 ports in this commit are shown above. )
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Mar 2020
|
[ 02:38 rene ]
Remove expired ports:
2020-03-16 x11/rxvt: Abandonware: stable release 2.6.4 / November 1, 2001 and no
maintainer
x11-wm/clementine-wm: Unmaintained and depends on expired x11/rxvt
|
Sat, 7 Mar 2020
|
[ 12:35 rene ] (Only the first 10 of 15 ports in this commit are shown above. )
Remove expired ports:
2020-02-29 lang/gcc6: Unsupported by upstream. Use GCC 9 or newer instead.
2020-02-28 www/pycarddav: Deprecated by upstream, please migrate to
deskutils/py-khard
2020-03-02 x11/xpra: Old, uses EOLed python27
2020-03-02 x11-wm/ccsm: Old, uses EOLed python27
2020-03-02 x11-toolkits/py-gtkglext: Old, uses EOLed python27
2020-03-02 deskutils/syncthing-gtk: Old, uses EOLed python27
2020-03-02 x11-wm/compiz-fusion: Old, uses EOLed python27
2020-03-02 x11/run_scaled: Old, uses EOLed python27
|
Sat, 22 Feb 2020
|
[ 19:08 rene ] (Only the first 10 of 125 ports in this commit are shown above. )
Remove expired ports, all Python-2.7-only:
2020-02-17 audio/decibel-audio-player: Old, uses EOLed python27
2020-02-17 audio/soundconverter: Old, uses EOLed python27
2020-02-19 cad/linuxcnc-devel: Broken, uses EOLed python27
2020-02-19 databases/monetdb: Broken, uses EOLed python27
2020-02-19 databases/py-cql: Broken, uses EOLed python27
2020-02-18 databases/zodb3: Old, uses EOLed python27
2020-02-17 deskutils/gourmet: Old, uses EOLed python27
2020-02-18 devel/py-Products.PlacelessTranslationService: Old, uses EOLed
python27
2020-02-18 devel/py-Products.ZopeVersionControl: Old, uses EOLed python27
2020-02-18 devel/py-Products.statusmessages: Old, uses EOLed python27
2020-02-18 devel/py-collective.z3cform.datetimewidget: Old, uses EOLed python27
2020-02-20 devel/py-five.formlib: Old, uses EOLed python27
2020-02-18 devel/py-five.localsitemanager: Old, uses EOLed python27 (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Jan 2020
|
[ 01:48 danfe ]
Kickshaw is a menu editor for the Openbox window manager (but not only).
WWW: http://savannah.nongnu.org/projects/obladi
|
Mon, 27 Jan 2020
|
[ 17:18 rene ] (Only the first 10 of 68 ports in this commit are shown above. )
Remove expired ports (part 2):
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above )
|
Tue, 19 Nov 2019
|
[ 00:34 jbeich ]
x11-wm/picom: update to 7.5
Changes: https://github.com/yshui/picom/releases/tag/v7.5
Reported by: GitHub (watch releases)
|
Sun, 10 Nov 2019
|
[ 15:37 jbeich ]
x11-wm/chamfer: add new port
Chamferwm is a dynamic tiling window manager with a built-in Vulkan
based compositor. Besides aiming to be a fully featured and highly
configurable window manager, significant effort is put to provide a
complete control over the appearance of the desktop. With its shader
based customization system, Chamferwm enables rendering of arbitrary
window decorations, borders and effects, maximizing the potential for
visual personalization.
Window manager:
- Dynamic horizontal and vertical tiling with gaps and stacking
- Specify container size restrictions, overlap when necessary
- Resize and translate individual containers in their place while
keeping the surrounding layout (Only the first 15 lines of the commit message are shown above )
|
Wed, 30 Oct 2019
|
[ 13:29 jbeich ]
x11-wm/compton-yshui: add new port
Actively maintained fork of Compton (X11 compositor). Will be renamed
to Picom during the next update.
PR: 241216
Tested by: jsm, q5sys
Reviewed by: danfe (previous version)
|
Thu, 17 Oct 2019
|
[ 08:48 tcberner ]
x11/plank: Moved from x11-wm/plank, updated to 0.11.89
* Various adjustments/fixes and preparations for 0.12.0
* Port moved as incorrectly labeled under windows manager
but is an independent dock application.
* Give maintainership to Daniel Shafer <daniel@shafer.cc>
PR: 241302
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D22029
|
Wed, 16 Oct 2019
|
[ 15:29 rene ] (Only the first 10 of 369 ports in this commit are shown above. )
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Oct 2019
|
[ 10:55 rene ]
Remove expired port:
2019-10-05 x11-wm/fvwm: Unfetchable, unmaintained, unsupported upstream
|
Thu, 5 Sep 2019
|
[ 11:40 rene ] (Only the first 10 of 55 ports in this commit are shown above. )
Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months
2019-09-04 devel/dfmt: Broken for more than 6 months
2019-09-04 devel/ignition-transport: Broken for more than 6 months
2019-09-04 devel/spin: Broken for more than 6 months
2019-09-04 editors/dexed: Depends on expiring devel/dfmt
2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx
2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree
2019-09-04 games/asc: Broken for more than 6 months
2019-09-04 games/slade: Broken for more than 6 months
2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months
2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree
2019-09-04 irc/irssi-otr: Broken for more than 6 months
2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months
2019-09-04 mail/qmail-ldap: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above )
|
Sun, 28 Jul 2019
|
[ 00:48 jbeich ] (Only the first 10 of 18 ports in this commit are shown above. )
x11-wm/wayfire: add new port
Wayfire is a wayland compositor based on wlroots. It aims to create a
customizable, extendable and lightweight environment without
sacrificing its appearance.
https://wayfire.org/
|
Mon, 20 May 2019
|
[ 13:39 0mp ]
New port: x11-wm/hikari: Stacking window manager with tiling capabilities
Hikari is a stacking window manager with additional tiling capabilities,
it is heavily inspired by the Calm Window manager (cwm(1)). Its core
concepts are windows, groups, sheets and the workspace.
WWW: https://hub.darcs.net/raichoo/hikari
PR: 237970
Submitted by: Alexander Sieg <alex@xanderio.de>
Differential Revision: https://reviews.freebsd.org/D20306
|
Fri, 26 Apr 2019
|
[ 17:36 jbeich ]
x11-wm/cage: add new port
|
Sat, 16 Mar 2019
|
[ 21:55 tcberner ] (Only the first 10 of 315 ports in this commit are shown above. )
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Mar 2019
|
[ 21:49 rene ] (Only the first 10 of 29 ports in this commit are shown above. )
Remove expired ports:
2019-03-05 devel/elixir-lager_logger: Broken for more than 6 months
2019-03-05 devel/gpsim: Broken for more than 6 months
2019-03-05 devel/hgview: Broken for more than 6 months
2019-03-05 games/mudmagic: Broken for more than 6 months
2019-03-05 math/mumps-mpich: Broken for more than 6 months
2019-03-05 math/sdpara: Broken for more than 6 months
2019-03-05 net/tn5250j: Broken for more than 6 months
2019-03-05 net-im/pidgin-skype: Broken for more than 6 months
2019-03-05 net-im/skype: Broken for more than 6 months
2019-03-05 net-im/skype-devel: Broken for more than 6 months
2019-03-05 science/dft_tools: Broken for more than 6 months
2019-03-05 science/triqs: Broken for more than 6 months
2019-03-05 security/hamachi: Broken for more than 6 months
2019-03-05 textproc/elixir-ex_doc: Broken for more than 6 months
2019-03-05 x11/altyo: Broken for more than 6 months
2019-03-05 x11/pantheon-terminal: Broken for more than 6 months
2019-03-05 x11-wm/e-module-everything-websearch: Broken for more than 6 months
|
Mon, 4 Mar 2019
|
[ 12:45 danfe ]
- Resuccrect `x11-wm/musca' and provide new distfile home
- Reword COMMENT and port description, update WWW: line
- Adopt several patches from Gentoo Linux, including the
Makefile (now requires USES+=pkgconfig)
- Define LICENSE (GPLv3), unmute the installation command
References:
https://bugs.archlinux.org/task/25232
https://bugs.launchpad.net/musca/+bug/816890
https://bugs.launchpad.net/musca/+bug/1236500
|
Thu, 7 Feb 2019
|
[ 09:21 tobik ]
New port: x11-wm/aphelia
A light, single-file, minimalist window manager for X11.
This window manager is single-file and a super small binary with low
resource consumption. Personally, I find it's useful for focused work
where you aren't moving around too much and don't need multiple
workspaces (it doesn't support them, obviously).
WWW: https://github.com/vardy/aphelia
PR: 233365
Submitted by: Hyun Hwang <hyun@caffeinated.codes>
|
Tue, 29 Jan 2019
|
[ 15:12 jsm ]
New port x11-wm/lxqt LXQt DE meta-port
LXQt is an advanced, easy-to-use, and fast desktop environment based on
Qt technologies. It has been tailored for users who value simplicity,
speed, and an intuitive interface. Unlike most desktop environments,
LXQt also works fine with less powerful machines.
PR: 229318
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19003
|
Thu, 24 Jan 2019
|
[ 19:37 jsm ]
New port x11-wm/lxqt-session
LXQt session handling and configuration.
Contains the startlxqt script and lxqt-leave
binary to respectively start and stop a LXQt DE session.
PR: 229291
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D17974
|
Sun, 6 Jan 2019
|
[ 13:28 jbeich ] (Only the first 10 of 19 ports in this commit are shown above. )
x11-wm/sway: add new port
Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.
https://swaywm.org/
|
Mon, 5 Nov 2018
|
[ 18:49 crees ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to 2.3.0
Move to more correct x11 category
Unbreak
Incorporate changes and improvements made by Mikael Urankar
PR: ports/221102
Submitted by: mikael.urankar@gmail.com
Various other cleanups; correct pkg-message and add ksh dependency
PR: ports/220572
Submitted by: pfg
|
Wed, 17 Oct 2018
|
[ 09:09 danfe ]
Resurrect `x11-wm/skippy-xd', a full-screen Expose-style standalone task
switcher for X11. It is now being hosted on GitHub as a fork from the
original 0.5.0 release (2004), initially maintained by Nick Watts (2011)
and now by Richard Grenville (2013). Assume maintainership.
|
Mon, 15 Oct 2018
|
[ 14:55 jsm ]
New port x11-wm/obconf-qt
PR: 229306
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D17261
|
Fri, 21 Sep 2018
|
[ 08:37 rene ]
Remove expired port:
2018-09-20 x11-wm/swm: upstream no longer maintained, the screen turns black
after starting swm
|
Thu, 30 Aug 2018
|
[ 18:52 yuri ]
New port: x11-wm/i3-gaps: Fork of i3 tiling window manager with more features,
including gaps
PR: 230265
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
Fri, 3 Aug 2018
|
[ 13:19 jsm ]
New port x11-wm/lxqt-panel
PR: 229297
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16542
|
Mon, 30 Jul 2018
|
[ 20:21 madpilot ]
With the modular Xfce Panel, a multitude of panel layouts can be
created. This tool makes it possible to backup, restore, import,
and export these panel layouts.
WWW: https://git.xfce.org/apps/xfce4-panel-profiles/about/
|
Fri, 27 Apr 2018
|
[ 20:29 tcberner ] (Only the first 10 of 244 ports in this commit are shown above. )
Import the KDE Plasma5 ports
This is an import of the Plasma5 ports that we have had in the development
repository for quite some time now.
Please note:
* Plasma5 cannot be installed at the same time as KDE SC4.
* Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file.
* To start plasma5, it is recommended to use something like
exec ck-launch-session startkde
* Powermanagement and such is not working :-)
I would like to thank all the people that have helped test it in the past years.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D15096
|
Sat, 14 Oct 2017
|
[ 11:01 rene ]
Remove expired ports:
x11-wm/awesome2: Awesome WM 2.x is deprecated use 4.x instead
2017-10-10 x11-wm/awesome3: Awesome WM 3.x is deprecated use 4.x instead
|
Fri, 18 Aug 2017
|
[ 14:27 jrm ]
x11-wm/stumpwm: re-add after deletion in 2014
Instead of bundling StumpWM, SBCL, and other libraries into one large
executable, pull in SBCL and the other dependencies and use the simple CL
framework that other FreeBSD CL ports use.
Since StumpWM only supports running under SBCL, the port pulls in the
*-sbcl port dependencies and conforms to the framework itself, except that
it directly installs the fasl files instead of having an associated
x11-wm/stumpwm-sbcl. This means no fasl files will be generated under
~/.cache/common-lisp/sbcl-*/ [1] and the package is only made up of the
source, fasl files, and a few small, miscellaneous files. From a user
perspective, they still get an executable, but it is a small shell script
and the package is under 3 MB instead of around 65 MB.
[1] Loading personal modules in ~/.stumpwmrc will still generate fasl files
under ~/.cache/common-lisp/sbcl-*/
|
Sun, 4 Jun 2017
|
[ 20:02 sunpoet ]
Sort SUBDIRs
|
Mon, 29 May 2017
|
[ 20:05 crees ] (Only the first 10 of 11 ports in this commit are shown above. )
CDE - The Common Desktop Environment is X Windows desktop environment
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.
WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/
|
Tue, 11 Apr 2017
|
[ 17:38 garga ]
- Update x11-wm/awesome to 4.1
- Create x11-wm/awesome3 for users who want to keep running 3.5.x because
API is not backward compatible
- Add UPDATING note
- Set EXPIRATION_DATE on x11-wm/awesome3 to 6 months, it's enough time for
users to convert configuration files to 4.x
Differential Revision: https://reviews.freebsd.org/D10341
|
Thu, 26 Jan 2017
|
[ 18:37 swills ]
x11-wm/rubygem-uh-wm: create port
uhwm is a minimalistic tiling and stacking window manager for X. It shares some
similarities with dwm and wmii, but is written in ruby so you can configure and
extend features directly with ruby code.
WWW: https://rubygems.org/gems/uh-wm
PR: 216434
Submitted by: Thibault Jouan <tj+freebsd_bugs@a13.fr>
|
Tue, 24 Jan 2017
|
[ 21:54 olivierd ]
LXAppearance is a theme switcher for the Lightweight X11 Desktop Environment
(LXDE).
WWW: http://www.lxde.org/
|
[ 00:08 swills ]
x11-wm/rubygem-uh-layout: create port
Tiling and stacking layout for uh-wm ruby gem.
WWW: https://rubygems.org/gems/uh-layout
PR: 216029
Submitted by: Thibault Jouan <tj+freebsd_bugs@a13.fr>
|
Wed, 28 Dec 2016
|
[ 07:25 danfe ]
Add a port of subtle, grid-based manual tiling window manager.
WWW: http://subtle.subforge.org/
|
Mon, 4 Jul 2016
|
[ 20:48 rene ] (Only the first 10 of 250 ports in this commit are shown above. )
Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above )
|
Sun, 1 Nov 2015
|
[ 16:02 rene ] (Only the first 10 of 35 ports in this commit are shown above. )
Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream
stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not
developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
|
Fri, 23 Oct 2015
|
[ 13:12 amdmi3 ]
- Rename x11-wm/clementine to x11-wm/clementine-wm, so the port is not mixed up
with audio/clementine-player which is more widely known as just `clementine'
|
Thu, 22 Oct 2015
|
[ 12:16 danfe ]
Resurrect `x11-wm/wmx' port removed by kris@ on Feb 18, 2005. It is still
well alive, with the latest version released last year. Submitter assumes
maintainership.
PR: 199977 (modified)
|
Tue, 28 Apr 2015
|
[ 03:50 vanilla ]
Add euclid-wm 0.4.3, minimalist, tiling window manager for X11.
PR: 199713
Submitted by: anastmag@gmail.com
|
Wed, 31 Dec 2014
|
[ 17:27 rene ]
Remove this expired port too...
2014-12-31 x11-wm/e17-module-snow: Broken and updates aren't available
|
[ 17:21 rene ] (Only the first 10 of 36 ports in this commit are shown above. )
Remove expired ports:
2014-12-31 graphics/ender: Unused by EFL 1.11
2014-12-31 graphics/enesim: Unused by EFL 1.11
2014-12-31 graphics/etch: Unused by EFL 1.11
2014-12-31 www/egueb: Unused by EFL 1.11
2014-12-31 x11-wm/e17-module-comp-scale: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eektool: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-elfe: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-empris: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-engage: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eooorg: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-aspell: Broken and updates aren't
available
2014-12-31 x11-wm/e17-module-everything-mpris: Broken and updates aren't
available
2014-12-31 x11-wm/e17-module-everything-pidgin: Broken and updates aren't
available
2014-12-31 x11-wm/e17-module-everything-shotgun: Broken and updates aren't
available (Only the first 15 lines of the commit message are shown above )
|
Sun, 28 Dec 2014
|
[ 19:58 antoine ]
Hook e16-docs
|
Sun, 21 Dec 2014
|
[ 19:13 pawel ]
bspwm is a tiling window manager that represents windows as the leaves
of a full binary tree. It is controlled and configured via bspc.
WWW: https://github.com/baskerville/bspwm
PR: 196129
Submitted by: Anton Tornqvist <antont@inbox.lv>
|
Sun, 7 Dec 2014
|
[ 16:21 danfe ] (Only the first 10 of 15 ports in this commit are shown above. )
Sort entries alphabetically across all categories to avoid extra repo churn.
|
Tue, 25 Nov 2014
|
[ 03:07 gblach ] (Only the first 10 of 215 ports in this commit are shown above. )
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine
|
Wed, 19 Nov 2014
|
[ 11:49 kwm ] (Only the first 10 of 1460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above )
|
Fri, 14 Nov 2014
|
[ 12:04 marino ]
x11-wm/Makefile: Fix sorting
Apparently ports-mgmt/mkreadmes is delicate and can't handle mis-sorted
category makefiles.
PR: 194773
Submitted by: Craig Wiesen
|
Wed, 10 Sep 2014
|
[ 13:11 bapt ] (Only the first 10 of 182 ports in this commit are shown above. )
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon
(ericturgeon@ghostbsd.org)
|
Tue, 2 Sep 2014
|
[ 11:45 bapt ] (Only the first 10 of 18 ports in this commit are shown above. )
Remove non staged ports without pending PR from *
|
Thu, 3 Jul 2014
|
[ 13:40 olivierd ] (Only the first 10 of 11 ports in this commit are shown above. )
Plank is an elegant, simple and clean dock.
WWW: http://launchpad.net/plank
|
Sun, 4 May 2014
|
[ 10:51 rene ] (Only the first 10 of 34 ports in this commit are shown above. )
Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 -
Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 -
Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 -
Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use
mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only
supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
|
Fri, 18 Apr 2014
|
[ 11:17 rene ] (Only the first 10 of 55 ports in this commit are shown above. )
Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002 (Only the first 15 lines of the commit message are shown above )
|
Fri, 28 Mar 2014
|
[ 18:18 tijl ]
Remove x11-wm/fvwm2-i18n. It was a slave port of x11-wm/fvwm2 with the
MULTIBYTE option enabled, but this option has been removed many years ago.
|
Mon, 24 Mar 2014
|
[ 19:51 rene ] (Only the first 10 of 19 ports in this commit are shown above. )
Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from
bit rot. Especially with options other than GUILE, uninstall may leave files
behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2
instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using
'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles;
unmaintained
|
Number of commits found: 324 (showing only 100 on this page) |