pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/tk-BWidget import tk-BWidget-1.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ca732a6219a
branches:  trunk
changeset: 481050:8ca732a6219a
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Sep 24 21:10:12 2004 +0000

description:
import tk-BWidget-1.7.0.


The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using
native Tcl/Tk 8.x namespaces.

The BWidgets have a professional look&feel as in other well known
Toolkits (Tix or Incr Widgets), but the concept is radically different
because everything is pure Tcl/Tk.  No platform dependencies, and no
compiling required.  The code is 100% Pure Tcl/Tk.

The BWidget library was originally developed by UNIFIX Online, and
released under both the GNU Public License and the Tcl license.
BWidget is now maintained as a community project, hosted by
Sourceforge.  Scores of fixes and enhancements have been added by
community developers.  See the ChangeLog file for details.

diffstat:

 x11/tk-BWidget/DESCR         |   13 ++++
 x11/tk-BWidget/Makefile      |   26 ++++++++
 x11/tk-BWidget/PLIST         |  132 +++++++++++++++++++++++++++++++++++++++++++
 x11/tk-BWidget/buildlink3.mk |   19 ++++++
 x11/tk-BWidget/distinfo      |    4 +
 5 files changed, 194 insertions(+), 0 deletions(-)

diffs (214 lines):

diff -r 78ae5d98ef1f -r 8ca732a6219a x11/tk-BWidget/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tk-BWidget/DESCR      Fri Sep 24 21:10:12 2004 +0000
@@ -0,0 +1,13 @@
+The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using
+native Tcl/Tk 8.x namespaces.
+
+The BWidgets have a professional look&feel as in other well known
+Toolkits (Tix or Incr Widgets), but the concept is radically different
+because everything is pure Tcl/Tk.  No platform dependencies, and no
+compiling required.  The code is 100% Pure Tcl/Tk.
+
+The BWidget library was originally developed by UNIFIX Online, and
+released under both the GNU Public License and the Tcl license.
+BWidget is now maintained as a community project, hosted by
+Sourceforge.  Scores of fixes and enhancements have been added by
+community developers.  See the ChangeLog file for details.
diff -r 78ae5d98ef1f -r 8ca732a6219a x11/tk-BWidget/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tk-BWidget/Makefile   Fri Sep 24 21:10:12 2004 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 21:10:12 dmcmahill Exp $
+
+DISTNAME=      BWidget-1.7.0
+PKGNAME=       tk-${DISTNAME}
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tcllib/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://tcllib.sourceforge.net/
+COMMENT=       High-level Widget Set for Tcl/Tk
+
+DEPENDS+=      tcl-8.4*:../../lang/tcl
+DEPENDS+=      tk-8.4*:../../x11/tk
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+NO_EXTRACT=    YES
+NO_BUILD=      YES
+NO_CONFIGURE=  YES
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl
+       cd ${PREFIX}/lib/tcl && ${GTAR} zxpf ${DISTDIR}/${DISTFILES}
+       ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/tcl/${DISTNAME}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 78ae5d98ef1f -r 8ca732a6219a x11/tk-BWidget/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tk-BWidget/PLIST      Fri Sep 24 21:10:12 2004 +0000
@@ -0,0 +1,132 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/24 21:10:12 dmcmahill Exp $
+lib/tcl/BWidget-1.7.0/BWman/ArrowButton.html
+lib/tcl/BWidget-1.7.0/BWman/BWidget.html
+lib/tcl/BWidget-1.7.0/BWman/Button.html
+lib/tcl/BWidget-1.7.0/BWman/ButtonBox.html
+lib/tcl/BWidget-1.7.0/BWman/ComboBox.html
+lib/tcl/BWidget-1.7.0/BWman/Dialog.html
+lib/tcl/BWidget-1.7.0/BWman/DragSite.html
+lib/tcl/BWidget-1.7.0/BWman/DropSite.html
+lib/tcl/BWidget-1.7.0/BWman/DynamicHelp.html
+lib/tcl/BWidget-1.7.0/BWman/Entry.html
+lib/tcl/BWidget-1.7.0/BWman/Label.html
+lib/tcl/BWidget-1.7.0/BWman/LabelEntry.html
+lib/tcl/BWidget-1.7.0/BWman/LabelFrame.html
+lib/tcl/BWidget-1.7.0/BWman/ListBox.html
+lib/tcl/BWidget-1.7.0/BWman/MainFrame.html
+lib/tcl/BWidget-1.7.0/BWman/MessageDlg.html
+lib/tcl/BWidget-1.7.0/BWman/NoteBook.html
+lib/tcl/BWidget-1.7.0/BWman/PagesManager.html
+lib/tcl/BWidget-1.7.0/BWman/PanedWindow.html
+lib/tcl/BWidget-1.7.0/BWman/PasswdDlg.html
+lib/tcl/BWidget-1.7.0/BWman/ProgressBar.html
+lib/tcl/BWidget-1.7.0/BWman/ProgressDlg.html
+lib/tcl/BWidget-1.7.0/BWman/ScrollView.html
+lib/tcl/BWidget-1.7.0/BWman/ScrollableFrame.html
+lib/tcl/BWidget-1.7.0/BWman/ScrolledWindow.html
+lib/tcl/BWidget-1.7.0/BWman/SelectColor.html
+lib/tcl/BWidget-1.7.0/BWman/SelectFont.html
+lib/tcl/BWidget-1.7.0/BWman/Separator.html
+lib/tcl/BWidget-1.7.0/BWman/SpinBox.html
+lib/tcl/BWidget-1.7.0/BWman/TitleFrame.html
+lib/tcl/BWidget-1.7.0/BWman/Tree.html
+lib/tcl/BWidget-1.7.0/BWman/Widget.html
+lib/tcl/BWidget-1.7.0/BWman/contents.html
+lib/tcl/BWidget-1.7.0/BWman/index.html
+lib/tcl/BWidget-1.7.0/BWman/navtree.html
+lib/tcl/BWidget-1.7.0/BWman/options.htm
+lib/tcl/BWidget-1.7.0/CHANGES.txt
+lib/tcl/BWidget-1.7.0/ChangeLog
+lib/tcl/BWidget-1.7.0/LICENSE.txt
+lib/tcl/BWidget-1.7.0/Makefile.in
+lib/tcl/BWidget-1.7.0/README.txt
+lib/tcl/BWidget-1.7.0/aclocal.m4
+lib/tcl/BWidget-1.7.0/arrow.tcl
+lib/tcl/BWidget-1.7.0/bitmap.tcl
+lib/tcl/BWidget-1.7.0/button.tcl
+lib/tcl/BWidget-1.7.0/buttonbox.tcl
+lib/tcl/BWidget-1.7.0/color.tcl
+lib/tcl/BWidget-1.7.0/combobox.tcl
+lib/tcl/BWidget-1.7.0/configure.in
+lib/tcl/BWidget-1.7.0/demo/basic.tcl
+lib/tcl/BWidget-1.7.0/demo/bwidget.xbm
+lib/tcl/BWidget-1.7.0/demo/demo.tcl
+lib/tcl/BWidget-1.7.0/demo/dnd.tcl
+lib/tcl/BWidget-1.7.0/demo/manager.tcl
+lib/tcl/BWidget-1.7.0/demo/select.tcl
+lib/tcl/BWidget-1.7.0/demo/tmpldlg.tcl
+lib/tcl/BWidget-1.7.0/demo/tree.tcl
+lib/tcl/BWidget-1.7.0/demo/x1.xbm
+lib/tcl/BWidget-1.7.0/dialog.tcl
+lib/tcl/BWidget-1.7.0/dragsite.tcl
+lib/tcl/BWidget-1.7.0/dropsite.tcl
+lib/tcl/BWidget-1.7.0/dynhelp.tcl
+lib/tcl/BWidget-1.7.0/entry.tcl
+lib/tcl/BWidget-1.7.0/font.tcl
+lib/tcl/BWidget-1.7.0/images/bold.gif
+lib/tcl/BWidget-1.7.0/images/copy.gif
+lib/tcl/BWidget-1.7.0/images/cut.gif
+lib/tcl/BWidget-1.7.0/images/dragfile.gif
+lib/tcl/BWidget-1.7.0/images/dragicon.gif
+lib/tcl/BWidget-1.7.0/images/error.gif
+lib/tcl/BWidget-1.7.0/images/file.gif
+lib/tcl/BWidget-1.7.0/images/folder.gif
+lib/tcl/BWidget-1.7.0/images/hourglass.gif
+lib/tcl/BWidget-1.7.0/images/info.gif
+lib/tcl/BWidget-1.7.0/images/italic.gif
+lib/tcl/BWidget-1.7.0/images/minus.xbm
+lib/tcl/BWidget-1.7.0/images/new.gif
+lib/tcl/BWidget-1.7.0/images/opcopy.xbm
+lib/tcl/BWidget-1.7.0/images/open.gif
+lib/tcl/BWidget-1.7.0/images/openfold.gif
+lib/tcl/BWidget-1.7.0/images/oplink.xbm
+lib/tcl/BWidget-1.7.0/images/opmove.xbm
+lib/tcl/BWidget-1.7.0/images/overstrike.gif
+lib/tcl/BWidget-1.7.0/images/palette.gif
+lib/tcl/BWidget-1.7.0/images/passwd.gif
+lib/tcl/BWidget-1.7.0/images/paste.gif
+lib/tcl/BWidget-1.7.0/images/plus.xbm
+lib/tcl/BWidget-1.7.0/images/print.gif
+lib/tcl/BWidget-1.7.0/images/question.gif
+lib/tcl/BWidget-1.7.0/images/redo.gif
+lib/tcl/BWidget-1.7.0/images/save.gif
+lib/tcl/BWidget-1.7.0/images/target.xbm
+lib/tcl/BWidget-1.7.0/images/underline.gif
+lib/tcl/BWidget-1.7.0/images/undo.gif
+lib/tcl/BWidget-1.7.0/images/warning.gif
+lib/tcl/BWidget-1.7.0/init.tcl
+lib/tcl/BWidget-1.7.0/label.tcl
+lib/tcl/BWidget-1.7.0/labelentry.tcl
+lib/tcl/BWidget-1.7.0/labelframe.tcl
+lib/tcl/BWidget-1.7.0/lang/de.rc
+lib/tcl/BWidget-1.7.0/lang/en.rc
+lib/tcl/BWidget-1.7.0/lang/es.rc
+lib/tcl/BWidget-1.7.0/lang/fr.rc
+lib/tcl/BWidget-1.7.0/listbox.tcl
+lib/tcl/BWidget-1.7.0/mainframe.tcl
+lib/tcl/BWidget-1.7.0/messagedlg.tcl
+lib/tcl/BWidget-1.7.0/notebook.tcl
+lib/tcl/BWidget-1.7.0/pagesmgr.tcl
+lib/tcl/BWidget-1.7.0/panedw.tcl
+lib/tcl/BWidget-1.7.0/passwddlg.tcl
+lib/tcl/BWidget-1.7.0/pkgIndex.tcl
+lib/tcl/BWidget-1.7.0/progressbar.tcl
+lib/tcl/BWidget-1.7.0/progressdlg.tcl
+lib/tcl/BWidget-1.7.0/scrollframe.tcl
+lib/tcl/BWidget-1.7.0/scrollview.tcl
+lib/tcl/BWidget-1.7.0/scrollw.tcl
+lib/tcl/BWidget-1.7.0/separator.tcl
+lib/tcl/BWidget-1.7.0/spinbox.tcl
+lib/tcl/BWidget-1.7.0/tests/entry.test
+lib/tcl/BWidget-1.7.0/titleframe.tcl
+lib/tcl/BWidget-1.7.0/tree.tcl
+lib/tcl/BWidget-1.7.0/utils.tcl
+lib/tcl/BWidget-1.7.0/widget.tcl
+lib/tcl/BWidget-1.7.0/wizard.tcl
+lib/tcl/BWidget-1.7.0/xpm2image.tcl
+@dirrm lib/tcl/BWidget-1.7.0/tests
+@dirrm lib/tcl/BWidget-1.7.0/lang
+@dirrm lib/tcl/BWidget-1.7.0/images
+@dirrm lib/tcl/BWidget-1.7.0/BWman
+@dirrm lib/tcl/BWidget-1.7.0/demo
+@dirrm lib/tcl/BWidget-1.7.0
diff -r 78ae5d98ef1f -r 8ca732a6219a x11/tk-BWidget/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tk-BWidget/buildlink3.mk      Fri Sep 24 21:10:12 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/09/24 21:10:12 dmcmahill Exp $
+#
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+TK_BWIDGET_BUILDLINK3_MK:=     ${TK_BWIDGET_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    tk-BWidget
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ntk-BWidget}
+BUILDLINK_PACKAGES+=   tk-BWidget
+
+.if !empty(TK_BWIDGET_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.tk-BWidget+= tk-BWidget>=1.7.0
+BUILDLINK_PKGSRCDIR.tk-BWidget?=       ../../x11/tk-BWidget
+.endif # TK_BWIDGET_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 78ae5d98ef1f -r 8ca732a6219a x11/tk-BWidget/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tk-BWidget/distinfo   Fri Sep 24 21:10:12 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/09/24 21:10:12 dmcmahill Exp $
+
+SHA1 (BWidget-1.7.0.tar.gz) = 7ef91ea6092d46d4c202680c1debfa380ca44e03
+Size (BWidget-1.7.0.tar.gz) = 204095 bytes



Home | Main Index | Thread Index | Old Index