diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-12-02 14:01:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-12-02 14:01:04 +0000 |
commit | da79548f4721999819f26d1dc27f491522886363 (patch) | |
tree | 07937defacd0cfe566c0fd77f6765caa5ddba58b | |
parent | 83a2af9ae5ffc8f64abb723870864c0b069bf6c7 (diff) | |
download | ports-da79548f4721999819f26d1dc27f491522886363.tar.gz ports-da79548f4721999819f26d1dc27f491522886363.zip |
Notes
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Splashscreen/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Splashscreen/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Splashscreen/pkg-descr | 8 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Splashscreen/pkg-plist | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 1d2a3aeb01b4..8205f3e560b8 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -131,6 +131,7 @@ SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-ResizeButton + SUBDIR += p5-Tk-Splashscreen SUBDIR += p5-Tk-TableMatrix SUBDIR += p5-qt SUBDIR += pango diff --git a/x11-toolkits/p5-Tk-Splashscreen/Makefile b/x11-toolkits/p5-Tk-Splashscreen/Makefile new file mode 100644 index 000000000000..2a18ad2d88a9 --- /dev/null +++ b/x11-toolkits/p5-Tk-Splashscreen/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: x11-toolkits/p5-Tk-Splashscreen +# Date created: 02 December 2004 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Tk-Splashscreen +PORTVERSION= 1.0 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tk +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Tk::Splashscreen, display a Splashscreen during program initialization + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Tk::Splashscreen.3 \ + Tk::waitVariableX.3 + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Splashscreen/distinfo b/x11-toolkits/p5-Tk-Splashscreen/distinfo new file mode 100644 index 000000000000..c468eaaac986 --- /dev/null +++ b/x11-toolkits/p5-Tk-Splashscreen/distinfo @@ -0,0 +1,2 @@ +MD5 (Tk-Splashscreen-1.0.tar.gz) = d72a46043ffaa53536e5767d53bec5b7 +SIZE (Tk-Splashscreen-1.0.tar.gz) = 4035 diff --git a/x11-toolkits/p5-Tk-Splashscreen/pkg-descr b/x11-toolkits/p5-Tk-Splashscreen/pkg-descr new file mode 100644 index 000000000000..12c4e5a836e1 --- /dev/null +++ b/x11-toolkits/p5-Tk-Splashscreen/pkg-descr @@ -0,0 +1,8 @@ +For programs that require large load times, it's a common practice to +display a Splashscreen that occupies the user's attention. This +Toplevel mega widget provides all the display, destroy and timing +events. All you do it create the Splashscreen mega widget, populate +it as you see fit, then invoke Splash() to display it and Destroy() to +tear it down. + +WWW: http://search.cpan.org/dist/Tk-Splashscreen diff --git a/x11-toolkits/p5-Tk-Splashscreen/pkg-plist b/x11-toolkits/p5-Tk-Splashscreen/pkg-plist new file mode 100644 index 000000000000..f2a8d72b2cb5 --- /dev/null +++ b/x11-toolkits/p5-Tk-Splashscreen/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Tk/Splashscreen.pm +%%SITE_PERL%%/Tk/waitVariableX.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Splashscreen/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Splashscreen 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tk 2>/dev/null || true |