diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-06-09 07:00:46 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-06-09 07:00:46 +0000 |
commit | e384d63a99bc74528035e96f739ec12a7b26df32 (patch) | |
tree | d456fc9c8110c9ad65c003b39bb48f33e4a9a8f0 /devel/pth | |
parent | 98425f0bb25a3f150cec0c9f5a77117c944a28f8 (diff) | |
download | ports-e384d63a99bc74528035e96f739ec12a7b26df32.tar.gz ports-e384d63a99bc74528035e96f739ec12a7b26df32.zip |
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 8 | ||||
-rw-r--r-- | devel/pth/distinfo | 2 | ||||
-rw-r--r-- | devel/pth/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index acd0f2efcec2..0e5147b86253 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nps -# Version required: 0.9.15 +# Version required: 0.9.16 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.8 1999/06/01 16:13:54 rse Exp $ +# $Id: Makefile,v 1.9 1999/06/04 11:18:09 rse Exp $ # -DISTNAME= nps-0.9.15 +DISTNAME= nps-0.9.16 CATEGORIES= devel MASTER_SITES= http://www.engelschall.com/sw/nps/ \ ftp://ftp.engelschall.com/sw/nps/ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.engelschall.com/sw/nps/ \ MAINTAINER= rse@engelschall.com GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-batch MAN1= nps-config.1 MAN3= nps.3 diff --git a/devel/pth/distinfo b/devel/pth/distinfo index c302de00357c..c9755c006371 100644 --- a/devel/pth/distinfo +++ b/devel/pth/distinfo @@ -1 +1 @@ -MD5 (nps-0.9.15.tar.gz) = 3bb314b56aced7cfe64518fd7a1a77b5 +MD5 (nps-0.9.16.tar.gz) = 5a957b19f139bb8b1b7771c69ef0fee5 diff --git a/devel/pth/pkg-descr b/devel/pth/pkg-descr index 29d27ff7db90..9f2c5728de58 100644 --- a/devel/pth/pkg-descr +++ b/devel/pth/pkg-descr @@ -1,7 +1,7 @@ NPS - Non-Preemtive Thread Scheduling Library Copyright (c) 1999 Ralf S. Engelschall. -NPS is a POSIX/ANSI-C based library for Unix platforms which +NPS is a portable POSIX/ANSI-C based library for Unix platforms which provides non-preemtive scheduling for multiple threads of execution ("multi-threading") inside server applications. All threads run in the same address space of the server application, but each thread has it's |