Date: Wed, 23 May 2001 12:05:55 +0200 (SAST) From: pvh@egenetics.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27570: New port: ZThread, C++ object oriented threading package Message-ID: <200105231005.f4NA5tN58652@industrial.egenetics.com>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105231005.f4NA5tN58652>