diff options
Diffstat (limited to 'x11-toolkits/p5-TclTk')
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 29 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/pkg-descr | 17 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/pkg-plist | 5 |
6 files changed, 0 insertions, 64 deletions
diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile deleted file mode 100644 index 63c0bbba40e2..000000000000 --- a/x11-toolkits/p5-TclTk/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: p5-Tcl-Tk -# Version required: b1 -# Date created: June 15th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ - -DISTNAME= TclTk-b2 -PKGNAME= p5-Tcl-Tk-b2 -CATEGORIES= x11-toolkits lang perl5 tk82 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Tcl - -MAINTAINER= jfitz@FreeBSD.org - -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Tcl.pm:${PORTSDIR}/lang/p5-Tcl -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -USE_PERL5= YES - -WRKSRC= ${WRKDIR}/TclTk - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Tcl::Tk.3 - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/x11-toolkits/p5-TclTk/distinfo b/x11-toolkits/p5-TclTk/distinfo deleted file mode 100644 index 223f7953393f..000000000000 --- a/x11-toolkits/p5-TclTk/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (TclTk-b2.tar.gz) = a9980ab1c72581a0291f8f8b86cefec8 diff --git a/x11-toolkits/p5-TclTk/files/patch-aa b/x11-toolkits/p5-TclTk/files/patch-aa deleted file mode 100644 index d916d5e67b56..000000000000 --- a/x11-toolkits/p5-TclTk/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Sat Aug 29 12:17:41 1998 -+++ Makefile.PL Sat Aug 29 12:20:08 1998 -@@ -1,6 +1,6 @@ - use ExtUtils::MakeMaker; - WriteMakefile(NAME => "Tcl::Tk", - DISTNAME => "TclTk", -- LIBS => ["-ltk -ltcl -L/usr/X11R6/lib -lX11 -lm"], -- INC => "-I/usr/local/include -I/usr/include/tcl"); -+ LIBS => ["-L$ENV{PREFIX}/lib -L$ENV{X11BASE}/lib -ltk82 -ltcl82 -lX11 -lm"], -+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.2 -I$ENV{PREFIX}/include/tk8.2 -I$ENV{X11BASE}/include"); - #sub MY::tool_autosplit { "AUTOSPLITFILE = :" } diff --git a/x11-toolkits/p5-TclTk/pkg-comment b/x11-toolkits/p5-TclTk/pkg-comment deleted file mode 100644 index ac40d750f065..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module to access to Tk via the Tcl extension diff --git a/x11-toolkits/p5-TclTk/pkg-descr b/x11-toolkits/p5-TclTk/pkg-descr deleted file mode 100644 index c8d0a0601195..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ - The Tcl::Tk submodule of the Tcl module gives access to - the Tk library. It does this by creating a Tcl - interpreter object (using the Tcl extension) and binding - in all of Tk into the interpreter (in the same way that - wish or other Tcl/Tk applications do). - - Access to the Tcl and Tcl::Tk extensions - - To get access to the Tcl and Tcl::Tk extensions, put the - commands - require Tcl; - use Tcl::Tk; - - near the top of your program. The Tcl extension does not - alter your namespace at all (hence the "require"). The - Tcl::Tk extension imports the widget and other Tk commands - into your namespace (hence the "use"). diff --git a/x11-toolkits/p5-TclTk/pkg-plist b/x11-toolkits/p5-TclTk/pkg-plist deleted file mode 100644 index 865d5ce8d7d5..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tcl/Tk.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tcl/Tk |