Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 1999 00:28:42 -0400 (EDT)
From:      bfoz@glue.umd.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11127: New port: Giram
Message-ID:  <199904140428.AAA77259@poseidon.student.umd.edu>

next in thread | raw e-mail | index | archive | help

>Number:         11127
>Category:       ports
>Synopsis:       New port: Giram
>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:   Tue Apr 13 21:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Brandon Fosdick
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
n/a
>Environment:

3.1-STABLE 

>Description:

Giram (Giram is Really a Modellar) is a 3-D modelling program for X/GTK
based on POV-ray. Written by David Odin.

>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:
#
#	/usr/ports/graphics/giram
#	/usr/ports/graphics/giram/Makefile
#	/usr/ports/graphics/giram/files
#	/usr/ports/graphics/giram/files/md5
#	/usr/ports/graphics/giram/pkg
#	/usr/ports/graphics/giram/pkg/PLIST
#	/usr/ports/graphics/giram/pkg/COMMENT
#	/usr/ports/graphics/giram/pkg/DESCR
#
echo c - /usr/ports/graphics/giram
mkdir -p /usr/ports/graphics/giram > /dev/null 2>&1
echo x - /usr/ports/graphics/giram/Makefile
sed 's/^X//' >/usr/ports/graphics/giram/Makefile << 'END-of-/usr/ports/graphics/giram/Makefile'
X# New ports collection makefile for:	giram
X# Version required:    0.0.14
X# Date created:        12 April 1999
X# Whom:                Brandon Fosdick <bfoz@glue.umd.edu>
X#
X# $Id$
X#
X
XDISTNAME=	Giram-0.0.14
XCATEGORIES=	graphics
XMASTER_SITES=	ftp://ftp.minet.net/pub/giram/
X
XMAINTAINER=	bfoz@glue.umd.edu
X
XLIB_DEPENDS=	gtk12.1:${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.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/doc/Giram
X	${INSTALL_MAN} ${WRKSRC}/docs/Tutorial ${PREFIX}/share/doc/Giram
X.endif
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/graphics/giram/Makefile
echo c - /usr/ports/graphics/giram/files
mkdir -p /usr/ports/graphics/giram/files > /dev/null 2>&1
echo x - /usr/ports/graphics/giram/files/md5
sed 's/^X//' >/usr/ports/graphics/giram/files/md5 << 'END-of-/usr/ports/graphics/giram/files/md5'
XMD5 (Giram-0.0.14.tar.gz) = e8bb01cd4978756388331e0c8b2b42ca
END-of-/usr/ports/graphics/giram/files/md5
echo c - /usr/ports/graphics/giram/pkg
mkdir -p /usr/ports/graphics/giram/pkg > /dev/null 2>&1
echo x - /usr/ports/graphics/giram/pkg/PLIST
sed 's/^X//' >/usr/ports/graphics/giram/pkg/PLIST << 'END-of-/usr/ports/graphics/giram/pkg/PLIST'
Xshare/locale/fr/LC_MESSAGES/giram.mo
Xbin/povfront
Xbin/giram
XGiram/plug-ins/Spheres
XGiram/plug-ins/Box
X@dirrm Giram/plug-ins
X@dirrm Giram
Xshare/doc/Giram/Tutorial
X@dirrm share/doc/Giram
X
END-of-/usr/ports/graphics/giram/pkg/PLIST
echo x - /usr/ports/graphics/giram/pkg/COMMENT
sed 's/^X//' >/usr/ports/graphics/giram/pkg/COMMENT << 'END-of-/usr/ports/graphics/giram/pkg/COMMENT'
XGiram is Really A Modeller
END-of-/usr/ports/graphics/giram/pkg/COMMENT
echo x - /usr/ports/graphics/giram/pkg/DESCR
sed 's/^X//' >/usr/ports/graphics/giram/pkg/DESCR << 'END-of-/usr/ports/graphics/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 it
Xwill became a multi-purpose modeller. It is written in C, using the GTK+ 
X(version 1.1 or 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 (not a perspective
X       approximation), 
X       Creation/Manipulation of many different types of primitives: 
X              Boxes, 
X              Cones, 
X              Cylinders, 
X              Disc, 
X              Height Fields, 
X              Planes, 
X              Quadrics, 
X              Spheres, 
X              SuperEllipsoids, 
X              Triangles, 
X              Torus, 
X              Constructive Solid Geometry generated objects. 
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              Edition of the camera parameters, 
X              Right-Button-Click Menu to perform most of the operations, 
X              Preliminary documentation, 
X              Plugins Interface, 
X              GNOME compliance. 
X
Xhttp://www.minet.net/giram/
X
X- Brandon
Xbfoz@glue.umd.edu
END-of-/usr/ports/graphics/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?199904140428.AAA77259>