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-pip/pkg-plist

Number of commits found: 22

Saturday, 14 Nov 2015
15:02 pi search for other commits by this committer
devel/py-pip: 7.0.3 -> 7.1.2

Changes:
  https://pip.pypa.io/en/stable/news/

See also: https://reviews.freebsd.org/D4106

PR:		204367
Reviewed by:	antoine, koobs, nivit
Approved by:	nivit (maintainer)
Original commitRevision:401574 
Friday, 24 Jul 2015
07:09 koobs search for other commits by this committer
devel/py-pip: Fix pkg-plist (DOCS)

Update pkg-plist for DOCS option files that were missed in the last update
I committed.

Reported by:	mat
Approved by:	portmgr (blanket)
MFH:		2015Q3
Original commitRevision:392772 
Sunday, 21 Jun 2015
05:34 koobs search for other commits by this committer
devl/py-pip: Update to 7.0.3

- Update to 7.0.3
- Update pkg-plist
- USE_GITHUB to get test suite (PyPI sdist doesnt include them)
- Add TEST_DEPENDS and canonicalise regression-test: target
- Patch setup.cfg so that tests run properly
- Temporarily patch out versioned console_script's (pipX, pipX.Y)
  until USE_PYTHON=concurrent supports more granularity (coming soon).

Note: A couple of tests fail because of these missing console_scripts.

- Add USE_PYTHON=concurrent support accordingly.

While I'm here:

- Makefile: Sort sections
- Makefile: Whitespace align

Changes:

  https://pip.pypa.io/en/stable/news.html

PR:		200688
Approved by:	nivit (maintainer)
Original commitRevision:390183 
Monday, 27 Oct 2014
10:58 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371548 
Monday, 19 May 2014
01:03 nivit search for other commits by this committer
- Update to 1.5.6
- Use new options helper

Release Notes:	https://pip.pypa.io/en/latest/news.html
Original commitRevision:354477 
Thursday, 10 Apr 2014
00:34 nivit search for other commits by this committer
- Update to 1.5.4
- Use GitHub as download site, so we can  build docs
- Build docs as HTML format with Sphinx
- Add a regression-test target (not active at the moment, because
  some tests fail)
- Update pkg-descr

Release Notes:	http://www.pip-installer.org/en/latest/news.html
Original commitRevision:350751 
Monday, 10 Feb 2014
09:38 koobs search for other commits by this committer
devel/py-pip: Update to 1.5.2 and modernise

- Update to 1.5.2
- Remove LOCAL master site (CHEESESHOP is highly available)
- Enable STAGE support
- Enable AUTOPLIST, update pkg-plist
- Deprecate easy_install target
- Deprecate py3k-fix-pkg-plist.inc
- Deprecate OPTIONSFILE override
- PLIST_SUB is no longer necessary

Changes: https://github.com/pypa/pip/blob/1.5.2/CHANGES.txt

PR:		ports/186584
Approved by:	maintainer (via email)
Original commitRevision:343609 
Tuesday, 21 Jan 2014
23:40 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340674 
Thursday, 25 Jul 2013
07:28 nivit search for other commits by this committer
- Update to 1.4
- Fix WWW line in pkg-descr

Build log:	http://goo.gl/6UmyMk
Change log:	http://goo.gl/9pUy4v
Original commitRevision:323626 
Sunday, 10 Mar 2013
23:01 nivit search for other commits by this committer
- Update to 1.3.1
- Trim Makefile header
- Include fix of pkg-plist when Python ver >= 3.2

BuildLog:	http://goo.gl/dM1BH
Original commitRevision:313848 
Monday, 3 Sep 2012
12:44 nivit search for other commits by this committer
- Update to 1.2
- Add LICENSE (MIT)
- Convert to the new options framework

ReleaseNotes:	http://goo.gl/FjWOP
BuildLog:	http://goo.gl/q2mBr
Original commitRevision:303598 
Friday, 20 Apr 2012
13:53 nivit search for other commits by this committer
- Update to 1.1
Original commit
Wednesday, 6 Apr 2011
16:57 nivit search for other commits by this committer
- Update to 1.0
Original commit
Saturday, 12 Mar 2011
23:33 nivit search for other commits by this committer
- Update to 0.8.3
- Change web site URL in pkg-descr
Original commit
Wednesday, 15 Sep 2010
12:05 nivit search for other commits by this committer
- Update to 0.8.1
Original commit
Sunday, 15 Aug 2010
12:34 nivit search for other commits by this committer
- Update to 0.8
- Set USE_PYDISTUTILS to easy_install
Original commit
Tuesday, 27 Apr 2010
12:06 nivit search for other commits by this committer
- Update to 0.7.1
Original commit
Tuesday, 16 Feb 2010
16:54 nivit search for other commits by this committer
- Update to 0.6.3

Feature safe:   yes
Original commit
Monday, 14 Dec 2009
13:25 nivit search for other commits by this committer
- Update to 0.6.1
- Add devel/py-setuptools to RUN_DEPENDS
Original commit
Monday, 12 Oct 2009
11:59 nivit search for other commits by this committer
- Update to 0.5.1
- Install additional docs
Original commit
Thursday, 29 Jan 2009
21:10 nivit search for other commits by this committer
- Update to 0.3.1
- Use distutils instead of easy_install to install
Original commit
Monday, 19 Jan 2009
22:02 nivit search for other commits by this committer
pip is a replacement for easy_install. It uses mostly the same techniques
for finding packages, so packages that were made easy_installable should
be pip-installable as well.

pip is meant to improve on easy_install. Some of the improvements:

    * All packages are downloaded before installation. Partially-completed
      installation doesn't occur as a result.
    * Care is taken to present useful output on the console.
    * The reasons for actions are kept track of. For instance, if a package
      is being installed, pip keeps track of why that package was required.
    * Error messages should be useful.
    * Packages don't have to be installed as egg archives, they can be
      installed flat (while keeping the egg metadata).

WWW:    http://pip.openplans.org/
Original commit

Number of commits found: 22