Port details |
- ponyc Pony language compiler
- 0.33.2 lang
=0 0.33.2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2018-02-21 17:59:13
- Last Update: 2021-11-23 18:14:45
- Commit Hash: b7d268f
- License: BSD2CLAUSE
- Description:
- Pony is an object-oriented, actor-model, capabilities-secure programming
language. It's object-oriented because it has classes and objects, like
Python, Java, C++, and many other languages. It's actor-model because it has
actors (similar to Erlang or Akka). These behave like objects, but they can
also execute code asynchronously.
WWW: https://www.ponylang.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/lang/ponyc/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ponyc
- pkg install ponyc
- PKGNAME: ponyc
- Package flavors (<flavor>: <package>)
- llvm_dynamic: ponyc
- llvm_static: ponyc-static
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1581289632
SHA256 (ponylang-ponyc-0.33.2_GH0.tar.gz) = 41ba573f16b4aecbcc39ec6d5b794185bf50e570b4a8f2cceef0a276e7fb50a3
SIZE (ponylang-ponyc-0.33.2_GH0.tar.gz) = 1414291
- 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:
-
- llvm-link70 : devel/llvm70
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- llvm-link70 : devel/llvm70
- Library dependencies:
-
- libunwind.so : devel/libunwind
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for ponyc-0.33.2:
DOCS=on: Build and/or install documentation
DTRACE=off: Build with DTrace probes
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_ponyc
- USES:
- gmake ncurses compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Nov 2021 18:14:45 0.33.2
|
Neel Chauhan (nc)  Author: Greg V |
lang/ponyc: unbreak clang 13 build, release maintainership
PR: 259998 |
25 Oct 2021 12:58:29 0.33.2
|
Alexey Dokuchaev (danfe)  |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
07 Apr 2021 08:09:01 0.33.2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.33.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Apr 2020 10:23:50
0.33.2
|
tagattie  |
Update to 0.33.2
PR: 244012
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://github.com/ponylang/ponyc/releases/tag/0.33.1
https://github.com/ponylang/ponyc/releases/tag/0.33.2 |
20 Nov 2019 17:13:33
0.33.0
|
tobik  |
Make lang/ponyc-static a flavor of lang/ponyc
Approved by: portmgr (mat), greg@unrelenting.technology (maintainer)
Differential Revision: https://reviews.freebsd.org/D22291 |
04 Nov 2019 23:46:32
0.33.0
|
tobik  |
lang/ponyc: Fix CONFLICTS_INSTALL |
04 Nov 2019 23:43:45
0.33.0
|
tobik  |
New port: lang/ponyc-static
A version of lang/ponyc with statically linked LLVM.
PR: 241663 |
04 Nov 2019 23:39:55
0.33.0
|
tobik  |
lang/ponyc: Update to 0.33.0
- Add new option STATIC to link ponyc statically with llvm70
Changes: https://github.com/ponylang/ponyc/releases/tag/0.33.0
PR: 241663
Approved by: greg@unrelenting.technology (maintainer) |
02 Sep 2019 16:03:24
0.31.0
|
swills  |
lang/ponyc: update to 0.31.0
PR: 240255
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
12 Aug 2019 12:17:48
0.30.0
|
tobik  |
lang/ponyc: Update to 0.30.0
Changes: https://github.com/ponylang/ponyc/issues/3221
PR: 239581
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
26 Jul 2019 20:46:57
0.29.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
15 Jul 2019 17:49:06
0.29.0
|
swills  |
lang/ponyc: update to 0.29.0
PR: 239040
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
09 Jun 2019 06:20:52
0.28.1
|
kai  |
lang/ponyc: Update to 0.28.1
PR: 238280
Submitted by: Greg V <greg@unrelenting.technology> |
23 Mar 2019 12:17:25
0.28.0
|
tobik  |
lang/ponyc: Update to 0.28.0
PR: 236725
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
20 Mar 2019 12:23:26
0.27.0
|
jbeich  |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
07 Mar 2019 19:51:21
0.27.0
|
swills  |
lang/ponyc: update to 0.27.0
PR: 236151
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
27 Jan 2019 14:35:20
0.26.0
|
swills  |
lang/ponyc: update to 0.26.0
PR: 235243
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
26 Jan 2019 12:29:22
0.25.0_1
|
tobik  |
Use clang50, clang++50 to build lang/ponyc
Building the bitcode with clang70 and linking with llvm50 fails,
so let's use the clang from the LLVM version that will be used by
ponyc.
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p490918_s343288/logs/errors/ponyc-0.25.0_1.log
PR: 234290
Submitted by: greg@unrelenting.technology (maintainer) |
24 Jan 2019 05:09:48
0.25.0_1
|
linimon  |
Conditionalize the dependence of libunwind to x86-only to allow building
these ports on !x86.
libunwind is only available for x86; lang/ruby* already expresses this
correctly. Some of the rubygems did not: for the ones that already had
USE_RUBY, the dependency was overspecified in the first place.
Tested for no-harm on amd64.
While here, pet portlint where appropriate.
Approved by: portmgr (tier-2 blanket) |
12 Dec 2018 01:35:36
0.25.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Nov 2018 13:32:35
0.25.0
|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
18 Oct 2018 22:24:44
0.25.0
|
swills  |
lang/ponyc: update to 0.25.0
PR: 232352
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
28 Aug 2018 05:05:18
0.24.4_1
|
riggs  |
Ensure PONYARCH is set correctly.
Reported by: mat (via mail)
Approved by: greg@unrelenting.technology (maintainer, via mail) |
12 Aug 2018 13:16:00
0.24.4
|
riggs  |
Update to upstream version 0.24.4
Details:
- Update to 0.24.4
- Avoid using -march=native
- Add pkg-message to let the users know that devel/pcre2 is neded
for regex/glob support in pony programs
PR: 230422
Submitted by: greg@unrelenting.technology (mantainer) |
29 Jul 2018 22:18:46
0.23.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
06 Jul 2018 09:37:37
0.23.0
|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
29 Jun 2018 07:31:25
0.23.0
|
linimon  |
Fix build on aarch64 and enable.
PR: 229258
Reported by: maintainer |
14 Jun 2018 23:25:25
0.23.0
|
swills  |
lang/ponyc: update to 0.23.0
PR: 228906
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
04 Jun 2018 17:44:44
0.22.2
|
fernape  |
lang/ponyc: update to 0.22.2
PR: 228549
Reported by: greg@unrelenting.technology (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15644 |
21 Feb 2018 17:58:56
0.21.0
|
lwhsu  |
Add lang/ponyc, Pony language compiler
This version includes updates from swills, Greg V <greg@unrelenting.technology>
and me.
PR: 205444
Submitted by: Franz Bettag <franz@bett.ag> |