pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 01:24:09 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-tcltk2: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.2873 -r1.2874 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-tcltk2/DESCR \
    pkgsrc/devel/R-tcltk2/Makefile pkgsrc/devel/R-tcltk2/distinfo
cvs rdiff -u -r1.3084 -r1.3085 pkgsrc/doc/CHANGES-2019

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2873 pkgsrc/devel/Makefile:1.2874
--- pkgsrc/devel/Makefile:1.2873        Wed Jul 31 00:47:04 2019
+++ pkgsrc/devel/Makefile       Wed Jul 31 01:24:09 2019
@@ -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

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3084 pkgsrc/doc/CHANGES-2019:1.3085
--- pkgsrc/doc/CHANGES-2019:1.3084      Wed Jul 31 00:47:04 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 01:24:09 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Added files:

Index: pkgsrc/devel/R-tcltk2/DESCR
diff -u /dev/null pkgsrc/devel/R-tcltk2/DESCR:1.1
--- /dev/null   Wed Jul 31 01:24:09 2019
+++ pkgsrc/devel/R-tcltk2/DESCR Wed Jul 31 01:24:09 2019
@@ -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
Index: pkgsrc/devel/R-tcltk2/Makefile
diff -u /dev/null pkgsrc/devel/R-tcltk2/Makefile:1.1
--- /dev/null   Wed Jul 31 01:24:09 2019
+++ pkgsrc/devel/R-tcltk2/Makefile      Wed Jul 31 01:24:09 2019
@@ -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"
Index: pkgsrc/devel/R-tcltk2/distinfo
diff -u /dev/null pkgsrc/devel/R-tcltk2/distinfo:1.1
--- /dev/null   Wed Jul 31 01:24:09 2019
+++ pkgsrc/devel/R-tcltk2/distinfo      Wed Jul 31 01:24:09 2019
@@ -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



Home | Main Index | Thread Index | Old Index