[76838] trunk/dports/lang
jmr at macports.org
jmr at macports.org
Wed Mar 9 22:00:13 PST 2011
Revision: 76838
http://trac.macports.org/changeset/76838
Author: jmr at macports.org
Date: 2011-03-09 22:00:13 -0800 (Wed, 09 Mar 2011)
Log Message:
-----------
New port: fscript-cli, Command-line interface to the F-Script interpreter (#22194)
Added Paths:
-----------
trunk/dports/lang/fscript-cli/
trunk/dports/lang/fscript-cli/Portfile
Added: trunk/dports/lang/fscript-cli/Portfile
===================================================================
--- trunk/dports/lang/fscript-cli/Portfile (rev 0)
+++ trunk/dports/lang/fscript-cli/Portfile 2011-03-10 06:00:13 UTC (rev 76838)
@@ -0,0 +1,46 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup xcode 1.0
+
+name fscript-cli
+version 2.2
+categories lang sysutils
+maintainers puffin.lb.shuttle.de:michael.klein openmaintainer
+
+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 (.*?),"
Property changes on: trunk/dports/lang/fscript-cli/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110309/36deb995/attachment.html>
More information about the macports-changes
mailing list