FreeBSD Bugzilla – Attachment 165012 Details for
Bug 205444
[NEW PORT] lang/ponyc: Pony language compiler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Updated Port shar
port-ponyc.shar (text/plain), 2.06 KB, created by
Franz Bettag
on 2016-01-03 17:37:03 UTC
(
hide
)
Description:
Updated Port shar
Filename:
MIME Type:
Creator:
Franz Bettag
Created:
2016-01-03 17:37:03 UTC
Size:
2.06 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># ponyc/ ># ponyc/pkg-descr ># ponyc/distinfo ># ponyc/Makefile ># >echo c - ponyc/ >mkdir -p ponyc/ > /dev/null 2>&1 >echo x - ponyc/pkg-descr >sed 's/^X//' >ponyc/pkg-descr << '064002365dd48c55801e93fe1e14ed3e' >XPony is an object-oriented, actor-model, capabilities-secure programming >Xlanguage. It's object-oriented because it has classes and objects, like >XPython, Java, C++, and many other languages. It's actor-model because it has >Xactors (similar to Erlang or Akka). These behave like objects, but they can >Xalso execute code asynchronously. >X >XWWW: http://www.ponylang.org/ >064002365dd48c55801e93fe1e14ed3e >echo x - ponyc/distinfo >sed 's/^X//' >ponyc/distinfo << '0c1a75dc011e9596be859a9edbc52208' >XSHA256 (CausalityLtd-ponyc-0.2.1_GH0.tar.gz) = cb8d6830565ab6b47ecef07dc1243029cef962df7ff926140022abb69d1e554e >XSIZE (CausalityLtd-ponyc-0.2.1_GH0.tar.gz) = 777078 >0c1a75dc011e9596be859a9edbc52208 >echo x - ponyc/Makefile >sed 's/^X//' >ponyc/Makefile << '4ca07e3d653073405fc29b30ccfedeea' >X# $FreeBSD$ >X >XPORTNAME= ponyc >XPORTVERSION= 0.2.1 >XCATEGORIES= lang >X >XMAINTAINER= franz@bett.ag >XCOMMENT= Pony language compiler >X >XLICENSE= BSD2CLAUSE >X >XLIB_DEPENDS= libunwind.so:${PORTSDIR}/devel/libunwind >XBUILD_DEPENDS= llvm-link36:${PORTSDIR}/devel/llvm36 >XRUN_DEPENDS= llvm-link36:${PORTSDIR}/devel/llvm36 >X >XUSES= gmake >XPLIST_FILES= bin/ponyc >XMAKE_ARGS= config=release >X >XUSE_GITHUB= yes >XGH_ACCOUNT= CausalityLtd >XGH_PROJECT= ponyc >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/build/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >X >X.include <bsd.port.pre.mk> >X >X.if ${ARCH} != "amd64" >XBROKEN=currently requires amd64. i386 and ARM already in HEAD, soon to be in a release >X.endif >X >X.if ${OSVERSION} < 1000000 >XIGNORE=currently requires FreeBSD 10.0 or newer >X.endif >X >X.include <bsd.port.post.mk> >4ca07e3d653073405fc29b30ccfedeea >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 205444
:
164398
|
164418
|
164422
|
165012
|
185423
|
188963