From owner-freebsd-ports Wed May 23 3:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 881E437B43C for ; Wed, 23 May 2001 03:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NAA3461084; Wed, 23 May 2001 03:10:03 -0700 (PDT) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 3BD2437B42C for ; Wed, 23 May 2001 03:06:04 -0700 (PDT) (envelope-from pvh@industrial.egenetics.com) Received: from industrial.egenetics.com ([196.38.142.71] ident=root) by fling.sanbi.ac.za with esmtp (Exim 3.13 #4) id 152VWg-0006rI-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 23 May 2001 12:05:58 +0200 Received: (from root@localhost) by industrial.egenetics.com (8.11.3/8.11.3) id f4NA5tN58652; Wed, 23 May 2001 12:05:55 +0200 (SAST) (envelope-from pvh) Message-Id: <200105231005.f4NA5tN58652@industrial.egenetics.com> Date: Wed, 23 May 2001 12:05:55 +0200 (SAST) From: pvh@egenetics.com Reply-To: pvh@egenetics.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27570: New port: ZThread, C++ object oriented threading package Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27570 >Category: ports >Synopsis: New port: ZThread, C++ object oriented threading package >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 03:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter van Heusden >Release: FreeBSD 4.3-STABLE i386 >Organization: Electric Genetics >Environment: System: FreeBSD industrial.egenetics.com 4.3-STABLE FreeBSD 4.3-STABLE #1: Fri May 4 09:54:43 SAST 2001 root@industrial.egenetics.com:/usr/src/sys/compile/MINIMAL i386 >Description: The ZThread package is an advanced object-oriented, cross-platform, C++ threading and synchronization library. It provides a high level abstraction of the native threading mechanisms to offer a great deal of flexibility and control. More information is available at the ZThreads homepage: WWW: http://zthread.sourceforge.net >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # zthread # zthread/Makefile # zthread/distinfo # zthread/pkg-comment # zthread/pkg-descr # zthread/pkg-plist # echo c - zthread mkdir -p zthread > /dev/null 2>&1 echo x - zthread/Makefile sed 's/^X//' >zthread/Makefile << 'END-of-zthread/Makefile' X# New ports collection makefile for: ZThread X# Date created: 23 May 2001 X# Whom: pvh@egenetics.com X# X# $FreeBSD$ X# X XPORTNAME= zthread XPORTVERSION= 1.4.1 XCATEGORIES= devel XMASTER_SITES= http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= zthread XDISTNAME= ZThread-${PORTVERSION} X XMAINTAINER= pvh@egenetics.com X XHAS_CONFIGURE= yes X XUSE_GMAKE= yes XUSE_LIBTOOL= yes X X.include END-of-zthread/Makefile echo x - zthread/distinfo sed 's/^X//' >zthread/distinfo << 'END-of-zthread/distinfo' XMD5 (ZThread-1.4.1.tar.gz) = ae97b996dd5df64391b6fcc2ebef1f14 END-of-zthread/distinfo echo x - zthread/pkg-comment sed 's/^X//' >zthread/pkg-comment << 'END-of-zthread/pkg-comment' XZThreads: a platform-independent object-oriented threading package END-of-zthread/pkg-comment echo x - zthread/pkg-descr sed 's/^X//' >zthread/pkg-descr << 'END-of-zthread/pkg-descr' XThe ZThread package is an advanced object-oriented, cross-platform, XC++ threading and synchronization library. It provides a high level Xabstraction of the native threading mechanisms to offer a great deal of Xflexibility and control. X XMore information is available at the ZThreads homepage: XWWW: http://zthread.sourceforge.net END-of-zthread/pkg-descr echo x - zthread/pkg-plist sed 's/^X//' >zthread/pkg-plist << 'END-of-zthread/pkg-plist' Xlib/libZThread-1.4.so.1 Xlib/libZThread.so Xlib/libZThread.a Xinclude/AbstractExecutor.h Xinclude/Worker.h Xinclude/AsyncExecutor.h Xinclude/FastMutex.h Xinclude/RWLock.h Xinclude/AutoPtr.h Xinclude/FastRecursiveMutex.h Xinclude/RecursiveMutex.h Xinclude/Barrier.h Xinclude/Guard.h Xinclude/Semaphore.h Xinclude/BiasedRWLock.h Xinclude/Latch.h Xinclude/SharedInstance.h Xinclude/BlockingQueue.h Xinclude/Lockable.h Xinclude/Singleton.h Xinclude/BufferedQueue.h Xinclude/LockedQueue.h Xinclude/SynchronizationExceptions.h Xinclude/Cancelable.h Xinclude/Makefile.am Xinclude/SyncExecutor.h Xinclude/CheckedMutex.h Xinclude/MonitoredQueue.h Xinclude/Thread.h Xinclude/Condition.h Xinclude/Mutex.h Xinclude/ThreadLocal.h Xinclude/AbstractThreadLocal.h Xinclude/InheritableThreadLocal.h Xinclude/FastThreadLocal.h Xinclude/CountingSemaphore.h Xinclude/POSIX_FastMutex.h Xinclude/WIN32_FastMutex.h Xinclude/POSIX_FastRecursiveMutex.h Xinclude/WIN32_FastRecursiveMutex.h Xinclude/Executor.h Xinclude/PoolExecutor.h Xinclude/ZThread.h Xinclude/Queue.h Xinclude/FairRWLock.h Xinclude/Timer.h Xinclude/SimpleQueue.h Xinclude/NullMutex.h Xinclude/Observable.h Xinclude/Factory.h Xinclude/TimerThread.h Xbin/zthread-config Xshare/aclocal/zthread.m4 Xshare/aclocal/pthread.m4 END-of-zthread/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message