[23693] trunk/dports/lang

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 6 15:10:49 PDT 2007


Revision: 23693
          http://trac.macosforge.org/projects/macports/changeset/23693
Author:   markd at macports.org
Date:     2007-04-06 15:10:48 -0700 (Fri, 06 Apr 2007)

Log Message:
-----------
Closes #11141.  New port.

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

Added: trunk/dports/lang/jekyll/Portfile
===================================================================
--- trunk/dports/lang/jekyll/Portfile	                        (rev 0)
+++ trunk/dports/lang/jekyll/Portfile	2007-04-06 22:10:48 UTC (rev 23693)
@@ -0,0 +1,26 @@
+# $Id$
+PortSystem        1.0
+name              jekyll
+version           0.30a
+categories        lang
+maintainers       kobold at andrewkish.name
+description       a high level language translatable to or from C
+long_description  Jekyll is a high-level language that can be losslessly \
+                  translated to and from readable editable C. This allows \
+                  it to be used in C projects, with C programmers, C \
+                  libraries, and C tools.
+homepage          http://jekyllc.sourceforge.net/
+master_sites      sourceforge:jekyllc
+distfiles         ${name}-${version}-src.tar.gz
+checksums         md5 9df1d427924bceb82515a72e59e53ced
+
+depends_lib       port:ocaml
+
+configure         {}
+
+build.dir         ${workpath}/jekyll-ocaml
+
+destroot {
+xinstall -d -m 0755 ${destroot}${prefix}/bin
+xinstall -m 0755 ${build.dir}/jekyll ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/lang/jekyll/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070406/0ea36f05/attachment.html


More information about the macports-changes mailing list