diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 13:34:38 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 13:34:38 +0000 |
commit | f94796743b3d93ccaecf52898443ad5e543424bf (patch) | |
tree | 9b9ad8dbe550990c9a3ff49f929817ae6063d8d2 /x11-toolkits/p5-Tk-Autoscroll | |
parent | Fix PLIST. (diff) |
Tk::Autoscroll - space invaders-like scrolling
Diffstat (limited to 'x11-toolkits/p5-Tk-Autoscroll')
-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 |
5 files changed, 36 insertions, 0 deletions
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 |