Port details |
- genie GENie Project generator tool
- g2023092101 devel =2 g2023092101Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2019-06-14 17:04:09
- Last Update: 2023-12-03 07:33:41
- Commit Hash: 752b25a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/bkaradzic/GENie
- Description:
- GENie (pronounced as Jenny) is project generator tool. It automagically
generates project from Lua script, making applying the same settings for
multiple projects easy.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/genie/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/genie
- pkg install genie
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: genie
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1701551604
SHA256 (bkaradzic-GENie-g2023092101-7f00dcb_GH0.tar.gz) = a9346654ddce1c9b694fdf0c15fbc4fd92a301f07458bd261838406bbab8f39a
SIZE (bkaradzic-GENie-g2023092101-7f00dcb_GH0.tar.gz) = 543626
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
-
- emulators/mame
Configuration Options:
- ===> The following configuration options are available for genie-g2023092101:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- devel_genie
- USES:
- gmake
- 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 |
g2023092101 03 Dec 2023 07:33:41 |
Daniel Engberg (diizzy) |
devel/genie: Fix distinfo
Use a short tag for GH_TAGNAME and regenerate distinfo
Approved by: portmgr (build fix) |
g2023092101 26 Nov 2023 19:57:52 |
Muhammad Moinur Rahman (bofh) |
devel/genie: Fix DISTVERSION |
g20230921 23 Nov 2023 22:02:57 |
Muhammad Moinur Rahman (bofh) Author: Alastair Hogge |
devel/genie: Update version g2020082801=>g20230921
- Pet port{clippy,fmt,lint} hints
- Add DEBUG option to Port
- GENie releases come with pre-rolled assets used for project
generation, this means GNU makefiles configured to build GENie, and
created for User projects, include hard coded architecture
information, including compiler platform options (-m64). Remove hard
coded information, as well as any -O optimisation that are fouling
with the Ports framework. Patch the GENie sources to produce sanitised
output fit for consumers of the Port, and use the assets produced from
the build to create the needed patches in files/
PR: 274947 |
g2020082801 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
g2020082801 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
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) |
g2020082801 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 ) |
g2020082801 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g2020082801 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g2020082801 28 Aug 2020 19:41:48 |
swills |
devel/genie: udpate to new snapshot |
g2018111101 27 Nov 2019 20:00:33 |
pkubaj |
devel/genie: add MAKE_JOBS_UNSAFE=yes
When doing a threaded build, I get:Assembler messages:
Fatal error: can't create obj/Release/src/host/lua-5.3.0/src/lcode.o: No such
file or directory
Assembler messages:
Fatal error: can't create obj/Release/src/host/lua-5.3.0/src/ldblib.o: No such
file or directory
Assembler messages:
Fatal error: can't create obj/Release/src/host/lua-5.3.0/src/lapi.o: No such
file or directory
Assembler messages:
Fatal error: can't create obj/Release/src/host/lua-5.3.0/src/lcorolib.o: No such
file or directory
Assembler messages:
Fatal error: can't create obj/Release/src/host/lua-5.3.0/src/lfunc.o: No such
file or directory
Assembler messages:
Fatal error: can't create obj/Release/src/host/lua-5.3.0/src/lauxlib.o: No such
file or directory
Assembler messages:
Fatal error: can't create obj/Release/src/host/lua-5.3.0/src/ldump.o: No such
file or directory
PR: 242078
Approved by: swills (maintainer), mentors (implicit approval) |
g2018111101 14 Jun 2019 17:03:48 |
swills |
devel/genie: create port
GENie (pronounced as Jenny) is project generator tool. It automagically
generates project from Lua script, making applying the same settings for
multiple projects easy.
WWW: https://github.com/bkaradzic/GENie
Needed for upcoming bgfx port, which is needed for lwjgl update |