aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wm2
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/wm2: undeprecate the port and take maintainershipAlexey Dokuchaev2024-01-161-5/+2
| | | | | | | It looks and feels exactly as the author describes: nearly ideal window manager for an elegant and ascetic programmer. While here, chase HTTP/1.1 301 Moved Permanently redirect in the MASTER_SITES.
* x11-wm/wm2: Mark DEPRECATEDMuhammad Moinur Rahman2023-12-171-0/+4
| | | | | | - Upstream last release was in 1997 - Set EXPIRATION_DATE 2024-01-17 - Pet portclippy
* 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: 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-0/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=517000
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Switch to options helpersDmitry Marakasov2016-02-147-17/+29
| | | | | | | | - Extend pkg-descr - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=408897
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-1/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* Rename x11-*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-294-0/+0
| | | | | | | Finally, this is the last of it. Notes: svn path=/head/; revision=363358
* Remove NOPORTDOCS.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360688
* - Convert to stagingEitan Adler2013-10-131-5/+4
| | | | | | | - Make COMMENT nicer Notes: svn path=/head/; revision=330215
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-5/+2
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-5/+5
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Fix build with gcc41Tilman Keskinoz2007-07-312-8/+11
| | | | Notes: svn path=/head/; revision=196853
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-3/+1
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149470
* Since imake is no longer necessary present at build time as consequence ofDejan Lesjak2004-12-021-0/+2
| | | | | | | | having USE_X_PREFIX defined, request its presence explicitly as makedepend (a part of imake port) is needed to build. Notes: svn path=/head/; revision=122951
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Utilize NOPORTDOCS/DOCSDIRKirill Ponomarev2003-11-162-5/+5
| | | | | | | | PR: 59336 Submitted by: Ports Fury Notes: svn path=/head/; revision=94100
* Reset maintainer on ports owned by the following committers who haveKris Kennaway2003-11-031-1/+1
| | | | | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr Notes: svn path=/head/; revision=92908
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix Buil on 5.xTilman Keskinoz2003-02-164-5/+36
| | | | | | | | PR: 47598 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Notes: svn path=/head/; revision=75625
* Layout fixes in x11-wm.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38012
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27443
* Add -current patchYukihiro Nakai2000-02-051-0/+10
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de Notes: svn path=/head/; revision=25493
* Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>Yukihiro Nakai1999-10-065-36/+25
| | | | | | | Update to version 4.0 Notes: svn path=/head/; revision=22190
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Change maitainer's email address,Vanilla I. Shu1999-01-121-5/+5
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Fix build for ELF.Steve Price1998-10-041-42/+27
| | | | Notes: svn path=/head/; revision=13624
* Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwmSatoshi Asami1998-08-071-2/+2
| | | | | | | | fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm. Notes: svn path=/head/; revision=12331
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* New port, wm2:Masafumi Max NAKANE1997-07-086-0/+88
a very simple window manager for X PR: 2904 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=7236