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
gravity Embeddable programming language
0.8.5 lang 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.8.5Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-12-09 22:17:24
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: MIT
WWW:
https://marcobambini.github.io/gravity/
Description:
Gravity is a dynamically typed, lightweight, embeddable programming language written in C without any external dependencies (except for stdlib). It is a class-based concurrent scripting language with a modern Swift like syntax.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/gravity
  2. @ldconfig
  3. /usr/local/share/licenses/gravity-lang-0.8.5/catalog.mk
  4. /usr/local/share/licenses/gravity-lang-0.8.5/LICENSE
  5. /usr/local/share/licenses/gravity-lang-0.8.5/MIT
Collapse this list.
Dependency lines:
  • gravity-lang>0:lang/gravity
To install the port:
cd /usr/ports/lang/gravity/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/gravity
  • pkg install gravity-lang
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gravity-lang
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1629524801 SHA256 (marcobambini-gravity-0.8.5_GH0.tar.gz) = 5ef70c940cd1f3fec5ca908fb10af60731750d62ba39bee08cb4711b72917e1d SIZE (marcobambini-gravity-0.8.5_GH0.tar.gz) = 917127

Packages (timestamps in pop-ups are UTC):
gravity-lang
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.50.8.50.8.10.8.50.8.5-0.8.1-
FreeBSD:13:quarterly0.8.50.8.50.8.50.8.50.8.50.8.50.8.50.8.5
FreeBSD:14:latest0.8.50.8.50.8.50.8.50.8.50.8.5-0.8.5
FreeBSD:14:quarterly0.8.50.8.5-0.8.50.8.50.8.50.8.50.8.5
FreeBSD:15:latest0.8.50.8.5n/a0.8.5n/a0.8.50.8.50.8.5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_gravity
USES:
cmake compiler:c11 cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/marcobambini/gravity/tar.gz/0.8.5?dummy=/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.8.5
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.8.5
20 Oct 2021 16:13:17
commit hash: c304dd3ca1d6d452416f9489bf7d2b5789817773commit hash: c304dd3ca1d6d452416f9489bf7d2b5789817773commit hash: c304dd3ca1d6d452416f9489bf7d2b5789817773commit hash: c304dd3ca1d6d452416f9489bf7d2b5789817773 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
lang/gravity: Add CPE information

Approved by:	portmgr (blanket)
0.8.5
21 Aug 2021 05:56:24
commit hash: e45ea62f3d579c78189a5c4a4c990614d68a99efcommit hash: e45ea62f3d579c78189a5c4a4c990614d68a99efcommit hash: e45ea62f3d579c78189a5c4a4c990614d68a99efcommit hash: e45ea62f3d579c78189a5c4a4c990614d68a99ef files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
lang/gravity: Update 0.8.1 -> 0.8.5

Reported by:	portscout
0.8.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.8.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.8.1
04 Dec 2020 01:06:26
Revision:556942Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.8.0 -> 0.8.1

Reported by:	portscout
0.8.0
07 Nov 2020 23:01:15
Revision:554423Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.7.9 -> 0.8.0

Reported by:	portscout
0.7.9
03 Sep 2020 16:31:19
Revision:547465Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.7.8 -> 0.7.9

Reported by:	portscout
0.7.8
09 Oct 2019 05:06:00
Revision:514118Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.7.5 -> 0.7.8

Reported by:	portscout
0.7.5
17 Sep 2019 20:41:58
Revision:512241Original commit files touched by this commit
pkubaj search for other commits by this committer
lang/gravity: fix build on GCC architectures

Use new GCC:
/wrkdirs/usr/ports/lang/gravity/work/gravity-0.7.5/src/runtime/gravity_vm.c:908:
error: #pragma GCC diagnostic not allowed inside functions

Approved by:	mentors (implicit approval)
0.7.5
31 Aug 2019 06:23:14
Revision:510325Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.7.0-2 -> 0.7.5

Reported by:	portscout
0.7.0.2
03 May 2019 21:19:05
Revision:500753Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.7.0 -> 0.7.0-2

Fixes including -lm warning.
0.7.0
03 May 2019 03:31:46
Revision:500693Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.6.9 -> 0.7.0

Reported by:	portscout
0.6.9
28 Apr 2019 07:15:09
Revision:500291Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.6.6 -> 0.6.9

Reported by:	portscout
0.6.6
20 Apr 2019 15:38:36
Revision:499449Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.6.5 -> 0.6.6

Reported by:	portscout
0.6.5
07 Apr 2019 01:34:37
Revision:498229Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.6.4 -> 0.6.5

Reported by:	portscout
0.6.4
31 Mar 2019 02:55:57
Revision:497376Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.6.3 -> 0.6.4

Reported by:	portscout
0.6.3
29 Jan 2019 04:58:45
Revision:491542Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.6.1 -> 0.6.3

Reported by:	portscout
0.6.1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
0.6.1
14 Dec 2018 16:06:21
Revision:487443Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.6.0-2 -> 0.6.1

Reported by:	portscout
0.6.0.2
12 Dec 2018 18:32:30
Revision:487313Original commit files touched by this commit
yuri search for other commits by this committer
lang/gravity: Update 0.5.9 -> 0.6.0-2

Reported by:	portscout
0.5.9
09 Dec 2018 22:17:02
Revision:487096Original commit files touched by this commit
yuri search for other commits by this committer
New port: lang/gravity: Embeddable programming language

Number of commits found: 23