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