[61812] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Mon Dec 21 10:35:26 PST 2009


Revision: 61812
          http://trac.macports.org/changeset/61812
Author:   ryandesign at macports.org
Date:     2009-12-21 10:35:23 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
xpa: new port, version 2.1.11

Added Paths:
-----------
    trunk/dports/science/xpa/
    trunk/dports/science/xpa/Portfile
    trunk/dports/science/xpa/files/
    trunk/dports/science/xpa/files/patch-Makefile.in.diff

Added: trunk/dports/science/xpa/Portfile
===================================================================
--- trunk/dports/science/xpa/Portfile	                        (rev 0)
+++ trunk/dports/science/xpa/Portfile	2009-12-21 18:35:23 UTC (rev 61812)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem         1.0
+
+name               xpa
+version            2.1.11
+categories         science
+platforms          darwin
+maintainers        saao.ac.za:tim
+
+description        The XPA messaging system provides seamless communication \
+    between many kinds of Unix programs, including X programs and Tcl/Tk \
+    programs.
+
+long_description   XPA provides an easy way for users to communicate with \
+    XPA-enabled programs by executing XPA client commands in the shell or \
+    by utilizing such commands in scripts.  Because XPA works both at the \
+    programming level and the shell level, it is a powerful tool for unifying \
+    any analysis environment: users and programmers have great flexibility in \
+    choosing the best level or levels at which to access XPA services, and \
+    client access can be extended or modified easily at any time.
+
+homepage           http://hea-www.harvard.edu/saord/xpa/
+master_sites       http://hea-www.harvard.edu/saord/download/xpa/
+
+checksums          md5 5af281bd1455739b3a15d949fdcc7adb \
+                   sha1 39f7932e00a72d8da2e21ebbc7b19ca4f5adc2d1 \
+                   rmd160 7515e4f2eb0b6a2715915ef8a8695453b8e0e9f8
+
+patchfiles         patch-Makefile.in.diff
+
+destroot.destdir   INSTALL_ROOT=${destroot}


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

Added: trunk/dports/science/xpa/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/science/xpa/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/science/xpa/files/patch-Makefile.in.diff	2009-12-21 18:35:23 UTC (rev 61812)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-10-05 11:46:56.000000000 -0500
++++ Makefile.in	2009-12-21 12:31:37.000000000 -0600
+@@ -46,7 +46,7 @@
+ INCLUDE_INSTALL_DIR =	$(INSTALL_ROOT)$(prefix)/include
+ 
+ # Top-level directory for manual entries:
+-MAN_INSTALL_DIR =	$(INSTALL_ROOT)$(prefix)/man
++MAN_INSTALL_DIR =	$(INSTALL_ROOT)$(prefix)/share/man
+ 
+ # Top-level directory for share entries:
+ MAN_SHARE_DIR =		$(INSTALL_ROOT)$(prefix)/share/xpa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/dda13d1e/attachment-0001.html>


More information about the macports-changes mailing list