From owner-freebsd-ports Sat Oct 30 9:20:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C568315068 for ; Sat, 30 Oct 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA38241; Sat, 30 Oct 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 56C2B14C01 for ; Sat, 30 Oct 1999 09:15:52 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 63DFF9B22; Sat, 30 Oct 1999 12:15:51 -0400 (EDT) Message-Id: <19991030161551.63DFF9B22@pawn.primelocation.net> Date: Sat, 30 Oct 1999 12:15:51 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14610: New port: graphics/kplot3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14610 >Category: ports >Synopsis: New port: graphics/kplot3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 09:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: graphics/kplot3d Kplot3d is KDE version of tool for plotting 3d surface of function z = f(x,y). It supports shaded and grid (with erasing of invisible lines) modes, fast realtime surface rotation, printing result image, save images to local files. >How-To-Repeat: >Fix: # 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: # # kplot3d # kplot3d/Makefile # kplot3d/files # kplot3d/files/md5 # kplot3d/pkg # kplot3d/pkg/PLIST # kplot3d/pkg/COMMENT # kplot3d/pkg/DESCR # echo c - kplot3d mkdir -p kplot3d > /dev/null 2>&1 echo x - kplot3d/Makefile sed 's/^X//' >kplot3d/Makefile << 'END-of-kplot3d/Makefile' X# New ports collection makefile for: kplot3d X# Version required: 0.69 X# Date created: 30 October 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= kplot3d-0.69 XCATEGORIES= graphics kde XMASTER_SITES= http://members.xoom.com/kplot3d/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 X XFETCH_BEFORE_ARGS= -b # members.xoom.com is broken XUSE_QT= yes XGNU_CONFIGURE= yes X X.include END-of-kplot3d/Makefile echo c - kplot3d/files mkdir -p kplot3d/files > /dev/null 2>&1 echo x - kplot3d/files/md5 sed 's/^X//' >kplot3d/files/md5 << 'END-of-kplot3d/files/md5' XMD5 (kplot3d-0.69.tar.gz) = b282bdca123d015c88dbbda2ef0dfc7e END-of-kplot3d/files/md5 echo c - kplot3d/pkg mkdir -p kplot3d/pkg > /dev/null 2>&1 echo x - kplot3d/pkg/PLIST sed 's/^X//' >kplot3d/pkg/PLIST << 'END-of-kplot3d/pkg/PLIST' Xbin/kplot3d Xshare/doc/HTML/en/kplot3d/index-1.html Xshare/doc/HTML/en/kplot3d/index-2.html Xshare/doc/HTML/en/kplot3d/index-3.html Xshare/doc/HTML/en/kplot3d/index-4.html Xshare/doc/HTML/en/kplot3d/index-5.html Xshare/doc/HTML/en/kplot3d/index-6.html Xshare/doc/HTML/en/kplot3d/index.html Xshare/applnk/Applications/kplot3d.kdelnk Xshare/icons/kplot3d.xpm Xshare/icons/mini/kplot3d.xpm Xshare/locale/ru/LC_MESSAGES/kplot3d.mo X@dirrm share/doc/HTML/en/kplot3d END-of-kplot3d/pkg/PLIST echo x - kplot3d/pkg/COMMENT sed 's/^X//' >kplot3d/pkg/COMMENT << 'END-of-kplot3d/pkg/COMMENT' XKDE 3d surface plotting tool END-of-kplot3d/pkg/COMMENT echo x - kplot3d/pkg/DESCR sed 's/^X//' >kplot3d/pkg/DESCR << 'END-of-kplot3d/pkg/DESCR' XKplot3d is KDE version of tool for plotting 3d surface Xof function z = f(x,y). It supports shaded and grid X(with erasing of invisible lines) modes, fast realtime Xsurface rotation, printing result image, save images to Xlocal files. X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-kplot3d/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message