Port details |
- ponyc Pony language compiler
- 0.33.2 lang
=0 0.33.2Version of this port present on the latest quarterly branch.
- DEPRECATED: Very outdated and unsupported upstream, depends on end of life devel/llvm70
This port expired on: 2022-12-31
- 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: 2022-12-31 01:16:10
- Commit Hash: c2f2391
- License: BSD2CLAUSE
- WWW:
- https://www.ponylang.org/
- 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.
- ¦ ¦ ¦ ¦
- 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:
-
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- 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
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:
-
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.33.2 31 Dec 2022 01:16:10 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-12-31 lang/ponyc: Very outdated and unsupported upstream, depends on end of
life devel/llvm70 |
0.33.2 27 Sep 2022 10:30:37 |
Daniel Engberg (diizzy) |
lang/ponyc: Deprecate and set expiration date to 2022-12-31
Current version is very outdated and unsupported upstream.
It also depends on end of life devel/llvm70 |
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) |
0.33.2 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 ) |
0.33.2 23 Nov 2021 18:14:45 |
Neel Chauhan (nc) Author: Greg V |
lang/ponyc: unbreak clang 13 build, release maintainership
PR: 259998 |
0.33.2 25 Oct 2021 12:58:29 |
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. |
0.33.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.33.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.33.2 27 Apr 2020 10:23:50 |
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 |
0.33.0 20 Nov 2019 17:13:33 |
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 |
0.33.0 04 Nov 2019 23:46:32 |
tobik |
lang/ponyc: Fix CONFLICTS_INSTALL |
0.33.0 04 Nov 2019 23:43:45 |
tobik |
New port: lang/ponyc-static
A version of lang/ponyc with statically linked LLVM.
PR: 241663 |
0.33.0 04 Nov 2019 23:39:55 |
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) |
0.31.0 02 Sep 2019 16:03:24 |
swills |
lang/ponyc: update to 0.31.0
PR: 240255
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
0.30.0 12 Aug 2019 12:17:48 |
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) |
0.29.0_1 26 Jul 2019 20:46:57 |
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 |
0.29.0 15 Jul 2019 17:49:06 |
swills |
lang/ponyc: update to 0.29.0
PR: 239040
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
0.28.1 09 Jun 2019 06:20:52 |
kai |
lang/ponyc: Update to 0.28.1
PR: 238280
Submitted by: Greg V <greg@unrelenting.technology> |
0.28.0 23 Mar 2019 12:17:25 |
tobik |
lang/ponyc: Update to 0.28.0
PR: 236725
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
0.27.0 20 Mar 2019 12:23:26 |
jbeich |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
0.27.0 07 Mar 2019 19:51:21 |
swills |
lang/ponyc: update to 0.27.0
PR: 236151
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
0.26.0 27 Jan 2019 14:35:20 |
swills |
lang/ponyc: update to 0.26.0
PR: 235243
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
0.25.0_1 26 Jan 2019 12:29:22 |
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) |
0.25.0_1 24 Jan 2019 05:09:48 |
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) |
0.25.0_1 12 Dec 2018 01:35:36 |
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 |
0.25.0 02 Nov 2018 13:32:35 |
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 |
0.25.0 18 Oct 2018 22:24:44 |
swills |
lang/ponyc: update to 0.25.0
PR: 232352
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
0.24.4_1 28 Aug 2018 05:05:18 |
riggs |
Ensure PONYARCH is set correctly.
Reported by: mat (via mail)
Approved by: greg@unrelenting.technology (maintainer, via mail) |
0.24.4 12 Aug 2018 13:16:00 |
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) |
0.23.0_1 29 Jul 2018 22:18:46 |
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 |
0.23.0 06 Jul 2018 09:37:37 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.23.0 29 Jun 2018 07:31:25 |
linimon |
Fix build on aarch64 and enable.
PR: 229258
Reported by: maintainer |
0.23.0 14 Jun 2018 23:25:25 |
swills |
lang/ponyc: update to 0.23.0
PR: 228906
Submitted by: Greg V <greg@unrelenting.technology> (maintainer) |
0.22.2 04 Jun 2018 17:44:44 |
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 |
0.21.0 21 Feb 2018 17:58:56 |
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> |