Index: head/devel/zthread/Makefile =================================================================== --- head/devel/zthread/Makefile (revision 160749) +++ head/devel/zthread/Makefile (revision 160750) @@ -1,51 +1,45 @@ # New ports collection makefile for: ZThread # Date created: 23 May 2001 # Whom: pvh@egenetics.com # # $FreeBSD$ # PORTNAME= zthread -PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTVERSION= 2.3.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ZThread-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A platform-independent object-oriented C++ threading library GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-ftime --disable-static USE_GMAKE= yes MAKE_ARGS+= INSTALL_PROGRAM="${INSTALL_SCRIPT}" MAKE_ENV+= SED=sed # req'd for LIBTOOL?! INSTALLS_SHLIB= yes -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif +PORTDOCS= AUTHORS ChangeLog NEWS README TODO .include .if ${OSVERSION} < 500000 USE_GCC= 3.3+ .endif post-extract: @${FIND} ${WRKSRC} -name CVS -type d -delete +post-patch: + @${FIND} ${WRKSRC} \( -name '*.orig' -or -name '*.swp' \) -delete + post-install: - @${FIND} ${PREFIX}/include/zthread -type f | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${ECHO_CMD} "@dirrm include/zthread" >> ${TMPPLIST} .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/html -.for docfile in AUTHORS ChangeLog NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor - ${CP} -R ${WRKSRC}/doc/html/ ${DOCSDIR}/html + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/devel/zthread/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/devel/zthread/distinfo =================================================================== --- head/devel/zthread/distinfo (revision 160749) +++ head/devel/zthread/distinfo (revision 160750) @@ -1,3 +1,3 @@ -MD5 (ZThread-2.3.1.tar.gz) = 21c3075808b04949bec419010b0d188c -SHA256 (ZThread-2.3.1.tar.gz) = 726eaa358ddce23e75eb3c24668ef334159b6a953e80bff0a2d1b8f7bca86f00 -SIZE (ZThread-2.3.1.tar.gz) = 427364 +MD5 (ZThread-2.3.2.tar.gz) = f2782d19b8ed6f1ff2ab8824dd4ba48e +SHA256 (ZThread-2.3.2.tar.gz) = 950908b7473ac10abb046bd1d75acb5934344e302db38c2225b7a90bd1eda854 +SIZE (ZThread-2.3.2.tar.gz) = 412527 Property changes on: head/devel/zthread/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/zthread/pkg-plist =================================================================== --- head/devel/zthread/pkg-plist (revision 160749) +++ head/devel/zthread/pkg-plist (revision 160750) @@ -1,7 +1,53 @@ bin/zthread-config lib/libZThread-2.3.so -lib/libZThread-2.3.so.1 +lib/libZThread-2.3.so.2 lib/libZThread.la lib/libZThread.so share/aclocal/pthread.m4 share/aclocal/zthread.m4 +include/zthread/AtomicCount.h +include/zthread/BiasedReadWriteLock.h +include/zthread/BlockingQueue.h +include/zthread/BoundedQueue.h +include/zthread/Cancelable.h +include/zthread/ClassLockable.h +include/zthread/ConcurrentExecutor.h +include/zthread/Condition.h +include/zthread/Config.h +include/zthread/CountedPtr.h +include/zthread/CountingSemaphore.h +include/zthread/Exceptions.h +include/zthread/Executor.h +include/zthread/FairReadWriteLock.h +include/zthread/FastMutex.h +include/zthread/FastRecursiveMutex.h +include/zthread/Guard.h +include/zthread/GuardedClass.h +include/zthread/Lockable.h +include/zthread/Mutex.h +include/zthread/LockedQueue.h +include/zthread/MonitoredQueue.h +include/zthread/NonCopyable.h +include/zthread/PoolExecutor.h +include/zthread/Priority.h +include/zthread/PriorityCondition.h +include/zthread/PriorityInheritanceMutex.h +include/zthread/PriorityMutex.h +include/zthread/PrioritySemaphore.h +include/zthread/Queue.h +include/zthread/ReadWriteLock.h +include/zthread/RecursiveMutex.h +include/zthread/Runnable.h +include/zthread/Semaphore.h +include/zthread/Singleton.h +include/zthread/SynchronousExecutor.h +include/zthread/Task.h +include/zthread/Thread.h +include/zthread/ThreadLocal.h +include/zthread/ThreadLocalImpl.h +include/zthread/ThreadedExecutor.h +include/zthread/Time.h +include/zthread/Waitable.h +include/zthread/ZThread.h +include/zthread/Barrier.h +@dirrm include/zthread Property changes on: head/devel/zthread/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property