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: lang/tinypy/distinfo

Number of commits found: 3

Sunday, 9 Apr 2017
22:45 shaun search for other commits by this committer
- Unbreak port: project has moved to GitHub.
- Recreate empty directory that is missing in the new tarball.

PR:		218498
Submitted by:	Marcin Cieslak <saper@saper.info> (maintainer)
Original commitRevision:438121 
Sunday, 3 Jul 2011
13:45 ohauer search for other commits by this committer
- remove MD5
Original commit
Thursday, 2 Apr 2009
00:57 amdmi3 search for other commits by this committer
tinypy is a minimalist implementation of python in 64k of code

it includes a whole heap of features:

 * parser and bytecode compiler written in tinypy
 * fully bootstrapped
 * luaesque virtual machine with garbage collection written in C
   it's "stackless" sans any "stackless" features
 * cross-platform :) it runs under windows / linux / macosx
 * a fairly decent subset of python
    o classes and single inheritance
    o functions with variable or keyword arguments
    o strings, lists, dicts, numbers
    o modules, list comprehensions
    o exceptions with full traceback
    o some builtins
 * batteries not included -- yet

WWW:    http://www.tinypy.org/

PR:             132124
Submitted by:   Marcin Cieslak <saper at SYSTEM dot PL>
Original commit

Number of commits found: 3