non port: deskutils/plan/Makefile |
SVNWeb
|
Number of commits found: 30 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 4dd7a74 (Only the first 10 of 152 ports in this commit are shown above. )
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 )
|
Wed, 16 Feb 2022
|
[ 22:24 Cy Schubert (cy) ] 86afb13
deskutils/plan: Update to 1.12
This version of plan includes many bug fixes and a new feature. Look
at the HISTORY file in the source tarball to see what has changed.
|
[ 22:24 Cy Schubert (cy) ] 94a3c67
deskutils/plan: Restructure fetch
A newer release of plan may be found on ftp.bitrot.de. However only port
(non-passive) FTP works. FETCH_ARGS are adjusted to circumvent this.
Also, mirror on my site to avoid FTP entirely.
|
[ 20:21 Cy Schubert (cy) ] fd53e6b
deskutils/plan: Add Family Day (Canada)
The various Canadian provinces and territories have added a new
provincial holiday called in most provinces Family Day. Though,
it is called Louis Riel Day in Manitoba, Islandar Day in
Prince Edward Island, Nova Scotia Heritage Day in that province,
and Yukon Heritage Day in that territory. It is generally called
Family Day because all other Canadian provinces call it that.
Family Day falls on the same day as President's Day does in the US.
See also: https://en.wikipedia.org/wiki/Family_Day_(Canada)
https://www2.gov.bc.ca/gov/content/governments/ \
celebrating-british-columbia/bc-family-day
https://www.statutoryholidays.com/family-day.php
|
Mon, 17 Jan 2022
|
[ 13:20 Tobias Kortkamp (tobik) ] 07389cd (Only the first 10 of 14 ports in this commit are shown above. )
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Mar 2016
|
[ 06:35 cy ]
Take maintainership.
|
Tue, 18 Aug 2015
|
[ 10:01 mat ]
OSVERSION is always > 900006.
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sun, 2 Feb 2014
|
[ 14:04 antoine ]
Stage support
|
Fri, 20 Sep 2013
|
[ 16:21 bapt ] (Only the first 10 of 271 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
|
Wed, 10 Jul 2013
|
[ 06:49 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert from USE_MOTIF to USES=motif
|
Wed, 27 Jan 2010
|
[ 01:03 miwi ]
- Fix build on HEAD
PR: 143236
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Reviewed by: ed@
|
Sun, 11 Oct 2009
|
[ 12:55 miwi ]
- Update to 1.10.1
PR: 139430
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Fri, 13 Mar 2009
|
[ 23:27 shaun ] (Only the first 10 of 42 ports in this commit are shown above. )
Free most of my ports, since they aren't being maintained to a
reasonable standard.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 19 Jun 2006
|
[ 20:06 shaun ] (Only the first 10 of 63 ports in this commit are shown above. )
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
|
Sat, 13 May 2006
|
[ 17:27 itetcu ]
- Update plan to 1.9
- Respect NOPORTDOCS
- Use DOCSDIR, EXAMPLESDIR, DATADIR macros
- Update WWW line in pkg-descr
- Rename patches to new scheme
- Pass maintainership to submiter
PR: ports/97155
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor)
|
Fri, 25 Nov 2005
|
[ 22:29 pav ] (Only the first 10 of 27 ports in this commit are shown above. )
- Style: ports@freebsd.org -> ports@FreeBSD.org
|
Fri, 3 Sep 2004
|
[ 20:37 deischen ]
Turn maintainership over to ports - I don't use this any longer.
|
Sun, 8 Feb 2004
|
[ 15:42 deischen ]
Remove MASTER_SITE_XCONTRIB from MASTER_SITES.
Pr: 62492
|
Wed, 12 Nov 2003
|
[ 20:31 deischen ]
Update plan to 1.8.7. Also incorporated are some portlint fixes.
Submitted by: Sean Farley <sean-freebsd@farley.org>
|
Sun, 23 Mar 2003
|
[ 23:24 deischen ]
Update to version 1.8.6.
|
Fri, 7 Mar 2003
|
[ 05:58 ade ] (Only the first 10 of 36 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sun, 1 Dec 2002
|
[ 02:07 kris ]
Protect post-install target which is redefined by a slave port.
|
Tue, 6 Feb 2001
|
[ 08:52 obrien ]
Minor tweak of WRKSRC needed by ja-plan.
|
Tue, 7 Nov 2000
|
[ 23:28 asami ] (Only the first 10 of 56 ports in this commit are shown above. )
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
|
Number of commits found: 30 |