FreeBSD Bugzilla – Attachment 157784 Details for
Bug 200892
[NEW PORT] lang/arnoldc: Interpreter for Schwarzenegger-based scripting language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shell archive of port
arnoldc.shar (text/plain), 3.07 KB, created by
gekkey
on 2015-06-15 23:31:08 UTC
(
hide
)
Description:
shell archive of port
Filename:
MIME Type:
Creator:
gekkey
Created:
2015-06-15 23:31:08 UTC
Size:
3.07 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: ># ># arnoldc ># arnoldc/Makefile ># arnoldc/pkg-descr ># arnoldc/pkg-plist ># arnoldc/files ># arnoldc/files/patch-src_test_scala_org_arnoldc_ArithmeticTest.scala ># arnoldc/files/arnoldc ># >echo c - arnoldc >mkdir -p arnoldc > /dev/null 2>&1 >echo x - arnoldc/Makefile >sed 's/^X//' >arnoldc/Makefile << 'e4a32d0e8a0f60dd93d09825b385403d' >X# $FreeBSD$ >X >XPORTNAME= arnoldc >XPORTVERSION= 0.1 >XCATEGORIES= lang >XMASTER_SITES= https://github.com/lhartikk/ArnoldC/archive/ >XDISTNAME= master >X >XMAINTAINER= mgeskey@norsecorp.com >XCOMMENT= Interpreter for Schwarzenegger-based scripting language >X >XBUILD_DEPENDS= sbt:${PORTSDIR}/devel/sbt >XRUN_DEPENDS= java:${PORTSDIR}/java/openjdk7 >X >XUSES= zip >XWRKSRC= ${WRKDIR}/ArnoldC-master >XTMPPLIST= pkg-plist >X >Xtarget_file= ${WRKSRC}/target/scala-2.11/ArnoldC-assembly-0.1.jar >Xdo-build: ${target_file} >X${target_file}: >X cd ${WRKSRC}; sbt assembly >XSTAGEDIR= ${WRKDIR}/stage >Xstage: build >X ${MKDIR} ${STAGEDIR}${PREFIX}/lib >X ${MKDIR} ${STAGEDIR}${PREFIX}/bin >X ${CP} ${target_file} ${STAGEDIR}${PREFIX}/lib/arnoldc.jar >X ${CP} files/arnoldc ${STAGEDIR}${PREFIX}/bin/arnoldc >X >X.include <bsd.port.mk> >e4a32d0e8a0f60dd93d09825b385403d >echo x - arnoldc/pkg-descr >sed 's/^X//' >arnoldc/pkg-descr << 'd4fd9697da6089d6f3717c7adaaac4e3' >XAlthough the one-liners of Arnold Schwarzenegger are fairly well known the true semantics of the uttering is yet to be understood. This project tries to discover new meanings from the Arnold movies with the means of computer science. >d4fd9697da6089d6f3717c7adaaac4e3 >echo x - arnoldc/pkg-plist >sed 's/^X//' >arnoldc/pkg-plist << '4701e73dd0e9a25aaa76a66141ee3a55' >Xbin/arnoldc >Xlib/arnoldc.jar >4701e73dd0e9a25aaa76a66141ee3a55 >echo c - arnoldc/files >mkdir -p arnoldc/files > /dev/null 2>&1 >echo x - arnoldc/files/patch-src_test_scala_org_arnoldc_ArithmeticTest.scala >sed 's/^X//' >arnoldc/files/patch-src_test_scala_org_arnoldc_ArithmeticTest.scala << 'f5efe477b5d284231ffac28484b425cf' >X--- src/test/scala/org/arnoldc/ArithmeticTest.scala.orig 2015-06-15 13:50:27 UTC >X+++ src/test/scala/org/arnoldc/ArithmeticTest.scala >X@@ -50,9 +50,9 @@ class ArithmeticTest extends ArnoldGener >X it should "evaluate when a more exotic string is printed" in { >X val code: String = >X "IT'S SHOWTIME\n" + >X- "TALK TO THE HAND \"!!! ??? äöäöäöä@#0123=+-,.\"\n" + >X+ "TALK TO THE HAND \"!!! ??? @#0123=+-,.\"\n" + >X "YOU HAVE BEEN TERMINATED\n" >X- getOutput(code) should equal("!!! ??? äöäöäöä@#0123=+-,.\n") >X+ getOutput(code) should equal("!!! ??? @#0123=+-,.\n") >X } >X >X it should "evaluate when an integer is declared and printed" in { >f5efe477b5d284231ffac28484b425cf >echo x - arnoldc/files/arnoldc >sed 's/^X//' >arnoldc/files/arnoldc << '44cc77d39a3bf4b1176e3c934cd04fbe' >X#!/bin/sh >Xexec java -jar /usr/local/lib/arnoldc.jar $* >44cc77d39a3bf4b1176e3c934cd04fbe >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 200892
: 157784 |
178459