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: databases/p5-DBIx-NoSQL/distinfo

Number of commits found: 7

Saturday, 22 Apr 2017
10:56 sunpoet search for other commits by this committer
Update to 0.0021

- Add LICENSE

Changes:	http://search.cpan.org/dist/DBIx-NoSQL/Changes
Original commitRevision:439149 
Friday, 1 Feb 2013
10:55 tobez search for other commits by this committer
Update to 0.0020.

Changes:	http://search.cpan.org/dist/DBIx-NoSQL/Changes
Original commitRevision:311366 
Monday, 28 Jan 2013
15:19 wen search for other commits by this committer
- Update to 0.0019
Changes: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0019/Changes
- Trim Makefile headers
- Reset maintainer to perl@
Original commitRevision:311124 
Sunday, 8 Jan 2012
03:33 wen search for other commits by this committer
- Update to 0.0018
ChangeLog: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0018/Changes
Original commit
Wednesday, 13 Apr 2011
09:18 wen search for other commits by this committer
- Update to 0.0017
ChangeLog: http://cpansearch.perl.org/src/ROKR/DBIx-NoSQL-0.0017/Changes
Original commit
Monday, 13 Dec 2010
01:40 wen search for other commits by this committer
- Update to 0.0015
ChangeLog: http://search.cpan.org/src/ROKR/DBIx-NoSQL-0.0015/Changes

PR:             ports/153057
Submitted by:   pgollucci@
Original commit
Tuesday, 7 Dec 2010
01:47 wen search for other commits by this committer
DBIx::NoSQL is a layer over DBI that presents a NoSQLish way to store and
retrieve data. It does this by using a table called __Store__. Once connected
to a database, it will detect if this table is missing and create it if
necessary.

When writing data to the store, the data (a HASH reference) is first
serialized using JSON and then inserted/updated via DBIx::Class to (currently)
an SQLite backend.

Retrieving data from the store is done by key lookup or by searching an
SQL-based index. Once found, the data is deserialized via JSON and returned.

WWW: http://search.cpan.org/dist/DBIx-NoSQL/
Original commit

Number of commits found: 7