Port details |
- gnome-swallow Applet that swallows any X11 application into the GNOME 2 panel
- 1.2_11 x11
=1 1.2_11Version of this port present on the latest quarterly branch.
- Maintainer: marcus@FreeBSD.org
- Port Added: 2003-04-16 07:19:15
- Last Update: 2014-11-19 11:49:06
- SVN Revision: 372768
- People watching this port, also watch:: python, p5-Time-Piece
- Also Listed In: gnome
- License: not specified in port
- WWW:
- http://interreality.org/~tetron/technology/swallow/
- Description:
- Gnome-swallow is a pseudo-applet that allows one to swallow any X11
application into the GNOME 2 panel. This restores the functionality that
used to exist in GNOME 1.x.
WWW: http://interreality.org/~tetron/technology/swallow/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- gnome-swallow>0:x11/gnome-swallow
- No installation instructions:
- This port has been deleted.
- PKGNAME: gnome-swallow
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- pkgconf : devel/pkgconf
- x11.pc : x11/libX11
- gnome-doc-utils.pc : textproc/gnome-doc-utils
- gnome-menus<=2.39.0 : x11/gnome-menus
- gnome-mime-data-2.0.pc : misc/gnome-mime-data
- intltool-extract : textproc/intltool
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- Runtime dependencies:
-
- x11.pc : x11/libX11
- gnome-doc-utils.pc : textproc/gnome-doc-utils
- BSD.gnome.dist : misc/gnomehier
- gnome-menus<=2.39.0 : x11/gnome-menus
- gnome-mime-data-2.0.pc : misc/gnome-mime-data
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- Library dependencies:
-
- libatk-1.0.so : accessibility/atk
- libesd.so : audio/esound
- libgconf-2.so : devel/gconf2
- libglib-2.0.so : devel/glib20
- libpcre.so : devel/pcre
- libgnome-desktop-2.so : x11/gnome-desktop
- libpanel-applet-3.so : x11/gnome-panel
- libgnomevfs-2.so : devel/gnome-vfs
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libart_lgpl_2.so : graphics/libart_lgpl
- libbonobo-2.so : devel/libbonobo
- libbonoboui-2.so : x11-toolkits/libbonoboui
- libglade-2.0.so : devel/libglade2
- libgnome-2.so : x11/libgnome
- libgnomecanvas-2.so : graphics/libgnomecanvas
- libgnomeui-2.so : x11-toolkits/libgnomeui
- libgsf-1.so : devel/libgsf
- libIDL-2.so : devel/libIDL
- librsvg-2.so : graphics/librsvg2
- libwnck-1.so : x11-toolkits/libwnck
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- libORBit-2.so : devel/ORBit2
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.2_11 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
1.2_11 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.2_11 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.2_11 11 Apr 2014 10:20:50 |
bapt |
Support stage |
1.2_11 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
1.2_11 06 Sep 2013 15:28:27 |
bapt |
Add an explicit dependency on pkgconf |
1.2_11 05 Sep 2013 21:55:18 |
marcus |
Fix the build with clang.
Reported by: pkg-fallout |
1.2_11 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2_10 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2_10 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2_10 10 May 2010 21:19:08 |
kwm |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
1.2_9 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2_8 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2_7 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 |
1.2_6 10 Apr 2009 05:56:28 |
marcus |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
1.2_5 06 Jun 2008 14:09:15 |
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) |
1.2_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.2_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}. |
1.2_2 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
1.2_2 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
1.2_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.2_1 24 Apr 2005 20:51:36 |
marcus |
Update WWW link.
Reported by: michael schamber 5-d at gmx.net |
1.2_1 24 Apr 2005 04:29:33 |
marcus |
Fix the build on 4.X.
Reported by: pointyhat via kris |
1.2_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.2 01 Mar 2005 01:18:27 |
marcus |
Update to 1.2. |
1.1_3 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.1_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.1_1 19 Mar 2004 07:47:02 |
marcus |
SIZEify
Submitted by: trevor |
1.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1 30 Apr 2003 15:58:21 |
marcus |
Re-roll checksum. A diff reports only some Debian rules were added.
Reported by: Wade Majors <wade@ezri.org> |
1.1 16 Apr 2003 07:18:26 |
marcus |
Add gnome-swallow, a meta-applet that allows one to swallow any X11
application into the GNOME 2 panel. |