From cb8b1428c6bb9ed135f61a9cecbe8397defbf329 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 3 Feb 2013 20:10:37 +0000 Subject: KDE/FreeBSD team presents KDE SC 4.9.5 ports! - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger --- math/cantor/Makefile | 18 +++++++----------- math/cantor/distinfo | 4 ++-- math/cantor/pkg-plist | 2 ++ 3 files changed, 11 insertions(+), 13 deletions(-) (limited to 'math/cantor') diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 00159ab50fc0..6d043105082f 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,9 +1,4 @@ -# New ports collection Makefile for: cantor -# Date created: 5 September 2011 -# Whom: Alberto Villa -# # $FreeBSD$ -# PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} @@ -28,21 +23,22 @@ USE_QT4= qtestlib_build xmlpatterns \ USE_XZ= yes MAKE_JOBS_SAFE= yes -OPTIONS= MAXIMA "Maxima backend" off \ - OCTAVE "Octave backend" off \ - R "R backend" off +OPTIONS_DEFINE= MAXIMA OCTAVE R +MAXIMA_DESC= Maxima backend +OCTAVE_DESC= Octave backend +R_DESC= R backend .include -.ifdef(WITH_MAXIMA) +.if ${PORT_OPTIONS:MMAXIMA} RUN_DEPENDS+= maxima:${PORTSDIR}/math/maxima .endif -.ifdef(WITH_OCTAVE) +.if ${PORT_OPTIONS:MOCTAVE} RUN_DEPENDS+= octave:${PORTSDIR}/math/octave .endif -.ifdef(WITH_R) +.if ${PORT_OPTIONS:MR} BUILD_DEPENDS+= R:${PORTSDIR}/math/R RUN_DEPENDS+= R:${PORTSDIR}/math/R # Required to set CFLAGS for -lgfortran. diff --git a/math/cantor/distinfo b/math/cantor/distinfo index 2b0924e89381..23b412b686fd 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/cantor-4.8.4.tar.xz) = b16812359b60da7c6b05700d1dd2b0f931d8ba767dbfd42b958941edffea32bf -SIZE (KDE/cantor-4.8.4.tar.xz) = 272996 +SHA256 (KDE/cantor-4.9.5.tar.xz) = 90789772107c92db47f4754d1deea7fd97f5ef1e184a14223795f945227ee504 +SIZE (KDE/cantor-4.9.5.tar.xz) = 273644 diff --git a/math/cantor/pkg-plist b/math/cantor/pkg-plist index b058ebfe45ae..f99f6b7c4d01 100644 --- a/math/cantor/pkg-plist +++ b/math/cantor/pkg-plist @@ -65,6 +65,7 @@ share/apps/cantor/octavebackend/cantor_eigenvectors.m share/apps/cantor/octavebackend/cantor_plot2d.m share/apps/cantor/octavebackend/cantor_plot3d.m share/apps/cantor/octavebackend/cantor_print.m +share/apps/cantor/sagebackend/keywords.xml share/apps/cantor/scilabbackend/keywords.xml share/apps/cantor/xslt/latex.xsl share/config.kcfg/cantor.kcfg @@ -124,6 +125,7 @@ share/kde4/servicetypes/cantor_panelplugin.desktop @dirrm share/doc/HTML/en/cantor @dirrm share/apps/cantor/xslt @dirrm share/apps/cantor/scilabbackend +@dirrm share/apps/cantor/sagebackend @dirrm share/apps/cantor/octavebackend @dirrm share/apps/cantor/maximabackend @dirrm share/apps/cantor -- cgit v1.2.3