Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
8.2.1_3 07 Sep 2022 21:10:59
    |
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.
(Only the first 15 lines of the commit message are shown above ) |
8.2.1_3 20 Jul 2022 14:21:10
    |
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> (Only the first 15 lines of the commit message are shown above ) |
8.2.1_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
8.2.1_3 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
8.2.1_3 21 Oct 2016 12:51:41
  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
8.2.1_3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
8.2.1_3 17 Jun 2015 12:57:15
  |
amdmi3  |
- Fix shebangs
- Add NO_ARCH |
8.2.1_2 27 May 2015 00:15:05
  |
amdmi3  |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
8.2.1_2 30 Mar 2015 21:29:09
  |
bapt  |
Remove dead CENKES mirror |
8.2.1_2 02 Mar 2015 23:16:02
  |
bapt  |
Remove Authors and License from pkg-descr |
8.2.1_2 13 Feb 2015 07:31:20
  |
pi  |
deskutils/plans: fix known bug
Bug:
https://groups.google.com/forum/#!topic/planscalendar/svYVlr7gJp0
PR: 197370
Submitted by: Benjamin Stier <ben@unpatched.de> |
8.2.1_1 20 Oct 2014 11:52:39
  |
bapt  |
Cleanup plist |
8.2.1_1 11 Jun 2014 18:55:30
  |
marino  |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
8.2.1_1 10 Jun 2014 07:39:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
8.2.1_1 15 May 2014 18:41:25
  |
adamw  |
STAGE support, general cleanups, use @sample where appropriate.
PORTREVISION bumps where plist or pkg-message changed. |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
8.2.1 20 Sep 2013 16:21:38
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
8.2.1 11 Sep 2013 12:59:14
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
8.2.1 04 May 2013 22:48:04
  |
flo  |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
8.2.1 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
8.2.1 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
8.2.1 20 May 2011 19:49:23
 |
sylvio  |
- Add license |
8.2.1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
8.2.1 31 Aug 2010 18:54:22
 |
sylvio  |
- Update to 8.2.1 |
8.2 21 Feb 2010 01:10:57
 |
sylvio  |
- Update to 8.2
Approved by: itetcu (mentor)
Feature safe: yes |
8.1.10 28 Jan 2010 14:38:21
 |
sylvio  |
- Update to 8.1.10
Approved by: miwi (mentor) |
8.1.7 14 Nov 2009 23:07:48
 |
sylvio  |
- Update to 8.1.7
Approved by: miwi (mentor) |
8.1.6 10 Nov 2009 21:31:11
 |
sylvio  |
- Update to 8.1.6
- Update my mail address to FreeBSD
Approved by: itetcu, miwi (mentors) |
8.1.5 21 Oct 2009 10:40:37
 |
miwi  |
- Update to 8.1.5
- Pass maintainership to submitter
PR: 139695
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
8.1.2 11 Oct 2009 12:55:57
 |
miwi  |
- Update to 8.1.2
- Drop maintainership
PR: 139431
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
7.10 30 Sep 2008 16:11:05
 |
miwi  |
- Update to 7.10
- Take maintainership |
7.9.9 07 Sep 2008 00:19:05
 |
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
7.9.9 04 Feb 2008 15:52:14
 |
sat  |
- Update to 7.9.9 |
7.9.8 13 Dec 2007 11:28:00
 |
sat  |
- Update to 7.9.8 |
7.9.5 25 May 2007 21:56:16
 |
sat  |
- Update to 7.9.5
- Add mirrors [1]
Suggested by: pointyhat via kris [1] |
7.9.4 01 May 2007 00:42:56
 |
sat  |
- Update to 7.9.4 |
7.9.3 16 Mar 2007 02:06:04
 |
sat  |
- Update to 7.9.3 |
7.9.1 26 Feb 2007 22:39:17
 |
sat  |
- Update to 7.9.1 |
7.9 10 Feb 2007 14:14:49
 |
sat  |
- Update to 7.9 |
7.8.4 20 Dec 2006 12:56:28
 |
sat  |
- Update to 7.8.4 |
7.8.3 14 Dec 2006 08:24:03
 |
sat  |
- Update to 7.8.3 |
7.8.2 12 Nov 2006 10:56:09
 |
sat  |
- Update to 7.8.2 |
7.8 01 Nov 2006 23:14:38
 |
sat  |
- Update to 7.8 |
7.7.7 31 Oct 2006 20:29:28
 |
sat  |
- Update to 7.7.7 (Jackpot!)
- Update German translation
- Add Spanish translation |
7.7.6.1 13 Oct 2006 17:05:47
 |
sat  |
- Distfile has been rerolled to fix a tiny typo bug in plans.js
(a quote and a semicolon omitted by mistake)
Reported by: pointyhat via kris
Approved by: portmgr (marcus) |
7.7.6 07 Oct 2006 14:54:54
 |
sat  |
- Update to 7.7.6 |
7.7.5 18 Sep 2006 11:50:28
 |
sat  |
- Update to 7.7.5 |
7.7.4 31 Aug 2006 06:36:34
 |
sat  |
- Update to 7.7.4 |
7.7.3 24 Aug 2006 19:37:43
 |
sat  |
- Update to 7.7.3 |
7.7.2 19 Aug 2006 10:52:16
 |
sat  |
- Update to 7.7.2 |
7.7 17 Aug 2006 05:40:23
 |
sat  |
- Update to 7.7 |
7.6.5 12 Jul 2006 06:49:10
 |
sat  |
- Update to 7.6.5 |
7.6.4 30 May 2006 09:41:53
 |
sat  |
- Update to 7.6.4
Approved by: krion (mentor, implicit) |
7.6.3_1 08 May 2006 21:41:11
 |
sat  |
Update my e-mail address
Approved by: krion (mentor, implicit) |
7.6.3_1 26 Mar 2006 18:46:18
 |
arved  |
Fix pkg-plist
PR: 94970
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Reported by: pointyhat |
7.6.3 23 Mar 2006 14:28:55
 |
arved  |
Update to 7.6.3
Add Italian translation
PR: 94828
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> |
7.6.2 13 Mar 2006 01:43:21
 |
mnag  |
- Update to 7.6.2 and fix fetch.
PR: 94394
Submitted by: maintainer
Approved by: portmgr (marcus) |
7.6.1 24 Feb 2006 17:21:28
 |
krion  |
The previous version of archive mistakenly contained the 7.6 code,
therefore the archive was rerolled.
Approved by: portmgr (implicit) |
7.6.1 22 Feb 2006 18:54:09
 |
tdb  |
- Update to 7.6.1
PR: 93719
Submitted by: infofarmer@gmail.com (maintainer) |
7.6 18 Feb 2006 13:53:54
 |
mnag  |
- Update to 7.6
PR: 93395
Submitted by: maintainer |
7.5.5 31 Jan 2006 19:32:05
 |
tdb  |
- Update to 7.5.5
PR: 92627
Submitted by: infofarmer@gmail.com (maintainer) |
7.5.4_1 24 Jan 2006 19:28:47
 |
mnag  |
- Preserve config files
- Default installation dir are now ${PREFIX}/www/plans instead of
${PREFIX}/www/data/plans
- Bump PORTREVISION
PR: 92280
Submitted by: infofarmer@gmail.com (maintainer) |
7.5.4 22 Jan 2006 01:29:46
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
7.5.4 13 Jan 2006 10:12:44
 |
tdb  |
- Update to 7.5.4
- Bundle all translations
PR: 91742
Submitted by: infofarmer@gmail.com (maintainer) |
7.5.3 07 Jan 2006 03:18:57
 |
edwin  |
maitainer-update deskutils/plans to 7.5.3
Update to 7.5.3
PR: ports/91430
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> |
7.5.2 22 Dec 2005 17:18:58
 |
garga  |
- Update to 7.5.2
PR: ports/90789
Submitted by: maintainer |
7.5.1 10 Dec 2005 14:59:49
 |
novel  |
Update to 7.5.1.
PR: 90173
Submitted by: Andrew Pantyukhin (maintainer) |
7.4.9 29 Nov 2005 20:17:18
 |
mnag  |
Update to 7.4.9
PR: 89732
Submitted by: maintainer |
7.4.8 17 Nov 2005 18:02:39
 |
mnag  |
o Update to 7.4.8
o Do not overwrite existing files during installation
o Respect WWWDOCROOT
PR: 89190
Submitted by: infofarmer@gmail.com (maintainer) |
7.4.7_1 11 Nov 2005 18:32:28
 |
mnag  |
Distfile was rerolled. Language file was been restructured and updated.
Bump PORTREVISION
Fix warnning on deinstall
PR: 88846
Submitted by: infofarmer@gmail.com (maintainer)
Notified by: kris |
7.4.7 09 Nov 2005 17:13:24
 |
mnag  |
Add SHA256
Make portlint happy
PR: 88696
Submitted by: maintainer |
7.4.7 07 Nov 2005 20:14:53
 |
edwin  |
We have a new maintainer!
From: "Andrew P." <infofarmer@gmail.com>
To: edwin@FreeBSD.org
Subject: deskutils/plans
I'll take it. |
7.4.7 07 Nov 2005 01:07:41
 |
edwin  |
- Update to 7.4.7
- Remove maintainership (unless somebody picks it up, I'll keep doing
the updates but I would be happy to get rid of it since I'm not
using it anymore)
- Make the pkg-message proper |
7.4.6 02 Nov 2005 10:38:15
 |
edwin  |
Update to version 7.4.6 |
7.4.5 26 Oct 2005 21:38:07
 |
edwin  |
Permissions set by the Makefile are just wrong.
755 for .cgi, 664 for .xml and 644 for others would be
appropriate.
Submitted by: "Andrew P." <infofarmer@gmail.com> |
7.4.3 14 Oct 2005 21:06:39
 |
edwin  |
Update to version 7.4.3 |
7.4 10 Oct 2005 11:44:18
 |
edwin  |
Upgrade to 7.4 |
7.3 02 Oct 2005 08:48:04
 |
edwin  |
webbrowser -> webserver |
7.3 02 Oct 2005 08:44:20
 |
edwin  |
Update to 7.3 |
7.2 02 Sep 2005 07:55:54
 |
edwin  |
Upgrade to 7.2 |
7.1.1 28 Aug 2005 09:24:44
 |
edwin  |
Upgrade to 7.1.1 |
6.7.3 12 May 2005 04:25:19
 |
edwin  |
Upgrade to 6.7.3 |
6.7.1 30 Apr 2005 12:15:36
 |
edwin  |
Upgrade to version 6.7.1 |
6.6.5 20 Mar 2005 12:42:15
 |
edwin  |
Update to plans 6.6.5 |
6.6.4 21 Feb 2005 12:56:13
 |
edwin  |
Upgrade to 6.6.4 |
6.6.2 02 Feb 2005 06:39:23
 |
edwin  |
Update to verison 6.6.2
This release adds sort options for the calendar dropdown.
It adds a new template for events in list mode. It fixes a
bug that caused events to sometimes not appear and a bug
with email reminders. |
6.6.1 26 Jan 2005 12:07:56
 |
edwin  |
Update to version 6.6.1 |
6.6 19 Jan 2005 10:26:50
 |
edwin  |
Update to version 6.6 |
6.5.4 16 Jan 2005 11:54:50
 |
edwin  |
upgrade to 6.5.4 |
6.5.3 23 Dec 2004 21:13:00
 |
edwin  |
Update to version 6.5.3 |
6.5.2_1 22 Dec 2004 02:19:18
 |
edwin  |
zip file re-rolled:
- properly use options for languages
- properly use options for email reminders
- add a fatal_error() function
Initially noticed by: pointyhat / kris@ |
6.5.2 19 Dec 2004 04:25:52
 |
edwin  |
New port: sysutils/plan
It's a webbased calendar.
See http://www.planscalendar.com/ for more information. |