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) |
3.10.27 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 ) |
3.10.27 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
3.10.27 06 Aug 2021 14:07:50
    |
Guangyuan Yang (ygy)  Author: Thibault Payet |
net/socketw: Update to 3.10.27
Changelog: https://github.com/RigsOfRods/socketw/releases/tag/3.10.27
PR: 257657
MFH: 2021Q3 (bugfix release) |
3.10.26.20180918 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.10.26.20180918 12 Mar 2019 07:52:23
  |
meta  |
net/socketw: Fix build with OpenSSL > 1.1
PR: 232309
Reviewed by: Thibault Payet <monwarez@mailoo.org> (maintainer)
MFH: 2019Q1
Sponsored by: HAW International, Inc. |
3.10.26.20180918 14 Oct 2018 19:04:13
  |
swills  |
net/socketw: Update to 3.10.26.20180918
PR: 232222
Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer) |
1.0.0.20151501 09 Jan 2017 22:02:43
  |
feld  |
net/socketw: fix COMMENT |
1.0.0.20151501 12 Sep 2016 15:43:24
  |
marino  |
net/socketw: Document SSL build requirement, add cflags for SSL
Approved by: SSL blanket |
1.0.0.20151501 15 Mar 2016 12:49:11
  |
feld  |
SocketW is a cross platform (Linux/FreeBSD/Unix/Win32) streaming socket C++
library designed to be easy to use. It supports Unix sockets and TCP/IP sockets
with optional SSL/TLS (OpenSSL) support. SocketW allows you to write portable
and secure network applications quickly without needing to spend time learning
low-level system functions or reading OpenSSL manuals.
WWW: https://github.com/RigsOfRods/socketw
PR: 206496
Submitted by: Thibault Payet <monwarez@mailoo.org> |