pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tkcon



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Oct  1 23:40:40 UTC 2019

Added Files:
        pkgsrc/devel/tkcon: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tkcon/DESCR pkgsrc/devel/tkcon/Makefile \
    pkgsrc/devel/tkcon/PLIST pkgsrc/devel/tkcon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/tkcon/DESCR
diff -u /dev/null pkgsrc/devel/tkcon/DESCR:1.1
--- /dev/null   Tue Oct  1 23:40:40 2019
+++ pkgsrc/devel/tkcon/DESCR    Tue Oct  1 23:40:40 2019
@@ -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.
Index: pkgsrc/devel/tkcon/Makefile
diff -u /dev/null pkgsrc/devel/tkcon/Makefile:1.1
--- /dev/null   Tue Oct  1 23:40:40 2019
+++ pkgsrc/devel/tkcon/Makefile Tue Oct  1 23:40:40 2019
@@ -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"
Index: pkgsrc/devel/tkcon/PLIST
diff -u /dev/null pkgsrc/devel/tkcon/PLIST:1.1
--- /dev/null   Tue Oct  1 23:40:40 2019
+++ pkgsrc/devel/tkcon/PLIST    Tue Oct  1 23:40:40 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/01 23:40:40 kamil Exp $
+bin/tkcon
Index: pkgsrc/devel/tkcon/distinfo
diff -u /dev/null pkgsrc/devel/tkcon/distinfo:1.1
--- /dev/null   Tue Oct  1 23:40:40 2019
+++ pkgsrc/devel/tkcon/distinfo Tue Oct  1 23:40:40 2019
@@ -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