Date: Fri, 18 Jun 1999 22:04:25 -0400 From: Brandon Fosdick <bfoz@glue.umd.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12288: New Port: Giram 0.0.18 Message-ID: <376AFAA9.B48A4ED4@glue.umd.edu>
next in thread | raw e-mail | index | archive | help
>Number: 12288 >Category: ports >Synopsis: New Port: Giram 0.0.18 >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: Fri Jun 18 19:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brandon Fosdick >Release: FreeBSD 3.2-STABLE i386 >Organization: None >Environment: 3.2-STABLE >Description: Giram (Giram is Really a Modeller): A 3D modelling program based on POV-ray. >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: # # ./giram # ./giram/Makefile # ./giram/files # ./giram/files/md5 # ./giram/pkg # ./giram/pkg/PLIST # ./giram/pkg/COMMENT # ./giram/pkg/DESCR # echo c - ./giram mkdir -p ./giram > /dev/null 2>&1 echo x - ./giram/Makefile sed 's/^X//' >./giram/Makefile << 'END-of-./giram/Makefile' X# New ports collection makefile for: giram X# Version required: 0.0.18 X# Date created: 17 June 1999 X# Whom: Brandon Fosdick <bfoz@glue.umd.edu> X# X# $Id$ X# X XDISTNAME= Giram-0.0.18 XCATEGORIES= graphics XMASTER_SITES= ftp://ftp.minet.net/pub/giram/ X XMAINTAINER= bfoz@glue.umd.edu X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 XRUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ X CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" X X.include <bsd.port.pre.mk> X Xpost-install: X @${MKDIR} ${PREFIX}/Giram/SampleScenes X ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/Giram/SampleScenes/ X X.include <bsd.port.post.mk> END-of-./giram/Makefile echo c - ./giram/files mkdir -p ./giram/files > /dev/null 2>&1 echo x - ./giram/files/md5 sed 's/^X//' >./giram/files/md5 << 'END-of-./giram/files/md5' XMD5 (Giram-0.0.18.tar.gz) = 591e0f7af9bd3c980ca9f16e108e7f2f END-of-./giram/files/md5 echo c - ./giram/pkg mkdir -p ./giram/pkg > /dev/null 2>&1 echo x - ./giram/pkg/PLIST sed 's/^X//' >./giram/pkg/PLIST << 'END-of-./giram/pkg/PLIST' Xbin/povfront Xbin/giram XGiram/plug-ins/Rotate XGiram/plug-ins/Spheres XGiram/plug-ins/Box XGiram/docs/Tutorial XGiram/SampleScenes/Cone.pov XGiram/SampleScenes/Disc.pov XGiram/SampleScenes/Giram.pov XGiram/SampleScenes/IntSphereBox1.pov XGiram/SampleScenes/IntSphereBox2.pov XGiram/SampleScenes/IntSphereBox3.pov XGiram/SampleScenes/IntSpherePlane1.pov XGiram/SampleScenes/IntSpherePlane2.pov XGiram/SampleScenes/IntSpherePlane3.pov XGiram/SampleScenes/Triangle.pov XGiram/SampleScenes/basicvue.pov XGiram/SampleScenes/basicvue2.pov XGiram/SampleScenes/basicvue3.pov XGiram/SampleScenes/basicvue4.pov XGiram/SampleScenes/box.pov XGiram/SampleScenes/colors.inc XGiram/SampleScenes/superel1.pov XGiram/SampleScenes/superel2.pov XGiram/SampleScenes/superel3.pov XGiram/SampleScenes/torus.pov X@dirrm Giram/plug-ins X@dirrm Giram/SampleScenes X@dirrm Giram/docs X@dirrm Giram X X END-of-./giram/pkg/PLIST echo x - ./giram/pkg/COMMENT sed 's/^X//' >./giram/pkg/COMMENT << 'END-of-./giram/pkg/COMMENT' XGiram is Really A Modeller END-of-./giram/pkg/COMMENT echo x - ./giram/pkg/DESCR sed 's/^X//' >./giram/pkg/DESCR << 'END-of-./giram/pkg/DESCR' XGiram Is Really A Modeller (Or at least it will be). X XIt is a Persistance Of Vision (POV-Ray) oriented modeller. But I really think Xit will became a multi-purpose modeller. It is written in C, using the GTK+ X(version 1.2) user interface. X XFor now, it features: X X The 3 classical views of every 3D modeller, X The very exacte view from the povray Camera X (not a perspective approximation), X Creation/Manipulation of many different types of primitives: X Boxes, Cones, Cylinders, Disc, Height Fields, X Planes, Quadrics, Spheres, SuperEllipsoids, X Triangles, Torus, X Constructive Solid Geometry generated objects. X The modelling can be done in WireFrame, HiddenFaces or Gouraud views, X Use of OpenGL where available, X A CSG-Tree window to quickly see and change the structure of a scenes, X A very powerfull selection of these, X Translation, Rotation and Scale can be performed with the mouse, X or, for a more precise result, by directly editing the transformations X parameters, X Zooming In/Out, X Loading and Saving a POV Scene, X Loading and Saving an AutoCAD DXF file, X Editing of the camera parameters, X Right-Button-Click Menu to perform most of the operations, X Preliminary documentation, X Plugins Interface, X A very cool Front-End to the POV-Ray Raytracer: povfront. X GNOME compliance. X XAuthor: David Odin <David.Odin@bigfoot.com> XWeb: http://www.minet.net/giram/ XMaintainer: Brandon Fosdick <bfoz@glue.umd.edu> END-of-./giram/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?376AFAA9.B48A4ED4>