UPDATE: Tcl/Tk 8.5.9 - 8.5.10

2011-10-06 Thread Stuart Cassoff
+PKGNAME = tcl-8.5.10 +SHARED_LIBS = tcl85 0.7 CATEGORIES = lang lang/tcl HOMEPAGE = http://www.tcl.tk/ MAINTAINER = Stuart Cassoff s...@users.sourceforge.net -REVISION = 0 # BSD PERMIT_PACKAGE_CDROM = Yes @@ -33,7 +32,7

ADJUST: Tcl/Tk to use bsd.port.arch.mk

2011-10-18 Thread Stuart Cassoff
Use bsd.port.arch.mk. I don't know if it makes the Makefiles any prettier. ;) Index: lang/tcl/8.5/Makefile === RCS file: /cvs/ports/lang/tcl/8.5/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile ---

ADJUST: Tklib: Stop using ${CHMOD} et al. Improved DEPENDS.

2011-10-18 Thread Stuart Cassoff
2011 14:54:40 - @@ -3,7 +3,7 @@ COMMENT = Tk Standard Library DISTNAME = tklib-0.5 -REVISION = 0 +REVISION = 1 CATEGORIES=devel x11/tk HOMEPAGE = http://sourceforge.net/projects/tcllib/ MAINTAINER = Stuart

UPDATE: Tcllib 1.12 - 1.13

2011-10-18 Thread Stuart Cassoff
+DISTNAME = tcllib-1.13 CATEGORIES = devel lang/tcl HOMEPAGE = http://sourceforge.net/projects/tcllib/ MAINTAINER = Stuart Cassoff s...@users.sourceforge.net @@ -22,9 +22,9 @@ NO_BUILD =Yes PKG_ARCH = * SCRIPTS_TCLSH_APPS = \ - dtplite page tcldocstrip + dtplite page

Re: Problem compiling cad/xcircuit

2011-10-22 Thread Stuart Cassoff
Here's a quick fix/patch: Index: cad/xcircuit/patches/patch-configure_in === RCS file: cad/xcircuit/patches/patch-configure_in diff -N cad/xcircuit/patches/patch-configure_in --- /dev/null 1 Jan 1970 00:00:00 - +++

Re: ADJUST: Tcl/Tk to use bsd.port.arch.mk

2011-10-26 Thread Stuart Cassoff
ok?

UPDATE: xcircuit 3.6 - 3.7

2011-10-28 Thread Stuart Cassoff
Also, unbreak it. Index: cad/xcircuit/Makefile === RCS file: /cvs/ports/cad/xcircuit/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- cad/xcircuit/Makefile 15 Nov 2010 00:22:49 - 1.17 +++

UPDATE: xcircuit

2011-10-30 Thread Stuart Cassoff
-DISTNAME= xcircuit-${BASEVER}.26 -CATEGORIES=cad - -HOMEPAGE= http://opencircuitdesign.com/xcircuit/ +BASEVER = 3.7 +DISTNAME = xcircuit-${BASEVER}.26 +CATEGORIES = cad +HOMEPAGE = http://opencircuitdesign.com/xcircuit/ +MAINTAINER = Stuart Cassoff s

UPDATE: xcd

2011-10-30 Thread Stuart Cassoff
Tidy up Makefile, use modern ports bits and most importantly, have it use Tcl/Tk 8.5 instead of 8.4. I don't see why this wasn't moved earlier. Probably because no one uses it. Index: Makefile === RCS file:

UPDATE: bwidget 1.9.4 - 1.9.5

2011-10-31 Thread Stuart Cassoff
05:37:30 - @@ -2,16 +2,16 @@ COMMENT = high-level widget set for Tcl/Tk -DISTNAME = bwidget-1.9.4 +DISTNAME = bwidget-1.9.5 CATEGORIES = x11 HOMEPAGE = http://sourceforge.net/projects/tcllib/ MAINTAINER = Stuart Cassoff

UPDATE: Tcl/Tk 8.5.10 - 8.5.11

2011-11-07 Thread Stuart Cassoff
-SHARED_LIBS = tcl85 1.0 +DISTNAME = tcl8.5.11 +PKGNAME = tcl-8.5.11 +SHARED_LIBS = tcl85 1.1 CATEGORIES = lang lang/tcl HOMEPAGE = http://www.tcl.tk/ MAINTAINER = Stuart Cassoff s...@users.sourceforge.net @@ -46,13 +46,6

NEW: Nagelfar

2011-11-25 Thread Stuart Cassoff
Comment: syntax analysis tool for Tcl Description: A Tcl application to read a Tcl program and provide static syntax analysis - information regarding Tcl syntax errors like missing braces, incomplete commands, etc. and code coverage analysis. Extensible, using a customizable exposed syntax

Re: UPDATE: Swig 1.3.38 - 2.0.4

2011-11-25 Thread Stuart Cassoff
On 11/25/11 22:41, Brad wrote: On 25/11/11 4:19 PM, Stuart Cassoff wrote: Swig now needs pcre. Expressly disable boost, otherwise the build will pick it up if it's installed. Should boost be enabled/used? No idea. This builds and tests as well as the previous version. I haven't tested

Re: UPDATE: Swig 1.3.38 - 2.0.4

2011-11-25 Thread Stuart Cassoff
Another little adjustment: swig is now GPLv3. Stu

Re: NEW: Nagelfar

2011-11-29 Thread Stuart Cassoff
Now at version 1.12. Stu nagelfar-1.1.12-port.tar.gz Description: application/gzip

Re: Update: databases/sqlite 3.7.9

2011-12-19 Thread Stuart Cassoff
On 12/18/11 12:14, Amit Kulkarni wrote: On Sun, Dec 18, 2011 at 10:57 AM, Nigel Taylor njtay...@asterisk.demon.co.uk wrote: On 12/18/11 10:28, Stuart Henderson wrote: On 2011/12/17 23:51, Nigel Taylor wrote: This update is a requirement for the next versions of Firefox, Thunderbird, etc,

Re: NEW: Nagelfar

2012-01-30 Thread Stuart Cassoff
On 11/29/11 10:53, Stuart Cassoff wrote: Now at version 1.12. Stu Hmmm? Any go on this?

Re: Scratch iniscratch script.

2012-02-14 Thread Stuart Cassoff
On 02/14/12 16:00, Joachim Schipper wrote: On Tue, Feb 14, 2012 at 12:59:06PM -0700, Barry Grumbine wrote: Hi, Scratch installs a script that is a bit messed up: $ sysctl kern.version kern.version=OpenBSD 5.1 (GENERIC.MP) #207: Sun Feb 12 09:42:14 MST 2012

Re: Tcl/Tk 8.5

2008-04-15 Thread Stuart Cassoff
Hi, here's the Tcl/Tk port I've been working on. From: Deanna Phillips [EMAIL PROTECTED] To: ports@openbsd.org Subject: Tcl/Tk 8.5 Date: Tue, 15 Apr 2008 14:31:42 -0400 Here are starter ports for Tcl and Tk 8.5. Highlights of Tcl 8.5 * Speed: 8.5 now runs 10% faster than 8.4 with

How to determine when to use REGRESS_IS_INTERACTIVE ?

2008-04-15 Thread Stuart Cassoff
What determines whether a port needs REGRESS_IS_INTERACTIVE or not? Obviously anything requiring keyboard input, but what other things? Network connectivity? An X display? What does 'interactive' mean? Stu

Re: How to determine when to use REGRESS_IS_INTERACTIVE ?

2008-04-15 Thread Stuart Cassoff
for regress use Xvfb(1)? Stu From: Chris Kuethe [EMAIL PROTECTED] To: Stuart Cassoff [EMAIL PROTECTED] Subject: Re: How to determine when to use REGRESS_IS_INTERACTIVE ? Date: Tue, 15 Apr 2008 15:09:59 -0700 On Tue, Apr 15, 2008 at 2:40 PM, Stuart Cassoff [EMAIL PROTECTED] wrote: What determines

Updated Tcl/Tk 8.5.2 ports.

2008-04-17 Thread Stuart Cassoff
Polished install/Makefiles. Nicer install of include files. Added two flavors: debug (for the cautious), threaded (for the adventurous). Stu tcl-8.5.2-port.tar.gz Description: application/gzip tk-8.5.2-port.tar.gz Description: application/gzip

Re: Updated Tcl/Tk 8.5.2 ports.

2008-04-21 Thread Stuart Cassoff
From: Deanna Phillips [EMAIL PROTECTED] To: ports@openbsd.org Subject: Re: Updated Tcl/Tk 8.5.2 ports. Date: Mon, 21 Apr 2008 16:49:50 -0400 Stuart Cassoff [EMAIL PROTECTED] writes: Polished install/Makefiles. Nicer install of include files. Added two flavors: debug (for the cautious), threaded

Re: Updated Tcl/Tk 8.5.2 ports.

2008-04-21 Thread Stuart Cassoff
[EMAIL PROTECTED] To: ports@openbsd.org Subject: Re: Updated Tcl/Tk 8.5.2 ports. Date: Mon, 21 Apr 2008 21:42:41 + On Mon, Apr 21, 2008 at 04:49:50PM -0400, Deanna Phillips wrote: Stuart Cassoff [EMAIL PROTECTED] writes: Polished install/Makefiles. Nicer install of include files. Added

NEW x11/tkcon

2008-04-25 Thread Stuart Cassoff
I had a problem building this port, when I make update-plist I get this message: Subpackage -: Stripping dirs from x11/tk/8.5 Otherwise it all seems to work. Scratching my head ... Stu Enhanced Tk console. A replacement for the standard console that comes with Tk, tkcon provides many more

UPDATE: devel/tcllib

2008-04-25 Thread Stuart Cassoff
Update to version 1.10. Simpler/cleaner port. Examples are now installed. Regression tests enabled. Put myself as maintainer (if that's ok). Stu tcllib-1.10-port.tar.gz Description: application/gzip

NEW: devel/tklib

2008-04-25 Thread Stuart Cassoff
Tk Standard Library A collection of pure-Tcl utility modules and widgets for Tk that provide a wide variety of functionality. The intent is to collect commonly used functions into a single library, which users can rely on to be available and stable. Included are the following modules, and much

Re: UPDATE: devel/tcllib

2008-04-25 Thread Stuart Cassoff
Small change of installed dir name tcllib1.10 - tcllib I forgot to mention that Snit is now part of tcllib, so devel/snit can be removed; I don't think anything depends on it and if it does the dependency should probably be easy to change to tcllib. Stu From: Stuart Cassoff [EMAIL PROTECTED

Re: NEW: devel/tklib

2008-04-25 Thread Stuart Cassoff
Small change of installed dir tklib0.4 - tklib Stu From: Stuart Cassoff [EMAIL PROTECTED] To: ports@openbsd.org Subject: NEW: devel/tklib Date: Fri, 25 Apr 2008 09:31:21 + Tk Standard Library A collection of pure-Tcl utility modules and widgets for Tk that provide a wide variety

NEW: BWidget

2008-04-25 Thread Stuart Cassoff
Comes with docs examples, no extra charge and no salesman will call. Stu Comment: megawidget set for Tcl/Tk Description: The BWidgets have a professional lookfeel as in other well known Toolkits, but the concept is radically different because everything is pure Tcl/Tk. No platform

Re: NEW: BWidget

2008-04-25 Thread Stuart Cassoff
From: Steven Mestdagh [EMAIL PROTECTED] To: Stuart Cassoff [EMAIL PROTECTED] CC: ports@openbsd.org Subject: Re: NEW: BWidget Date: Fri, 25 Apr 2008 18:57:32 +0200 this is already in the tree under x11/bwidget So it is ... I simply *must* update my ports tree. Well ... do with it whatever you

NEW: tcltutor

2008-04-25 Thread Stuart Cassoff
One less excuse not to learn Tcl! I did find the license to be a bit strange but I think I got the PERMIT_* vars right. Bloody licenses. :/ Stu Comment: learn Tcl interactively Description: This is a package designed to teach the Tcl programming language in a quick and easy manner. The goal

Re: NEW: tcltutor

2008-04-26 Thread Stuart Cassoff
From: Deanna Phillips [EMAIL PROTECTED] To: ports@openbsd.org Subject: Re: NEW: tcltutor Date: Sat, 26 Apr 2008 13:07:06 -0400 Stuart Cassoff [EMAIL PROTECTED] writes: One less excuse not to learn Tcl! That looks pretty handy. A few suggestions: - We no longer need quotes around COMMENT

UPDATE: lang/tcl/8.5 and x11/tk/8.5

2008-04-26 Thread Stuart Cassoff
Here's a small but very useful update to Tcl/Tk. The only difference is now tclConfig.sh and tkConfig.sh are patched to make it a little easier to build Tcl/Tk extensions against the installed Tcl/Tk. This should reduce (by about one) the patches needed to port some extensions, especially those

Size of patches posted inline

2008-04-27 Thread Stuart Cassoff
Is there an accepted limit to the size of patches posted inline? I have a 1326 line patch. At that size would it be preferable to gzip it and post it as an attachment? Stu

UPDATE: devel/tcllib

2008-04-27 Thread Stuart Cassoff
:=tcllib/} -HOMEPAGE= http://www.tcl.tk/software/tcllib/ +HOMEPAGE= http://sourceforge.net/projects/tcllib/ + +MAINTAINER=Stuart Cassoff [EMAIL PROTECTED] # BSD style PERMIT_PACKAGE_CDROM= Yes @@ -14,19 +16,19 @@ PERMIT_DISTFILES_CDROM=Yes PERMIT_DISTFILES_FTP= Yes

NEW (again): x11/tcltutor

2008-04-27 Thread Stuart Cassoff
I've made all the adjustments suggested to me by various porters - thanks a lot for your help and patience. :) I don't have the original to make a diff against so here's the whole thing again - sorry about that. Beside the suggested changes I adjusted the button and top label fonts; they should

Re: NEW: devel/tklib

2008-04-27 Thread Stuart Cassoff
Adjustment from suggestion, also remove the '0.4' from the installed dir name. diff -urN otklib/Makefile tklib/Makefile --- otklib/Makefile Thu Apr 24 18:58:09 2008 +++ tklib/Makefile Sat Apr 26 16:45:35 2008 @@ -26,12 +26,12 @@ do-install: ${LOCALBASE}/bin/tclsh8.5

Re: NEW (again): x11/tcltutor

2008-05-01 Thread Stuart Cassoff
A happy porting story: When I was working on this port I asked the author about the license. He informed me that not only was he going to release a new version of TclTutor, he was also changing the license to a BSD-style license. I looked at the license ... it was OK, not great ... there was

Re: NEW (again): x11/tcltutor

2008-05-02 Thread Stuart Cassoff
Forgot to mention that if you've run TclTutor previously, you'd want to remove your ~/.tcltutorrc before running the new version. Stu

Tcl/Tk's tcl.m4

2008-05-11 Thread Stuart Cassoff
Hi, I'd like to know if the patch to tcl.m4 (especially wrt compiler/linker flags/invocations) is good and correct and approved of by those who know about these things ... that that *is* the right way to build Tcl/Tk on OpenBSD. I'd really like to nail this down and submit it upstream. Doing so

UPDATE: tcllib

2008-07-29 Thread Stuart Cassoff
This patch fixes tcllib's _writes_to_HOME regression test problem. I have some other Tcl updates but they'll have to wait until unlock; this seemed like it might be important enough to submit now. Stu Index: devel/tcllib/Makefile

Re: UPDATE: eltclsh 1.9

2008-08-08 Thread Stuart Cassoff
BTW would the idea be to switch all ports that depend on Tcl/Tk and support 8.5 to 8.5 at some point, or let them use 8.4 forever ? Many things can use both so I don't see a need to restrict them. Tcl 8.4.19 is hoped to be the last of the 8.4's but I suspect that there may be an 8.4.20. I

UPDATE: Tcl/Tk 8.5.4

2008-09-13 Thread Stuart Cassoff
= tcl${VERSION} -PKGNAME= tcl-${VERSION}p1 -SHARED_LIBS= tcl85 0.0 -CATEGORIES=lang lang/tcl -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} -DISTFILES= tcl${VERSION}-src.tar.gz -WANTLIB= c m - -MAINTAINER=Stuart Cassoff [EMAIL PROTECTED] -HOMEPAGE= http

Tcl/Tk 8.6a2

2008-09-14 Thread Stuart Cassoff
Here are ports for Tcl/Tk 8.6a2. I'm not suggesting they go into the tree - they're for anyone who wants to try out 8.6 and should eventually become the 8.6 ports when 8.6 is released. There's a directory conflict that prevents 8.5 and 8.6 from being installed simultaneously. This is new and

Re: commenting patches

2008-09-16 Thread Stuart Cassoff
Matthias Kilian wrote: Porters, *please* prepend some comments to the patches included in your ports, unless the purpose of a patch is obvious. And if you're committing security patches, just don't name the thing in the cvs commit message but also in the patch file (a simple CVE-whatever is

Re: UPDATE: Tcl/Tk 8.5.4

2008-09-27 Thread Stuart Cassoff
= ${MASTER_SITE_SOURCEFORGE:=tcl/} -DISTFILES= tcl${VERSION}-src.tar.gz -WANTLIB= c m +SHARED_LIBS = tcl85 0.1 -MAINTAINER=Stuart Cassoff [EMAIL PROTECTED] -HOMEPAGE= http://www.tcl.tk/ +CATEGORIES = lang lang/tcl -# BSD -PERMIT_PACKAGE_CDROM= Yes

CVS keyword found in patch

2008-10-19 Thread Stuart Cassoff
Should I panic?

Re: CVS keyword found in patch

2008-10-19 Thread Stuart Cassoff
Stuart Henderson wrote: On 2008/10/19 11:01, Stuart Cassoff wrote: Should I panic? you might need to build your own patch with a smaller amount of context; sometimes it's even necessary to hand-roll a patch rather than using diff. we can give more guidance if we see the actual patch

Re: NEW x11/tkcon

2008-10-20 Thread Stuart Cassoff
Stuart Henderson wrote: On 2008/05/23 14:13, Stuart Cassoff wrote: A replacement for the standard console that comes with Tk, tkcon provides many more features than the standard console and works on all platforms where Tcl/Tk is available. It is meant primarily to aid one when working

UPDATE: tcltutor 30b2

2008-10-21 Thread Stuart Cassoff
-30b1 -CATEGORIES=lang lang/tcl -DISTFILES= tcltutor30b1.tgz +DISTNAME = tcltutor-30b2 -HOMEPAGE= http://www.msen.com/~clif/TclTutor.html -MASTER_SITES= http://www.msen.com/~clif/ +CATEGORIES = lang lang/tcl -MAINTAINER=Stuart Cassoff [EMAIL PROTECTED

NEW: Eagle

2010-11-18 Thread Stuart Cassoff
I install this in libdata/ instead of lib/ because lib/ tends to be crowded and it doesn't matter where this is installed. Nothing uses it or links to it or references it in any way. The only requirement is that the directory structure under the installed dir remain as it is now. Please share your

UPDATE: sqlite3 - somewhat improved build

2010-11-21 Thread Stuart Cassoff
Build improvements, no change to end result. Remove useless 'pre-configure' target; it did nothing but modify a comment. Remove uneccessary 'tclsh' patching and always specify 'TCLSH_CMD' and 'TCLLIBDIR'. Sqlite3's configurator will now no longer look for various tclsh's, or attempt to determine

Re: UPDATE: sqlite3 - somewhat improved build

2010-11-25 Thread Stuart Cassoff
Updated to 3.7.3. Cleaned out some port cruft, some enhancements come from my earlier work. Enabled soundex, rtree, fts3. Port Makefile still sloppy, contains comments and lists some CFLAGS that others may want to try out. Leaving the Makefile cleanup for another pass once things are working. ICU

Improving the Tcl experience on OpenBSD

2010-12-10 Thread Stuart Cassoff
This involves moving a few things around, cleaning up and upgrading some ports, providing a place (a home, if you will) to install Tcl and extensions and moving as many ports from Tcl 8.4 to 8.5, as is reasonably possible. Some ports may be dropped. To date, a rough count of about 1/3 of about 75

Re: NEW: Eagle

2010-12-11 Thread Stuart Cassoff
New and improved! On 11/18/10 22:47, Stuart Cassoff wrote: I install this in libdata/ instead of lib/ because lib/ tends to be crowded and it doesn't matter where this is installed. Nothing uses it or links to it or references it in any way. The only requirement is that the directory

Re: NEW: Eagle

2010-12-20 Thread Stuart Cassoff
Nu? On 12/11/10 06:25, Stuart Cassoff wrote: New and improved! On 11/18/10 22:47, Stuart Cassoff wrote: I install this in libdata/ instead of lib/ because lib/ tends to be crowded and it doesn't matter where this is installed. Nothing uses it or links to it or references it in any way

Re: NEW: Eagle

2011-01-05 Thread Stuart Cassoff
Even newer and improved-er! On 12/11/10 06:25, Stuart Cassoff wrote: New and improved! On 11/18/10 22:47, Stuart Cassoff wrote: I install this in libdata/ instead of lib/ because lib/ tends to be crowded and it doesn't matter where this is installed. Nothing uses it or links

Re: NEW: Eagle

2011-01-06 Thread Stuart Cassoff
On 01/06/11 06:15, Sebastian Reitenbach wrote: But don't hardcode full paths in EXTRACT_CASES, use LOCALBASE and PORTSDIR instead. Ah good. I think I left it like that partially as a reminder to ask: Why isn't .rar in EXTRACT_CASES? Stu

Re: NEW: Eagle

2011-01-06 Thread Stuart Cassoff
On 01/06/11 06:15, Sebastian Reitenbach wrote: But don't hardcode full paths in EXTRACT_CASES, use LOCALBASE and PORTSDIR instead. Thanks - updated. eagle-1.0-beta12-port.tar.gz Description: application/gzip

Re: NEW: WCB and Mentry

2011-01-10 Thread Stuart Cassoff
Updated versions. These are Tcl script-only, all archs, no compile or manpages, easy-peasy lemon squeezy. Stu On 12/29/09 05:27, Stuart Cassoff wrote: Mentry requires WCB. Mentry: multi-entry widget package for Tcl/Tk Tcl/Tk script library providing multi-entry/label widgets

Re: UPDATE: bwidget-1.9.0

2009-10-12 Thread Stuart Cassoff
= BWidget-1.9.0 +PKGNAME = bwidget-1.9.0 +CATEGORIES = x11 +HOMEPAGE = http://sourceforge.net/projects/tcllib/ +MAINTAINER = Stuart Cassoff s...@users.sourceforge.net -V= 1.8.0 -DISTNAME= BWidget-$V -PKGNAME= bwidget-$Vp1

NEW: p5-Tcl and p5-Tkx

2009-10-29 Thread Stuart Cassoff
My first CPAN ports - so easy! Now that I'm here, I must mention that REGRESS_IS_INTERACTIVE=X11 is really, really nice. :) Stu p5-Tcl-0.97: Tcl extension module for Perl The Tcl extension provides a small but complete interface into libtcl and any other Tcl-based library. It lets you create

NEW: Netinfo

2009-10-29 Thread Stuart Cassoff
netinfo-0.5: protocol, service, network, host and ether info for Tcl A Tcl extension that provides access to system protocol, service, network, host and ether information which is retrieved from system databases and made available for querying. netinfo-0.5-port.tar.gz Description:

Re: NEW: p5-Tcl and p5-Tkx

2009-10-29 Thread Stuart Cassoff
Oops - could this be removed from the DESCR, please. There is a Tcl::Tk extension (not to be confused with native perl5 Perl/Tk extension) distributed separately which provides a raw but complete interface to the whole of libtk via this Tcl extension.

NEW: tclperl and tclpython

2009-10-29 Thread Stuart Cassoff
tclperl-3.2: A Tcl extension allowing the execution of Perl code from a Tcl interpreter. tclpython-4.1: A Tcl extension allowing the execution of Python code from a Tcl interpreter. tclperl-3.2-port.tar.gz Description: application/gzip tclpython-4.1-port.tar.gz Description: application/gzip

Re: NEW: tclperl and tclpython

2009-10-29 Thread Stuart Cassoff
Steven Mestdagh wrote: Stuart Cassoff [2009-10-29, 18:29:43]: tclperl-3.2: A Tcl extension allowing the execution of Perl code from a Tcl interpreter. tclpython-4.1: A Tcl extension allowing the execution of Python code from a Tcl interpreter. we don't normally use -lpthread. can you

UPDATE: Tcl/Tk 8.5.8

2009-11-19 Thread Stuart Cassoff
} -PKGNAME = tcl-${V} -SHARED_LIBS = tcl85 0.4 +DISTNAME = tcl8.5.8 +PKGNAME = tcl-8.5.8 +SHARED_LIBS = tcl85 0.5 CATEGORIES = lang lang/tcl HOMEPAGE = http://www.tcl.tk/ MAINTAINER = Stuart Cassoff s

Re: NEW: tclperl and tclpython

2009-11-29 Thread Stuart Cassoff
Stuart Henderson wrote: On 2009/10/29 22:32, Stuart Cassoff wrote: I understand about -lpthread, but this is the result without it. we use -pthread not -lpthread I'd be extremely happy to know how I can make this work without -lpthread. Stu

Re: NEW: tclperl and tclpython

2009-12-02 Thread Stuart Cassoff
Stuart Cassoff wrote: Stuart Henderson wrote: On 2009/10/29 22:32, Stuart Cassoff wrote: I understand about -lpthread, but this is the result without it. we use -pthread not -lpthread I'd be extremely happy to know how I can make this work without -lpthread. Stu I don't seem to be able

Re: NEW: tclperl and tclpython

2009-12-03 Thread Stuart Cassoff
Stuart Henderson wrote: On 2009/12/02 02:42, Stuart Cassoff wrote: Stuart Cassoff wrote: Stuart Henderson wrote: On 2009/10/29 22:32, Stuart Cassoff wrote: I understand about -lpthread, but this is the result without it. we use -pthread not -lpthread I'd be extremely happy to know how I can

Re: Update: net/coccinella 0.95.4 to 0.96.16 and new dependencies

2009-12-07 Thread Stuart Cassoff
I've been working on a couple of these. Take anything useful :) Stu tkpng-0.9-port.tar.gz Description: application/gzip tktreectrl-2.2.9-port.tar.gz Description: application/gzip

NEW: WCB and Mentry

2009-12-29 Thread Stuart Cassoff
Mentry requires WCB. Mentry: multi-entry widget package for Tcl/Tk Tcl/Tk script library providing multi-entry/label widgets for display and editing of real numbers in fixed point format, IPv4 and IPv6 addresses, dates, times, etc. WCB: widget callback package for Tcl/Tk Tcl/Tk script

Re: NEW: tclperl and tclpython

2009-12-29 Thread Stuart Cassoff
Do the minimum to solve this problem with non-threaded Tcl/Tk. Index: Makefile === RCS file: /cvs/ports/lang/tcl/8.5/Makefile,v retrieving revision 1.8 diff -N -u -p Makefile --- Makefile21 Nov 2009 02:50:23 - 1.8 +++

Re: NEW: p5-Tcl and p5-Tkx

2010-01-05 Thread Stuart Cassoff
Better. p5-Tcl-0.97-port.tar.gz Description: application/gzip p5-Tkx-1.07-port.tar.gz Description: application/gzip

Re: NEW: tclperl and tclpython

2010-01-05 Thread Stuart Cassoff
Better and no -lpthread. tclperl-3.2-port.tar.gz Description: application/gzip tclpython-4.1-port.tar.gz Description: application/gzip

NEW: DBus-Tcl and DBus-Intf

2010-01-05 Thread Stuart Cassoff
DBus-Tcl: Tcl bindings for the DBus interprocess messaging system. Dbus-Intf: DBus-Intf is a Tcl library for easily providing an introspectable DBus interface to Tcl programs. Supports standard DBus interfaces and calls: org.freedesktop.DBus.Peer, Properties, and Introspectable.

Re: ports softlock

2010-01-12 Thread Stuart Cassoff
Jasper Lievisse Adriaanse wrote: The ports tree is now soft locked. What this means is that we are in release mode, and new ports/updates will now stop except for very important cases. Everything has to be approved by me, naddy, espie or ajacoutot. If you have something you deem will make

Re: ports softlock

2010-01-12 Thread Stuart Cassoff
Jasper Lievisse Adriaanse wrote: On Tue, Jan 12, 2010 at 05:55:04PM -0500, Stuart Cassoff wrote: Jasper Lievisse Adriaanse wrote: The ports tree is now soft locked. What this means is that we are in release mode, and new ports/updates will now stop except for very important cases. Everything

Re: fix to build tk-8.5.8 on vax (with patch)

2010-05-26 Thread Stuart Cassoff
Sebastian Reitenbach wrote: Forgot the patch. On Tuesday 25 May 2010 03:26:00 pm Sebastian Reitenbach wrote: Hi, On Tuesday 25 May 2010 09:34:32 am Matthieu Herrb wrote: On Tue, May 25, 2010 at 08:45:01AM +0200, Sebastian Reitenbach wrote: I don't really know about what you are talking here

Re: fix to buil tcl-8.5.8 on vax (and probably on m88k too)

2010-06-03 Thread Stuart Cassoff
This takes care of the two issues and brings another bit into alignment with the Tcl source. I think I got the p0's right and I don't think there's a need to bump the lib. I didn't put --disable-load in. It takes an insane amount of time for me to even get a vax emu setup with -current and such

Re: fix to buil tcl-8.5.8 on vax (and probably on m88k too)

2010-06-04 Thread Stuart Cassoff
Sebastian Reitenbach wrote: The patch to lang/tcl/8.5/patches/patch-generic_tclStrToD_c, did not applied cleanly to a freshly cvs checkout, but no problem, I applied it manually. CVS? The patch applies against the distfiles, as it should be. However, tcl compiled over the night on my vax,

Re: UPDATE: tcltutor 30b2

2008-11-20 Thread Stuart Cassoff
No reply ... no change ... Could this be put back as I had it? It's similar to the way some Python ports work. I'm trying to evolve some 'standard' in my (or others') Tcl ports. Thanks. Stuart Cassoff wrote: Steven Mestdagh wrote: Stuart Cassoff [2008-10-21, 01:53:17]: New [dict] lessons

Re: NEW: Scratch 1.3

2008-11-20 Thread Stuart Cassoff
No interest? Stuart Cassoff wrote: Imagine, program, share. Scratch requires squeak. Squeak's inisqueak is now in ${LOCALBASE}/lib/squeak/ though the man page still states ${LOCALBASE}/bin/ ? The port itself is a bit ... wacky; if there's a better way to go about it (probably) then let me

Re: NEW: net/ceptcl

2008-11-20 Thread Stuart Cassoff
Anton Yabchinskiy wrote: Another port made as a dependency for net/tkabber. Maybe devel/tcllib should explicitly depend on this to enable UDP support in it's dns and ntp modules? Mr. Cassoff? pkg/DESCR: Ceptcl is a Tcl extension which provides a variety of new socket types, and greater control

Re: Problem with tkdvd

2008-11-20 Thread Stuart Cassoff
Giovanni Bechis wrote: Stuart Cassoff ha scritto: I submitted an updated tcl/tk/8.4.19 port ... fixes this. Tkdvd has been modified to use tcl/tk 8.5: http://marc.info/?l=openbsd-ports-cvsm=122634867431197w=2 Cheers Giovanni Great! I replied here a) to bring notice to the 8.4.19 port

UPDATE: Tcl/Tk 8.5.6

2008-12-24 Thread Stuart Cassoff
Release notes: http://sourceforge.net/project/shownotes.php?release_id=648953group_id=10894 Index: lang/tcl/8.5/Makefile === RCS file: /cvs/ports/lang/tcl/8.5/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile ---

Re: NEW x11/tkcon

2009-01-05 Thread Stuart Cassoff
Boing! Stuart Cassoff wrote: No interest? Stuart Cassoff wrote: Stuart Henderson wrote: On 2008/05/23 14:13, Stuart Cassoff wrote: A replacement for the standard console that comes with Tk, tkcon provides many more features than the standard console and works on all platforms where Tcl

Re: UPDATE: tcltutor 30b2

2009-01-25 Thread Stuart Cassoff
Still no reply of any sort. Do you want to be the maintainer of this port? I can give it up, no prob. Just don't treat me like a slob. Stu Stuart Cassoff wrote: No reply ... no change ... Could this be put back as I had it? It's similar to the way some Python ports work. I'm trying to evolve

Re: UPDATE: tcltutor 30b2

2009-01-25 Thread Stuart Cassoff
lack of time. You talked about evolving to some standard; well it would be cool if we could have a variable in the tcl/tk modules which just takes care of this. e.g. MODTK_BIN_WITH_ARGS, etc. If that is possible, of course. Or MODTK_SUBST_STUFF, even, if you want to avoid patching. Stuart Cassoff

UPDATE: tcl.port.mk

2009-02-06 Thread Stuart Cassoff
Adds stuff for setting the correct tclsh and wish as needed, if needed. A couple of ports will follow that make use of this, so let me know if I'm going down the right path. If this is good, I'll be updating some more ports to use it. Stu Index: lang/tcl/tcl.port.mk

NEW: Tklib 0.5

2009-02-06 Thread Stuart Cassoff
Very similar to Tcllib, including the cheapo index generator. Makes use of the changes to tcl.port.mk. Stu $ cat DESCR A collection of pure-Tcl utility modules and widgets for Tk that provide a wide variety of functionality. The intent

Wither inisqueak ?

2009-02-12 Thread Stuart Cassoff
Since the last squeak upgrade, the file 'inisqueak' seems to be missing from squeak-vm.

Re: Wither inisqueak ?

2009-02-12 Thread Stuart Cassoff
Marc Espie wrote: On Thu, Feb 12, 2009 at 01:38:59PM -0500, Stuart Cassoff wrote: Since the last squeak upgrade, the file 'inisqueak' seems to be missing from squeak-vm. Yeah, I should remove the manpage as well... Since the last update, there are several squeak images available (I

Missing symbols

2009-02-12 Thread Stuart Cassoff
These libs do not have debugging symbols, seemingly violating porting checklist item number twenty. libwraster.so.5.0 libungif.so.5.4 libpng.so.8.0 libtiff.so.38.2 libjpeg.so.62.0

Re: x11vnc uses wish (from x11/tk)

2009-02-14 Thread Stuart Cassoff
Mikolaj Kucharski wrote: Hi, x11vnc is using tcl/tk toolkit for -gui switch. See x11vnc(1) man page and search for `-gui' option for description or grep the srouces for `wish' string. p2 is p1 + Makefile cleanup cvs server: Diffing inside x11/x11vnc/ Index: x11/x11vnc//Makefile

Re: x11vnc uses wish (from x11/tk)

2009-02-15 Thread Stuart Cassoff
Antoine Jacoutot wrote: On Sun, 15 Feb 2009, Stuart Cassoff wrote: Mikolaj Kucharski wrote: Hi, x11vnc is using tcl/tk toolkit for -gui switch. See x11vnc(1) man page and search for `-gui' option for description or grep the srouces for `wish' string. Any reason you removed

Re: OpenCV - default system python ?

2009-03-07 Thread Stuart Cassoff
J.C. Roberts wrote: The problem with the OpenCV project is *releases* are fairly neglected (i.e. most everyone seems to only work from svn/cvs). I've butted heads with a few people on this issue (other projects, not OpenCV) and have had little/no success convincing die-hard cvs'ers to cut

WIP: TkImg-1.4

2009-03-09 Thread Stuart Cassoff
Needs tcllib-1.11.1 to build the docs so that's commented out for now. tkimg-1.4-port45e.tar.gz Description: application/gzip

UPDATE: TkCon 2.4 - 2.5

2009-03-09 Thread Stuart Cassoff
=Stuart Cassoff s...@users.sourceforge.net @@ -17,28 +15,35 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes MODULES = x11/tk - MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tkcon/} - +BUILD_DEPENDS =:tcllib-=1.11.1:devel/tcllib RUN_DEPENDS

  1   2   3   4   5   6   7   8   >