aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/stumpwm
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2022-10-051-0/+1
|
* 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)
* x11-wm/stumpwm: Fix build by updating to 22.05-157Joseph Mingrone2022-08-253-10/+26
| | | | | | | | | | | | SBCL removed the symbol sb-unix:unix-select in 7882c92e6. As StumpWM used this function, it could no longer build when lang/sbcl was updated to 2.2.7. This update pulls in a fix which replaces sb-unix:unix-select with sb-unix:unix-fast-select. Thanks to Catie in the #stumpwm IRC channel on Libera.Chat for assistance with debugging and testing. Sponsored by: The FreeBSD Foundation
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2022-07-311-1/+1
|
* x11-wm: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2022-05-311-0/+1
|
* x11-wm/stumpwm: Update to 22.05Joseph Mingrone2022-05-253-6/+6
| | | | | | https://github.com/stumpwm/stumpwm/releases/tag/22.05 Sponsored by: The FreeBSD Foundation
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2022-05-021-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2022-03-141-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2022-01-311-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2022-01-021-1/+1
|
* fasl ports: Chase 888bfec23a with PORTREVISION bumpJoseph Mingrone2021-12-251-0/+1
| | | | | | | | These packages must be rebuilt when so much as a bit changes in lang/sbcl. Without the rebuild, problems such as StumpWM not loading will occur. Sponsored by: The FreeBSD Foundation
* x11-wm/stumpwm: Update to 20.11-90Joseph Mingrone2021-12-232-6/+5
| | | | Sponsored by: The FreeBSD Foundation
* /*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-12-161-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-11-161-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-09-301-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-09-061-1/+1
|
* lang/sbcl: Fix patches from 969aedb; bump consumer PORTREVISIONSJoseph Mingrone2021-08-071-0/+1
| | | | | Approved by: krion (maintainer) Differential Revision: https://reviews.freebsd.org/D31448
* x11-wm/stumpwm: Update to 20.11.90Joseph Mingrone2021-08-043-6/+7
| | | | https://github.com/stumpwm/stumpwm/compare/72a4e2c...ccb964d
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-08-021-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-06-291-1/+1
|
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-06-081-1/+1
|
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-04-291-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-03-291-1/+1
| | | | Notes: svn path=/head/; revision=569434
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566947
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2021-02-011-0/+1
| | | | Notes: svn path=/head/; revision=563564
* x11-wm/stumpwm: Update to version 20.11.3Joseph Mingrone2021-01-252-5/+5
| | | | Notes: svn path=/head/; revision=562614
* devel/cl-alexandria: Update to version 1.2Joseph Mingrone2021-01-011-1/+1
| | | | | | | | | | | | - Add License - Pull tarball from current development location, gitlab.common-lisp.net - Chase this update in x11-wm/stumpwm Approved by: olgeni (maintainer) Differential Revision: https://reviews.freebsd.org/D27805 Notes: svn path=/head/; revision=559793
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-12-311-1/+1
| | | | Notes: svn path=/head/; revision=559729
* cl-ppcre: Update to version 2.1.1Joseph Mingrone2020-12-291-0/+1
| | | | | | | | | | | | | | - Pull tarball from GitHub - Incorporate style recommendations from portclippy - Chase this update in x11-wm/stumpwm https://github.com/edicl/cl-ppcre/blob/master/CHANGELOG Approved by: olgeni (maintainer) Differential Revision: https://reviews.freebsd.org/D27788 Notes: svn path=/head/; revision=559538
* x11-wm/stumpwm: Fix build when stumpwm is already installedJoseph Mingrone2020-12-071-5/+8
| | | | | | | | | | | | | | | When the stumpwm package was already installed and loaded, asdf used output translation to write the generated fasl files directly to ${PREFIX}lib/common-lisp/stumpwm/sbclfasl. Use the solution described and implemented in ${PREFIX}/etc/asdf-init.lisp (installed by devel/cl-asdf), which allows the installed lisp packages to be loaded and the fasl files to be written to ${WRKSRC}. PR: 251602 Reported by: Aleksandr Konkov <konkovaa@hotmail.com> Notes: svn path=/head/; revision=557242
* x11-wm/stumpwm: Update to version 20.11Joseph Mingrone2020-12-013-6/+6
| | | | | | | https://github.com/stumpwm/stumpwm/releases/tag/20.11 Notes: svn path=/head/; revision=556754
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-11-301-1/+1
| | | | Notes: svn path=/head/; revision=556656
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-10-271-1/+1
| | | | Notes: svn path=/head/; revision=553469
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-09-291-1/+1
| | | | Notes: svn path=/head/; revision=550527
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-09-141-1/+1
| | | | Notes: svn path=/head/; revision=548595
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-08-031-1/+1
| | | | Notes: svn path=/head/; revision=544049
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-07-011-0/+1
| | | | Notes: svn path=/head/; revision=540926
* x11-wm/stumpwm: Update to 19.11-155 to incorporate bug fixesJoseph Mingrone2020-06-052-6/+5
| | | | Notes: svn path=/head/; revision=538033
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-06-011-1/+1
| | | | Notes: svn path=/head/; revision=537474
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-05-091-1/+1
| | | | Notes: svn path=/head/; revision=534775
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-03-291-0/+1
| | | | Notes: svn path=/head/; revision=529792
* x11-wm/stumpwm: Update to version 19.11.104Joseph Mingrone2020-03-112-6/+5
| | | | | | | Upstream changes cover improvements to command completion. Notes: svn path=/head/; revision=528202
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-03-101-0/+1
| | | | Notes: svn path=/head/; revision=528161
* x11-wm/stumpwm: Update to 19.11-95Joseph Mingrone2020-01-282-5/+5
| | | | Notes: svn path=/head/; revision=524499
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2020-01-271-1/+1
| | | | Notes: svn path=/head/; revision=524251
* Chase lang/sbcl upgrade with PORTREVISION bump on *-sbcl portsJoseph Mingrone2019-12-291-0/+1
| | | | Notes: svn path=/head/; revision=521415
* x11-wm/stumpwm: Upgrade to version 19.11Joseph Mingrone2019-11-282-8/+6
| | | | | | | | | | Upstream changes: https://github.com/stumpwm/stumpwm/releases/tag/19.11 While here, relocate PLIST_SUB= as recommended by portclippy (from ports-mgmt/portfmt). Notes: svn path=/head/; revision=518569