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/py-python-bitcoinrpc/distinfo

Number of commits found: 2

Monday, 19 Mar 2018
07:26 loader search for other commits by this committer
net/py-python-bitcoinrpc: Update to 1.0

- Switch MASTER_SITE to CHEESESHOP
- Add NO_ARCH
- Update LICENSE to LGPL21
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)

Reviewed by: koobs, mat
Approved by: koobs (ports)
Submitted by: Gyver Def (gdef wp pl)
Differential Revision: https://reviews.freebsd.org/D9552
Original commitRevision:464991 
Friday, 7 Aug 2015
05:22 loader search for other commits by this committer
[NEW] net/py-python-bitcoinrpc: Enhanced version of python-jsonrpc
for use with Bitcoin

AuthServiceProxy is an improved version of python-jsonrpc.

It includes the following generic improvements:

- HTTP connections persist for the life of the AuthServiceProxy object
- sends protocol 'version', per JSON-RPC 1.1
- sends proper, incrementing 'id'
- uses standard Python json lib
- can optionally log all RPC calls and results
- JSON-2.0 batch support

It also includes the following bitcoin-specific details:

- sends Basic HTTP authentication headers
- parses all JSON numbers that look like floats as Decimal,
  and serializes Decimal values to JSON-RPC connections.

WWW: https://github.com/jgarzik/python-bitcoinrpc

Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3317
Original commitRevision:393682 

Number of commits found: 2