diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pth-devel/Makefile | 41 | ||||
-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 | 20 | ||||
-rw-r--r-- | devel/pth-devel/pkg-plist | 15 |
7 files changed, 0 insertions, 80 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 2ab095cb0bf2..37adf0497a8d 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -6146,7 +6146,6 @@ pt-ooodict-PT ports/editors/ooodict-pt_PT pt-openoffice ports/editors/openoffice-pt pt-staroffice52 ports/editors/staroffice52-pt pth ports/devel/pth -pth-devel ports/devel/pth-devel ptkei ports/games/ptkei ptl ports/devel/ptl ptoc ports/lang/ptoc diff --git a/devel/Makefile b/devel/Makefile index f2b1218d223a..4b02420a8ae3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -615,7 +615,6 @@ SUBDIR += projectcenter.app SUBDIR += prototype SUBDIR += pth - SUBDIR += pth-devel SUBDIR += ptl SUBDIR += ptypes SUBDIR += py-ansistyle diff --git a/devel/pth-devel/Makefile b/devel/pth-devel/Makefile deleted file mode 100644 index 3ce9e9021296..000000000000 --- a/devel/pth-devel/Makefile +++ /dev/null @@ -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> diff --git a/devel/pth-devel/distinfo b/devel/pth-devel/distinfo deleted file mode 100644 index 1653489c986b..000000000000 --- a/devel/pth-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pth-1.4a2.tar.gz) = c3dc72714de4bfc8b470f94fe5a444f7 diff --git a/devel/pth-devel/pkg-comment b/devel/pth-devel/pkg-comment deleted file mode 100644 index bdb826a4f559..000000000000 --- 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 82c6fd6afe36..000000000000 --- a/devel/pth-devel/pkg-descr +++ /dev/null @@ -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/ diff --git a/devel/pth-devel/pkg-plist b/devel/pth-devel/pkg-plist deleted file mode 100644 index da152abea1a4..000000000000 --- a/devel/pth-devel/pkg-plist +++ /dev/null @@ -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 |