diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-28 21:34:38 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-28 21:34:38 +0800 |
commit | ee75d75905d56d5f56ed890e5a51d3452f0bbb59 (patch) | |
tree | 85406b0eb38f6194bde39f7526936f46528eecec /x11-toolkits | |
parent | 664200f8f7ed1437f2c510f911e461c8b5255997 (diff) | |
download | freebsd-ports-gnome-ee75d75905d56d5f56ed890e5a51d3452f0bbb59.tar.gz freebsd-ports-gnome-ee75d75905d56d5f56ed890e5a51d3452f0bbb59.tar.zst freebsd-ports-gnome-ee75d75905d56d5f56ed890e5a51d3452f0bbb59.zip |
Tk::Autoscroll - space invaders-like scrolling
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Autoscroll/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Autoscroll/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Autoscroll/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Autoscroll/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Autoscroll/pkg-plist | 5 |
6 files changed, 37 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a3eb77890c7c..bfd1ca115b94 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 000000000000..1f33bdf8fd77 --- /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 <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Autoscroll/distinfo b/x11-toolkits/p5-Tk-Autoscroll/distinfo new file mode 100644 index 000000000000..b5a5f40f9d78 --- /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 000000000000..239dd79bae54 --- /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 000000000000..cf4ae3f41364 --- /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 000000000000..dcbc18198ee3 --- /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 |