head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	b1:1.1.1.1
	CPAN:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2011.02.14.03.48.15;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2010.11.20.07.33.34;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.10.17.11.00;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.38.50;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	97.06.16.03.03.55;	author jfitz;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.06.16.03.03.55;	author jfitz;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 1.02
- Reformat pkg-descr to pet portlint

Changes:	http://search.cpan.org/dist/Tcl/Changes
@
text
@The Tcl extension module gives access to the Tcl library with functionality and
interface similar to the C functions of Tcl.  In other words, you can:

- Create Tcl interpreters
  The Tcl interpreters so created are Perl objects whose destructors delete the
  interpreters cleanly when appropriate.
- Execute Tcl code in an interpreter
  The code can come from strings, files or Perl filehandles.
- Bind in new Tcl procedures
  The new procedures can be either C code (with addresses presumably obtained
  using dl_open and dl_find_symbol) or Perl subroutines (by name, reference or
  as anonymous subs). The (optional) deleteProc callback in the latter case is
  another perl subroutine which is called when the command is explicitly
  deleted by name or else when the destructor for the interpreter object is
  explicitly or implicitly called.
- Manipulate the result field of a Tcl interpreter
- Set and get values of variables in a Tcl interpreter
- Tie perl variables to variables in a Tcl interpreter
  The variables can be either scalars or hashes.

Github repository is at https://github.com/gisle/tcl.pm

WWW: http://search.cpan.org/dist/Tcl/
@


1.4
log
@- Allow non-root users to build this port despite wrong permissions (ugo-rwx)
  in the source tarball
- Use bsd.port.mk
- Add WWW
@
text
@d4 16
a19 21
create Tcl interpreters
	The Tcl interpreters so created are Perl objects whose destructors
	delete the interpreters cleanly when appropriate.

execute Tcl code in an interpreter
        The code can come from strings, files or Perl filehandles.

bind in new Tcl procedures
	The new procedures can be either C code (with addresses presumably
	obtained using dl_open and dl_find_symbol) or Perl subroutines (by name,
	reference or as anonymous subs). The (optional) deleteProc callback in
	the latter case is another perl subroutine which is called when the
	command is explicitly deleted by name or else when the destructor for
	the interpreter object is explicitly or implicitly called.

Manipulate the result field of a Tcl interpreter

Set and get values of variables in a Tcl interpreter

Tie perl variables to variables in a Tcl interpreter
        The variables can be either scalars or hashes.
@


1.3
log
@Cram into 80 columns by 24 rows.
@
text
@d25 4
@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d1 2
a2 3
The Tcl extension module gives access to the Tcl library
with functionality and interface similar to the C
functions of Tcl.  In other words, you can
d5 2
a6 3
        The Tcl interpreters so created are Perl objects
        whose destructors delete the interpreters cleanly
        when appropriate.
d9 1
a9 2
        The code can come from strings, files or Perl
        filehandles.
d12 6
a17 9
        The new procedures can be either C code (with
        addresses presumably obtained using dl_open and
        dl_find_symbol) or Perl subroutines (by name,
        reference or as anonymous subs). The (optional)
        deleteProc callback in the latter case is another
        perl subroutine which is called when the command
        is explicitly deleted by name or else when the
        destructor for the interpreter object is
        explicitly or implicitly called.
@


1.1
log
@Initial revision
@
text
@d1 23
a23 23
       The Tcl extension module gives access to the Tcl library
       with functionality and interface similar to the C
       functions of Tcl.  In other words, you can

       create Tcl interpreters
               The Tcl interpreters so created are Perl objects
               whose destructors delete the interpreters cleanly
               when appropriate.

       execute Tcl code in an interpreter
               The code can come from strings, files or Perl
               filehandles.

       bind in new Tcl procedures
               The new procedures can be either C code (with
               addresses presumably obtained using dl_open and
               dl_find_symbol) or Perl subroutines (by name,
               reference or as anonymous subs). The (optional)
               deleteProc callback in the latter case is another
               perl subroutine which is called when the command
               is explicitly deleted by name or else when the
               destructor for the interpreter object is
               explicitly or implicitly called.
d25 1
a25 1
       Manipulate the result field of a Tcl interpreter
d27 1
a27 1
       Set and get values of variables in a Tcl interpreter
d29 2
a30 2
       Tie perl variables to variables in a Tcl interpreter
               The variables can be either scalars or hashes.
@


1.1.1.1
log
@Import of a perl5 module for access to libtcl
@
text
@@
