From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 13 08:40:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4603116A41F for ; Wed, 13 Jul 2005 08:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48ED543D55 for ; Wed, 13 Jul 2005 08:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6D8eFM1022197 for ; Wed, 13 Jul 2005 08:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6D8eFj0022196; Wed, 13 Jul 2005 08:40:15 GMT (envelope-from gnats) Resent-Date: Wed, 13 Jul 2005 08:40:15 GMT Resent-Message-Id: <200507130840.j6D8eFj0022196@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicola Vitale Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5628416A41C for ; Wed, 13 Jul 2005 08:37:26 +0000 (GMT) (envelope-from nivit@email.it) Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01D0D43D4C for ; Wed, 13 Jul 2005 08:37:25 +0000 (GMT) (envelope-from nivit@email.it) Received: from stellina (82.54.128.92) by vsmtp1.tin.it (7.2.060.1) id 42CD13DD002CC6E4 for FreeBSD-gnats-submit@freebsd.org; Wed, 13 Jul 2005 10:37:23 +0200 Received: (qmail 62981 invoked by uid 0); 13 Jul 2005 10:35:37 +0200 Message-Id: <20050713083537.62980.qmail@stellina> Date: 13 Jul 2005 10:35:37 +0200 From: Nicola Vitale To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83374: [NEW PORT] math/wxMaxima: A wxWidgets GUI for the computer algebra system maxima X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 08:40:17 -0000 >Number: 83374 >Category: ports >Synopsis: [NEW PORT] math/wxMaxima: A wxWidgets GUI for the computer algebra system maxima >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 13 08:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD stellina.domo.sva 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Wed Jun 8 21:57:48 CEST >Description: wxMaxima is a wxWidgets GUI for the computer algebra system maxima. Most of maxima functions are accessible through menus, some have dialogs. The input line has command history (up-key, down-key) and completion based on previous input (tab-key). wxMaxima provides 2d formated display of maxima output. Author: Andrej Vodopivec WWW: http://wxmaxima.sourceforge.net/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- wxMaxima-0.6.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wxMaxima # wxMaxima/pkg-descr # wxMaxima/Makefile # wxMaxima/pkg-plist # wxMaxima/distinfo # echo c - wxMaxima mkdir -p wxMaxima > /dev/null 2>&1 echo x - wxMaxima/pkg-descr sed 's/^X//' >wxMaxima/pkg-descr << 'END-of-wxMaxima/pkg-descr' XwxMaxima is a wxWidgets GUI for the computer algebra system maxima. X XMost of maxima functions are accessible through menus, some have Xdialogs. The input line has command history (up-key, down-key) and Xcompletion based on previous input (tab-key). XwxMaxima provides 2d formated display of maxima output. X XAuthor: Andrej Vodopivec XWWW: http://wxmaxima.sourceforge.net/ END-of-wxMaxima/pkg-descr echo x - wxMaxima/Makefile sed 's/^X//' >wxMaxima/Makefile << 'END-of-wxMaxima/Makefile' X# New ports collection makefile for: wxMaxima X# Date created: 2005-07-12 X# Whom: Nicola Vitale X# X# $FreeBSD$ X# X XPORTNAME= wxMaxima XPORTVERSION= 0.6.1 XCATEGORIES= math XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME:L} X XMAINTAINER= nivit@email.it XCOMMENT= A wxWidgets GUI for the computer algebra system maxima X XLIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ X xml2.5:${PORTSDIR}/textproc/libxml2 XRUN_DEPENDS= maxima:${PORTSDIR}/math/maxima X XWXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} \ X --program-prefix= X X.include X.include END-of-wxMaxima/Makefile echo x - wxMaxima/pkg-plist sed 's/^X//' >wxMaxima/pkg-plist << 'END-of-wxMaxima/pkg-plist' X@comment $FreeBSD$ Xbin/wxmaxima Xshare/locale/es/LC_MESSAGES/wxMaxima.mo Xshare/locale/fr/LC_MESSAGES/wxMaxima.mo Xshare/locale/it/LC_MESSAGES/wxMaxima.mo X%%DATADIR%%/COPYING X%%DATADIR%%/README X%%DATADIR%%/docs.zip X%%DATADIR%%/intro.zip X%%DATADIR%%/tips.txt X%%DATADIR%%/wxmathml.lisp X@dirrm %%DATADIR%% END-of-wxMaxima/pkg-plist echo x - wxMaxima/distinfo sed 's/^X//' >wxMaxima/distinfo << 'END-of-wxMaxima/distinfo' XMD5 (wxMaxima-0.6.1.tar.gz) = 32f19a748e38f8028b4d4b0243eba24e XSIZE (wxMaxima-0.6.1.tar.gz) = 1000110 END-of-wxMaxima/distinfo exit --- wxMaxima-0.6.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: