Port details |
- p5-Gtk2-TrayIcon Perl interface to the EggTrayIcon library
- 0.06_7 x11-toolkits
=0 0.06_7Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2005-03-07 16:55:11
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: perl5
- License: not specified in port
- Description:
- 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: https://metacpan.org/release/Gtk2-TrayIcon
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Gtk2-TrayIcon>0:x11-toolkits/p5-Gtk2-TrayIcon
- To install the port:
- cd /usr/ports/x11-toolkits/p5-Gtk2-TrayIcon/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/p5-Gtk2-TrayIcon
- pkg install p5-Gtk2-TrayIcon
- PKGNAME: p5-Gtk2-TrayIcon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Gtk2-TrayIcon-0.06.tar.gz) = cbb7632b75d7f41554dfe8ee9063dbfd1d8522291077c65d0d82e9ceb5e94ae2
SIZE (Gtk2-TrayIcon-0.06.tar.gz) = 9576
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Cairo>=0 : graphics/p5-Cairo
- p5-ExtUtils-Depends>=0 : devel/p5-ExtUtils-Depends
- p5-ExtUtils-PkgConfig>=0 : devel/p5-ExtUtils-PkgConfig
- p5-Gtk2>=0 : x11-toolkits/p5-Gtk2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Cairo>=0 : graphics/p5-Cairo
- p5-ExtUtils-Depends>=0 : devel/p5-ExtUtils-Depends
- p5-ExtUtils-PkgConfig>=0 : devel/p5-ExtUtils-PkgConfig
- p5-Gtk2>=0 : x11-toolkits/p5-Gtk2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_p5-Gtk2-TrayIcon
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.06_7
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.06_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.06_7
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.06_7
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
08 Dec 2016 19:52:20
0.06_7
|
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
19 May 2016 10:53:06
0.06_6
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
01 Apr 2016 14:33:58
0.06_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.06_6
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
10 Jun 2014 12:14:14
0.06_5
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
03 Nov 2013 08:05:18
0.06_5
|
az  |
- support STAGEDIR |
20 Sep 2013 23:57:48
0.06_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
02 Aug 2013 18:52:11
0.06_5
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
04 Jun 2012 08:58:56
0.06_5
|
az  |
- Fix INDEX
Pointy hat: az@
Reported by: portsnap 7.x make_index FAILURE |
04 Jun 2012 08:31:14
0.06_5
|
az  |
- Remove SITE_PERL from *_DEPENDS |
01 Jun 2012 05:26:28
0.06_5
|
dinoex  |
- update png to 1.5.10 |
21 Jan 2012 17:40:15
0.06_4
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
17 Sep 2011 06:49:29
0.06_4
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
20 Jun 2011 09:03:27
0.06_4
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
28 Mar 2010 06:47:48
0.06_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.06_3
|
dinoex  |
- update to jpeg-8 |
21 Dec 2009 02:19:12
0.06_2
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
31 Jul 2009 13:57:52
0.06_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2008 14:16:37
0.06_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 May 2008 13:12:08
0.06
|
araujo  |
- Include some ports in perl5 category.
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr) |
17 Apr 2008 14:30:31
0.06
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 01:12:10
0.06
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
21 Jun 2007 10:08:30
0.06
|
mat  |
Update to 0.06 |
19 May 2007 20:32:57
0.03_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
28 Dec 2006 16:27:47
0.03_2
|
acm  |
- Add graphics/p5-Cairo to BUILD_DEPENDS |
22 Jan 2006 03:00:46
0.03_2
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
25 Nov 2005 19:33:59
0.03_2
|
pav  |
- Add SHA256 |
05 Nov 2005 05:22:06
0.03_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
12 Mar 2005 10:54:27
0.03_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
07 Mar 2005 16:54:34
0.03
|
flz  |
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) |