mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to NPS 0.9.16
This commit is contained in:
parent
98425f0bb2
commit
e384d63a99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19375
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (nps-0.9.15.tar.gz) = 3bb314b56aced7cfe64518fd7a1a77b5
|
||||
MD5 (nps-0.9.16.tar.gz) = 5a957b19f139bb8b1b7771c69ef0fee5
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user