notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/gtkparasite/Makefile

Number of commits found: 23

Tuesday, 28 Jan 2020
21:57 antoine search for other commits by this committer
Deprecate some pygtk2 ports

With hat:	portmgr
Original commitRevision:524518 
Friday, 8 Nov 2019
11:39 tobik search for other commits by this committer
devel: Add missing USES={gl,gnome,php,sdl}
Original commitRevision:517048 
Thursday, 11 Jan 2018
18:09 danfe search for other commits by this committer
- 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
Original commitRevision:458761 
Sunday, 10 Dec 2017
20:48 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:455913 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
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.
Original commitRevision:428152 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Sunday, 29 Mar 2015
10:53 bapt search for other commits by this committer
Convert to USES=autoreconf
Original commitRevision:382581 
Tuesday, 9 Sep 2014
19:43 tijl search for other commits by this committer
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Disable static module
- Replace pre-configure with USE_AUTOTOOLS
Original commitRevision:367771 
Tuesday, 15 Jul 2014
14:36 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361929 
Monday, 30 Jun 2014
11:38 ashish search for other commits by this committer
- Add STAGE support
- Move LICENSE to its own block
- Fix pkg-descr
- OptionsNG-ify port
Original commitRevision:359829 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Friday, 13 Sep 2013
01:21 marino search for other commits by this committer
Add explicit dependency on pkgconf (10 ports)

Approved by:	portmgr (bapt, implicit)
Original commitRevision:327124 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Tuesday, 5 Oct 2010
19:57 ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Friday, 11 Jun 2010
13:37 ashish search for other commits by this committer
- Change my maintainer address.

Approved by:       pgj (mentor)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Wednesday, 23 Sep 2009
09:44 pav search for other commits by this committer
- Attempt to fix QATcase

Feature safe:   yes
Original commit
09:31 pav search for other commits by this committer
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
Original commit

Number of commits found: 23