diff options
author | flz <flz@FreeBSD.org> | 2005-03-08 00:54:34 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-08 00:54:34 +0800 |
commit | a5ce1f243df162ff883bedcadbffe418535351d9 (patch) | |
tree | d41e6e2d3b664f85f2dd6f946da111bdaa6719b3 /x11-toolkits | |
parent | 7db11fb1b34de97f59b08be0a593428b18c5f44e (diff) | |
download | freebsd-ports-gnome-a5ce1f243df162ff883bedcadbffe418535351d9.tar.gz freebsd-ports-gnome-a5ce1f243df162ff883bedcadbffe418535351d9.tar.zst freebsd-ports-gnome-a5ce1f243df162ff883bedcadbffe418535351d9.zip |
Add p5-Gtk2-TrayIcon 0.03, a Perl interface to the EggTrayIcon library.
PR: ports/76111
Submitted by: Florent Thoumie <flz@xbsd.org>
Approved by: pav (mentor)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-TrayIcon/Makefile | 33 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-TrayIcon/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-TrayIcon/pkg-descr | 9 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist | 12 |
5 files changed, 57 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index df5aab522ac6..cdb590264d33 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -117,6 +117,7 @@ SUBDIR += p5-Gtk SUBDIR += p5-Gtk2 SUBDIR += p5-Gtk2-Html2 + SUBDIR += p5-Gtk2-TrayIcon SUBDIR += p5-GtkXmHTML SUBDIR += p5-Prima SUBDIR += p5-Tcl-Tk diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/Makefile b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile new file mode 100644 index 000000000000..0b9bf16c7035 --- /dev/null +++ b/x11-toolkits/p5-Gtk2-TrayIcon/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: Gtk2-TrayIcon +# Date created: Jan 11 2005 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Gtk2-TrayIcon +PORTVERSION= 0.03 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN/ +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Perl interface to the EggTrayIcon library + +BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Gtk2::TrayIcon.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= "Needs perl 5.8.0 or higher, install lang/perl5.8 and try again" +.endif + +.include <bsd.port.post.mk> diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/distinfo b/x11-toolkits/p5-Gtk2-TrayIcon/distinfo new file mode 100644 index 000000000000..4b948f6af86b --- /dev/null +++ b/x11-toolkits/p5-Gtk2-TrayIcon/distinfo @@ -0,0 +1,2 @@ +MD5 (Gtk2-TrayIcon-0.03.tar.gz) = 4c627fd00cc316ac018732e7739a5c4f +SIZE (Gtk2-TrayIcon-0.03.tar.gz) = 6915 diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/pkg-descr b/x11-toolkits/p5-Gtk2-TrayIcon/pkg-descr new file mode 100644 index 000000000000..879b05a28669 --- /dev/null +++ b/x11-toolkits/p5-Gtk2-TrayIcon/pkg-descr @@ -0,0 +1,9 @@ +Interface to the EggTrayIcon library + +This module allows a Perl developer to embed an arbitrary widget +in a System Tray like the Gnome notification area. + +WWW: http://search.cpan.org/dist/Gtk2-TrayIcon/ + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist b/x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist new file mode 100644 index 000000000000..d70b3855757d --- /dev/null +++ b/x11-toolkits/p5-Gtk2-TrayIcon/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon/TrayIcon.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon/TrayIcon.bs +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install/Files.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install/trayicon-autogen.h +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install/trayicon.typemap +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/TrayIcon +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 2> /dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon/Install +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/TrayIcon +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2 2> /dev/null || true |