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) combination for a given watch list. This is what FreshPorts will look for.

non port: www/thundercache/files/thunder-rcNG.in

Number of commits found: 2

Thursday, 18 Mar 2010
21:42 dougb search for other commits by this committer
Fix the rc.d script-related problems with this port:
1. It's rc.d, not rcng
2. All new ports that use rc.d scripts need to use USE_RC_SUBR
3. The name of the script, PROVIDE, and $name should match the port name.
4. For the script itself:
  a. Added a $FreeBSD$
  b. Added KEYWORD: shutdown since it starts a persistent service.
  c. Removed _flags from command=, it's spurious and will result in the
     flags being included twice.
  d. Moved the default variable assignment to after load_rc_config
  e. Made the conf file a required_file, and added it to command_args
     instead of _flags.

Approved by:    maintainer
Original commit
18:35 garga search for other commits by this committer
ThunderCache 4 is an enhaced standalone high-performance web caching system.

It's main goal is to be able to cache dynamic contents, the content most
proxing systems are unable to do caching. This is how ThunderCache becomes
high-performance and high-eficiency.

ThunderCache is freeware up to 50 concurrent sessions, and needs commercial
license to run more than 50 concurrent sessions. It's designed to run on
FreeBSD. Advanced features include TProxy support (IP_BINDANY), ToS/DiffService
marking.

WWW:    http://www.bmsoftware.org

Submitted by:   Patrick Tracanelli <eksffa at freebsdbrasil.com.br> (by email)
Original commit

Number of commits found: 2