aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/x-tile
Commit message (Collapse)AuthorAgeFilesLines
* remove NO_STAGE.vanilla2014-07-071-2/+0
| | | | Approved by: portmgr@ (blanket)
* Remove trailing whitespaces from category deskutilsehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
| | | | | | | | | | | 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)
* Use setuptools for all Python ports.wg2013-12-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | deskutils)
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}bapt2013-04-301-10/+8
| | | | | | While here: - trim headers - convert to new options framework
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - update to 2.2.1rm2012-03-264-8/+5
| | | | | | PR: 166214 Submitted by: Pedro Garcia Freitas <sawp at sawp.com dot br> (maintainer) Feature safe: yes
* PR: ports/159605crees2011-08-314-50/+79
| | | | Submitted by: Pedro Garcia Freitas <sawp@sawp.com.br> (maintainer), Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* X-tile is a gnome applet for your panel (or optionally a standalonepav2010-11-194-0/+81
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>