diff options
author | jhale <jhale@FreeBSD.org> | 2017-05-18 23:41:01 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2017-05-18 23:41:01 +0800 |
commit | d8e11007260017af19b47ea04ff1783223ecc2e6 (patch) | |
tree | c93436f5797553fc38a6f131fc737aaa691f87b5 /devel/npth | |
parent | 98451b60cd30084a0e2177a029276036c89b52a8 (diff) | |
download | freebsd-ports-gnome-d8e11007260017af19b47ea04ff1783223ecc2e6.tar.gz freebsd-ports-gnome-d8e11007260017af19b47ea04ff1783223ecc2e6.tar.zst freebsd-ports-gnome-d8e11007260017af19b47ea04ff1783223ecc2e6.zip |
Fix typo in pkg-descr [1]
Update WWW to something more specific
Reported by: Robert Huff <roberthuff@rcn.com> (via private mail) [1]
Diffstat (limited to 'devel/npth')
-rw-r--r-- | devel/npth/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/npth/pkg-descr b/devel/npth/pkg-descr index 8d5155c5a597..2ed0fbe38355 100644 --- a/devel/npth/pkg-descr +++ b/devel/npth/pkg-descr @@ -3,9 +3,9 @@ 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 +In contrast to GNU Pth, it 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 +WWW: https://www.gnupg.org/software/npth/index.html |