[58232] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Thu Sep 24 10:48:39 PDT 2009


Revision: 58232
          http://trac.macports.org/changeset/58232
Author:   ryandesign at macports.org
Date:     2009-09-24 10:48:39 -0700 (Thu, 24 Sep 2009)
Log Message:
-----------
shakespeare: new port, version 1.2.1; see #21564

Added Paths:
-----------
    trunk/dports/lang/shakespeare/
    trunk/dports/lang/shakespeare/Portfile

Added: trunk/dports/lang/shakespeare/Portfile
===================================================================
--- trunk/dports/lang/shakespeare/Portfile	                        (rev 0)
+++ trunk/dports/lang/shakespeare/Portfile	2009-09-24 17:48:39 UTC (rev 58232)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem          1.0
+
+name                shakespeare
+version             1.2.1
+distname            spl-${version}
+categories          lang
+maintainers         gmail.com:mdippery
+license             GPLv2
+
+description         Shakespeare programming language
+long_description    A programming language created with the design goal to \
+                    make the source code resemble Shakespeare plays. The \
+                    characters in the play are variables.
+homepage            http://shakespearelang.sourceforge.net/
+platforms           darwin
+master_sites        ${homepage}download/
+checksums           md5 c31de8415af80819eb944a1cecadddde \
+                    sha1 17adea7bbf5e1de1a29e71b19e5271f186e9698d \
+                    rmd160 0225bced2f236fc5c1850cd9fe5c48fc1c75aa1c
+depends_build       port:bison port:flex
+use_configure       no
+
+build.target        install
+build.args          CC=${configure.cc}
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/spl/bin/spl2c ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/spl/include/spl.h ${destroot}${prefix}/include
+    xinstall -m 755 ${worksrcpath}/spl/lib/libspl.a ${destroot}${prefix}/lib
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        LICENSE \
+        NEWS \
+        ${docdir}
+}


Property changes on: trunk/dports/lang/shakespeare/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/20090924/99661a9b/attachment.html>


More information about the macports-changes mailing list