summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-05-28 13:38:22 +0000
committervanilla <vanilla@FreeBSD.org>2001-05-28 13:38:22 +0000
commitd305ab5d775aa7c8b342d0db242fa99b0333e8fd (patch)
tree8f00283924a4d3faadf13caf5f1af119612db1eb /x11-toolkits
parenta11df28b1c43a399eca064aed427587dc6ace625 (diff)
downloadFreeBSD-ports-d305ab5d775aa7c8b342d0db242fa99b0333e8fd.zip
FreeBSD-ports-d305ab5d775aa7c8b342d0db242fa99b0333e8fd.tar.gz
Some collection of Tk Widgets
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-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
6 files changed, 46 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 4b4a349..8501fb1 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -68,6 +68,7 @@
SUBDIR += p5-Tk
SUBDIR += p5-Tk-Autoscroll
SUBDIR += p5-Tk-ColourChooser
+ SUBDIR += p5-Tk-GBARR
SUBDIR += panel--
SUBDIR += pango
SUBDIR += paragui
diff --git a/x11-toolkits/p5-Tk-GBARR/Makefile b/x11-toolkits/p5-Tk-GBARR/Makefile
new file mode 100644
index 0000000..ecffe86
--- /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 0000000..9b39563
--- /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 0000000..9e1a783
--- /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 0000000..f477f32
--- /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 0000000..5743deb
--- /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
OpenPOWER on IntegriCloud