Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.27 10 Sep 2023 23:13:40 |
Alexandre C. Guimarães (rigoletto) |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
0.27 23 May 2023 21:17:54 |
John Baldwin (jhb) |
devel/jech-dht: Use valid prototype for dht_init.
This change has already been made upstream.
Differential Revision: https://reviews.freebsd.org/D40169 |
0.27 25 Oct 2022 01:37:34 |
Alexandre C. Guimarães (rigoletto) |
devel/jech-dht: Update to 0.27 |
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) |
0.26 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 ) |
0.26 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.26 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.26 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
0.26 30 Apr 2019 16:59:16 |
rigoletto |
devel/jech-dht: minor Makefile fixes over r497937.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19828 |
0.26 05 Apr 2019 06:26:50 |
rigoletto |
devel/jech-dht: Update to 0.26.
PR: 234515
Submitted by: mi
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19820 |
0.25 27 Dec 2018 00:07:25 |
swills |
devel/jech-dht: Update to 0.25
PR: 233729
Submitted by: mi@ALDAN.algebra.com (maintianer)
Reported by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> |
0.22 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.22 05 May 2014 01:52:36 |
mi |
Improve the usage-message explaining the new -m option. |
0.22 05 May 2014 01:50:12 |
mi |
Ratched up warnings for the dht-example. It is good enough for WARNS=3. |
0.22 05 May 2014 01:48:38 |
mi |
This library comes with an example program (dht-example).
Build and install it... |
0.22 05 May 2014 00:59:29 |
mi |
Upgrade from 0.21 to 0.22. This introduces an API-incompatibility, but,
because the ABI remains the same, I am not upping shared library
version.
Notified by: portscout |
0.21 19 Feb 2014 09:12:03 |
ehaupt |
Support staging |
0.21 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
0.21 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.21 31 Jul 2012 16:23:39 |
mi |
Add NO_PROFILE=yes to these Makefiles to prevent building/installing the
_p.a flavor of the libraries.
Submitted by: pointyhat's bot |
0.21 29 Jul 2012 19:59:21 |
mi |
Remove "net" from categories. |
0.21 28 Jul 2012 20:48:23 |
mi |
Add implementation of Kademlia Distributed Hash Table (DHT) used
in the Bittorrent network (``mainline'' variant). |