pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   scole
Date:           Sun Feb 16 09:01:26 UTC 2025

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/tklib: DESCR Makefile PLIST distinfo

Log Message:
Add tklib-0.9, a collectin of utility modules for Tk


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

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.4421 pkgsrc/devel/Makefile:1.4422
--- pkgsrc/devel/Makefile:1.4421        Wed Feb 12 15:31:02 2025
+++ pkgsrc/devel/Makefile       Sun Feb 16 09:01:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4421 2025/02/12 15:31:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4422 2025/02/16 09:01:26 scole Exp $
 #
 
 COMMENT=       Development utilities
@@ -3653,6 +3653,7 @@ SUBDIR+=  tinycthread
 SUBDIR+=       tkcon
 SUBDIR+=       tkcvs
 SUBDIR+=       tkdiff
+SUBDIR+=       tklib
 SUBDIR+=       tl-expected
 SUBDIR+=       tla
 SUBDIR+=       tlsh

Added files:

Index: pkgsrc/devel/tklib/DESCR
diff -u /dev/null pkgsrc/devel/tklib/DESCR:1.1
--- /dev/null   Sun Feb 16 09:01:26 2025
+++ pkgsrc/devel/tklib/DESCR    Sun Feb 16 09:01:26 2025
@@ -0,0 +1,2 @@
+Tklib is intended to be a collection of Tcl packages that provide
+utility functions useful to a large collection of Tk programmers.
Index: pkgsrc/devel/tklib/Makefile
diff -u /dev/null pkgsrc/devel/tklib/Makefile:1.1
--- /dev/null   Sun Feb 16 09:01:26 2025
+++ pkgsrc/devel/tklib/Makefile Sun Feb 16 09:01:26 2025
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1 2025/02/16 09:01:26 scole Exp $
+
+PKGVERSION=            0.9
+DISTNAME=              tklib-${PKGVERSION}
+CATEGORIES=            devel
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=tcllib/files/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://core.tcl-lang.org/tklib/
+COMMENT=               Collection of utility modules for Tk
+LICENSE=               modified-bsd
+
+DEPENDS+=              tcllib-[0-9]*:../../devel/tcllib
+
+USE_TOOLS+=            gmake
+
+GNU_CONFIGURE=         yes
+NO_BUILD=              yes
+
+CONFIGURE_ARGS+=       --with-tclsh=${BUILDLINK_PREFIX.tcl}/bin/tclsh
+
+TK_EXDIR=              share/examples/tklib
+INSTALLATION_DIRS+=    bin lib ${PKGMANDIR}/mann ${TK_EXDIR}
+
+SUBST_CLASSES+=                tclsh
+SUBST_STAGE.tclsh=     pre-configure
+SUBST_FILES.tclsh=     apps/bitmap-editor
+SUBST_FILES.tclsh+=    apps/diagram-viewer
+SUBST_FILES.tclsh+=    apps/shtmlview
+SUBST_FILES.tclsh+=    modules/text/txmixins.tcl
+SUBST_FILES.tclsh+=    modules/treeview/tvmixins.tcl
+SUBST_SED.tclsh=       -e "s,/usr/bin/env.*tclsh,${TCLSH},g"
+SUBST_MESSAGE.tclsh=   Fixing path to tclsh.
+
+# install examples manually
+post-install:
+       cd ${WRKSRC}/examples; for d in `${FIND} . -type d -print`; do \
+        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${TK_EXDIR}/$$d; done
+       cd ${WRKSRC}/examples; for f in `${FIND} . -type f -print`; do \
+        ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/${TK_EXDIR}/$$f; done
+
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/tklib/PLIST
diff -u /dev/null pkgsrc/devel/tklib/PLIST:1.1
--- /dev/null   Sun Feb 16 09:01:26 2025
+++ pkgsrc/devel/tklib/PLIST    Sun Feb 16 09:01:26 2025
@@ -0,0 +1,603 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/16 09:01:26 scole Exp $
+bin/bitmap-editor
+bin/diagram-viewer
+bin/shtmlview
+lib/tklib${PKGVERSION}/autoscroll/autoscroll.tcl
+lib/tklib${PKGVERSION}/autoscroll/pkgIndex.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_drag.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_ecircle.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_epoints.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_epolyline.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_equad.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_erectangle.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_gradient.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_highlight.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_mvg.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_pdf.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_snap.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_sqmap.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_tags.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_trlines.tcl
+lib/tklib${PKGVERSION}/canvas/canvas_zoom.tcl
+lib/tklib${PKGVERSION}/canvas/pkgIndex.tcl
+lib/tklib${PKGVERSION}/chatwidget/chatwidget.tcl
+lib/tklib${PKGVERSION}/chatwidget/pkgIndex.tcl
+lib/tklib${PKGVERSION}/controlwidget/bindDown.tcl
+lib/tklib${PKGVERSION}/controlwidget/controlwidget.tcl
+lib/tklib${PKGVERSION}/controlwidget/led.tcl
+lib/tklib${PKGVERSION}/controlwidget/pkgIndex.tcl
+lib/tklib${PKGVERSION}/controlwidget/radioMatrix.tcl
+lib/tklib${PKGVERSION}/controlwidget/rdial.tcl
+lib/tklib${PKGVERSION}/controlwidget/tachometer.tcl
+lib/tklib${PKGVERSION}/controlwidget/vertical_meter.tcl
+lib/tklib${PKGVERSION}/controlwidget/voltmeter.tcl
+lib/tklib${PKGVERSION}/crosshair/crosshair.tcl
+lib/tklib${PKGVERSION}/crosshair/pkgIndex.tcl
+lib/tklib${PKGVERSION}/ctext/ctext.tcl
+lib/tklib${PKGVERSION}/ctext/pkgIndex.tcl
+lib/tklib${PKGVERSION}/cursor/cursor.tcl
+lib/tklib${PKGVERSION}/cursor/pkgIndex.tcl
+lib/tklib${PKGVERSION}/datefield/datefield.tcl
+lib/tklib${PKGVERSION}/datefield/pkgIndex.tcl
+lib/tklib${PKGVERSION}/diagrams/application.tcl
+lib/tklib${PKGVERSION}/diagrams/attributes.tcl
+lib/tklib${PKGVERSION}/diagrams/basic.tcl
+lib/tklib${PKGVERSION}/diagrams/core.tcl
+lib/tklib${PKGVERSION}/diagrams/diagram.tcl
+lib/tklib${PKGVERSION}/diagrams/direction.tcl
+lib/tklib${PKGVERSION}/diagrams/element.tcl
+lib/tklib${PKGVERSION}/diagrams/navigation.tcl
+lib/tklib${PKGVERSION}/diagrams/pkgIndex.tcl
+lib/tklib${PKGVERSION}/diagrams/point.tcl
+lib/tklib${PKGVERSION}/getstring/pkgIndex.tcl
+lib/tklib${PKGVERSION}/getstring/tk_getString.tcl
+lib/tklib${PKGVERSION}/history/history.tcl
+lib/tklib${PKGVERSION}/history/pkgIndex.tcl
+lib/tklib${PKGVERSION}/ico/ico.tcl
+lib/tklib${PKGVERSION}/ico/ico0.tcl
+lib/tklib${PKGVERSION}/ico/pkgIndex.tcl
+lib/tklib${PKGVERSION}/ipentry/ipentry.tcl
+lib/tklib${PKGVERSION}/ipentry/pkgIndex.tcl
+lib/tklib${PKGVERSION}/khim/ROOT.msg
+lib/tklib${PKGVERSION}/khim/cs.msg
+lib/tklib${PKGVERSION}/khim/da.msg
+lib/tklib${PKGVERSION}/khim/de.msg
+lib/tklib${PKGVERSION}/khim/en.msg
+lib/tklib${PKGVERSION}/khim/es.msg
+lib/tklib${PKGVERSION}/khim/khim.tcl
+lib/tklib${PKGVERSION}/khim/pkgIndex.tcl
+lib/tklib${PKGVERSION}/khim/pl.msg
+lib/tklib${PKGVERSION}/khim/ru.msg
+lib/tklib${PKGVERSION}/khim/uk.msg
+lib/tklib${PKGVERSION}/map/area-display.tcl
+lib/tklib${PKGVERSION}/map/area-file.tcl
+lib/tklib${PKGVERSION}/map/area-map-display.tcl
+lib/tklib${PKGVERSION}/map/area-store-fs.tcl
+lib/tklib${PKGVERSION}/map/area-store-mem.tcl
+lib/tklib${PKGVERSION}/map/area-table-display.tcl
+lib/tklib${PKGVERSION}/map/box-display.tcl
+lib/tklib${PKGVERSION}/map/box-entry.tcl
+lib/tklib${PKGVERSION}/map/box-file.tcl
+lib/tklib${PKGVERSION}/map/box-map-display.tcl
+lib/tklib${PKGVERSION}/map/box-store-fs.tcl
+lib/tklib${PKGVERSION}/map/box-store-mem.tcl
+lib/tklib${PKGVERSION}/map/box-table-display.tcl
+lib/tklib${PKGVERSION}/map/display.tcl
+lib/tklib${PKGVERSION}/map/mark.tcl
+lib/tklib${PKGVERSION}/map/pkgIndex.tcl
+lib/tklib${PKGVERSION}/map/point-file.tcl
+lib/tklib${PKGVERSION}/map/point-map-display.tcl
+lib/tklib${PKGVERSION}/map/point-store-fs.tcl
+lib/tklib${PKGVERSION}/map/point-store-mem.tcl
+lib/tklib${PKGVERSION}/map/point-table-display.tcl
+lib/tklib${PKGVERSION}/map/provider-osm.tcl
+lib/tklib${PKGVERSION}/map/track-display.tcl
+lib/tklib${PKGVERSION}/map/track-entry.tcl
+lib/tklib${PKGVERSION}/map/track-file.tcl
+lib/tklib${PKGVERSION}/map/track-map-display.tcl
+lib/tklib${PKGVERSION}/map/track-store-fs.tcl
+lib/tklib${PKGVERSION}/map/track-store-mem.tcl
+lib/tklib${PKGVERSION}/map/track-table-display.tcl
+lib/tklib${PKGVERSION}/mentry/mentry.tcl
+lib/tklib${PKGVERSION}/mentry/mentryCommon.tcl
+lib/tklib${PKGVERSION}/mentry/mentry_tile.tcl
+lib/tklib${PKGVERSION}/mentry/pkgIndex.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mentryDateTime.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mentryFixedPoint.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mentryIPAddr.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mentryIPv6Addr.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mentryThemes.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mentryWidget.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mwutil/mwutil.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/mwutil/pkgIndex.tcl
+lib/tklib${PKGVERSION}/mentry/scripts/tclIndex
+lib/tklib${PKGVERSION}/menubar/debug.tcl
+lib/tklib${PKGVERSION}/menubar/menubar.tcl
+lib/tklib${PKGVERSION}/menubar/node.tcl
+lib/tklib${PKGVERSION}/menubar/pkgIndex.tcl
+lib/tklib${PKGVERSION}/menubar/tree.tcl
+lib/tklib${PKGVERSION}/notifywindow/notifywindow.tcl
+lib/tklib${PKGVERSION}/notifywindow/pkgIndex.tcl
+lib/tklib${PKGVERSION}/ntext/ntext.tcl
+lib/tklib${PKGVERSION}/ntext/pkgIndex.tcl
+lib/tklib${PKGVERSION}/persistentSelection/persistentSelection.tcl
+lib/tklib${PKGVERSION}/persistentSelection/pkgIndex.tcl
+lib/tklib${PKGVERSION}/pkgIndex.tcl
+lib/tklib${PKGVERSION}/plotchart/pkgIndex.tcl
+lib/tklib${PKGVERSION}/plotchart/plot3d.tcl
+lib/tklib${PKGVERSION}/plotchart/plotanim.tcl
+lib/tklib${PKGVERSION}/plotchart/plotannot.tcl
+lib/tklib${PKGVERSION}/plotchart/plotaxis.tcl
+lib/tklib${PKGVERSION}/plotchart/plotbind.tcl
+lib/tklib${PKGVERSION}/plotchart/plotbusiness.tcl
+lib/tklib${PKGVERSION}/plotchart/plotchart.tcl
+lib/tklib${PKGVERSION}/plotchart/plotcombined.tcl
+lib/tklib${PKGVERSION}/plotchart/plotconfig.tcl
+lib/tklib${PKGVERSION}/plotchart/plotcontour.tcl
+lib/tklib${PKGVERSION}/plotchart/plotdendrogram.tcl
+lib/tklib${PKGVERSION}/plotchart/plotgantt.tcl
+lib/tklib${PKGVERSION}/plotchart/plotobject.tcl
+lib/tklib${PKGVERSION}/plotchart/plotpack.tcl
+lib/tklib${PKGVERSION}/plotchart/plotpriv.tcl
+lib/tklib${PKGVERSION}/plotchart/plotscada.tcl
+lib/tklib${PKGVERSION}/plotchart/plotspecial.tcl
+lib/tklib${PKGVERSION}/plotchart/plotstatustimeline.tcl
+lib/tklib${PKGVERSION}/plotchart/plottable.tcl
+lib/tklib${PKGVERSION}/plotchart/scaling.tcl
+lib/tklib${PKGVERSION}/plotchart/xyplot.tcl
+lib/tklib${PKGVERSION}/scrollutil/pkgIndex.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/attrib.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/notebookImages.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/pagesman.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/plainnotebook.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/scrollableframe.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/scrollarea.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/scrollednotebook.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/scrollsync.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/tclIndex
+lib/tklib${PKGVERSION}/scrollutil/scripts/utils/indicatorImgs/gifIndicatorImgs.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/utils/indicatorImgs/svgIndicatorImgs.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/utils/indicatorImgs/tclIndex
+lib/tklib${PKGVERSION}/scrollutil/scripts/utils/mwutil.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/utils/pkgIndex.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/utils/scaleutil.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/utils/themepatch.tcl
+lib/tklib${PKGVERSION}/scrollutil/scripts/wheelEvent.tcl
+lib/tklib${PKGVERSION}/scrollutil/scrollutil.tcl
+lib/tklib${PKGVERSION}/scrollutil/scrollutilCommon.tcl
+lib/tklib${PKGVERSION}/scrollutil/scrollutil_tile.tcl
+lib/tklib${PKGVERSION}/shtmlview/pkgIndex.tcl
+lib/tklib${PKGVERSION}/shtmlview/shtmlview-doctools.tcl
+lib/tklib${PKGVERSION}/shtmlview/shtmlview-mkdoc.tcl
+lib/tklib${PKGVERSION}/shtmlview/shtmlview.tcl
+lib/tklib${PKGVERSION}/style/as.tcl
+lib/tklib${PKGVERSION}/style/lobster.tcl
+lib/tklib${PKGVERSION}/style/pkgIndex.tcl
+lib/tklib${PKGVERSION}/style/style.tcl
+lib/tklib${PKGVERSION}/swaplist/pkgIndex.tcl
+lib/tklib${PKGVERSION}/swaplist/swaplist.tcl
+lib/tklib${PKGVERSION}/tablelist/pkgIndex.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/pencil.cur
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistBind.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistConfig.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistEdit.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistImages.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistMove.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistSort.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistThemes.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistUtil.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tablelistWidget.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/tclIndex
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/indicatorImgs/gifIndicatorImgs.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/indicatorImgs/svgIndicatorImgs.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/indicatorImgs/tclIndex
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/mwutil.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/pkgIndex.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/scaleutil.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/scaleutilMisc.tcl
+lib/tklib${PKGVERSION}/tablelist/scripts/utils/themepatch.tcl
+lib/tklib${PKGVERSION}/tablelist/tablelist.tcl
+lib/tklib${PKGVERSION}/tablelist/tablelistCommon.tcl
+lib/tklib${PKGVERSION}/tablelist/tablelist_tile.tcl
+lib/tklib${PKGVERSION}/text/pkgIndex.tcl
+lib/tklib${PKGVERSION}/text/txmixins.tcl
+lib/tklib${PKGVERSION}/tkpiechart/boxlabel.tcl
+lib/tklib${PKGVERSION}/tkpiechart/canlabel.tcl
+lib/tklib${PKGVERSION}/tkpiechart/labarray.tcl
+lib/tklib${PKGVERSION}/tkpiechart/objselec.tcl
+lib/tklib${PKGVERSION}/tkpiechart/perilabel.tcl
+lib/tklib${PKGVERSION}/tkpiechart/pie.tcl
+lib/tklib${PKGVERSION}/tkpiechart/pielabel.tcl
+lib/tklib${PKGVERSION}/tkpiechart/pkgIndex.tcl
+lib/tklib${PKGVERSION}/tkpiechart/relirect.tcl
+lib/tklib${PKGVERSION}/tkpiechart/selector.tcl
+lib/tklib${PKGVERSION}/tkpiechart/slice.tcl
+lib/tklib${PKGVERSION}/tkpiechart/tkpiechart.tcl
+lib/tklib${PKGVERSION}/tooltip/pkgIndex.tcl
+lib/tklib${PKGVERSION}/tooltip/tipstack.tcl
+lib/tklib${PKGVERSION}/tooltip/tooltip.tcl
+lib/tklib${PKGVERSION}/treeview/pkgIndex.tcl
+lib/tklib${PKGVERSION}/treeview/tvmixins.tcl
+lib/tklib${PKGVERSION}/wcb/pkgIndex.tcl
+lib/tklib${PKGVERSION}/wcb/scripts/tclIndex
+lib/tklib${PKGVERSION}/wcb/scripts/wcbCommon.tcl
+lib/tklib${PKGVERSION}/wcb/scripts/wcbEntry.tcl
+lib/tklib${PKGVERSION}/wcb/scripts/wcbListbox.tcl
+lib/tklib${PKGVERSION}/wcb/scripts/wcbTablelist.tcl
+lib/tklib${PKGVERSION}/wcb/scripts/wcbText.tcl
+lib/tklib${PKGVERSION}/wcb/scripts/wcbTreeview.tcl
+lib/tklib${PKGVERSION}/wcb/wcb.tcl
+lib/tklib${PKGVERSION}/widget/arrowb.tcl
+lib/tklib${PKGVERSION}/widget/calendar.tcl
+lib/tklib${PKGVERSION}/widget/dateentry.tcl
+lib/tklib${PKGVERSION}/widget/dialog.tcl
+lib/tklib${PKGVERSION}/widget/mentry.tcl
+lib/tklib${PKGVERSION}/widget/panelframe.tcl
+lib/tklib${PKGVERSION}/widget/pkgIndex.tcl
+lib/tklib${PKGVERSION}/widget/ruler.tcl
+lib/tklib${PKGVERSION}/widget/scrollw.tcl
+lib/tklib${PKGVERSION}/widget/statusbar.tcl
+lib/tklib${PKGVERSION}/widget/stext.tcl
+lib/tklib${PKGVERSION}/widget/superframe.tcl
+lib/tklib${PKGVERSION}/widget/toolbar.tcl
+lib/tklib${PKGVERSION}/widget/widget.tcl
+lib/tklib${PKGVERSION}/widgetPlus/pkgIndex.tcl
+lib/tklib${PKGVERSION}/widgetPlus/widgetPlus.tcl
+lib/tklib${PKGVERSION}/widgetl/icons/add.png
+lib/tklib${PKGVERSION}/widgetl/icons/arrow_down.png
+lib/tklib${PKGVERSION}/widgetl/icons/arrow_up.png
+lib/tklib${PKGVERSION}/widgetl/icons/delete.png
+lib/tklib${PKGVERSION}/widgetl/icons/folder_explore.png
+lib/tklib${PKGVERSION}/widgetl/listentry.tcl
+lib/tklib${PKGVERSION}/widgetl/listsimple.tcl
+lib/tklib${PKGVERSION}/widgetl/msgs/de.msg
+lib/tklib${PKGVERSION}/widgetl/msgs/en.msg
+lib/tklib${PKGVERSION}/widgetl/msgs/root.msg
+lib/tklib${PKGVERSION}/widgetl/pkgIndex.tcl
+lib/tklib${PKGVERSION}/widgetv/pkgIndex.tcl
+lib/tklib${PKGVERSION}/widgetv/validator.tcl
+man/mann/area-display.n
+man/mann/area-file.n
+man/mann/area-map-display.n
+man/mann/area-store-fs.n
+man/mann/area-store-mem.n
+man/mann/area-table-display.n
+man/mann/autoscroll.n
+man/mann/bitmap-editor.n
+man/mann/box-display.n
+man/mann/box-entry.n
+man/mann/box-file.n
+man/mann/box-map-display.n
+man/mann/box-store-fs.n
+man/mann/box-store-mem.n
+man/mann/box-table-display.n
+man/mann/canvas_drag.n
+man/mann/canvas_ecircle.n
+man/mann/canvas_epoints.n
+man/mann/canvas_epolyline.n
+man/mann/canvas_equad.n
+man/mann/canvas_erectangle.n
+man/mann/canvas_gradient.n
+man/mann/canvas_highlight.n
+man/mann/canvas_mvg.n
+man/mann/canvas_pdf.n
+man/mann/canvas_snap.n
+man/mann/canvas_sqmap.n
+man/mann/canvas_tags.n
+man/mann/canvas_trlines.n
+man/mann/canvas_zoom.n
+man/mann/canvaslabel.n
+man/mann/chatwidget.n
+man/mann/controlwidget.n
+man/mann/crosshair.n
+man/mann/ctext.n
+man/mann/cursor.n
+man/mann/datefield.n
+man/mann/diagram-viewer.n
+man/mann/diagram.n
+man/mann/display.n
+man/mann/ico.n
+man/mann/ipentry.n
+man/mann/khim.n
+man/mann/map_overview.n
+man/mann/mark.n
+man/mann/menubar.n
+man/mann/notifywindow.n
+man/mann/ntext.n
+man/mann/ntextBindings.n
+man/mann/ntextIndent.n
+man/mann/ntextWordBreak.n
+man/mann/persistentSelection.n
+man/mann/pie.n
+man/mann/pieboxlabeler.n
+man/mann/pieperipherallabeler.n
+man/mann/plotchart.n
+man/mann/point-file.n
+man/mann/point-map-display.n
+man/mann/point-store-fs.n
+man/mann/point-store-mem.n
+man/mann/point-table-display.n
+man/mann/provider-osm.n
+man/mann/shtmlview-doctools.n
+man/mann/shtmlview-mkdoc.n
+man/mann/shtmlview.n
+man/mann/swaplist.n
+man/mann/tipstack.n
+man/mann/tk_getString.n
+man/mann/tklib_history.n
+man/mann/tooltip.n
+man/mann/track-display.n
+man/mann/track-entry.n
+man/mann/track-file.n
+man/mann/track-map-display.n
+man/mann/track-store-fs.n
+man/mann/track-store-mem.n
+man/mann/track-table-display.n
+man/mann/widget.n
+man/mann/widgetPlus.n
+man/mann/widget_calendar.n
+man/mann/widget_dateentry.n
+man/mann/widget_listentry.n
+man/mann/widget_listsimple.n
+man/mann/widget_toolbar.n
+man/mann/widget_validator.n
+share/examples/tklib/canvas/city.tcl
+share/examples/tklib/canvas/citygrid.tcl
+share/examples/tklib/canvas/crosshairs_for_axes.tcl
+share/examples/tklib/canvas/crosshairs_for_multixyplot.tcl
+share/examples/tklib/canvas/crosshairs_scaled.tcl
+share/examples/tklib/canvas/demo_draghigh.tcl
+share/examples/tklib/canvas/demo_editcircle.tcl
+share/examples/tklib/canvas/demo_editpoints.tcl
+share/examples/tklib/canvas/demo_editpoly.tcl
+share/examples/tklib/canvas/demo_editpolyclosed.tcl
+share/examples/tklib/canvas/demo_editpolyclosedconvex.tcl
+share/examples/tklib/canvas/demo_editquad.tcl
+share/examples/tklib/canvas/demo_editquadconvex.tcl
+share/examples/tklib/canvas/demo_editrect.tcl
+share/examples/tklib/canvas/locationmarks.gps
+share/examples/tklib/canvas/morgens.jpg
+share/examples/tklib/canvas/osm.tcl
+share/examples/tklib/canvas/puzzle.tcl
+share/examples/tklib/canvas/seawalk.gps
+share/examples/tklib/controlwidget/demo-meters.tcl
+share/examples/tklib/controlwidget/demo-rdial.tcl
+share/examples/tklib/controlwidget/demo-tachometer.tcl
+share/examples/tklib/controlwidget/demo-voltmeter.tcl
+share/examples/tklib/controlwidget/run.tcl
+share/examples/tklib/diagrams/draw_anchor.tcl
+share/examples/tklib/diagrams/draw_chemical.tcl
+share/examples/tklib/diagrams/draw_circle.tcl
+share/examples/tklib/diagrams/draw_fraction.tcl
+share/examples/tklib/diagrams/draw_heater.tcl
+share/examples/tklib/diagrams/readme
+share/examples/tklib/map/README.md
+share/examples/tklib/map/data/arbutus-walk.track
+share/examples/tklib/map/data/bernau-schwarzwald.box
+share/examples/tklib/map/data/bloedel.box
+share/examples/tklib/map/data/byrne-creek-ravine-park.area
+share/examples/tklib/map/data/capilano-trail.track
+share/examples/tklib/map/data/cates-park.area
+share/examples/tklib/map/data/everett-crowley-park.area
+share/examples/tklib/map/data/fort-langley-national-historical-site.area
+share/examples/tklib/map/data/fort-langley-tour.track
+share/examples/tklib/map/data/jug-island-beach-trail.track
+share/examples/tklib/map/data/lost-lagoon.area
+share/examples/tklib/map/data/lvr-archaeologischer-park-xanten.area
+share/examples/tklib/map/data/many.points
+share/examples/tklib/map/data/nitobe-memorial-garden.area
+share/examples/tklib/map/data/pacific-spirit-park.box
+share/examples/tklib/map/data/pitt-lake-tour.track
+share/examples/tklib/map/data/quarry-rock-lookout.track
+share/examples/tklib/map/data/queen-elizabeth-park.area
+share/examples/tklib/map/data/simon-fraser-university.box
+share/examples/tklib/map/data/st-blasien-schwarzwald.box
+share/examples/tklib/map/data/stanley-park-pitch-putt-play.track
+share/examples/tklib/map/data/stanley-park-pitch-putt.area
+share/examples/tklib/map/data/stanley-park.box
+share/examples/tklib/map/data/the-sanctuary-hastings-park.area
+share/examples/tklib/map/data/university-of-bc.box
+share/examples/tklib/map/demo_map.tcl
+share/examples/tklib/map/demo_map_area_entry.tcl
+share/examples/tklib/map/demo_map_areas.tcl
+share/examples/tklib/map/demo_map_box_entry.tcl
+share/examples/tklib/map/demo_map_boxes.tcl
+share/examples/tklib/map/demo_map_layers.tcl
+share/examples/tklib/map/demo_map_points.tcl
+share/examples/tklib/map/demo_map_track_entry.tcl
+share/examples/tklib/map/demo_map_tracks.tcl
+share/examples/tklib/mentry/datetime1.tcl
+share/examples/tklib/mentry/datetime1_tile.tcl
+share/examples/tklib/mentry/datetime2.tcl
+share/examples/tklib/mentry/datetime2_tile.tcl
+share/examples/tklib/mentry/ethernetaddr.tcl
+share/examples/tklib/mentry/ethernetaddr_tile.tcl
+share/examples/tklib/mentry/option.tcl
+share/examples/tklib/mentry/option_tile.tcl
+share/examples/tklib/mentry/phonenumber.tcl
+share/examples/tklib/mentry/phonenumber_tile.tcl
+share/examples/tklib/menubar/demo.tcl
+share/examples/tklib/ntext/ntextDemoBindings.tcl
+share/examples/tklib/ntext/ntextDemoIndent.tcl
+share/examples/tklib/ntext/ntextDemoMacScrolling.tcl
+share/examples/tklib/ntext/ntextDemoScroll.tcl
+share/examples/tklib/ntext/ntextExample.tcl
+share/examples/tklib/persistentSelection/allWidgetsDebugDemo.tcl
+share/examples/tklib/persistentSelection/allWidgetsDemo.tcl
+share/examples/tklib/persistentSelection/simpleDemoEntryPlus.tcl
+share/examples/tklib/persistentSelection/simpleDemoNtext.tcl
+share/examples/tklib/persistentSelection/simpleDemoText.tcl
+share/examples/tklib/plotchart/demo.tcl
+share/examples/tklib/plotchart/editgraph.tcl
+share/examples/tklib/plotchart/plotdemos1.tcl
+share/examples/tklib/plotchart/plotdemos10.tcl
+share/examples/tklib/plotchart/plotdemos11.tcl
+share/examples/tklib/plotchart/plotdemos12.tcl
+share/examples/tklib/plotchart/plotdemos13.tcl
+share/examples/tklib/plotchart/plotdemos14.tcl
+share/examples/tklib/plotchart/plotdemos15.tcl
+share/examples/tklib/plotchart/plotdemos16.tcl
+share/examples/tklib/plotchart/plotdemos17.tcl
+share/examples/tklib/plotchart/plotdemos18.tcl
+share/examples/tklib/plotchart/plotdemos19.tcl
+share/examples/tklib/plotchart/plotdemos2.tcl
+share/examples/tklib/plotchart/plotdemos3.tcl
+share/examples/tklib/plotchart/plotdemos4.tcl
+share/examples/tklib/plotchart/plotdemos5.tcl
+share/examples/tklib/plotchart/plotdemos6.tcl
+share/examples/tklib/plotchart/plotdemos7.tcl
+share/examples/tklib/plotchart/plotdemos8.tcl
+share/examples/tklib/plotchart/plotdemos9.tcl
+share/examples/tklib/plotchart/plothist.tcl
+share/examples/tklib/plotchart/rosenbrock.tcl
+share/examples/tklib/plotchart/scope.tcl
+share/examples/tklib/plotchart/slidercnv.tcl
+share/examples/tklib/plotchart/tcllogo.gif
+share/examples/tklib/plotchart/test-convex.tcl
+share/examples/tklib/plotchart/test-histogram.tcl
+share/examples/tklib/plotchart/test-spiralpie.tcl
+share/examples/tklib/plotchart/test_circleplot.tcl
+share/examples/tklib/plotchart/test_heatmap.tcl
+share/examples/tklib/plotchart/test_legend.tcl
+share/examples/tklib/plotchart/test_stripchart.tcl
+share/examples/tklib/plotchart/test_taylor.tcl
+share/examples/tklib/plotchart/test_ternary.tcl
+share/examples/tklib/plotchart/testdots.tcl
+share/examples/tklib/plotchart/testfunc.tcl
+share/examples/tklib/plotchart/testmask.tcl
+share/examples/tklib/plotchart/testmultiplexy.tcl
+share/examples/tklib/plotchart/testmultixy.tcl
+share/examples/tklib/plotchart/testneedle.tcl
+share/examples/tklib/plotchart/testregion.tcl
+share/examples/tklib/plotchart/testshadexy.tcl
+share/examples/tklib/plotchart/testtable.tcl
+share/examples/tklib/plotchart/testtxplot.tcl
+share/examples/tklib/plotchart/testviolin.tcl
+share/examples/tklib/plotchart/testxypie.tcl
+share/examples/tklib/plotchart/timeinxyplot.tcl
+share/examples/tklib/plotchart/xyplot_demo.tcl
+share/examples/tklib/scrollutil/BwScrollableFrmContent.tcl
+share/examples/tklib/scrollutil/BwScrollableFrmDemo1.tcl
+share/examples/tklib/scrollutil/BwScrollableFrmDemo2.tcl
+share/examples/tklib/scrollutil/PagesManDemo.tcl
+share/examples/tklib/scrollutil/PlainNotebookDemo.tcl
+share/examples/tklib/scrollutil/ScrolledCanvas.tcl
+share/examples/tklib/scrollutil/ScrolledFrmContent.tcl
+share/examples/tklib/scrollutil/ScrolledFrmDemo1.tcl
+share/examples/tklib/scrollutil/ScrolledFrmDemo2.tcl
+share/examples/tklib/scrollutil/ScrolledNotebookDemo.tcl
+share/examples/tklib/scrollutil/ScrolledTablelist1.tcl
+share/examples/tklib/scrollutil/ScrolledTablelist2.tcl
+share/examples/tklib/scrollutil/ScrolledText.tcl
+share/examples/tklib/scrollutil/SuScrollableFrmContent.tcl
+share/examples/tklib/scrollutil/SuScrollableFrmDemo1.tcl
+share/examples/tklib/scrollutil/SuScrollableFrmDemo2.tcl
+share/examples/tklib/scrollutil/SyncListboxes.tcl
+share/examples/tklib/scrollutil/SyncTablelists.tcl
+share/examples/tklib/scrollutil/TtkNotebookDemo.tcl
+share/examples/tklib/scrollutil/file.svg
+share/examples/tklib/scrollutil/file100.gif
+share/examples/tklib/scrollutil/file125.gif
+share/examples/tklib/scrollutil/file150.gif
+share/examples/tklib/scrollutil/file175.gif
+share/examples/tklib/scrollutil/file200.gif
+share/examples/tklib/scrollutil/folder.svg
+share/examples/tklib/scrollutil/folder100.gif
+share/examples/tklib/scrollutil/folder125.gif
+share/examples/tklib/scrollutil/folder150.gif
+share/examples/tklib/scrollutil/folder175.gif
+share/examples/tklib/scrollutil/folder200.gif
+share/examples/tklib/scrollutil/scrolledwidgetPatch.itk
+share/examples/tklib/scrollutil/styleUtil.tcl
+share/examples/tklib/tablelist/browse.tcl
+share/examples/tklib/tablelist/browseTree.tcl
+share/examples/tklib/tablelist/browseTree_tile.tcl
+share/examples/tklib/tablelist/browse_tile.tcl
+share/examples/tklib/tablelist/bwidget.tcl
+share/examples/tklib/tablelist/bwidget_tile.tcl
+share/examples/tklib/tablelist/checked.svg
+share/examples/tklib/tablelist/checked100.gif
+share/examples/tklib/tablelist/checked125.gif
+share/examples/tklib/tablelist/checked150.gif
+share/examples/tklib/tablelist/checked175.gif
+share/examples/tklib/tablelist/checked200.gif
+share/examples/tklib/tablelist/clsdFolder.svg
+share/examples/tklib/tablelist/clsdFolder100.gif
+share/examples/tklib/tablelist/clsdFolder125.gif
+share/examples/tklib/tablelist/clsdFolder150.gif
+share/examples/tklib/tablelist/clsdFolder175.gif
+share/examples/tklib/tablelist/clsdFolder200.gif
+share/examples/tklib/tablelist/comp.svg
+share/examples/tklib/tablelist/comp100.gif
+share/examples/tklib/tablelist/comp125.gif
+share/examples/tklib/tablelist/comp150.gif
+share/examples/tklib/tablelist/comp175.gif
+share/examples/tklib/tablelist/comp200.gif
+share/examples/tklib/tablelist/config.tcl
+share/examples/tklib/tablelist/config_tile.tcl
+share/examples/tklib/tablelist/dirViewer.tcl
+share/examples/tklib/tablelist/dirViewer_tile.tcl
+share/examples/tklib/tablelist/embeddedWindows.tcl
+share/examples/tklib/tablelist/embeddedWindows_tile.tcl
+share/examples/tklib/tablelist/file.svg
+share/examples/tklib/tablelist/file100.gif
+share/examples/tklib/tablelist/file125.gif
+share/examples/tklib/tablelist/file150.gif
+share/examples/tklib/tablelist/file175.gif
+share/examples/tklib/tablelist/file200.gif
+share/examples/tklib/tablelist/images.tcl
+share/examples/tklib/tablelist/iwidgets.tcl
+share/examples/tklib/tablelist/iwidgets_tile.tcl
+share/examples/tklib/tablelist/leaf.svg
+share/examples/tklib/tablelist/leaf100.gif
+share/examples/tklib/tablelist/leaf125.gif
+share/examples/tklib/tablelist/leaf150.gif
+share/examples/tklib/tablelist/leaf175.gif
+share/examples/tklib/tablelist/leaf200.gif
+share/examples/tklib/tablelist/miscWidgets.tcl
+share/examples/tklib/tablelist/miscWidgets_tile.tcl
+share/examples/tklib/tablelist/openFolder.svg
+share/examples/tklib/tablelist/openFolder100.gif
+share/examples/tklib/tablelist/openFolder125.gif
+share/examples/tklib/tablelist/openFolder150.gif
+share/examples/tklib/tablelist/openFolder175.gif
+share/examples/tklib/tablelist/openFolder200.gif
+share/examples/tklib/tablelist/option.tcl
+share/examples/tklib/tablelist/option_tile.tcl
+share/examples/tklib/tablelist/serialParams.tcl
+share/examples/tklib/tablelist/styles.tcl
+share/examples/tklib/tablelist/styles_tile.tcl
+share/examples/tklib/tablelist/tileWidgets.tcl
+share/examples/tklib/tablelist/unchecked.svg
+share/examples/tklib/tablelist/unchecked100.gif
+share/examples/tklib/tablelist/unchecked125.gif
+share/examples/tklib/tablelist/unchecked150.gif
+share/examples/tklib/tablelist/unchecked175.gif
+share/examples/tklib/tablelist/unchecked200.gif
+share/examples/tklib/tablelist/view.svg
+share/examples/tklib/tablelist/view100.gif
+share/examples/tklib/tablelist/view125.gif
+share/examples/tklib/tablelist/view150.gif
+share/examples/tklib/tablelist/view175.gif
+share/examples/tklib/tablelist/view200.gif
+share/examples/tklib/tkpiechart/demo.tcl
+share/examples/tklib/wcb/entrytest.tcl
+share/examples/tklib/wcb/images/earth.gif
+share/examples/tklib/wcb/images/earthmenu.png
+share/examples/tklib/wcb/images/earthris.gif
+share/examples/tklib/wcb/images/flagdown.xbm
+share/examples/tklib/wcb/images/flagup.xbm
+share/examples/tklib/wcb/images/gray25.xbm
+share/examples/tklib/wcb/images/letters.xbm
+share/examples/tklib/wcb/images/noletter.xbm
+share/examples/tklib/wcb/images/ouster.png
+share/examples/tklib/wcb/images/pattern.xbm
+share/examples/tklib/wcb/images/tcllogo.gif
+share/examples/tklib/wcb/images/teapot.ppm
+share/examples/tklib/wcb/listboxtest1.tcl
+share/examples/tklib/wcb/listboxtest2.tcl
+share/examples/tklib/wcb/option.tcl
+share/examples/tklib/wcb/texttest1.tcl
+share/examples/tklib/wcb/texttest2.tcl
+share/examples/tklib/widget/screenruler.tcl
+share/examples/tklib/widgetPlus/widgetPlusDemo.tcl
Index: pkgsrc/devel/tklib/distinfo
diff -u /dev/null pkgsrc/devel/tklib/distinfo:1.1
--- /dev/null   Sun Feb 16 09:01:26 2025
+++ pkgsrc/devel/tklib/distinfo Sun Feb 16 09:01:26 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/16 09:01:26 scole Exp $
+
+BLAKE2s (tklib-0.9.tar.gz) = 3ebc2d7c5ff22b5dd19367e5b47a850ff7474d6ada69e3bd0e6ffe851bba1641
+SHA512 (tklib-0.9.tar.gz) = 741274511a8325fe8cc07095d0d25c396be20d62bc5eb03542d15dbd5acd37da975bc6da24ebb35d9ed0239604ba4bd93a9abdfd99db3c1bbe7aebbad35c4baa
+Size (tklib-0.9.tar.gz) = 7625138 bytes



Home | Main Index | Thread Index | Old Index