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
pyinstaller Program to create standalone executables from Python scripts
2.1_1 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 2.1_1Version of this port present on the latest quarterly branch.
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-03-24 15:31:27
Last Update: 2015-12-09 14:28:47
SVN Revision: 403420
Also Listed In: python
License: GPLv2
WWW:
https://pypi.python.org/pypi/PyInstaller/
Description:
PyInstaller is a program that converts (packages) Python programs into stand- alone executables, under Windows, Mac OS X, and Unix-like operating systems. Its main advantages over similar tools are that PyInstaller works with any version of Python since 2.4, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and uses the OS support to load the dynamic libraries, thus ensuring full compatibility. The main goal of PyInstaller is to be compatible with third-party packages out-of-the-box. This means that, with PyInstaller, all the required tricks to make external packages work are already integrated within PyInstaller itself so that there is no user intervention required. WWW: https://pypi.python.org/pypi/PyInstaller/
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}PyInstaller>0:devel/pyinstaller@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-PyInstaller
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

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-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. 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 (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://pypi.crate.io/packages/source/P/PyInstaller/
  3. http://pypi.python.jp/PyInstaller/
  4. http://pypi.python.org/packages/source/P/PyInstaller/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1_1
09 Dec 2015 14:28:47
Revision:403420Original commit files touched by this commit
sunpoet search for other commits by this committer
- Move devel/pyinstaller to devel/py-pyinstaller
- Use lowercase PORTNAME
- Move EXTRACT_AFTER_ARGS upward
- Convert to new options target helper
- Bump PORTREVISION for package change
2.1_1
30 Mar 2015 08:35:46
Revision:382644Original commit files touched by this commit
danfe search for other commits by this committer
Do not leak documentation build substrate into final package, by excluding
those bits from extraction; make sure that EXTRACT_AFTER_ARGS is augmented
correctly by placing it after .include <bsd.port.mk> (looks weird, I know).
2.1
24 Mar 2015 15:31:07
Revision:382110Original commit files touched by this commit
danfe search for other commits by this committer
Add port of PyInstaller, a program that converts (packages) Python programs
into standalone executables under Windows, Mac OS X, and Unix-like operating
systems.

Also, properly sort `devel/Makefile' while here.

Number of commits found: 3