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: ports-mgmt/pkg-plist/distinfo

Number of commits found: 3

Friday, 5 Dec 2014
17:13 amdmi3 search for other commits by this committer
- Resurrect ports-mgmt/pkg-plist, update to 1.4

Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible.

That's all it does ;-)

Basic usage
===========
1. Build your port to the staging directory: `make stage`.
2. Run this from your port's directory (or set `-p`).

Alternatively, you can install your ports to a "fake" prefix, this is the "old"
from before staging support, but it has the added advantage that you've tested
whether your port works when installing to a different prefix.

1. Build & install your port with a different `PREFIX`: `make install
   PREFIX=/var/tmp/ptest`.
2. Run this from your port's directory with `-x` set to `PREFIX`.

WWW: http://code.arp242.net/pkg-plist

PR:		195576
Submitted by:	lightside@gmx.com
Approved by:	martin@arp242.net (maintainer)
Original commitRevision:374060 
Wednesday, 7 Nov 2012
23:17 jhale search for other commits by this committer
- Update to 1.2

While here:
- Trim Makefile header

PR:		ports/173452
Submitted by:	Martin Tournoij <martin@arp242.net> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
Original commitRevision:307149 
Thursday, 24 Nov 2011
18:15 crees search for other commits by this committer
Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible.

That's all it does ;-)

WWW: http://code.google.com/p/pkg-plist/

PR:             ports/162567
Submitted by:   Martin Tournoij <martin@arp242.net>
Feature safe:   yes
Original commit

Number of commits found: 3