Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7 24 Apr 2024 05:52:55 |
Jason E. Hale (jhale) |
devel/npth: Update to 1.7
Enable tests.
npth-config is no longer installed, being replaced by gpgrt-config from
security/libgpg-error. In the ports tree, this was only used in the
configure stage of security/gnupg, the only consumer of devel/npth.
https://dev.gnupg.org/T7010 |
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) |
1.6 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 ) |
1.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6 26 Jul 2018 14:21:38 |
jhale |
Update to 1.6 |
1.5 12 Jul 2017 10:12:15 |
jhale |
Update to 1.5 |
1.4 18 May 2017 15:41:01 |
jhale |
Fix typo in pkg-descr [1]
Update WWW to something more specific
Reported by: Robert Huff <roberthuff@rcn.com> (via private mail) [1] |
1.4 17 May 2017 19:46:26 |
jhale |
- Update to 1.4
- Simplify MASTER_SITES
- LICENSE has been changed from LGPL3+/GPLv2+ to LGPL21+
- Remove hack to add -lpthread to LIBS (fixed upstream) |
1.3 23 Nov 2016 20:50:57 |
jhale |
Update to 1.3 |
1.2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.2 08 May 2015 17:34:15 |
jhale |
- Update to 1.2 |
1.1 30 Nov 2014 22:53:52 |
jhale |
- Update to 1.1 |
1.0 19 Sep 2014 10:53:17 |
jhale |
- Update to 1.0 |
0.91_1 28 Jun 2014 13:09:46 |
jhale |
- Forgot to bump PORTREVISION |
0.91 28 Jun 2014 13:08:47 |
jhale |
- USES=libtool, drop .a and .la files
- USE_BZIP2 -> USES
- Strip binaries
- Simplify MASTER_SITES |
0.91 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.91 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.91 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.91 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
0.91 13 Sep 2012 04:45:59 |
jhale |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
0.91 14 Aug 2012 12:04:41 |
scheidell |
nPth - The New GNU Portable Threads Library
This is a library to provide the GNU Pth API and thus a non-preemptive threads
implementation.
In contrast to GNU Pth is is based on the system's standard threads
implementation. This allows the use of libraries which are not compatible to
GNU Pth. Experience with a Windows Pth emulation showed that this is a solid
way to provide a co-routine based framework.
WWW: http://www.gnupg.org
PR: ports/170599
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |