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-Admin-CreateTable/distinfo

Number of commits found: 2

Saturday, 6 Feb 2021
20:44 sunpoet search for other commits by this committer
Update to 2.11

- Update LICENSE

Changes:	https://metacpan.org/changes/distribution/DBIx-Admin-CreateTable
Original commitRevision:564262 
Tuesday, 11 Mar 2014
17:58 sunpoet search for other commits by this committer
- Add p5-DBIx-Admin-CreateTable 2.10

DBIx::Admin::CreateTable is a pure Perl module.

Database vendors supported: MySQL, Oracle, Postgres, SQLite.

Assumptions:
- Every table has a primary key
- The primary key is a unique, non-null, integer
- The primary key is a single column
- The primary key column is called 'id'
- If a primary key has a corresponding auto-created index, the index is called
  't_pkey': This is true for Postgres, where declaring a column as a primary
  key automatically results in the creation of an associated index for that
  column. The index is named after the table, not after the column.
- If a table 't' (with primary key 'id') has an associated sequence, the
  sequence is called 't_id_seq': This is true for both Oracle and Postgres,
  which use sequences to populate primary key columns. The sequences are named
  after both the table and the column.

WWW: http://search.cpan.org/dist/DBIx-Admin-CreateTable/
Original commitRevision:347896 

Number of commits found: 2