[120159] users/mojca/ports/math
mojca at macports.org
mojca at macports.org
Sat May 17 05:18:33 PDT 2014
Revision: 120159
https://trac.macports.org/changeset/120159
Author: mojca at macports.org
Date: 2014-05-17 05:18:33 -0700 (Sat, 17 May 2014)
Log Message:
-----------
mojca/gnuplot: version 5.0-rc1 for testing
Modified Paths:
--------------
users/mojca/ports/math/gnuplot/Portfile
Added Paths:
-----------
users/mojca/ports/math/gnuplot/
Removed Paths:
-------------
users/mojca/ports/math/gnuplot/files/
Modified: users/mojca/ports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile 2014-04-03 20:15:53 UTC (rev 118522)
+++ users/mojca/ports/math/gnuplot/Portfile 2014-05-17 12:18:33 UTC (rev 120159)
@@ -8,7 +8,7 @@
PortGroup wxWidgets 1.0
name gnuplot
-version 4.6.5
+version 5.0.rc1
categories math science
# the license has some inconvenient requirements that we're not meeting
# to be allowed to distribute binaries
@@ -31,14 +31,8 @@
master_sites sourceforge:project/gnuplot/gnuplot/${version}
dist_subdir ${name}/${version}
-distfiles-append ${name}.pdf
-extract.only ${distname}.tar.gz
-checksums ${distname}.tar.gz \
- rmd160 8073289c066037664fe814d96d441630f313656f \
- sha256 e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d \
- ${name}.pdf \
- rmd160 885ad93e408d1eca5697d8b17ecd2da410e70dae \
- sha256 4059a37d635079534ec8c9e9710485d9a1f048e9a75bef197510c9a2e95f8c7c
+checksums rmd160 2f3b83e27492889ecb888b57382066b423ce1229 \
+ sha256 0943f29f3a954fd2ee2cacd4f881e7471dccd18742ce117e41b225864219bd8a \
depends_build path:bin/pkg-config:pkgconfig
@@ -46,38 +40,40 @@
port:fontconfig \
port:gd2 \
port:jpeg \
+ port:libcaca \
port:libiconv \
port:libpng \
port:ncurses \
port:readline \
port:zlib
-patchfiles patch-configure-aquaterm.diff
-
minimum_xcodeversions {9 3.1}
configure.args --with-readline=${prefix} \
--with-gd=${prefix} \
- --with-png=${prefix} \
+ --with-caca=${prefix} \
--without-aquaterm \
--without-x \
- --enable-datastrings \
- --enable-histograms \
--infodir='\${prefix}/share/info' \
--mandir='\${prefix}/share/man' \
- --without-lisp-files \
+ --with-cwdrc \
--disable-wxwidgets \
--without-bitmap-terminals \
--without-cairo \
--without-latex \
--without-lua \
--without-pdf \
+ --without-qt \
--without-tutorial
+# --without-lisp-files \
+
variant aquaterm description "Enable AquaTerm terminal" {
depends_lib-append port:aquaterm
configure.args-delete --without-aquaterm
- configure.args-append --with-aquaterm=${frameworks_dir}
+ configure.cflags-append "-F${frameworks_dir}"
+ configure.ldflags-append "-F${frameworks_dir}"
+ configure.args-append --with-aquaterm
}
variant x11 {
@@ -86,12 +82,13 @@
depends_lib-append port:xpm
}
-variant emacs description "An emacs mode for working with gnuplot" {
- depends_build-append port:${emacs_binary_provider}
- configure.env-append EMACS=${emacs_binary}
- configure.args-delete --without-lisp-files
- configure.args-append --with-lisp-files --with-lispdir=${emacs_lispdir}
-}
+# don't know how to implement that
+# variant emacs description "An emacs mode for working with gnuplot" {
+# depends_build-append port:${emacs_binary_provider}
+# configure.env-append EMACS=${emacs_binary}
+# configure.args-delete --without-lisp-files
+# configure.args-append --with-lisp-files --with-lispdir=${emacs_lispdir}
+# }
variant luaterm description "Enable lua-based terminals" {
depends_lib-append port:lua
@@ -113,7 +110,7 @@
wxWidgets.use wxWidgets-3.0
depends_lib-append port:${wxWidgets.port} path:lib/pkgconfig/pango.pc:pango
configure.args-delete --disable-wxwidgets
- configure.args-append --with-wx-config=${wxWidgets.wxdir}
+ configure.args-append --with-wx=${wxWidgets.wxdir}
}
# remove in September 2014
@@ -122,7 +119,7 @@
variant qt description "Enable qt terminal" {
depends_lib-append port:qt4-mac
- configure.args-append --enable-qt
+ configure.args-replace --without-qt --with-qt=qt4
}
# Ideally one would enable just PMB by default, but '--with-bitmap-terminals'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140517/c3ba1aa1/attachment.html>
More information about the macports-changes
mailing list