[41803] trunk/dports/math

blb at macports.org blb at macports.org
Mon Nov 10 14:50:54 PST 2008


Revision: 41803
          http://trac.macports.org/changeset/41803
Author:   blb at macports.org
Date:     2008-11-10 14:50:54 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
New port - math/pspp, tickets #16731 (original port) and #17174 (new version)

Added Paths:
-----------
    trunk/dports/math/pspp/
    trunk/dports/math/pspp/Portfile
    trunk/dports/math/pspp/files/
    trunk/dports/math/pspp/files/patch-config.h.in

Added: trunk/dports/math/pspp/Portfile
===================================================================
--- trunk/dports/math/pspp/Portfile	                        (rev 0)
+++ trunk/dports/math/pspp/Portfile	2008-11-10 22:50:54 UTC (rev 41803)
@@ -0,0 +1,45 @@
+# -*- 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			pspp
+version			0.6.1
+categories		math
+maintainers		lavergne.gotdns.org:jeremy
+description		Statistical analysis of sampled data (free replacement \
+			for SPSS).
+long_description	PSPP is a program for \
+			statistical analysis of sampled data. It is a Free \
+			replacement for the proprietary program SPSS, and \
+			appears very similar to it with a few exceptions.
+homepage		http://www.gnu.org/software/pspp/
+platforms		darwin
+master_sites		ftp://ftp.gnu.org/gnu/pspp/
+
+checksums		md5 b871739200938820d8db898cd200ed06 \
+			sha1 22f335053a3e1d3861bfc2d87536b9a6fc5a1ae7 \
+			rmd160 930fc58b77ff50819cd7449147dab5906e872850
+
+use_parallel_build	yes
+
+depends_lib		port:gsl \
+			port:perl5.8 \
+			port:libiconv \
+			port:plotutils \
+			port:pkgconfig \
+			port:gtk2 \
+			port:libglade2 \
+			port:libpqxx \
+			port:zlib \
+			port:libxml2 \
+			port:ncursesw \
+			port:readline \
+			port:texinfo
+
+patchfiles		patch-config.h.in
+
+post-destroot {
+   delete ${destroot}${prefix}/lib/charset.alias
+}
+


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

Added: trunk/dports/math/pspp/files/patch-config.h.in
===================================================================
--- trunk/dports/math/pspp/files/patch-config.h.in	                        (rev 0)
+++ trunk/dports/math/pspp/files/patch-config.h.in	2008-11-10 22:50:54 UTC (rev 41803)
@@ -0,0 +1,11 @@
+--- config.h.in.orig	2008-10-02 14:22:07.000000000 -0400
++++ config.h.in	2008-10-02 14:21:54.000000000 -0400
+@@ -388,7 +388,7 @@
+ /* Define to 1 if the compiler supports one of the keywords 'inline',
+    '__inline__', '__inline' and effectively inlines functions marked as such.
+    */
+-#undef HAVE_INLINE
++/* #undef HAVE_INLINE */
+ 
+ /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
+ #undef HAVE_INTMAX_T
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081110/0b98ea6c/attachment.html>


More information about the macports-changes mailing list