Add p5-Inline-Tcl 0.09, perl module to facilitate writing of Perl

subroutines in Tcl.

PR:		32873
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Anton Berezin 2001-12-15 17:44:02 +00:00
parent aa239c29a4
commit e83ffc278b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51585
6 changed files with 52 additions and 0 deletions

View File

@ -387,6 +387,7 @@
SUBDIR += p5-Inline-ASM
SUBDIR += p5-Inline-CPP
SUBDIR += p5-Inline-Filters
SUBDIR += p5-Inline-Tcl
SUBDIR += p5-Ioctl
SUBDIR += p5-Locale-Maketext
SUBDIR += p5-Locale-PGetText

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Inline::Tcl
# Date created: 14 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Inline-Tcl
PORTVERSION= 0.09
CATEGORIES= devel perl5 tcl83
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Inline
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= </dev/null
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Inline::Tcl.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Inline-Tcl-0.09.tar.gz) = c3f0a7852196b68a89128e54ce381f07

View File

@ -0,0 +1 @@
Write Perl subroutines in Tcl

View File

@ -0,0 +1,14 @@
The Inline::Tcl module allows you to put Tcl source code directly
"inline" in a Perl script or module. A Tcl interpreter is loaded and the
Tcl code is interpreted, then Perl asks the Tcl interpreter which global
procedures have been defined. Those functions are made available to your
Perl program as if they had been written in Perl.
The process of interrogating the Tcl interpreter for globals only occurs
the first time you run your Tcl code. The namespace is cached, and
subsequent calls use the cached version.
WWW: http://search.cpan.org/search?dist=Inline-Tcl
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Tcl/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Inline/Tcl.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Inline/Tcl.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Tcl/Tcl.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Tcl/Tcl.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Tcl
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Inline 2>/dev/null || true