aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-28 13:34:38 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-28 13:34:38 +0000
commitf94796743b3d93ccaecf52898443ad5e543424bf (patch)
tree9b9ad8dbe550990c9a3ff49f929817ae6063d8d2 /x11-toolkits
parent4e2af570a439d8473d06ce5d63fa168e7e15a242 (diff)
downloadports-f94796743b3d93ccaecf52898443ad5e543424bf.tar.gz
ports-f94796743b3d93ccaecf52898443ad5e543424bf.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/p5-Tk-Autoscroll/Makefile25
-rw-r--r--x11-toolkits/p5-Tk-Autoscroll/distinfo1
-rw-r--r--x11-toolkits/p5-Tk-Autoscroll/pkg-comment1
-rw-r--r--x11-toolkits/p5-Tk-Autoscroll/pkg-descr4
-rw-r--r--x11-toolkits/p5-Tk-Autoscroll/pkg-plist5
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