From ee75d75905d56d5f56ed890e5a51d3452f0bbb59 Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 28 May 2001 13:34:38 +0000 Subject: Tk::Autoscroll - space invaders-like scrolling --- x11-toolkits/Makefile | 1 + x11-toolkits/p5-Tk-Autoscroll/Makefile | 25 +++++++++++++++++++++++++ x11-toolkits/p5-Tk-Autoscroll/distinfo | 1 + x11-toolkits/p5-Tk-Autoscroll/pkg-comment | 1 + x11-toolkits/p5-Tk-Autoscroll/pkg-descr | 4 ++++ x11-toolkits/p5-Tk-Autoscroll/pkg-plist | 5 +++++ 6 files changed, 37 insertions(+) create mode 100644 x11-toolkits/p5-Tk-Autoscroll/Makefile create mode 100644 x11-toolkits/p5-Tk-Autoscroll/distinfo create mode 100644 x11-toolkits/p5-Tk-Autoscroll/pkg-comment create mode 100644 x11-toolkits/p5-Tk-Autoscroll/pkg-descr create mode 100644 x11-toolkits/p5-Tk-Autoscroll/pkg-plist (limited to 'x11-toolkits') diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a3eb77890c7..bfd1ca115b9 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -66,6 +66,7 @@ SUBDIR += p5-GtkXmHTML SUBDIR += p5-Tcl-Tk SUBDIR += p5-Tk + SUBDIR += p5-Tk-Autoscroll SUBDIR += panel-- SUBDIR += pango SUBDIR += paragui diff --git a/x11-toolkits/p5-Tk-Autoscroll/Makefile b/x11-toolkits/p5-Tk-Autoscroll/Makefile new file mode 100644 index 00000000000..1f33bdf8fd7 --- /dev/null +++ b/x11-toolkits/p5-Tk-Autoscroll/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Tk-Autoscroller +# Date created: May 28 2001 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= Tk-Autoscroll +PORTVERSION= 1.11 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tk +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} +MAN3= Tk::Autoscroll.3 + +.include diff --git a/x11-toolkits/p5-Tk-Autoscroll/distinfo b/x11-toolkits/p5-Tk-Autoscroll/distinfo new file mode 100644 index 00000000000..b5a5f40f9d7 --- /dev/null +++ b/x11-toolkits/p5-Tk-Autoscroll/distinfo @@ -0,0 +1 @@ +MD5 (Tk-Autoscroll-1.11.tar.gz) = 600e17ab8f6f5fb5f94ddf92619f2231 diff --git a/x11-toolkits/p5-Tk-Autoscroll/pkg-comment b/x11-toolkits/p5-Tk-Autoscroll/pkg-comment new file mode 100644 index 00000000000..239dd79bae5 --- /dev/null +++ b/x11-toolkits/p5-Tk-Autoscroll/pkg-comment @@ -0,0 +1 @@ +Tk::Autoscroll - space invaders-like scrolling diff --git a/x11-toolkits/p5-Tk-Autoscroll/pkg-descr b/x11-toolkits/p5-Tk-Autoscroll/pkg-descr new file mode 100644 index 00000000000..cf4ae3f4136 --- /dev/null +++ b/x11-toolkits/p5-Tk-Autoscroll/pkg-descr @@ -0,0 +1,4 @@ +This lets you enable scrolling similar to the one in Microsoft +Explorer. Press the middle mouse button and then move the mouse to +scroll the widget. A further press on the middle button stops the +scrolling. diff --git a/x11-toolkits/p5-Tk-Autoscroll/pkg-plist b/x11-toolkits/p5-Tk-Autoscroll/pkg-plist new file mode 100644 index 00000000000..dcbc18198ee --- /dev/null +++ b/x11-toolkits/p5-Tk-Autoscroll/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Tk/Autoscroll.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/Autoscroll/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/Autoscroll +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tk 2>/dev/null || true -- cgit