Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2001 16:40:04 +0200 (SAST)
From:      Peter van Heusden <pvh@egenetics.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28633: Update port: devel/zthread updata from 1.4.1: minor bug fixes
Message-ID:  <200107021440.f62Ee4J95443@industrial.egenetics.com>

next in thread | raw e-mail | index | archive | help

>Number:         28633
>Category:       ports
>Synopsis:       Update port: devel/zthread updata from 1.4.1: minor bug fixes
>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:   Mon Jul 02 07:50: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 #0: Tue Jun 26 13:03:48 SAST 2001 pvh@industrial.egenetics.com:/usr/src/sys/compile/MINIMAL i386


	
>Description:
ChangeLog for 1.4.2 and 1.4.3:
VERSION 1.4.3:

  Moved the headers to a more standandard directory, everyone asked me
  for it.

  Fixed a timeout oversight the ThreadImpl.
  - Blocking with a timeout was not responding correctly.
  - Added one more thread state, JOINING. Prevents multiple joins,
    while allowing the rest of the logic to function correctly.

  Improved the GNU autoconf/automake builds.
  - Added 'make rpm'
  - Added 'make docs'
  - Fixed 'make dist'; previously, I had intended ppl only to use
    'make' & and 'make install'
  - You learn more about autoconf every time you have to update this
    stuff. Good tool, big learning curve :)

VERSION 1.4.2:

  Fixed a typo in the AutoPtr class template

>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
#	zthread/files
#	zthread/files/patch-aa
#
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.3
XCATEGORIES=	devel
XMASTER_SITES=	http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \
X		${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
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.3.tar.gz) = ec91d808b16bf591c365466b65c2717b
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.3
Xlib/libZThread.so
Xlib/libZThread.a
Xinclude/zthread/AbstractExecutor.h
Xinclude/zthread/Worker.h
Xinclude/zthread/AsyncExecutor.h
Xinclude/zthread/FastMutex.h
Xinclude/zthread/RWLock.h
Xinclude/zthread/AutoPtr.h
Xinclude/zthread/FastRecursiveMutex.h
Xinclude/zthread/RecursiveMutex.h
Xinclude/zthread/Barrier.h
Xinclude/zthread/Guard.h
Xinclude/zthread/Semaphore.h
Xinclude/zthread/BiasedRWLock.h
Xinclude/zthread/Latch.h
Xinclude/zthread/SharedInstance.h
Xinclude/zthread/BlockingQueue.h
Xinclude/zthread/Lockable.h
Xinclude/zthread/Singleton.h
Xinclude/zthread/BufferedQueue.h
Xinclude/zthread/LockedQueue.h
Xinclude/zthread/SynchronizationExceptions.h
Xinclude/zthread/Cancelable.h
Xinclude/zthread/SyncExecutor.h
Xinclude/zthread/CheckedMutex.h
Xinclude/zthread/MonitoredQueue.h
Xinclude/zthread/Thread.h
Xinclude/zthread/Condition.h
Xinclude/zthread/Mutex.h
Xinclude/zthread/ThreadLocal.h
Xinclude/zthread/AbstractThreadLocal.h
Xinclude/zthread/InheritableThreadLocal.h
Xinclude/zthread/FastThreadLocal.h
Xinclude/zthread/CountingSemaphore.h
Xinclude/zthread/POSIX_FastMutex.h
Xinclude/zthread/WIN32_FastMutex.h
Xinclude/zthread/POSIX_FastRecursiveMutex.h
Xinclude/zthread/WIN32_FastRecursiveMutex.h
Xinclude/zthread/Executor.h
Xinclude/zthread/PoolExecutor.h
Xinclude/zthread/ZThread.h
Xinclude/zthread/FairRWLock.h
Xinclude/zthread/Queue.h
Xinclude/zthread/Timer.h
Xinclude/zthread/SimpleQueue.h
Xinclude/zthread/NullMutex.h
Xinclude/zthread/Observable.h
Xinclude/zthread/Factory.h
Xinclude/zthread/TimerThread.h
Xbin/zthread-config
Xshare/aclocal/zthread.m4
Xshare/aclocal/pthread.m4
X@dirrm include/zthread
END-of-zthread/pkg-plist
echo c - zthread/files
mkdir -p zthread/files > /dev/null 2>&1
echo x - zthread/files/patch-aa
sed 's/^X//' >zthread/files/patch-aa << 'END-of-zthread/files/patch-aa'
X*** Makefile.in.old	Mon Jul  2 16:27:25 2001
X--- Makefile.in	Mon Jul  2 16:27:58 2001
X***************
X*** 378,384 ****
X  
X  install-exec-hook:
X  	$(mkinstalldirs) $(bindir)
X! 	$(INSTALL_PROGRAM) share/zthread-config $(bindir)
X  
X  install-data-hook:
X  	$(mkinstalldirs) $(datadir)/aclocal
X--- 378,384 ----
X  
X  install-exec-hook:
X  	$(mkinstalldirs) $(bindir)
X! 	$(INSTALL_SCRIPT) share/zthread-config $(bindir)
X  
X  install-data-hook:
X  	$(mkinstalldirs) $(datadir)/aclocal
END-of-zthread/files/patch-aa
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?200107021440.f62Ee4J95443>