non port: deskutils/menumaker/Makefile |
Number of commits found: 26 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org>
* Beat Gaetzi <beat@chruetertee.ch>
* Chris Piazza <cpiazza@FreeBSD.org>
* Christian Brueffer <chris@unixpages.org>
* Cyrille Lefevre <clefevre@citeweb.net>
* Daniel Eischen <deischen@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Dean Povey <povey@wedgetail.com>
* Dennis Herrmann <dhn@FreeBSD.org>
* Edwin Groothuis
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emmanuel Vadot <manu@FreeBSD.org>
* Eric L. Hernes <erich@FreeBSD.org>
* Eric Turgeon <ericbsd@FreeBSD.org>
* Eric Turgeon <ericturgeon@ghostbsd.org>
* FreeBSD GNOME Team
* George Reid <greid@ukug.uk.freebsd.org>
* Guillaume Paquet <amyfoub@gmail.com>
* Gustau Perez <gustau.perez@gmail.com>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Herbert J. Skuhra <h.skuhra@gmail.com>
* Jason Helfman <jgh@FreeBSD.org>
* Jeremy Messenger <mezz@FreeBSD.org>
* Jim Mock <jim@FreeBSD.org>
* Jimmy Olgeni <olgeni@uli.it>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joey Mingrone <joey@mingrone.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Joseph Benden <joe@thrallingpenguin.com>
* Ken Moore <ken@pcbsd.org>
* Koop Mast <kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Leinier Cruz Salfran <salfrancl@yahoo.es>
* Lewis Thompson <purple@lewiz.net>
* Loïc Bartoletti <lbartoletti@FreeBSD.org>
* Lucas Holt <luke@justjournal.com>
* MITA Yoshio <mita@iis.u-tokyo.ac.jp>
* Marcin Cieslak <saper@saper.info>
* Markus Brueffer <brueffer@phoenix-systems.de>
* Markus Brueffer <markus@FreeBSD.org>
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Wilke
* Mathieu Arnold
* Matt Braithwaite <mab@red-bean.com>
* Matt Lancereau <matt@rimasec.net>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthias Andree <mandree@FreeBSD.org>
* Nicola Stanislao Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Pav Lucistnik <pav@oook.cz>
* Pete Fritchman <petef@databits.net>
* Richard Gallamore <ultima@FreeBSD.org>
* Rob Evers <rob@debank.tv>
* Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Thierry Thomas (<thierry@thomas.as>)
* Thierry Thomas <thierry@pompo.net>
* Thorsten Greiner <thorsten.greiner@web.de>
* Tobias Roth <ports@fsck.ch>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* alepulver@FreeBSD.org
* cartola (Carlos E. G. Carvalho)
* che@bein.link
* gahr
* ijliao
* jamrich.majo@gmail.com
* joerg
* johans
* john@jnielsen.net
* lightside <lightside@gmx.com>
* mi
* mi@aldan.ziplink.net
* olevole@olevole.ru
* shanee@rabbit.augusta.de
* stas
* thierry@pompo.net
With hat: portmgr
4dd7a74 |
Friday, 11 Mar 2022
|
23:22 Jason Helfman (jgh)
deskutils/menumaker: Update to 0.99.14
24d103b |
Wednesday, 13 Oct 2021
|
23:57 Jason Helfman (jgh)
deskutils/menumaker: update to 0.99.13
6f1522b |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 24 Jul 2020
|
20:25 jgh
- update to 0.99.12
|
Thursday, 8 Aug 2019
|
17:00 jgh
- Make menumaker configure script properly find python.
- Change configure to look for python3.5 and python3.6, as well as older
versions.
- Add LDFLAGS to make it possible for the configure script to find python
libraries. Actually use python in Makefile.in.
Reviewed by/with: zeising@
|
15:28 jgh
- reclaim
|
Monday, 5 Aug 2019
|
20:07 rene
Return jgh's ports to the various pools after his commit bit was safekept.
Hat: portmgr-secretary
|
Saturday, 10 Nov 2018
|
18:12 bapt
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Friday, 29 Dec 2017
|
09:01 antoine
Simplify some USES=python
With hat: portmgr
|
Tuesday, 25 Jul 2017
|
23:28 jgh
- update to 0.99.10
|
Tuesday, 15 Sep 2015
|
19:23 jgh
- update to 0.99.9
|
Friday, 11 Sep 2015
|
19:12 amdmi3
- Add LICENSE
- Add NO_ARCH
- Fix staging from plain user
Approved by: portmgr blanket
|
Monday, 27 Jul 2015
|
15:35 jgh
- update to 0.99.8
|
Sunday, 19 Oct 2014
|
08:50 mva
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
|
Friday, 8 Nov 2013
|
07:40 jgh
- properly attribute Created by header
|
Wednesday, 23 Oct 2013
|
06:31 jgh
- support staging
|
Friday, 20 Sep 2013
|
16:21 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
|
Saturday, 6 Jul 2013
|
01:22 jgh
- convert USE_GMAKE to USES=gmake
|
Sunday, 5 May 2013
|
06:10 jgh
- take maintainership
|
Friday, 3 May 2013
|
20:40 bapt
Fix build with bmake
|
Sunday, 27 Feb 2011
|
04:54 tabthorpe
- Reassign ports to heap
Submitted by: alepulver
|
Saturday, 22 Aug 2009
|
00:18 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Friday, 23 Mar 2007
|
00:31 alepulver
MenuMaker is application finding and menu generation utility. It is capable of
finding lots of installed programs and generating the root menu consistent
across all supported X window managers, so one will get (almost) the same menu
no matter what WM is currently used. It is pure Python application hence it
runs on every relevant system.
Supported X window managers:
- BlackBox
- Deskmenu
- FluxBox
- IceWM
- OpenBox, version 3
- PekWM
- WindowMaker
- XFCE, version 4
It also reads Freedesktop.org's .desktop files.
WWW: http://menumaker.sourceforge.net/
|
Number of commits found: 26 |