From owner-svn-ports-all@FreeBSD.ORG Tue Sep 10 01:23:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00EDB2DE; Tue, 10 Sep 2013 01:23:14 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2876202A; Tue, 10 Sep 2013 01:23:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A1NEif077675; Tue, 10 Sep 2013 01:23:14 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8A1NEHv077672; Tue, 10 Sep 2013 01:23:14 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309100123.r8A1NEHv077672@svn.freebsd.org> From: William Grzybowski Date: Tue, 10 Sep 2013 01:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326854 - head/math/giacxcas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 01:23:15 -0000 Author: wg Date: Tue Sep 10 01:23:13 2013 New Revision: 326854 URL: http://svnweb.freebsd.org/changeset/ports/326854 Log: math/giacxcas: update to 1.1.0 - Update to 1.1.0 [1] - Convert lib depends to new syntax - USES gmake PR: ports/181906 [1] Submitted by: Han Frederic (maintainer) Modified: head/math/giacxcas/Makefile head/math/giacxcas/distinfo head/math/giacxcas/pkg-plist Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Mon Sep 9 22:58:16 2013 (r326853) +++ head/math/giacxcas/Makefile Tue Sep 10 01:23:13 2013 (r326854) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= giacxcas -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ \ - http://people.math.jussieu.fr/~han/xcas/sources/ + http://www.math.jussieu.fr/~han/xcas/sources/ DISTFILES= fltk-giac.tar.gz CoCoALib-0.9950.tgz giac-${PORTVERSION}.tar.gz DIST_SUBDIR= ${PORTNAME} @@ -17,21 +16,20 @@ LICENSE= GPLv3 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - pari:${PORTSDIR}/math/pari \ - mpfr:${PORTSDIR}/math/mpfr \ - gsl:${PORTSDIR}/math/gsl \ - lapack:${PORTSDIR}/math/lapack +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libpari.so:${PORTSDIR}/math/pari \ + libmpfr.so:${PORTSDIR}/math/mpfr \ + libgsl.so:${PORTSDIR}/math/gsl \ + liblapack.so:${PORTSDIR}/math/lapack NO_CDROM= French documentation is for non-commercial use only GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GL= gl USE_XORG= xcursor xft xi USE_TEX= latex:build dvipsk:build USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake DOCSDIR= ${PREFIX}/share/doc/giac PORTDOCS= * Modified: head/math/giacxcas/distinfo ============================================================================== --- head/math/giacxcas/distinfo Mon Sep 9 22:58:16 2013 (r326853) +++ head/math/giacxcas/distinfo Tue Sep 10 01:23:13 2013 (r326854) @@ -2,5 +2,5 @@ SHA256 (giacxcas/fltk-giac.tar.gz) = 538 SIZE (giacxcas/fltk-giac.tar.gz) = 4776876 SHA256 (giacxcas/CoCoALib-0.9950.tgz) = b30d840593e1930c1629467918b508c429e0a983ef0d1343eab570f238275678 SIZE (giacxcas/CoCoALib-0.9950.tgz) = 4120680 -SHA256 (giacxcas/giac-1.0.0.tar.gz) = 35bc4a366ad26a0ff8f96d728f625b4f7070fa8b64976c1b82d1392bd78be67b -SIZE (giacxcas/giac-1.0.0.tar.gz) = 32735131 +SHA256 (giacxcas/giac-1.1.0.tar.gz) = 23eaad028abc2e5453c8ad5029c5610e4f051f9385973832ec0785cf6cbfe5eb +SIZE (giacxcas/giac-1.1.0.tar.gz) = 45684044 Modified: head/math/giacxcas/pkg-plist ============================================================================== --- head/math/giacxcas/pkg-plist Mon Sep 9 22:58:16 2013 (r326853) +++ head/math/giacxcas/pkg-plist Tue Sep 10 01:23:13 2013 (r326854) @@ -41,6 +41,7 @@ include/giac/modfactor.h include/giac/modpoly.h include/giac/monomial.h include/giac/moyal.h +include/giac/myostream.h include/giac/pari.h include/giac/permu.h include/giac/plot.h @@ -75,6 +76,16 @@ lib/libgiac.so lib/libgiac.so.0 share/application-registry/xcas.applications share/applications/xcas.desktop +share/icons/hicolor/256x256/apps/xcas.png +share/icons/hicolor/256x256/mimetypes/application-x-xcas.png +share/icons/hicolor/128x128/apps/xcas.png +share/icons/hicolor/128x128/mimetypes/application-x-xcas.png +share/icons/hicolor/64x64/apps/xcas.png +share/icons/hicolor/64x64/mimetypes/application-x-xcas.png +share/icons/hicolor/32x32/apps/xcas.png +share/icons/hicolor/32x32/mimetypes/application-x-xcas.png +share/icons/hicolor/16x16/apps/xcas.png +share/icons/hicolor/16x16/mimetypes/application-x-xcas.png share/locale/de/LC_MESSAGES/giac.mo share/locale/el/LC_MESSAGES/giac.mo share/locale/en/LC_MESSAGES/giac.mo @@ -84,6 +95,23 @@ share/locale/it/LC_MESSAGES/giac.mo share/locale/pt/LC_MESSAGES/giac.mo share/locale/zh/LC_MESSAGES/giac.mo share/pixmaps/xcas.xpm +@dirrmtry share/icons/hicolor/256x256/mimetypes +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/hicolor/128x128/mimetypes +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor/64x64/mimetypes +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/32x32/mimetypes +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/16x16/mimetypes +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrmtry share/applications @dirrmtry share/application-registry @dirrm include/giac