pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-tcltk2: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/367f320cc5a5
branches:  trunk
changeset: 337004:367f320cc5a5
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 01:24:09 2019 +0000

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

 devel/Makefile          |   3 ++-
 devel/R-tcltk2/DESCR    |   3 +++
 devel/R-tcltk2/Makefile |  25 +++++++++++++++++++++++++
 devel/R-tcltk2/distinfo |   6 ++++++
 doc/CHANGES-2019        |   3 ++-
 5 files changed, 38 insertions(+), 2 deletions(-)

diffs (77 lines):

diff -r fc4db299ae58 -r 367f320cc5a5 devel/Makefile
--- a/devel/Makefile    Wed Jul 31 00:47:04 2019 +0000
+++ b/devel/Makefile    Wed Jul 31 01:24:09 2019 +0000
@@ -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-repr
 SUBDIR+=       R-rio
 SUBDIR+=       R-rlang
+SUBDIR+=       R-tcltk2
 SUBDIR+=       R-uuid
 SUBDIR+=       RBTools
 SUBDIR+=       RTFM
diff -r fc4db299ae58 -r 367f320cc5a5 devel/R-tcltk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tcltk2/DESCR      Wed Jul 31 01:24:09 2019 +0000
@@ -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 -r fc4db299ae58 -r 367f320cc5a5 devel/R-tcltk2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tcltk2/Makefile   Wed Jul 31 01:24:09 2019 +0000
@@ -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@localhost
+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 -r fc4db299ae58 -r 367f320cc5a5 devel/R-tcltk2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tcltk2/distinfo   Wed Jul 31 01:24:09 2019 +0000
@@ -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
diff -r fc4db299ae58 -r 367f320cc5a5 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 00:47:04 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 01:24:09 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3084 2019/07/31 00:47:04 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3085 2019/07/31 01:24:09 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5041,3 +5041,4 @@
        Added devel/R-clipr version 0.7.0 [brook 2019-07-30]
        Added devel/R-rematch version 1.0.1 [brook 2019-07-31]
        Added devel/R-rio version 0.5.16 [brook 2019-07-31]
+       Added devel/R-tcltk2 version 1.2.11 [brook 2019-07-31]



Home | Main Index | Thread Index | Old Index