since pth is newer, remove pth-devel
Approved by: maintainer timeout
This commit is contained in:
parent
7c31aac30c
commit
c19d6dd867
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65657
6 changed files with 0 additions and 79 deletions
|
@ -615,7 +615,6 @@
|
|||
SUBDIR += projectcenter.app
|
||||
SUBDIR += prototype
|
||||
SUBDIR += pth
|
||||
SUBDIR += pth-devel
|
||||
SUBDIR += ptl
|
||||
SUBDIR += ptypes
|
||||
SUBDIR += py-ansistyle
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
# New ports collection makefile for: pth
|
||||
# Date Created: 17 Aug 1999
|
||||
# Whom: Ralf S. Engelschall
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
FORBIDDEN= "devel/pth is newer"
|
||||
|
||||
PORTNAME= pth
|
||||
PORTVERSION= 1.4a2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \
|
||||
ftp://ftp.engelschall.com/sw/pth/
|
||||
|
||||
MAINTAINER= rse@engelschall.com
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
NO_CDROM= yes
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib/pth
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--enable-pthread \
|
||||
--enable-syscall-soft \
|
||||
--enable-optimize \
|
||||
--enable-batch \
|
||||
--includedir="${PREFIX}/include/pth" \
|
||||
--libdir="${PREFIX}/lib/pth"
|
||||
|
||||
MAN1= pth-config.1 pthread-config.1
|
||||
MAN3= pth.3 pthread.3
|
||||
|
||||
post-build:
|
||||
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
|
||||
|
||||
test:
|
||||
@cd ${WRKSRC} && ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (pth-1.4a2.tar.gz) = c3dc72714de4bfc8b470f94fe5a444f7
|
|
@ -1 +0,0 @@
|
|||
GNU Portable Threads (DEVELOPMENT VERSION)
|
|
@ -1,20 +0,0 @@
|
|||
GNU Pth - GNU Portable Threads
|
||||
Copyright (c) 1999-2000 Ralf S. Engelschall <rse@engelschall.com>
|
||||
|
||||
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
|
||||
which provides non-preemptive priority-based scheduling for multiple
|
||||
threads of execution ("multithreading") inside server applications. All
|
||||
threads run in the same address space of the server application, but
|
||||
each thread has it's own individual program-counter, run-time stack,
|
||||
signal mask and errno variable.
|
||||
|
||||
The thread scheduling itself is done in a cooperative way, i.e. the
|
||||
threads are managed by a priority- and event-based non-preemptive
|
||||
scheduler. The intention is that this way one can achieve better
|
||||
portability and run-time performance than with preemptive scheduling.
|
||||
The event facility allows threads to wait until various types of events
|
||||
occur, including pending I/O on filedescriptors, asynchronous signals,
|
||||
elapsed timers, pending I/O on message ports, thread and process
|
||||
termination, and even customized callback functions.
|
||||
|
||||
WWW: http://www.gnu.org/software/pth/
|
|
@ -1,15 +0,0 @@
|
|||
bin/pth-config
|
||||
bin/pthread-config
|
||||
include/pth/pth.h
|
||||
include/pth/pthread.h
|
||||
lib/pth/libpth.a
|
||||
lib/pth/libpth.la
|
||||
lib/pth/libpth.so
|
||||
lib/pth/libpth.so.14
|
||||
lib/pth/libpthread.a
|
||||
lib/pth/libpthread.la
|
||||
lib/pth/libpthread.so
|
||||
lib/pth/libpthread.so.14
|
||||
share/aclocal/pth.m4
|
||||
@dirrm include/pth
|
||||
@dirrm lib/pth
|
Loading…
Reference in a new issue