aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-GBARR
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-28 13:38:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-28 13:38:22 +0000
commitb7e58aaeb62305d3aa6983a3172b8534b26468eb (patch)
tree8ae1b0d26e29c1247d5e9ddebd8748778dd1bffe /x11-toolkits/p5-Tk-GBARR
parent7e458ec76e105fd93ef8369bb70b6106a125a41a (diff)
downloadports-b7e58aaeb62305d3aa6983a3172b8534b26468eb.tar.gz
ports-b7e58aaeb62305d3aa6983a3172b8534b26468eb.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-GBARR')
-rw-r--r--x11-toolkits/p5-Tk-GBARR/Makefile29
-rw-r--r--x11-toolkits/p5-Tk-GBARR/distinfo1
-rw-r--r--x11-toolkits/p5-Tk-GBARR/pkg-comment1
-rw-r--r--x11-toolkits/p5-Tk-GBARR/pkg-descr5
-rw-r--r--x11-toolkits/p5-Tk-GBARR/pkg-plist9
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-GBARR/Makefile b/x11-toolkits/p5-Tk-GBARR/Makefile
new file mode 100644
index 000000000000..ecffe86a1ff6
--- /dev/null
+++ b/x11-toolkits/p5-Tk-GBARR/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-Tk-GBARR
+# Date created: May 28 2001
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tk-GBARR
+PORTVERSION= 2.03
+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::Cloth.3 \
+ Tk::FireButton.3 \
+ Tk::NumEntry.3 \
+ Tk::NumEntryPlain.3 \
+ Tk::TFrame.3
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/p5-Tk-GBARR/distinfo b/x11-toolkits/p5-Tk-GBARR/distinfo
new file mode 100644
index 000000000000..9b3956381ec8
--- /dev/null
+++ b/x11-toolkits/p5-Tk-GBARR/distinfo
@@ -0,0 +1 @@
+MD5 (Tk-GBARR-2.03.tar.gz) = 267b5ec69da2edb529222f38781c2b09
diff --git a/x11-toolkits/p5-Tk-GBARR/pkg-comment b/x11-toolkits/p5-Tk-GBARR/pkg-comment
new file mode 100644
index 000000000000..9e1a783717cd
--- /dev/null
+++ b/x11-toolkits/p5-Tk-GBARR/pkg-comment
@@ -0,0 +1 @@
+Some collection of Tk Widgets
diff --git a/x11-toolkits/p5-Tk-GBARR/pkg-descr b/x11-toolkits/p5-Tk-GBARR/pkg-descr
new file mode 100644
index 000000000000..f477f327d2e0
--- /dev/null
+++ b/x11-toolkits/p5-Tk-GBARR/pkg-descr
@@ -0,0 +1,5 @@
+Tk::Cloth - An OO interface to Tk::Canvas
+Tk::TFrame - A frame with a title
+Tk::NumEntry - An entry widget that accepts numbers and has up/down
+ buttons for in/decrement.
+Tk::FireButton - Button that keeps invoking command when pressed
diff --git a/x11-toolkits/p5-Tk-GBARR/pkg-plist b/x11-toolkits/p5-Tk-GBARR/pkg-plist
new file mode 100644
index 000000000000..5743debf9377
--- /dev/null
+++ b/x11-toolkits/p5-Tk-GBARR/pkg-plist
@@ -0,0 +1,9 @@
+lib/perl5/site_perl/%%PERL_VER%%/Tk/Cloth.pm
+lib/perl5/site_perl/%%PERL_VER%%/Tk/FireButton.pm
+lib/perl5/site_perl/%%PERL_VER%%/Tk/NumEntry.pm
+lib/perl5/site_perl/%%PERL_VER%%/Tk/NumEntryPlain.pm
+lib/perl5/site_perl/%%PERL_VER%%/Tk/TFrame.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/GBARR/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/GBARR
+@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