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) |
2.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 ) |
2.3 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.3 23 Sep 2021 16:22:54
    |
Baptiste Daroussin (bapt)  |
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses |
2.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.3 15 Jan 2020 17:45:54
  |
sunpoet  |
Update manpage location (r523104) |
2.3 28 Dec 2019 06:56:40
  |
sunpoet  |
Cosmetic change |
2.3 25 Dec 2019 09:05:11
  |
antoine  |
Fix build
Reported by: pkg-fallout |
2.3 23 Dec 2019 08:37:14
  |
bapt  |
Use NCURSES_IMPL instead of hardcoding ncursesw to be futur proof |
2.3 14 Jun 2017 16:10:51
  |
sunpoet  |
Update to 2.3
- Take maintainership |
2.0.0_1 31 May 2017 13:10:43
  |
sunpoet  |
Pet portlint
- - Regenerate patch file with makepatch:
- Update WWW |
2.0.0_1 02 Dec 2016 09:21:59
  |
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
2.0.0_1 07 May 2015 20:24:16
  |
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.0.0_1 19 Mar 2015 16:44:59
  |
bdrewery  |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
2.0.0_1 11 Dec 2014 00:40:17
  |
feld  |
Update "BSD" license in sysutils category |
2.0.0_1 17 May 2014 09:53:12
  |
miwi  |
- Support USE_GITHUB
- Support ncurses USES macro
- Add LICENSE
PR: 187761
Submitted by: Ports Fury |
2.0.0_1 03 Jan 2014 01:13:00
  |
bapt  |
Part 2 at removing now useless FETCH_ARGS redifition |
2.0.0_1 16 Nov 2013 13:25:19
  |
vanilla  |
Support STAGEDIR. |
2.0.0_1 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.0.0_1 27 Jul 2013 16:06:02
  |
swills  |
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here
Reviewed by: danfe |
2.0.0_1 19 Sep 2012 20:00:35
  |
madpilot  |
Fix on 9.x and newer.
PR: ports/171690
Submitted by: Eric Freeman <freebsdports@chillibear.com>
Approved by: crees, tabthorpe (mentors, implicit) |
2.0.0 10 Jan 2011 02:17:17
 |
wen  |
Terminal based clock using ncurses.
WWW: http://github.com/xorg62/tty-clock/
PR: ports/153822
Submitted by: Eric Freeman <freebsdports@chillibear.com> |