aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmii-devel
Commit message (Collapse)AuthorAgeFilesLines
* 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 redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix whith -fno-common in FreeBSD 13Rodrigo Osorio2020-11-028-1/+128
| | | | | | | | | Lastest version of llvm introduced in FreeBSD 13 has the flag -fno-common enabled by default. Fix the issue. Notes: svn path=/head/; revision=553913
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+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
* Take maintenership for wmii and wmii-develRodrigo Osorio2018-03-281-1/+1
| | | | Notes: svn path=/head/; revision=465790
* - Fix shebangsDmitry Marakasov2017-04-212-3/+4
| | | | | | | - Don't install LICENSE with docs Notes: svn path=/head/; revision=439055
* - Fix CONFLICTS on wmiiDmitry Marakasov2016-12-144-8/+8
| | | | | | | | - Silence stripping - Regenerate patches Notes: svn path=/head/; revision=428551
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-1/+1
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* 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
* - Pet portlintDmitry Marakasov2015-03-081-4/+10
| | | | | | | - Strip binaries Notes: svn path=/head/; revision=380737
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-11/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* In r336942, staging was achieved via `do-install' target, not just writtenAlexey Dokuchaev2014-03-183-90/+23
| | | | | | | | | | in lengthy, ugly way, but also without need: upstream installation routine supports DESTDIR naturally. Meanwhile, clean Makefile up a bit by sorting knobs, utilize newly added USES+=tar:tbz, and synchronize port description text with `x11-wm/wmii' port. Notes: svn path=/head/; revision=348533
* - Update MASTER_SITES and WWW: linePawel Pekala2013-12-196-57/+165
| | | | | | | | | | | | - Fix build on -current - Add LICENSE - Support staging PR: ports/184824 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336942
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* Add a missing dependency on pkgconfBaptiste Daroussin2013-09-181-1/+2
| | | | | | | | Rename the package to -devel to avoid confusion for binary only users Remove now useless LATEST_LINK Notes: svn path=/head/; revision=327525
* Using gmake does not fix build with bmake at all, revertingBaptiste Daroussin2013-05-051-1/+0
| | | | Notes: svn path=/head/; revision=317404
* Fix build with bmakeBaptiste Daroussin2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317281
* - Trim the headers per new rulesAlexey Dokuchaev2012-12-171-9/+9
| | | | | | | | | - Drop article from COMMENT, shlib versions - Convert to the new OPTIONS framework - Relinquish maintainership Notes: svn path=/head/; revision=309072
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to version 3.9.2Alexey Dokuchaev2010-06-152-9/+5
| | | | | | | - No longer depends on libiconv Notes: svn path=/head/; revision=256575
* Distribution tarball for 3.9 was rerolled with minor changes toAlexey Dokuchaev2010-05-251-3/+3
| | | | | | | | | debian/changelog, manpage, and hdr.mk. No functional differences. Reported by: Till Plewe Notes: svn path=/head/; revision=255030
* Update to version 3.9.Alexey Dokuchaev2010-05-243-6/+11
| | | | Notes: svn path=/head/; revision=254977
* - Update to the latest beta, 3.9.b1Alexey Dokuchaev2010-02-253-26/+57
| | | | | | | | | | | | | | - Drop `x11/dmenu' rdep, it is no longer required - Drop `devel/9base' dependency as well, since it is rather incomplete. Users who prefer Plan 9'ish way of configuring WMII are advised to go with `devel/plan9port' port instead - Respect DOCSDIR and NOPORTDOCS - Set LATEST_LINK now it's actually quite usable (esp. with p9p) Feature safe: yes Notes: svn path=/head/; revision=250304
* Set NO_LATEST_LINK to not overlap with x11-wm/wmiiErwin Lansing2009-10-141-0/+1
| | | | Notes: svn path=/head/; revision=242829
* Add missing dependencies.Alexey Dokuchaev2009-09-191-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241753
* Remove previous hack and offending variable definitions; this should fixAlexey Dokuchaev2009-09-181-4/+0
| | | | | | | | | the package build on cluster. Feature safe: yes Notes: svn path=/head/; revision=241665
* Revive the port; version 3.6 is getting utterly old. This port allows toAlexey Dokuchaev2009-09-084-0/+79
| | | | | | | build recent available snapshot. Notes: svn path=/head/; revision=241037
* Deorbit `x11-wm/wmii-devel' in favor of updated `x11-wm/wmii'.Alexey Dokuchaev2008-01-295-131/+0
| | | | | | | Encouraged by: sat (maintainer) Notes: svn path=/head/; revision=206382
* - 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
* - Depend on xlibAndrew Pantyukhin2007-03-111-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=187147
* - Add port x11-wm/wmii-devel - Hg tip of wmii developmentAndrew Pantyukhin2007-03-085-72/+100
| | | | | | | | | - Arrange mutual conflicts with wmii Repocopy by: marcus Notes: svn path=/head/; revision=186925
* - Update master siteAndrew Pantyukhin2007-03-042-2/+2
| | | | | | | | | | | | - Add mirrors - Update WWW PR: ports/105002 (based on) Submitted by: ceri Approved by: danfe (maintainer timeout, since 2006-11-01) Notes: svn path=/head/; revision=186511
* Fix the build on 4.X.Alexey Dokuchaev2006-10-031-0/+41
| | | | Notes: svn path=/head/; revision=174408
* - Update to version 3.1Alexey Dokuchaev2006-06-284-107/+35
| | | | | | | - Provide better COMMENT and port description Notes: svn path=/head/; revision=166510
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* /tmp/cvs7cc8hmAlexey Dokuchaev2005-11-163-5/+5
| | | | Notes: svn path=/head/; revision=148466
* Chase cairo shared library update, bump the PORTREVISION.Jeremy Messenger2005-11-061-1/+2
| | | | Notes: svn path=/head/; revision=147431
* Update to version 2.Alexey Dokuchaev2005-09-153-9/+54
| | | | | | | | | PR: ports/84468 [1], ports/85264 [2] Submitted by: Wesley Shields <wxs(at)csh.rit.edu> [1] Andrew Pogrebennyk <andrew.nau.ua(at)gmail.com> [2] Notes: svn path=/head/; revision=142844
* Disable Cairo by default. The cairo backend is not recommended inAlexey Dokuchaev2005-06-031-1/+3
| | | | | | | | production use, because cairo library is still very buggy and causes crashes often (according to authors). Add a caution comment. Notes: svn path=/head/; revision=136718
* Add wmii, a lightweight window manager.Alexey Dokuchaev2005-06-024-0/+85
WWW: http://wmi.modprobe.de/ Notes: svn path=/head/; revision=136670