Port details |
- pyinstaller Program to create standalone executables from Python scripts
- 2.1_1 devel
=0 2.1_1Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- 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:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1_1 09 Dec 2015 14:28:47 |
sunpoet |
- 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 |
danfe |
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 |
danfe |
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
|