diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/pth-devel/Makefile | 36 | ||||
-rw-r--r-- | devel/pth-devel/distinfo | 1 | ||||
-rw-r--r-- | devel/pth-devel/pkg-comment | 1 | ||||
-rw-r--r-- | devel/pth-devel/pkg-descr | 22 | ||||
-rw-r--r-- | devel/pth-devel/pkg-plist | 14 |
6 files changed, 1 insertions, 76 deletions
diff --git a/devel/Makefile b/devel/Makefile index bbca989..c2a77c3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.209 1999/08/14 07:24:56 cpiazza Exp $ +# $Id: Makefile,v 1.210 1999/08/17 09:59:58 rse Exp $ # SUBDIR += ElectricFence @@ -140,7 +140,6 @@ SUBDIR += portlint SUBDIR += prcs SUBDIR += pth - SUBDIR += pth-devel SUBDIR += py-kjbuckets SUBDIR += py-mxDateTime SUBDIR += py-mxStack diff --git a/devel/pth-devel/Makefile b/devel/pth-devel/Makefile deleted file mode 100644 index 7b5f9f3..0000000 --- a/devel/pth-devel/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: pth -# Version required: 1.1b5 -# Date Created: 17 Aug 1999 -# Whom: Ralf S. Engelschall -# -# $Id: Makefile,v 1.1.1.1 1999/08/17 09:58:33 rse Exp $ -# - -DISTNAME= pth-1.1b5 -CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \ - ftp://ftp.engelschall.com/sw/pth/ - -MAINTAINER= rse@engelschall.com - -NO_LATEST_LINK= yes - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --enable-pthread \ - --enable-syscall-soft \ - --enable-batch - -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 - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/devel/pth-devel/distinfo b/devel/pth-devel/distinfo deleted file mode 100644 index 6312f3f..0000000 --- a/devel/pth-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pth-1.1b5.tar.gz) = 4231c73dd53720688d518f93a5be4fec diff --git a/devel/pth-devel/pkg-comment b/devel/pth-devel/pkg-comment deleted file mode 100644 index bdb826a..0000000 --- a/devel/pth-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Portable Threads (DEVELOPMENT VERSION) diff --git a/devel/pth-devel/pkg-descr b/devel/pth-devel/pkg-descr deleted file mode 100644 index d56feb8..0000000 --- a/devel/pth-devel/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -GNU Pth - GNU Portable Threads -Copyright (c) 1999 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. - -The documentation and latest release can be found on - o http://www.gnu.org/software/pth/ - o ftp://ftp.gnu.org/gnu/pth/ diff --git a/devel/pth-devel/pkg-plist b/devel/pth-devel/pkg-plist deleted file mode 100644 index 3355fe7..0000000 --- a/devel/pth-devel/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/pth-config -bin/pthread-config -include/pth.h -include/pthread.h -lib/libpth.a -lib/libpth.la -lib/libpth.so -lib/libpth.so.11 -lib/libpthread.a -lib/libpthread.la -lib/libpthread.so -lib/libpthread.so.11 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |