# 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. 064002365dd48c55801e93fe1e14ed3e echo x - ponyc/distinfo sed 's/^X//' >ponyc/distinfo << '0c1a75dc011e9596be859a9edbc52208' XSHA256 (0.2.1.tar.gz) = cb8d6830565ab6b47ecef07dc1243029cef962df7ff926140022abb69d1e554e XSIZE (0.2.1.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 XMASTER_SITES=https://github.com/CausalityLtd/ponyc/archive/ XDISTNAME=${PORTVERSION} X XMAINTAINER=franz@bett.ag XCOMMENT=Pony language compiler X XLICENSE= BSD2CLAUSE X XLIB_DEPENDS= libunwind.so:${PORTSDIR}/devel/libunwind X XUSES= gmake XWRKSRC= work/${PORTNAME}-${PORTVERSION} XPLIST_FILES= bin/ponyc XALL_TARGET= config=release X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/build/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin X X.include 4ca07e3d653073405fc29b30ccfedeea exit