summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 01:24:09 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 01:24:09 +0000
commit0ac91e6836d1c331da52a332abdf121cd849401d (patch)
tree2f343a25a1f5f1ba9b6162eed5fcfeb53ed69dcd /devel
parent114bb4f1eec7542e6ab8405a55a45a6a49fcb481 (diff)
downloadpkgsrc-0ac91e6836d1c331da52a332abdf121cd849401d.tar.gz
R-tcltk2: initial commit.
A series of additional Tcl commands and Tk widgets with style and various functions (under Windows: DDE exchange, access to the registry and icon manipulation) to supplement the tcltk package
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/R-tcltk2/DESCR3
-rw-r--r--devel/R-tcltk2/Makefile25
-rw-r--r--devel/R-tcltk2/distinfo6
4 files changed, 36 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 029685b5967..610d7ceacf4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2873 2019/07/31 00:47:04 brook Exp $
+# $NetBSD: Makefile,v 1.2874 2019/07/31 01:24:09 brook Exp $
#
COMMENT= Development utilities
@@ -40,6 +40,7 @@ SUBDIR+= R-rematch
SUBDIR+= R-repr
SUBDIR+= R-rio
SUBDIR+= R-rlang
+SUBDIR+= R-tcltk2
SUBDIR+= R-uuid
SUBDIR+= RBTools
SUBDIR+= RTFM
diff --git a/devel/R-tcltk2/DESCR b/devel/R-tcltk2/DESCR
new file mode 100644
index 00000000000..cdda60bdb62
--- /dev/null
+++ b/devel/R-tcltk2/DESCR
@@ -0,0 +1,3 @@
+A series of additional Tcl commands and Tk widgets with style and
+various functions (under Windows: DDE exchange, access to the registry
+and icon manipulation) to supplement the tcltk package
diff --git a/devel/R-tcltk2/Makefile b/devel/R-tcltk2/Makefile
new file mode 100644
index 00000000000..88ec2677b41
--- /dev/null
+++ b/devel/R-tcltk2/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 01:24:09 brook Exp $
+
+CATEGORIES= devel R
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/tcltk2/
+COMMENT= Tcl/Tk additions
+LICENSE= gnu-lgpl-v3 # + file LICENSE
+
+R_PKGNAME= tcltk2
+R_PKGVER= 1.2-11
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+= inst/tklibs/ttktheme_clearlooks/create_imgs.py
+
+REPLACE_INTERPRETER+= tcl
+REPLACE.tcl.old= .*tclsh[^[:space:]]*
+REPLACE.tcl.new= ${TCLSH}
+REPLACE_FILES.tcl= inst/tklibs/ctext3.2/function_finder.tcl
+
+.include "../../math/R/Makefile.extension"
+.include "../../lang/python/application.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/R-tcltk2/distinfo b/devel/R-tcltk2/distinfo
new file mode 100644
index 00000000000..952a81ef32c
--- /dev/null
+++ b/devel/R-tcltk2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 01:24:09 brook Exp $
+
+SHA1 (R/tcltk2_1.2-11.tar.gz) = b749ff1724aaa10a18037ecaa21e8b685440fd58
+RMD160 (R/tcltk2_1.2-11.tar.gz) = d58176bf9d53b592702e901b7b05a0e3a8350cab
+SHA512 (R/tcltk2_1.2-11.tar.gz) = 89b84b834f6b1d822bccc89121ff6cc88a6a6bf6962f9b3925ef1f68da17377105f7915a7a7013db06d5464cfa00223ccb093d4394b88e443d6a26905ac76801
+Size (R/tcltk2_1.2-11.tar.gz) = 833846 bytes