non port: deskutils/todo/Makefile |
Number of commits found: 32 |
Wednesday, 5 Apr 2023
|
17:29 Po-Chuan Hsieh (sunpoet)
deskutils/todo: Update WWW and clean up pkg-descr
5f4d921 |
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 |
Sunday, 8 Aug 2021
|
21:46 Po-Chuan Hsieh (sunpoet)
deskutils/todo: Fix config path (TODOTXT_GLOBAL_CFG_FILE)
- Bump PORTREVISION for package change
PR: 257647
Reported by: Duane <parakleta@darkreality.org>
0d3e9f1 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 30 Aug 2020
|
07:12 sunpoet
Use upstream release tarball
 |
Wednesday, 19 Aug 2020
|
16:18 sunpoet
Update to 2.12.0
- Update WWW
Changes: https://github.com/todotxt/todo.txt-cli/releases
 |
Wednesday, 4 Apr 2018
|
10:56 sunpoet
- Update to 2.11.0
Changes: https://github.com/ginatrapani/todo.txt-cli/releases
 |
Wednesday, 13 Dec 2017
|
20:49 sunpoet
Mark CONFLICTS_INSTALL with deskutils/deforaos-todo
 |
Wednesday, 11 Oct 2017
|
19:49 sunpoet
Change PORTVERSION to 2.10.0 to match upstream versioning
The content is unchanged.
 |
Monday, 29 May 2017
|
15:26 sunpoet
Update CONFLICTS_INSTALL
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 3 Jan 2016
|
17:50 sunpoet
- Add LICENSE_FILE
- Use USE_GITHUB=yes
- Bump PORTREVISION for package change
 |
Monday, 28 Dec 2015
|
16:23 sunpoet
- Fix MASTER_SITES (unfetchable after r404654)
 |
14:42 mat
Don't use GH_TAGNAME when it can be created with DISTVERSION* variables.
Sponsored by: Absolight
 |
Wednesday, 4 Nov 2015
|
20:14 sunpoet
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
- Remove BASH option and install Bash completions unconditionally
- Add NO_ARCH
- Bump PORTREVISION for package change
 |
Wednesday, 24 Dec 2014
|
06:15 sunpoet
- Update to 2.10
- Add LICENSE
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Pet stage-qa: use OPTIONS_SUB and PLSIT_FILES instead of BAHS_PLIST_FILES
- Do not silence installation message
- Reformat pkg-descr
- Take maintainership
Changes: https://github.com/ginatrapani/todo.txt-cli/releases
 |
Saturday, 20 Dec 2014
|
17:43 bapt
Cleanup plist
 |
Tuesday, 2 Dec 2014
|
22:50 bapt
Finish resetting maintainership
PR: 195059
 |
Friday, 14 Mar 2014
|
15:51 sunpoet
- Convert to new options helper
- Use USES=shebangfix
- Support STAGEDIR
- Simplify Makefile
Approved by: portmgr (blanket)
 |
Friday, 20 Sep 2013
|
16:21 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
 |
Monday, 4 Jun 2012
|
12:06 pav
- Register conflicts in my ports
Reported by: http://ketas.si.pri.ee/ports-conflictchecks/
 |
Friday, 1 Jun 2012
|
21:24 jgh
- update to 2.9
- add new option to install bash completions
PR: ports/168092
Submitted by: jgh
Approved by: maintainer timeout ( 15 days )
 |
Friday, 20 Aug 2010
|
08:55 clsung
- Update to 2.7
PR: ports/149697
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
 |
Monday, 16 Aug 2010
|
06:22 clsung
- Update to 2.6
PR: ports/149170
Submitted by: Frederic Culot <frederic_AT_culot dot org>
 |
Monday, 1 Feb 2010
|
08:55 clsung
- Update to 2.5
PR: ports/143327
Submitted by: Bernhard Froehlich <decke_AT_bluelife dot at>
 |
Tuesday, 16 Jun 2009
|
02:01 clsung
- Update to 2.4
PR: ports/135495
Submitted by: gahr
 |
Friday, 6 Jun 2008
|
13:18 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Saturday, 4 Aug 2007
|
11:41 gabor
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
 |
Monday, 14 Aug 2006
|
02:24 clsung
- update to 1.7.3
- Respect DESTDIR [1]
PR: ports/101894 [1]
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
 |
Friday, 4 Aug 2006
|
08:54 erwin
Mark BROKEN: checksum mismatch
 |
Wednesday, 19 Jul 2006
|
01:57 clsung
Add todo 1.6, todo.txt Managers.
PR: ports/100191
Submitted by: ijliao
 |
Number of commits found: 32 |