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: deskutils/etoile-corner/Makefile

Number of commits found: 9

Sunday, 10 Jun 2012
16:10 dinoex search for other commits by this committer
- mark DEPRECATED
- reset MAINTAINER
Original commit
Thursday, 21 Apr 2011
04:19 dinoex search for other commits by this committer
- fix build on i386
Original commit
Monday, 7 Jun 2010
02:40 dinoex search for other commits by this committer
- fix package
Original commit
Friday, 4 Jun 2010
14:08 dinoex search for other commits by this committer
LICENSE BSD
Original commit
Sunday, 30 May 2010
12:28 dinoex search for other commits by this committer
- drop USE_GNUSTEP_PREFIX
Original commit
Sunday, 5 Jul 2009
10:37 dinoex search for other commits by this committer
- cleanup ADDITIONAL_LIB_DIRS
Original commit
Friday, 5 Jun 2009
09:54 dinoex search for other commits by this committer
- add direct dependency on X11

- fix buiuld for custom LOCALBASE
Reported by:    QAT
Original commit
Friday, 20 Mar 2009
09:15 dinoex search for other commits by this committer
- udpate to 0.4.1
Original commit
Saturday, 29 Nov 2008
12:22 dinoex search for other commits by this committer
Corner is a simple 'hot-corners' implementation.  It instantiates a
CornerDelegate object and sends it messages of the form -enterTopLeft and
-exitTopLeftAfter: for each corner, where the exit message takes the number of
seconds the mouse spent in that corner as an argument.

The delegate simply ignores these messages by default.  A category on this
object, however, can be provided.  If you store a Smalltalk script in the
"CornerScript" default as a string object then this will be loaded
automatically and compiled.  If this contains a category on CornerDelegate then
the Smalltalk implementation will be called instead.  A trivial example might
log a message when the corner was entered was called:

$ defaults write Corner CornerScript \
"CornerDelegate extend [ enterTopLeft [ 'Script called' log. ] ]"

WWW: http://www.etoile-project.org/
Original commit

Number of commits found: 9