Re: [NEW] From CPAN: Tcl-0.97

2009-02-23 Thread Stuart Henderson
On 2009/02/22 22:42, Dan Cross wrote:
 On Sun, Feb 15, 2009 at 3:48 PM, Dan Cross cro...@gmail.com wrote:
  On Sun, Feb 15, 2009 at 3:27 PM, Stuart Henderson s...@spacehopper.org 
  wrote:
  Here's a version using the tcl.port.mk module - see port-modules(5)
  for more information about the modules.
 
  Not really tested here but the regression tests pass.
 
  That's much better.  Thanks, Stuart!
 
 So what's the next step here?  How does one go about getting this
 integrated into the source tree?  Thanks!
 
 - Dan C.
 

Please remind us after ports is unlocked.



Re: [NEW] From CPAN: Tcl-0.97

2009-02-23 Thread Tobias Ulmer
On Sun, Feb 22, 2009 at 10:42:05PM -0500, Dan Cross wrote:
 On Sun, Feb 15, 2009 at 3:48 PM, Dan Cross cro...@gmail.com wrote:
  On Sun, Feb 15, 2009 at 3:27 PM, Stuart Henderson s...@spacehopper.org 
  wrote:
  Here's a version using the tcl.port.mk module - see port-modules(5)
  for more information about the modules.
 
  Not really tested here but the regression tests pass.
 
  That's much better.  Thanks, Stuart!
 
 So what's the next step here?  How does one go about getting this
 integrated into the source tree?  Thanks!
 
 - Dan C.
 
 

The ports tree is locked, nothing but serious bugfixes get in now, so
just wait. Once the tree is unlocked (will happen before release
usually), bump your post. Don't get frustrated if appearantly noone
notices your submission, ports developers are overloaded with work and
tracking stuff on a mailinglist isn't all that great.



Re: [NEW] From CPAN: Tcl-0.97

2009-02-22 Thread Dan Cross
On Sun, Feb 15, 2009 at 3:48 PM, Dan Cross cro...@gmail.com wrote:
 On Sun, Feb 15, 2009 at 3:27 PM, Stuart Henderson s...@spacehopper.org 
 wrote:
 Here's a version using the tcl.port.mk module - see port-modules(5)
 for more information about the modules.

 Not really tested here but the regression tests pass.

 That's much better.  Thanks, Stuart!

So what's the next step here?  How does one go about getting this
integrated into the source tree?  Thanks!

- Dan C.



Re: [NEW] From CPAN: Tcl-0.97

2009-02-15 Thread Dan Cross
Hi OpenBSD Porters,

I sent in the message below about three months ago; is there any
update?  Thanks!

- Dan C.

On Sun, Nov 9, 2008 at 1:02 PM, Dan Cross cr...@grex.org wrote:
 Hello OpenBSD Porters, please find attached a new port for a
 CPAN module.

 WHAT:

 This is for the CPAN module that provides Tcl bindings,
 webpage here: http://search.cpan.org/~vkon/Tcl/Tcl.pm

 WHERE:

 Attached to this email, but also at:
 http://grex.org/~cross/p5-Tcl.tar.gz

 WHY:

 We write a lot of software in Perl on Grex, a public access
 Unix system running OpenBSD (ssh newu...@grex.org; follow
 the instructions if you want an account).  Unfortunately,
 Perl's syntax doesn't lend itself well to writing
 configuration files.  However, Tcl's does; using this module
 provides us a clean way to write configuration files in Tcl
 and then read them in Perl.  Hooray for all inclusiveness.

 HOW:

 I created this by copying another port and looking through
 various others.  It's been tested under 4.4-stable on i386
 and 4.3-stable on SPARC64 and in some of our code.

 Thanks!

- Dan C.




Re: [NEW] From CPAN: Tcl-0.97

2009-02-15 Thread Stuart Henderson
On 2009/02/15 15:12, Dan Cross wrote:
 Hi OpenBSD Porters,
 
 I sent in the message below about three months ago; is there any
 update?  Thanks!

Here's a version using the tcl.port.mk module - see port-modules(5)
for more information about the modules.

Not really tested here but the regression tests pass.

 - Dan C.
 
 On Sun, Nov 9, 2008 at 1:02 PM, Dan Cross cr...@grex.org wrote:
  Hello OpenBSD Porters, please find attached a new port for a
  CPAN module.
 
  WHAT:
 
  This is for the CPAN module that provides Tcl bindings,
  webpage here: http://search.cpan.org/~vkon/Tcl/Tcl.pm
 
  WHERE:
 
  Attached to this email, but also at:
  http://grex.org/~cross/p5-Tcl.tar.gz
 
  WHY:
 
  We write a lot of software in Perl on Grex, a public access
  Unix system running OpenBSD (ssh newu...@grex.org; follow
  the instructions if you want an account).  Unfortunately,
  Perl's syntax doesn't lend itself well to writing
  configuration files.  However, Tcl's does; using this module
  provides us a clean way to write configuration files in Tcl
  and then read them in Perl.  Hooray for all inclusiveness.
 
  HOW:
 
  I created this by copying another port and looking through
  various others.  It's been tested under 4.4-stable on i386
  and 4.3-stable on SPARC64 and in some of our code.
 
  Thanks!
 
 - Dan C.
 
 


p5-Tcl.tgz
Description: application/tar-gz


Re: [NEW] From CPAN: Tcl-0.97

2009-02-15 Thread Dan Cross
On Sun, Feb 15, 2009 at 3:27 PM, Stuart Henderson s...@spacehopper.org wrote:
 Here's a version using the tcl.port.mk module - see port-modules(5)
 for more information about the modules.

 Not really tested here but the regression tests pass.

That's much better.  Thanks, Stuart!



[NEW] From CPAN: Tcl-0.97

2008-11-09 Thread Dan Cross
Hello OpenBSD Porters, please find attached a new port for a
CPAN module.

WHAT:

This is for the CPAN module that provides Tcl bindings,
webpage here: http://search.cpan.org/~vkon/Tcl/Tcl.pm

WHERE:

Attached to this email, but also at:
http://grex.org/~cross/p5-Tcl.tar.gz

WHY:

We write a lot of software in Perl on Grex, a public access
Unix system running OpenBSD (ssh [EMAIL PROTECTED]; follow
the instructions if you want an account).  Unfortunately,
Perl's syntax doesn't lend itself well to writing
configuration files.  However, Tcl's does; using this module
provides us a clean way to write configuration files in Tcl
and then read them in Perl.  Hooray for all inclusiveness.

HOW:

I created this by copying another port and looking through
various others.  It's been tested under 4.4-stable on i386
and 4.3-stable on SPARC64 and in some of our code.

Thanks!

- Dan C.


p5-Tcl.tar.gz
Description: GNU Zip compressed data