diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-12-15 17:44:02 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-12-15 17:44:02 +0000 |
commit | e83ffc278b620266b23df039ae2e67c99eb395ab (patch) | |
tree | d27d34069b0dbc5d3ab62c89a0376d21b6a8d08b /devel/p5-Inline-Tcl | |
parent | aa239c29a49efae07b3090553b77c2336aa0a3d3 (diff) | |
download | ports-e83ffc278b620266b23df039ae2e67c99eb395ab.tar.gz ports-e83ffc278b620266b23df039ae2e67c99eb395ab.zip |
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>
Notes
Notes:
svn path=/head/; revision=51585
Diffstat (limited to 'devel/p5-Inline-Tcl')
-rw-r--r-- | devel/p5-Inline-Tcl/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Inline-Tcl/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Inline-Tcl/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Inline-Tcl/pkg-descr | 14 | ||||
-rw-r--r-- | devel/p5-Inline-Tcl/pkg-plist | 8 |
5 files changed, 51 insertions, 0 deletions
diff --git a/devel/p5-Inline-Tcl/Makefile b/devel/p5-Inline-Tcl/Makefile new file mode 100644 index 000000000000..637b0f597ffa --- /dev/null +++ b/devel/p5-Inline-Tcl/Makefile @@ -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> diff --git a/devel/p5-Inline-Tcl/distinfo b/devel/p5-Inline-Tcl/distinfo new file mode 100644 index 000000000000..6170f1e04795 --- /dev/null +++ b/devel/p5-Inline-Tcl/distinfo @@ -0,0 +1 @@ +MD5 (Inline-Tcl-0.09.tar.gz) = c3f0a7852196b68a89128e54ce381f07 diff --git a/devel/p5-Inline-Tcl/pkg-comment b/devel/p5-Inline-Tcl/pkg-comment new file mode 100644 index 000000000000..7f6438e0ed58 --- /dev/null +++ b/devel/p5-Inline-Tcl/pkg-comment @@ -0,0 +1 @@ +Write Perl subroutines in Tcl diff --git a/devel/p5-Inline-Tcl/pkg-descr b/devel/p5-Inline-Tcl/pkg-descr new file mode 100644 index 000000000000..f2086067030b --- /dev/null +++ b/devel/p5-Inline-Tcl/pkg-descr @@ -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 diff --git a/devel/p5-Inline-Tcl/pkg-plist b/devel/p5-Inline-Tcl/pkg-plist new file mode 100644 index 000000000000..6254e885b5f3 --- /dev/null +++ b/devel/p5-Inline-Tcl/pkg-plist @@ -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 |