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. DEPRECATED: Upstream marked this module as Deprecated
This port expired on: 2024-01-16
- Maintainer: perl@FreeBSD.org
 - Port Added: 2005-03-07 16:55:11
- Last Update: 2024-01-17 17:24:45
- Commit Hash: fc705be
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Gtk2-TrayIcon
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Gtk2-TrayIcon>0:x11-toolkits/p5-Gtk2-TrayIcon
- No installation instructions:
- This port has been deleted.
- 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.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- 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.36<5.37 : lang/perl5.36
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.06_7 17 Jan 2024 17:24:45
    |
Muhammad Moinur Rahman (bofh)  |
x11-toolkits/p5-Gtk2-TrayIcon: Remove expired port
2024-01-16 x11-toolkits/p5-Gtk2-TrayIcon: Upstream marked this module as
Deprecated |
0.06_7 16 Dec 2023 13:11:22
    |
Muhammad Moinur Rahman (bofh)  |
x11-toolkits/p5-Gtk2-TrayIcon: Mark DEPRECATED
- Upstream has marked this module as Deprecated
- Set EXPIRATION_DATE 2024-01-16 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.06_7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.06_7 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.06_7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.06_7 06 Oct 2018 13:06:45
  |
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) |
0.06_7 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.06_7 08 Dec 2016 19:52:20
  |
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. |
0.06_6 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.06_6 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.06_6 26 Nov 2014 13:08:38
  |
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 ) |
0.06_5 10 Jun 2014 12:14:14
  |
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 |
0.06_5 03 Nov 2013 08:05:18
  |
az  |
- support STAGEDIR |
0.06_5 20 Sep 2013 23:57:48
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.06_5 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.06_5 04 Jun 2012 08:58:56
 |
az  |
- Fix INDEX
Pointy hat: az@
Reported by: portsnap 7.x make_index FAILURE |
0.06_5 04 Jun 2012 08:31:14
 |
az  |
- Remove SITE_PERL from *_DEPENDS |
0.06_5 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.06_4 21 Jan 2012 17:40:15
 |
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 |
0.06_4 17 Sep 2011 06:49:29
 |
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
0.06_4 20 Jun 2011 09:03:27
 |
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 |
0.06_4 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.06_3 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.06_2 21 Dec 2009 02:19:12
 |
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. |
0.06_2 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.06_1 06 Jun 2008 14:16:37
 |
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) |
0.06 19 May 2008 13:12:08
 |
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) |
0.06 17 Apr 2008 14:30:31
 |
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) |
0.06 08 Sep 2007 01:12:10
 |
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 |
0.06 21 Jun 2007 10:08:30
 |
mat  |
Update to 0.06 |
0.03_3 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.03_2 28 Dec 2006 16:27:47
 |
acm  |
- Add graphics/p5-Cairo to BUILD_DEPENDS |
0.03_2 22 Jan 2006 03:00:46
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.03_2 25 Nov 2005 19:33:59
 |
pav  |
- Add SHA256 |
0.03_2 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
0.03_1 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.03 07 Mar 2005 16:54:34
 |
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) |