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: devel/py-iniparse/pkg-plist

Number of commits found: 3

Thursday, 26 Dec 2013
15:29 wg search for other commits by this committer
devel/py-iniparse: allow staging and minor changes

- Allow staging
- use python auto plist
- Switch from easy_install
- Remove leading article from COMMENT
- Remove useless NOPORTDOCS
Original commitRevision:337539 
Tuesday, 6 Jul 2010
08:18 yzlin search for other commits by this committer
- Update to 0.4

Feature safe:   yes
Original commit
Monday, 16 Mar 2009
21:50 miwi search for other commits by this committer
iniparse is a INI parser for Python which is:
    - Compatiable with ConfigParser:
      Backward compatible implementations of ConfigParser,
      RawConfigParser, and SafeConfigParser are included that are
      API-compatible with the Python standard library.
      They pass all the unit tests in Python-2.4.4.

    - Preserves structure of INI files:
      Order of sections & options, indentation, comments, and blank
      lines are preserved as far as possible when data is updated.

    - More convenient:
      Values can be accessed using dotted notation (cfg.user.name),
      or using container syntax (cfg['user']['name']).

It is very useful for config files that are updated both by users and by
programs, since it is very disorienting for a user to have her config
file completely rearranged whenever a program changes it. iniparse also
allows making the order of entries in a config file significant, which is
desirable in applications like image galleries.

WWW:    http://code.google.com/p/iniparse/

PR:             ports/132687
Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Original commit

Number of commits found: 3