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: net/p5-Net-Amazon/distinfo

Number of commits found: 33

Monday, 28 Jan 2013
00:00 leeym search for other commits by this committer
- update to 0.62
Original commitRevision:311085 
Saturday, 29 Oct 2011
12:39 clsung search for other commits by this committer
- Update to 0.61
Original commit
Monday, 26 Sep 2011
05:32 clsung search for other commits by this committer
- Update to 0.60
Original commit
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Saturday, 14 Nov 2009
05:53 clsung search for other commits by this committer
- Update to 0.59

PR:             ports/140295
Submitted by:   Sahil Tandon <sahil_AT_tandon dot net>
Original commit
Wednesday, 28 Oct 2009
02:04 clsung search for other commits by this committer
- Update to 0.57

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Wednesday, 5 Aug 2009
12:01 clsung search for other commits by this committer
- Update to 0.55

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Wednesday, 24 Jun 2009
08:33 clsung search for other commits by this committer
- Update to 0.54

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Wednesday, 17 Jun 2009
08:55 clsung search for other commits by this committer
- Update to 0.53

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Friday, 12 Jun 2009
07:22 clsung search for other commits by this committer
- Update to 0.51

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Friday, 29 Aug 2008
06:50 clsung search for other commits by this committer
- Update to 0.50

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Monday, 28 Apr 2008
01:18 clsung search for other commits by this committer
- Update to 0.49

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Tuesday, 15 Jan 2008
00:58 clsung search for other commits by this committer
- Update to 0.48

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Saturday, 5 Jan 2008
04:24 clsung search for other commits by this committer
- Update to 0.47

Changes:        http://search.cpan.org/dist/Net-Amazon/Changes
Original commit
Monday, 2 Jul 2007
08:12 clsung search for other commits by this committer
- Update to 0.43
Original commit
Thursday, 22 Mar 2007
08:52 clsung search for other commits by this committer
- Update to 0.40
- remove 4.x perl requirement
Original commit
Monday, 19 Feb 2007
10:41 clsung search for other commits by this committer
- Update to 0.39
Original commit
Monday, 5 Feb 2007
01:54 clsung search for other commits by this committer
- Update to 0.38
Original commit
Monday, 15 Jan 2007
01:56 clsung search for other commits by this committer
- Update to 0.36
Original commit
Saturday, 15 Apr 2006
03:09 clsung search for other commits by this committer
- update to 0.35
Original commit
Sunday, 22 Jan 2006
21:24 edwin search for other commits by this committer
SHA256ify

Approved by: krion@
Original commit
Thursday, 21 Jul 2005
03:53 clsung search for other commits by this committer
- update to 0.34
- Added similar_asins() to Net::Amazon::Property
Original commit
Friday, 25 Feb 2005
12:14 clsung search for other commits by this committer
- update to 0.33
- from Changes:
    - Makefile.PL prerequisite changed from undef to '0'.
    - Greg McCann <greg AT cambria dot com> added ThirdPartyProductInfo.
    - Added Exchange requests with help by Greg McCann.
Original commit
Thursday, 21 Oct 2004
05:29 clsung search for other commits by this committer
- update to 0.32

Approved by:    co-mentor (vanilla)
Original commit
Wednesday, 13 Oct 2004
06:33 clsung search for other commits by this committer
- update to 0.31
- bug fix and patch.

PR:             ports/72605
Submitted by:   Toshiya SAITOH <toshiya AT saitoh dot nu>
Approved by:    co-mentor (vanilla)
Original commit
Tuesday, 17 Aug 2004
16:05 vanilla search for other commits by this committer
- Update to 0.29
- new modules along with manpages...

PR:             ports/70552
Submitted by:   maintainer
Original commit
Monday, 9 Aug 2004
15:55 vanilla search for other commits by this committer
Update to 0.28.

PR:             ports/70155
Submitted by:   maintainer
Original commit
Monday, 19 Jul 2004
15:02 vanilla search for other commits by this committer
- Update to 0.26
- rearrange pkg-plist

PR:             ports/69284
Submitted by:   maintainer
Original commit
Wednesday, 5 May 2004
22:25 vanilla search for other commits by this committer
- update from 0.19 to 0.21
- add Request/Sort.pm Request/TextStream.pm Response/TextStream.pm

PR:             ports/66233
Submitted by:   maintainer
Original commit
Thursday, 19 Feb 2004
10:04 erwin search for other commits by this committer
- from 0.18 to 0.19
- cut from Changes
   (ms) Michael Coulter noticed that eg/review had the
        wrong path to Review.pm.
   (ms) Sam Smith noticed that the dependency on
        LWP::UserAgent was missing from the documentation.
   (ms) Bill Fitzpatrick provided a patch implementing and testing
        Manufacturer searches.

PR:             63045
Submitted by:   maintainer
Original commit
Friday, 2 Jan 2004
09:38 erwin search for other commits by this committer
- update from 0.17 to 0.18
- refine pkg-plist
- Brian Hirt provided a patch for
  multiple error messages returned by some requests to AMZN.
  There's two accessors now, Response->messages() returning
  a ref to an array of error messages, and Response->message()
  returning them stringed together for backwards compatibility.
- Padraic Renaghan provided a patch
  for access to upc/media/nummedia fields in Music.pm
- Fixed test suite warnings with perl 5.8.2 in N::A::Property::Book.

PR:             60813
Submitted by:   maintainer
Original commit
Friday, 21 Nov 2003
06:48 linimon search for other commits by this committer
Add 'Blended' search on a keyword, resulting in matches across the
board. No 'mode' parameter is allowed. According to Amazon's
developer's kit, this will result in up to three matches per
category and can yield a total of 45 matches.
PR:     ports/59414
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Original commit
Tuesday, 28 Oct 2003
16:34 erwin search for other commits by this committer
Add p5-Net-Amazon 0.16,
framework for accessing amazon.com via SOAP
and XML/HTTP.

PR:             58414
Submitted by:   clsung@dragon2.net
Original commit

Number of commits found: 33