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.

Port details
py-binplist Binary plist parser
0.1.4 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not depended upon anymore, no longer maintained upstream
Expired This port expired on: 2018-06-25
Maintainer: antoine@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-06-30 14:51:22
Last Update: 2018-06-26 19:23:20
SVN Revision: 473407
Also Listed In: python
License: APACHE20
WWW:
https://github.com/google/binplist
Description:
Binary property list (plist) parser module written in python. WWW: https://github.com/google/binplist
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}binplist>0:devel/py-binplist@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-binplist
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (binplist-0.1.4.tar.gz) = e436d61582789ac6b5e81233e32bafb5d9086ee3b8fcd825efc99be8048b62a1 SIZE (binplist-0.1.4.tar.gz) = 22546

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-pytz>=0 : devel/py-pytz@py27
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/binplist/
  2. https://pypi.org/packages/source/b/binplist/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.4
26 Jun 2018 19:23:20
Revision:473407Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2018-06-25 devel/py-binplist: Not depended upon anymore, no longer maintained
upstream
0.1.4
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.1.4
24 May 2018 14:55:55
Revision:470785Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate: Not depended upon anymore, no longer maintained upstream
0.1.4
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1.4
14 Sep 2016 16:08:44
Revision:422142Original commit files touched by this commit
mat search for other commits by this committer
Messed up those two.

Pointy hat:	mat
Sponsored by:	Absolight
0.1.4
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
0.1.4
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.1.4
29 Jan 2015 11:12:01
Revision:378112Original commit files touched by this commit
antoine search for other commits by this committer
Add an extra MASTER_SITE
0.1.4
29 Aug 2014 17:28:42
Revision:366537Original commit files touched by this commit
antoine search for other commits by this committer
Convert a few ports to USES=python
0.1.4
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
0.1.4
21 Dec 2013 21:34:19
Revision:337164Original commit files touched by this commit
antoine search for other commits by this committer
- Switch from easy_install to install
- Use PYDISTUTILS_AUTOPLIST
0.1.4
16 Nov 2013 14:52:00
Revision:334002Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
0.1.4
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.1.4
23 Aug 2013 13:39:54
Revision:325264Original commit files touched by this commit
antoine search for other commits by this committer
Update py-binplist to 0.1.4:
- better unicode support
- binplist renamed plist.py
0.1.3
09 Aug 2013 16:02:28
Revision:324448Original commit files touched by this commit
antoine search for other commits by this committer
Update py-binplist to 0.1.3
0.1.2
30 Jul 2013 12:28:51
Revision:323958Original commit files touched by this commit
antoine search for other commits by this committer
Update py-binplist to 0.1.2
0.1.1
30 Jun 2013 14:51:12
Revision:322089Original commit files touched by this commit
antoine search for other commits by this committer
New port: py-binplist
A binary property list parser module written in python

Number of commits found: 17