aboutsummaryrefslogtreecommitdiff
path: root/sysutils/desktop-installer
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/desktop-installer: Update to 1.1.1.31Jason W. Bacon2026-02-042-6/+6
| | | | | | Add limited, experimental Wayland support Offer to install Widevine-enabled browser A few other minor fixes and improvements
* sysutils/desktop-installer: Update to 1.1.1.13Jason W. Bacon2025-12-212-5/+5
| | | | | | | | Support multiple versions of virtualbox guest additions Offer to install popular shells Improve user guidance on virtual consoles, switching to latest packages Reported by: G Perrin
* sysutils/desktop-installer: Update to 1.1.1.4Jason W. Bacon2025-09-213-7/+7
| | | | | | Fix generated xsession file to check for VBoxClient before trying to run it. This unbreaks XDM logins on VMs where guest additions are not installed. Guest additions do not currently work on 15.0.
* sysutils/desktop-installer: Update to 1.1.1.3Jason W. Bacon2025-09-102-4/+5
| | | | | Add mkdir /proc before mount (fix FreeBSD 15 failure) dialog4ports -> portconfig
* sysutils/desktop-installer: Update to 1.1.1Jason W. Bacon2025-05-082-5/+4
| | | | | Minor fixes and enhancements Changes: https://github.com/outpaddling/desktop-installer/releases
* sysutils/desktop-installer: Update to 1.1.0.6Jason W. Bacon2025-03-132-5/+5
| | | | | Install tk-wrapper instead of specific tk version In response to the sudden disappearance of tk87 from ports
* sysutils/desktop-installer: Update to 1.1.0.5Jason W. Bacon2025-02-123-6/+6
| | | | | | | Update for removal of x11/kde5 from ports. Use x11/kde going forward. Reported by: almostunix@github
* sysutils/desktop-installer: Update to 1.1.0.2Jason W. Bacon2025-02-082-4/+5
| | | | | Unbreak tk installation: tk87 was removed from ports. Dynamically choose a tk version from here on.
* sysutils/desktop-installer: Update to 1.1.0Jason W. Bacon2025-02-042-7/+6
| | | | | | | | | | | | | | | | | | | OpenBSD: Support near completion, largely thanks to Izder456 FreeBSD: Run pkg update once, then use pkg install -U to skip subsequent repo updates Greatly improves performance for users from from pkg servers Restore xf86-video-mga Tolerate absence of VBoxClient (part of guest additions) NetBSD: Document problems with ck-launch Changes: https://github.com/outpaddling/desktop-installer/releases
* sysutils/desktop-installer: Update to 1.0.0Jason W. Bacon2024-08-073-8/+6
| | | | | | | Desktop-installer has been stable for some time now, so it's time to commit to a stable UI for a while. No major UI changes until v2.0. This release contains a few minor fixes and enhancements since 0.8.3.
* sysutils/desktop-installer: Move man page to share/manYasuhiro Kimura2024-03-302-2/+3
| | | | Approved by: portmgr (blanket)
* sysutils/desktop-installer: Update to 0.8.3.9Jason W. Bacon2024-03-283-8/+8
| | | | A few mostly cosmetic fixes and improvements
* sysutils/desktop-installer: Move man pages to share/manNuno Teixeira2024-03-222-2/+3
| | | | Approved by: portmgr (blanket)
* sysutils/desktop-installer: Update to 0.8.3Jason W. Bacon2023-10-232-6/+5
| | | | | | | | Several UI improvements A few bug fixes Improve documentation Changes: https://github.com/outpaddling/desktop-installer/releases
* sysutils/desktop-installer: Update to 0.8.2.2Jason W. Bacon2023-09-112-5/+6
| | | | Fix auto-mark-install-from-source usage
* sysutils/desktop-installer: Update to 0.8.2Jason W. Bacon2023-08-094-15/+20
| | | | | | | | | Numerous basic improvements to nascent NetBSD support Add popup notifications and expanded notifications to battery-shutdown monitor script Run battery-shutdown from cron rather than as a daemon Add option to install freebsd-update-notify (popup notification for available updates) Changes: https://github.com/outpaddling/desktop-installer/releases
* sysutils/desktop-installer: Update to 0.8.0.6Jason W. Bacon2023-06-102-5/+5
| | | | | Add Qemu/UTM check More robust computation for XDM shutdown/restart/x11 button location
* sysutils/desktop-installer: Update to 0.8.0.3Jason W. Bacon2023-04-162-5/+6
| | | | | | | | Remove deprecated transcode install Fix xdmshutdown buttons location for multiple monitors Install consolekit2 with sddm to enable shutdown/reboot buttons PR: 270835
* sysutils/desktop-installer: Update to 0.8.0Jason W. Bacon2023-02-253-4/+5
| | | | | | | | | Replace SLiM login manager (unmaintained for 10 years) with SDDM SDDM also automatically detects multiple desktop environments (DEs) Add SDDM option for Gnome, LXDE, LXQT Other minor enhancements to streamline package install sequence Changes: https://github.com/outpaddling/desktop-installer/releases
* sysutils/desktop-installer: Update to 0.7.9Jason W. Bacon2022-12-112-7/+6
| | | | | | A few minor enhancements Changes: https://github.com/outpaddling/desktop-installer/releases
* sysutils/desktop-installer: Update to 0.7.8-3Jason W. Bacon2022-09-112-5/+5
| | | | | Remove bsdstats setup xfce setup: evince -> xreader
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* sysutils/desktop-installer: Drop bsdstats install optionJason W. Bacon2022-08-172-4/+5
| | | | Software is no longer maintained.
* sysutils/desktop-installer: Update to 0.7.8Jason W. Bacon2022-08-042-6/+5
| | | | | Add support for configuring webcams A few other minor improvements
* sysutils/desktop-installer: Update to 0.7.7.4Jason W. Bacon2022-06-082-4/+5
| | | | A few minor improvements for robustness and user friendliness
* sysutils/desktop-installer: Update to 0.7.7Jason W. Bacon2022-03-133-6/+6
| | | | | | | | Update gnome package name Drop warning about Lumina screen resize (mostly fixed in latest FreeBSD port) Update man page Changes: https://github.com/outpaddling/desktop-installer/releases
* sysutils/desktop-installer: Update to 0.7.6.6Jason W. Bacon2022-02-153-7/+7
| | | | | | | Update for gnome port renaming: gnome3 -> gnome Bump auto-admin dep to ensure latest patches Reported by: sblachmann@gmail.com
* sysutils/desktop-installer: Update to 0.7.6.2Jason W. Bacon2022-01-213-6/+7
| | | | Factor out new auto-last-update script to sysutils/auto-admin
* sysutils/desktop-installer: Update to 0.7.6Jason W. Bacon2021-12-122-6/+5
| | | | | | | Factor out some features to auto-admin Several minor enhancements Changes: https://github.com/outpaddling/desktop-installer/tags
* sysutils/desktop-installer: Update to 0.7.5.4Jason W. Bacon2021-11-102-5/+6
| | | | Automatically install /usr/src if needed, for wifi kernel modules
* sysutils/desktop-installer: Update to 0.7.5Jason W. Bacon2021-09-102-5/+4
| | | | | | Add "custom" option for installing DEs and WMs not explicitly listed in the menu. Desktop-installer can now configure any DE or WM for which a port exists.
* sysutils/desktop-installer: Update to 0.7.4.5Jason W. Bacon2021-06-283-4/+6
| | | | | Add "Custom" option for mostly automated setup of any DE/WM not explicitly listed in menu
* sysutils/desktop-installer: Update to 0.7.4Jason W. Bacon2021-06-162-6/+5
| | | | | | | | Add tolerances to support aarch64 Numerous bug fixes, minor enhancements, and UI improvements Reported by: mpl, ygy Changes: https://github.com/outpaddling/desktop-installer/releases
* desktop-installer: Update to 0.7.3.12Jason W. Bacon2021-06-072-5/+5
| | | | | | | | | Properly handle recommended ports with no binary package More rational default response for updating system before setup Properly report deleted ports Other minor clean up Reported by: Mark Linimon, Guangyuan Yang
* sysutils/desktop-installer: Update to 0.7.3.7Jason W. Bacon2021-06-052-5/+5
| | | | Switch cinnamon to SLiM since gdm does not work without gnome
* sysutils/desktop-installer: Update to 0.7.3.5Jason W. Bacon2021-06-042-4/+5
| | | | | | | Quick fix for gnome3-lite (until we can handle ports FLAVORS) Make CUPS install optional Reported by: Guangyuan Yang
* desktop-installer: Update to 0.7.3Jason W. Bacon2021-05-282-6/+5
| | | | | | | Auto-configure X11 under Parallels and VMWare Other minor fixes and enhancements Changes: https://github.com/outpaddling/desktop-installer/releases/tag/0.7.3
* sysutils/desktop-installer: Update to 0.7.2.5Jason W. Bacon2021-05-243-8/+5
| | | | Remove libdvdcss install option: No longer packaged
* sysutils/desktop-installer: Update to 0.7.2.2Jason W. Bacon2021-05-172-6/+6
| | | | | | | Create /boot/loader.conf if missing, as is the case with FreeBSD VM images Update auto-admin dep to latest bugfix release Reported by: Graham Perrin
* sysutils/desktop-installer: Update to 0.7.2.1Jason W. Bacon2021-05-152-4/+7
| | | | | | | Replace deprecated VBoxClient --display with VBoxClient --vmsvga Unbreaks startup of ICEWM and other lightweight WMs that depend on it Reported by: Unixware@github
* sysutils/desktop-installer: Update to 0.7.2Jason W. Bacon2021-05-123-9/+7
| | | | | | Remove all references to HAL, which has been removed from ports Reported by: Graham Perrin
* sysutils/desktop-installer: Fix accidentally silenced user promptJason W. Bacon2021-04-162-5/+6
| | | | | | PR: 255087 Reported by: Ivan Zubov MFH: 2021Q2 (runtime fix)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/desktop-installer: Update to 0.7.1Jason W. Bacon2021-03-152-5/+5
| | | | | | | | | Remove Linux flashplugin support (removed from ports) Leverage improvements in auto-admin 0.7.1 Minor UI improvements Notes: svn path=/head/; revision=568471
* sysutils/desktop-installer: Update to 0.7.0Jason W. Bacon2021-02-072-6/+5
| | | | | | | | | | | | UI improvements, install key ports from source Allow user to choose between simplified or advanced configuration Tag ports installed from source so that auto-update-system will upgrade from source A few minor bug fixes and enhancements Notes: svn path=/head/; revision=564636
* sysutils/desktop-installer: Update to 0.6.20.3Jason W. Bacon2021-01-132-5/+6
| | | | | | | | Patch to work with corrected auto-ask script in sysutils/auto-admin Also mark ports installed from source Notes: svn path=/head/; revision=561513
* sysutils/desktop-installer: Update to 0.6.20Jason W. Bacon2021-01-062-5/+5
| | | | | | | | Enhancements for MacBooks such as an option to remap keys Fix FireWire detection Notes: svn path=/head/; revision=560522
* sysutils/desktop-installer: Update to 0.6.19Jason W. Bacon2020-12-272-5/+5
| | | | | | | | | | Use dmidecode to detect FireWire Remove package breaking XFCE install Add auto-fix-date to rc.resume Add make clean to ensure second run works properly Notes: svn path=/head/; revision=559434