devel/tkcon: import tkcon-2.7.2
tkcon is a replacement for the standard console that comes with Tk (on Windows/Mac, but also works on Unix). tkcon provides many more features than the standard console and works on all platforms where Tcl/Tk is available. It is meant primarily to aid one when working with the little details inside tcl and tk and to give Unix users the GUI console provided by default in the Mac and Windows Tk.
This commit is contained in:
parent
34944fc367
commit
a6efa5e612
4 changed files with 46 additions and 0 deletions
6
devel/tkcon/DESCR
Normal file
6
devel/tkcon/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
tkcon is a replacement for the standard console that comes with Tk (on
|
||||
Windows/Mac, but also works on Unix). tkcon provides many more features
|
||||
than the standard console and works on all platforms where Tcl/Tk is
|
||||
available. It is meant primarily to aid one when working with the little
|
||||
details inside tcl and tk and to give Unix users the GUI console provided
|
||||
by default in the Mac and Windows Tk.
|
32
devel/tkcon/Makefile
Normal file
32
devel/tkcon/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/10/01 23:40:40 kamil Exp $
|
||||
|
||||
DISTNAME= tkcon-2.7.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=wjoye/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/wjoye/tkcon/
|
||||
COMMENT= Enhanced Tk Console for all Tk platforms
|
||||
#LICENSE= # esdl-license like with bourbon_ware clause v2
|
||||
|
||||
USE_TOOLS+= wish:run
|
||||
|
||||
SUBST_CLASSES+= fix-wish
|
||||
SUBST_STAGE.fix-wish= pre-configure
|
||||
SUBST_MESSAGE.fix-wish= Fixing tcl wish
|
||||
SUBST_FILES.fix-wish+= ${PKGBASE}.tcl
|
||||
SUBST_SED.fix-wish+= -e 's,exec wish,exec ${PREFIX}/bin/wish,'
|
||||
|
||||
#DEPENDS+= xhost-[0-9]*:../../x11/xhost # Not important?
|
||||
|
||||
GNU_CONFIGURE= yes # Not important?
|
||||
|
||||
INSTALLATION_DIRS+= bin
|
||||
|
||||
do-install:
|
||||
${RUN}cd ${WRKSRC} && \
|
||||
${INSTALL_SCRIPT} ${PKGBASE}.tcl \
|
||||
${DESTDIR}${PREFIX}/bin/${PKGBASE}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
devel/tkcon/PLIST
Normal file
2
devel/tkcon/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/10/01 23:40:40 kamil Exp $
|
||||
bin/tkcon
|
6
devel/tkcon/distinfo
Normal file
6
devel/tkcon/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/10/01 23:40:40 kamil Exp $
|
||||
|
||||
SHA1 (tkcon-2.7.2.tar.gz) = 2ea7443ffbd426468850f814980b27d259f9aecc
|
||||
RMD160 (tkcon-2.7.2.tar.gz) = c9b9e61357c8334eef53a20eb64d7712cf48aa06
|
||||
SHA512 (tkcon-2.7.2.tar.gz) = be5ba11094e681ec3845c692758ffb2cb7892cdb04bc304eea991cca14a2f9459154a0162fea06c793e64e05bdae12c72357f84f9a6f86e3e12e3df8f63e2b3d
|
||||
Size (tkcon-2.7.2.tar.gz) = 278407 bytes
|
Loading…
Reference in a new issue