Import tclthread-2.7.0.
Provides script-level acces to Tcl's threading capabilities. ok landry@
This commit is contained in:
parent
1d370e8764
commit
b89a5ca4a4
39
devel/tclthread/Makefile
Normal file
39
devel/tclthread/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/02/07 22:56:07 stu Exp $
|
||||
|
||||
COMMENT = thread extension for Tcl
|
||||
|
||||
DISTNAME = thread2.7.0
|
||||
PKGNAME = tclthread-2.7.0
|
||||
SHARED_LIBS = thread270 0.0
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://tcl.sourceforge.net/
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tcl/}
|
||||
MODULES = lang/tcl
|
||||
MODTCL_VERSION = 8.6
|
||||
BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS}
|
||||
RUN_DEPENDS = ${MODTCL_RUN_DEPENDS}
|
||||
|
||||
FAKE_FLAGS = PKG_DIR=tclthread \
|
||||
PKG_HEADERS=""
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
||||
--with-tcl=${MODTCL_LIBDIR} \
|
||||
--libdir=${MODTCL_TCLDIR} \
|
||||
--mandir=${PREFIX}/man \
|
||||
SHLIB_VERSION=${LIBthread270_VERSION}
|
||||
|
||||
REGRESS_TARGET = test
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/tclthread/distinfo
Normal file
2
devel/tclthread/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (thread2.7.0.tar.gz) = wQrGhz/fHmL1X8y2M/SllfyZJPelOQpQdgWUOtcJOHA=
|
||||
SIZE (thread2.7.0.tar.gz) = 293785
|
1
devel/tclthread/pkg/DESCR
Normal file
1
devel/tclthread/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Script-level acces to Tcl's threading capabilities.
|
9
devel/tclthread/pkg/PLIST
Normal file
9
devel/tclthread/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/02/07 22:56:07 stu Exp $
|
||||
lib/tcl/tclthread/
|
||||
@lib lib/tcl/tclthread/libthread270.so.${LIBthread270_VERSION}
|
||||
lib/tcl/tclthread/pkgIndex.tcl
|
||||
lib/tcl/tclthread/ttrace.tcl
|
||||
@man man/mann/thread.n
|
||||
@man man/mann/tpool.n
|
||||
@man man/mann/tsv.n
|
||||
@man man/mann/ttrace.n
|
Loading…
x
Reference in New Issue
Block a user