Import byzi 0.1.
A Tk extension to "busy" a window. Ok sthen@
This commit is contained in:
parent
a3520d2bd2
commit
8707c7aa86
38
x11/byzi/Makefile
Normal file
38
x11/byzi/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/08 11:36:29 stu Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = confine pointer and keyboard events to a Tk window sub-tree
|
||||
|
||||
DISTNAME = byzi-0.1
|
||||
SHARED_LIBS = byzi01 0.0
|
||||
CATEGORIES = x11
|
||||
HOMEPAGE = http://www3.bell.net/stwo/index.html
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = X11
|
||||
MASTER_SITES = http://www3.bell.net/stwo/software/
|
||||
MODULES = x11/tk
|
||||
BUILD_DEPENDS = ${MODTK_BUILD_DEPENDS}
|
||||
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
|
||||
FAKE_FLAGS = PKG_DIR=byzi
|
||||
SEPARATE_BUILD =Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
||||
--with-tcl=${MODTCL_LIBDIR} \
|
||||
--with-tk=${MODTK_LIBDIR} \
|
||||
--libdir=${MODTCL_TCLDIR} \
|
||||
SHLIB_VERSION=${LIBbyzi01_VERSION}
|
||||
|
||||
REGRESS_IS_INTERACTIVE = X11
|
||||
REGRESS_TARGET = test
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/byzi/distinfo
Normal file
5
x11/byzi/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (byzi-0.1.tar.gz) = lPF6JVX6pKohYpJdHmgEYw==
|
||||
RMD160 (byzi-0.1.tar.gz) = RInejSsyv+UoE6IBkB2J0q5uk0E=
|
||||
SHA1 (byzi-0.1.tar.gz) = OBb9KQcUrtqE+ZnE5vD9vRf/VVg=
|
||||
SHA256 (byzi-0.1.tar.gz) = pZqiWr5mYG/cj6Hk34gjLgNvAUmBI18PkCPHSBMgPrg=
|
||||
SIZE (byzi-0.1.tar.gz) = 138574
|
5
x11/byzi/pkg/DESCR
Normal file
5
x11/byzi/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
The Byzi extension for Tk provides a simple means to
|
||||
block keyboard, button and pointer events from Tk widgets, while
|
||||
overriding the widget's cursor with a configurable busy cursor.
|
||||
|
||||
The Byzi extension is based on the Tk 8.6 busy command sources.
|
6
x11/byzi/pkg/PLIST
Normal file
6
x11/byzi/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/08 11:36:29 stu Exp $
|
||||
lib/tcl/byzi/
|
||||
@lib lib/tcl/byzi/libbyzi01.so.${LIBbyzi01_VERSION}
|
||||
lib/tcl/byzi/license.terms
|
||||
lib/tcl/byzi/pkgIndex.tcl
|
||||
@man man/mann/byzi.n
|
Loading…
Reference in New Issue
Block a user