non port: devel/gtkparasite/Makefile |
Number of commits found: 23 |
Tuesday, 28 Jan 2020
|
21:57 antoine
Deprecate some pygtk2 ports
With hat: portmgr
 |
Friday, 8 Nov 2019
|
11:39 tobik
devel: Add missing USES={gl,gnome,php,sdl}
 |
Thursday, 11 Jan 2018
|
18:09 danfe
- Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
 |
Sunday, 10 Dec 2017
|
20:48 antoine
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
 |
Thursday, 8 Dec 2016
|
19:52 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.
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 29 Mar 2015
|
10:53 bapt
Convert to USES=autoreconf
 |
Tuesday, 9 Sep 2014
|
19:43 tijl
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Disable static module
- Replace pre-configure with USE_AUTOTOOLS
 |
Tuesday, 15 Jul 2014
|
14:36 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Monday, 30 Jun 2014
|
11:38 ashish
- Add STAGE support
- Move LICENSE to its own block
- Fix pkg-descr
- OptionsNG-ify port
 |
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
 |
Friday, 13 Sep 2013
|
01:21 marino
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
 |
Tuesday, 5 Oct 2010
|
19:57 ade
Round one migration of ports from automake{19,110} to automake111
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Friday, 11 Jun 2010
|
13:37 ashish
- Change my maintainer address.
Approved by: pgj (mentor)
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Wednesday, 23 Sep 2009
|
09:44 pav
- Attempt to fix QATcase
Feature safe: yes
 |
09:31 pav
Developing and debugging UIs can be a pain. When something
goes wrong, it's not always obvious why. You can waste hours
writing logging statements only to find out that a widget is
in the wrong container, or an attribute wasn't set correctly.
Developing isn't much better either. Ever spend time writing
temporary code just to test a new feature, code you know you're
going to throw away in an hour, and yet you end up spending the
next 20 minutes debugging your temporary code? Sucks, doesn't
it?
What your program really needs is a good Parasite infestation.
Parasite is a debugging and development tool that runs inside
your GTK+ application's process. It can inspect your application,
giving you detailed information on your UI, such as the hierarchy,
X window IDs, widget properties, and more. You can modify properties
on the fly in order to experiment with the look of your UI.
WWW: http://chipx86.github.com/gtkparasite/
PR: ports/131877
Submitted by: Ashish Shukla <wahjava@gmail.com>
Feature safe: yes
 |
Number of commits found: 23 |