[76781] trunk/dports/devel

pixilla at macports.org pixilla at macports.org
Tue Mar 8 07:08:52 PST 2011


Revision: 76781
          http://trac.macports.org/changeset/76781
Author:   pixilla at macports.org
Date:     2011-03-08 07:08:50 -0800 (Tue, 08 Mar 2011)
Log Message:
-----------
devel/libACE:
New port.

Added Paths:
-----------
    trunk/dports/devel/libACE/
    trunk/dports/devel/libACE/Portfile
    trunk/dports/devel/libACE/files/
    trunk/dports/devel/libACE/files/patch-configure.diff

Added: trunk/dports/devel/libACE/Portfile
===================================================================
--- trunk/dports/devel/libACE/Portfile	                        (rev 0)
+++ trunk/dports/devel/libACE/Portfile	2011-03-08 15:08:50 UTC (rev 76781)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                libACE
+set name_package    ACE
+version             6.0.1
+distname            ${name_package}-${version}
+categories          devel
+maintainers         gmail.com:enrique.fernandez.perdomo pixilla
+platforms           darwin
+description         ACE is an object-oriented framework that implements many core patterns for \
+                    concurrent communication software.
+long_description    The ADAPTIVE Communication Environment (ACE) is a freely available, \
+                    open-source object-oriented (OO) framework that implements many core \
+                    patterns for concurrent communication software. ACE provides a rich set \
+                    of reusable C++ wrapper facades and framework components that perform \
+                    common communication software tasks across a range of OS platforms. The \
+                    communication software tasks provided by ACE include event \
+                    demultiplexing and event handler dispatching, signal handling, service \
+                    initialization, interprocess communication, shared memory management, \
+                    message routing, dynamic (re)configuration of distributed services, \
+                    concurrent execution and synchronization.
+
+homepage            http://www.cs.wustl.edu/~schmidt/ACE.html
+master_sites        http://download.dre.vanderbilt.edu/previous_versions
+
+checksums           sha1    27b63f309d247d1a208fc7ce194bc2b56153bac9 \
+                    rmd160  559fae18b42f0d479229708b114917b514a0ad7d
+
+worksrcdir          ACE_wrappers
+configure.dir       ${worksrcpath}/build
+configure.cmd       ../configure
+build.dir           ${worksrcpath}/build
+patchfiles          patch-configure.diff
+
+configure.args      --disable-ssl
+
+pre-configure {
+    xinstall -d ${worksrcpath}/build
+}
+
+livecheck.url       ${master_sites}
+livecheck.regex     ${name_package}-(\\d+\[0-9a-z.\]*)${extract.suffix}


Property changes on: trunk/dports/devel/libACE/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/devel/libACE/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/libACE/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/libACE/files/patch-configure.diff	2011-03-08 15:08:50 UTC (rev 76781)
@@ -0,0 +1,15 @@
+--- configure.orig	2011-03-08 06:03:22.000000000 -0800
++++ configure	2011-03-08 06:04:23.000000000 -0800
+@@ -24418,10 +24418,10 @@
+      case "$host_os" in
+      darwin*)
+ 
+-$as_echo "#define ACE_LD_SEARCH_PATH ACE_LIB_TEXT (\"DYLD_LIBRARY_PATH\")" >>confdefs.h
++$as_echo "#define ACE_LD_SEARCH_PATH ACE_TEXT (\"DYLD_LIBRARY_PATH\")" >>confdefs.h
+ 
+ 
+-$as_echo "#define ACE_DLL_SUFFIX ACE_LIB_TEXT (\".dylib\")" >>confdefs.h
++$as_echo "#define ACE_DLL_SUFFIX ACE_TEXT (\".dylib\")" >>confdefs.h
+ 
+ 	;;
+      esac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110308/29d7477d/attachment.html>


More information about the macports-changes mailing list