notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/gtkparasite/pkg-descr
SVNWeb

Number of commits found: 3

Thu, 19 May 2016
[ 10:21 amdmi3 search for other commits by this committer ] Original commit   Revision:415498 (Only the first 10 of 887 ports in this commit are shown above. View all ports for this commit)
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
Mon, 30 Jun 2014
[ 11:38 ashish search for other commits by this committer ] Original commit   Revision:359829
- Add STAGE support
- Move LICENSE to its own block
- Fix pkg-descr
- OptionsNG-ify port
Wed, 23 Sep 2009
[ 09:31 pav search for other commits by this committer ] Original commit 
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: 3