pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/tkcon devel/tkcon: import tkcon-2.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b87259c555ba
branches:  trunk
changeset: 415075:b87259c555ba
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Tue Oct 01 23:40:40 2019 +0000

description:
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.

diffstat:

 devel/tkcon/DESCR    |   6 ++++++
 devel/tkcon/Makefile |  32 ++++++++++++++++++++++++++++++++
 devel/tkcon/PLIST    |   2 ++
 devel/tkcon/distinfo |   6 ++++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r 93e3041455cf -r b87259c555ba devel/tkcon/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tkcon/DESCR Tue Oct 01 23:40:40 2019 +0000
@@ -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.
diff -r 93e3041455cf -r b87259c555ba devel/tkcon/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tkcon/Makefile      Tue Oct 01 23:40:40 2019 +0000
@@ -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@localhost
+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"
diff -r 93e3041455cf -r b87259c555ba devel/tkcon/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tkcon/PLIST Tue Oct 01 23:40:40 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/01 23:40:40 kamil Exp $
+bin/tkcon
diff -r 93e3041455cf -r b87259c555ba devel/tkcon/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tkcon/distinfo      Tue Oct 01 23:40:40 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index