Port details |
- x-tile GNOME applet to tile the opened windows
- 2.2.1_1 deskutils
=1 2.2.1_1Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2015-11-26 IGNORE: is marked as broken: Unfetchable
- Maintainer: sawp@sawp.com.br
- Port Added: 2010-11-18 16:13:02
- Last Update: 2015-11-28 23:08:03
- SVN Revision: 402562
- People watching this port, also watch:: ufoai, gimp, otrs, lumina
- Also Listed In: devel python
- License: GPLv2
- WWW:
- http://www.giuspen.com/x-tile/
- Description:
- X-tile is a gnome applet for your panel (or optionally a standalone
application, working with kde as well) that allows you to select a number of
windows and tile them in different ways. This is especially useful for
comparing products in separate web pages, or for programmers refering to
documentation as they are programming.
WWW: http://www.giuspen.com/x-tile/
-
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:
-
- x-tile>0:deskutils/x-tile
- No installation instructions:
- This port has been deleted.
- PKGNAME: x-tile
- 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:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- msgfmt : devel/gettext-tools
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- pygobject-codegen-2.0 : devel/py-gobject
- pygtk-2.0.pc : x11-toolkits/py-gtk2
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libglade-2.0.so : devel/libglade2
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for x-tile-2.2.1_1:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python gettext
- 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 |
2.2.1_1 28 Nov 2015 23:08:03 |
rene |
Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by
upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
2.2.1_1 25 Oct 2015 19:35:28 |
antoine |
Deprecate ports broken for more than 6 months |
2.2.1_1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
2.2.1_1 05 Apr 2015 18:59:59 |
bapt |
Mark as brooken unfetchable ports |
2.2.1_1 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
2.2.1_1 19 Oct 2014 08:50:18 |
mva |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
2.2.1_1 07 Jul 2014 14:44:36 |
vanilla |
remove NO_STAGE.
Approved by: portmgr@ (blanket) |
2.2.1_1 21 Feb 2014 13:36:04 |
ehaupt |
Remove trailing whitespaces from category deskutils |
2.2.1_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
2.2.1_1 15 Dec 2013 16:22:17 |
wg |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
2.2.1_1 22 Oct 2013 13:52:24 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
2.2.1_1 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
2.2.1_1 29 Apr 2013 22:27:05 |
bapt |
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework |
2.2.1_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.2.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.2.1 25 Mar 2012 18:38:05 |
rm |
- update to 2.2.1
PR: 166214
Submitted by: Pedro Garcia Freitas <sawp at sawp.com dot br> (maintainer)
Feature safe: yes |
2.1 31 Aug 2011 11:43:08 |
crees |
PR: ports/159605
Submitted by: Pedro Garcia Freitas <sawp@sawp.com.br> (maintainer), Ruslan
Mahmatkhanov <cvs-src@yandex.ru> |
1.8.1 18 Nov 2010 16:12:37 |
pav |
X-tile is a gnome applet for your panel (or optionally a standalone
application, working with kde as well) that allows you to select a number of
windows and tile them in different ways. This is especially useful for
comparing products in separate web pages, or for programmers refering to
documentation as they are programming.
WWW: http://www.giuspen.com/x-tile/
PR: ports/151759
Submitted by: Pedro Garcia <sawp@sawp.com.br> |