aboutsummaryrefslogtreecommitdiffstats
path: root/x11/terminator
Commit message (Collapse)AuthorAgeFilesLines
* Use setuptools for all Python ports.wg2013-12-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* - conversion to USES frameworkjgh2013-05-021-6/+9
| | | | Approved by: portmgr (bapt@)
* - Add missing run depspawel2013-01-052-8/+7
| | | | | | | | - tab -> space WWW: line in pkg-descr PR: ports/174512 Submitted by: myself Approved by: maintainer timeout (2 weeks)
* - adopt optionsNGjgh2012-07-241-4/+5
| | | | | | PR: ports/169788 Submitted by: jgh@ (myself) Approved by: maintainer timeout, tom@hur.st ( 14 days )
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - update WWWrm2012-02-121-1/+1
| | | | | | PR: 164577 Submitted by: "Mikhail T." <m.tsatsenko at gmail dot com> Approved by: maintainer (timeout; 2 weeks)
* - Fix plist issues and resortbeech2011-09-292-12/+28
| | | | | | - Bump portrevision Approved by: Thomas Hurst <tom@hur.st> (maintainer)
* - Update to 0.96beech2011-09-283-13/+37
| | | | | | | | - Add license PR: ports/160752 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Approved by: Thomas Hurst <tom@hur.st> (maintainer) (with version update)
* - Move to py25 or abovemiwi2011-02-252-2/+2
| | | | - While here kick md5 support
* - Update to 0.93.romain2010-06-063-24/+96
| | | | | PR: ports/147440 Submitted by: me
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 0.13miwi2009-08-273-9/+15
| | | | | | PR: 137920 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: maintainer
* Chase the vte shared lib bump.marcus2009-08-231-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 0.12miwi2009-02-153-6/+12
| | | | | PR: 131662 Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
* - Update to 0.11miwi2008-09-243-5/+9
| | | | | PR: 127518 Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
* - Update to 4.81D (also unbreak CURRENT)miwi2008-08-303-6/+23
| | | | | PR: 126919 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* - Fix pkg-plistbeech2008-07-101-0/+3
| | | | Reported by: pointyhat via pav, IonBot
* - Update to 0.9beech2008-07-095-108/+79
| | | | | | | - Add OPTIONS for NLS and GCONF PR: ports/125384 Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* Terminator is a Python terminal program, using the same widget asmiwi2008-04-306-0/+158
gnome-terminal to provide a tiled set of terminals in as little space as possible. WWW: http://www.tenshu.net/terminator/ PR: ports/122489 Submitted by: Thomas Hurst <tom at hur.st>