2011-03-10 06:00:13 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup xcode 1.0
|
|
|
|
|
|
|
|
|
|
name fscript-cli
|
|
|
|
|
version 2.2
|
|
|
|
|
categories lang sysutils
|
2014-02-07 23:43:26 +00:00
|
|
|
license GPL-2
|
2018-05-11 13:38:20 -05:00
|
|
|
maintainers {puffin.lb.shuttle.de:michael.klein @mklein-de} openmaintainer
|
2011-03-10 06:00:13 +00:00
|
|
|
|
|
|
|
|
description Command-line interface to the F-Script interpreter
|
|
|
|
|
|
|
|
|
|
long_description fscript is a program that allows F-Script scripts to \
|
|
|
|
|
be run from the command line, and to can also present \
|
|
|
|
|
an interpreter prompt in a shell, rather than \
|
|
|
|
|
requiring a GUI program. fscript also provides some \
|
|
|
|
|
useful classes and methods that make the language more \
|
|
|
|
|
appropriate for general scripting tasks, such as \
|
|
|
|
|
line-oriented input/output, regular expressions, and a \
|
|
|
|
|
library importing system.
|
|
|
|
|
|
|
|
|
|
homepage http://pages.cs.wisc.edu/~weinrich/projects/fscript/
|
|
|
|
|
master_sites ${homepage}
|
|
|
|
|
|
|
|
|
|
depends_lib port:FScript
|
|
|
|
|
|
|
|
|
|
distname fscript-source
|
|
|
|
|
dist_subdir ${name}/${version}
|
|
|
|
|
use_dmg yes
|
|
|
|
|
set extract.asroot yes
|
|
|
|
|
|
|
|
|
|
checksums md5 18020a44bef3323a6e5469554f3bbaab \
|
|
|
|
|
sha1 cebd68adc2c3e039cc883d38671940616d1794d1 \
|
|
|
|
|
rmd160 63f06655713fbface9ad131d4e989bbdb69fa989
|
|
|
|
|
|
|
|
|
|
xcode.configuration Release
|
|
|
|
|
xcode.build.settings FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
|
|
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
xinstall ${worksrcpath}/build/Release/fscript ${destroot}${prefix}/bin
|
|
|
|
|
xinstall ${worksrcpath}/fscript.1 ${destroot}${prefix}/share/man/man1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
livecheck.type regex
|
|
|
|
|
livecheck.url ${homepage}
|
|
|
|
|
livecheck.regex "Current Version (.*?),"
|