[33077] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Jan 17 08:27:40 PST 2008


Revision: 33077
          http://trac.macosforge.org/projects/macports/changeset/33077
Author:   nox at macports.org
Date:     2008-01-17 08:27:28 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
mono-addins: New port!

Added Paths:
-----------
    trunk/dports/devel/mono-addins/
    trunk/dports/devel/mono-addins/Portfile

Added: trunk/dports/devel/mono-addins/Portfile
===================================================================
--- trunk/dports/devel/mono-addins/Portfile	                        (rev 0)
+++ trunk/dports/devel/mono-addins/Portfile	2008-01-17 16:27:28 UTC (rev 33077)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem      1.0
+
+name            mono-addins
+version         0.3
+categories      devel
+platforms       darwin
+maintainers     nox
+description     Mono.Addins is a framework for creating extensible applications
+
+long_description \
+    Mono.Addins is a framework for creating extensible applications, \
+    and for creating libraries which extend those applications. \
+    Mono.Addins has been designed to be easy to use and useful for a \
+    wide range of applications: from simple applications with small \
+    extensibility needs, to complex applications which need support \
+    for large add-in structures.  This new framework intends to set an \
+    standard for building extensible applications and add-ins in Mono.
+
+homepage        http://www.mono-project.com/Mono.Addins
+master_sites    http://go-mono.com/sources/${name}/
+use_bzip2       yes
+
+checksums       md5 d8af0d5c6dabce1aa58efbfd268b6639 \
+                sha1 a2bc334d1c4b0a708c351545e8aacbaf3f4d352b \
+                rmd160 1f4a333450b0982ef998d0c445cf2a926f0759c7
+
+depends_build   port:pkgconfig
+
+depends_lib     port:mono \
+                port:gtk-sharp2
+
+post-configure {
+    # TODO This shouldn't be needed, we need to fix Mono dllmap library path.
+    fs-traverse {f} ${worksrcpath} {
+        if {[string match *.dll.config ${f}]} {
+            reinplace -E "s|(target=\")|\\1${prefix}/lib/|" ${f}
+        }
+    }
+}
+
+livecheck.check regex
+livecheck.url   http://go-mono.com/sources-stable/
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)


Property changes on: trunk/dports/devel/mono-addins/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/20080117/0180e14e/attachment.html


More information about the macports-changes mailing list