Port details |
- premake5 Build script creation tool
- 5.0.0.b2 devel =2 5.0.0.b2Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@sysctl.cz
- Port Added: 2020-02-02 05:37:31
- Last Update: 2022-10-03 16:11:14
- Commit Hash: 0667850
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://premake.github.io/
- Description:
- Describe your software project just once, using Premake's
simple and easy to read syntax, and build it everywhere.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- premake5>0:devel/premake5
- To install the port:
- cd /usr/ports/devel/premake5/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/premake5
- pkg install premake5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: premake5
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1664396354
SHA256 (premake-5.0.0-beta2-src.zip) = 4c1100f5170ae1c3bd1b4fd9458b3b02ae841aefbfc41514887b80996436dee2
SIZE (premake-5.0.0-beta2-src.zip) = 8867376
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- games/re3
Configuration Options:
- No options to configure
- Options name:
- devel_premake5
- USES:
- dos2unix gmake zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.0.b2 03 Oct 2022 16:11:14 |
Fernando Apesteguía (fernape) Author: Martin Filla |
devel/premake5: update to beta2
ChangeLog: https://github.com/premake/premake-core/
PR: 266765
Reported by: freebsd@sysctl.cz |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.0.a16 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.0.0.a16 24 Dec 2021 02:50:50 |
Hiroki Tagato (tagattie) Author: Martin Filla |
devel/premake5: update to 5.0.0-alpha16
Changelog: https://github.com/premake/premake-core/releases/tag/v5.0.0-alpha16
PR: 258558
Reported by: Martin Filla <freebsd@sysctl.cz> (maintainer) |
5.0.0.a15 15 Jun 2021 08:41:59 |
Piotr Kubaj (pkubaj) |
devel/premake5: enable on armv7 and powerpc |
5.0.0.a15 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.0.a15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.0.a15 03 Jan 2021 17:40:04 |
pkubaj |
devel/premake5: enable on powerpc64le |
5.0.0.a15 29 Dec 2020 04:04:14 |
pkubaj |
devel/premake5: enable on powerpc64 |
5.0.0.a15 27 Jun 2020 13:20:46 |
0mp |
Update to 5.0.0-alpha15
While I'm here, let's clean up the port a bit:
- Switch to MASTER_SITES from USE_GITHUB as suggested by upstream.
- Fix a typo in ALL_TARGET.
- Remove do-build. The ports framework does the right thing already.
PR: 247260
Submitted by: Martin Filla <freebsd@sysctl.cz> |
5.0.0 02 Feb 2020 05:44:22 |
swills |
devel/premake5: clean up
Clean up some issues I missed in the previous commit |
5.0.0 02 Feb 2020 05:37:22 |
swills |
devel/premake5: Build script creation tool
Describe your software project just once, using Premake's
simple and easy to read syntax, and build it everywhere.
WWW: https://premake.github.io/
This is version 5 alpha
PR: 241365
Submitted by: Martin Filla <freebsd@sysctl.cz> |