diff options
author | sat <sat@FreeBSD.org> | 2007-04-17 19:13:41 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-17 19:13:41 +0800 |
commit | 57feb3b516aaf7f982c21108fb9463315e8d735c (patch) | |
tree | 0398889e94782d7aefdbe2ee1df004b0d8408cb1 /x11-toolkits/p5-Tk-Contrib | |
parent | ca90ce29dbf32dc6b757de67bb01961a44fb8e9d (diff) | |
download | freebsd-ports-gnome-57feb3b516aaf7f982c21108fb9463315e8d735c.tar.gz freebsd-ports-gnome-57feb3b516aaf7f982c21108fb9463315e8d735c.tar.zst freebsd-ports-gnome-57feb3b516aaf7f982c21108fb9463315e8d735c.zip |
Add port x11-toolkits/p5-Tk-Contrib:
Files in Tk-Contrib have been contributed by various people at
various times.
Included widgets:
Tk::Axis - Canvas with Axes
Tk::Dial - an alternative to the Scale widget
Tk::OlWm - Interface to OpenLook properties of Toplevel widget
Tk::TiedListbox - gang together Listboxes
WWW: http://search.cpan.org/dist/Tk-Contrib/
Diffstat (limited to 'x11-toolkits/p5-Tk-Contrib')
-rw-r--r-- | x11-toolkits/p5-Tk-Contrib/Makefile | 23 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Contrib/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Contrib/pkg-descr | 11 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Contrib/pkg-plist | 8 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-Contrib/Makefile b/x11-toolkits/p5-Tk-Contrib/Makefile new file mode 100644 index 000000000000..693c2c7c8964 --- /dev/null +++ b/x11-toolkits/p5-Tk-Contrib/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Tk-Contrib +# Date created: 17 April 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Tk-Contrib +PORTVERSION= 0.07 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Contributed Tk widgets + +BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +MAN3= Tk::Axis.3 Tk::Dial.3 Tk::OlWm.3 Tk::TiedListbox.3 + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Contrib/distinfo b/x11-toolkits/p5-Tk-Contrib/distinfo new file mode 100644 index 000000000000..563aae607b8a --- /dev/null +++ b/x11-toolkits/p5-Tk-Contrib/distinfo @@ -0,0 +1,3 @@ +MD5 (Tk-Contrib-0.07.tar.gz) = de2e7df2369e69506e969680bc5795a9 +SHA256 (Tk-Contrib-0.07.tar.gz) = 1ebe791b4f8fa12538065c37238315849dde549bdbcd121f457813df96ef740a +SIZE (Tk-Contrib-0.07.tar.gz) = 12468 diff --git a/x11-toolkits/p5-Tk-Contrib/pkg-descr b/x11-toolkits/p5-Tk-Contrib/pkg-descr new file mode 100644 index 000000000000..79f3771fdd70 --- /dev/null +++ b/x11-toolkits/p5-Tk-Contrib/pkg-descr @@ -0,0 +1,11 @@ +Files in Tk-Contrib have been contributed by various people at +various times. + +Included widgets: + +Tk::Axis - Canvas with Axes +Tk::Dial - an alternative to the Scale widget +Tk::OlWm - Interface to OpenLook properties of Toplevel widget +Tk::TiedListbox - gang together Listboxes + +WWW: http://search.cpan.org/dist/Tk-Contrib/ diff --git a/x11-toolkits/p5-Tk-Contrib/pkg-plist b/x11-toolkits/p5-Tk-Contrib/pkg-plist new file mode 100644 index 000000000000..447aa50db73f --- /dev/null +++ b/x11-toolkits/p5-Tk-Contrib/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Contrib/.packlist +%%SITE_PERL%%/Tk/Axis.pm +%%SITE_PERL%%/Tk/Dial.pm +%%SITE_PERL%%/Tk/OlWm.pm +%%SITE_PERL%%/Tk/TiedListbox.pm +@dirrmtry %%SITE_PERL%%/Tk +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Contrib +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk |