Date: Thu, 16 Mar 2006 02:30:32 +0300 (MSK) From: Dmitry Marakasov <amdmi3@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94523: New port: graphics/sharpconstruct 3D modeller for organic shapes Message-ID: <20060315233032.F1B671EF@hades.panopticon> Resent-Message-ID: <200603161508.k2GF8idr081894@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94523 >Category: ports >Synopsis: New port: graphics/sharpconstruct 3D modeller for organic shapes >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: Thu Mar 16 15:08:42 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #1: Fri Jan 27 12:07:19 MSK 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: SharpConstruct is a 3D modeling program designed to paint depth on to polygon models in real-time. Unlike traditional modeling programs, SharpConstruct makes it easy to model organic shapes. There is no need to even look at a wireframe (unless you want to). Instead, the model is manipulated much like clay - push or pull an area, smooth it, make a hollow or a hill. The entire process is both simple and organic; you won't need years of modeling experience to create detailed models in SharpConstruct. WWW: http://sharp3d.sourceforge.net/ >How-To-Repeat: >Fix: --- sharpconstruct-0.11.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: # # sharpconstruct # sharpconstruct/Makefile # sharpconstruct/distinfo # sharpconstruct/pkg-descr # sharpconstruct/pkg-plist # echo c - sharpconstruct mkdir -p sharpconstruct > /dev/null 2>&1 echo x - sharpconstruct/Makefile sed 's/^X//' >sharpconstruct/Makefile << 'END-of-sharpconstruct/Makefile' X# ports collection makefile for: sharpconstruct X# Date created: 24 Feb 2006 X# Whom: Dmitry Marakasov <amdmi3@mail.ru> X# X# $FreeBSD$ X# X XPORTNAME= sharpconstruct XPORTVERSION= 0.11 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= sharp3d X XMAINTAINER= amdmi3@mail.ru XCOMMENT= 3D modeller for organic shapes X XLIB_DEPENDS= gtkglextmm-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglextmm \ X glademm-2.4.1:${PORTSDIR}/devel/libglademm24 X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_GL= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_GCC= 3.4+ X XMAN1= sharpconstruct.1 X X.include <bsd.port.pre.mk> X X.if ${OSVERSION} < 500000 XBROKEN= Does not compile on FreeBSD 4.x (lack of *round* functions) X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|gtkglextmm-1\.2|gtkglextmm-1.0|' ${WRKSRC}/configure X @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/include/Align.hh X @${REINPLACE_CMD} -e 's|"/sharpconstruct|"|' ${WRKSRC}/src/MainWindow.cc X @${REINPLACE_CMD} -e 's|/usr/share/sharpconstruct|${DATADIR}|' ${WRKSRC}/src/MainWindow.cc X @${REINPLACE_CMD} -e '/FileDialog/,/}/ d' ${WRKSRC}/src/MainWindow.cc X @${REINPLACE_CMD} -e 's|memalign(b,c)|malloc(c)|' ${WRKSRC}/include/Align.hh X @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \ X ${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|' X X.include <bsd.port.post.mk> END-of-sharpconstruct/Makefile echo x - sharpconstruct/distinfo sed 's/^X//' >sharpconstruct/distinfo << 'END-of-sharpconstruct/distinfo' XMD5 (sharpconstruct-0.11.tar.bz2) = fe0520c5236b22d966c2bb411cfc974d XSHA256 (sharpconstruct-0.11.tar.bz2) = 7b787c3e67df4e735f71ba10f86726a59fc7232f8f24819ef566368f4a287ca9 XSIZE (sharpconstruct-0.11.tar.bz2) = 401176 END-of-sharpconstruct/distinfo echo x - sharpconstruct/pkg-descr sed 's/^X//' >sharpconstruct/pkg-descr << 'END-of-sharpconstruct/pkg-descr' XSharpConstruct is a 3D modeling program designed to paint depth on Xto polygon models in real-time. Unlike traditional modeling programs, XSharpConstruct makes it easy to model organic shapes. There is no Xneed to even look at a wireframe (unless you want to). Instead, the Xmodel is manipulated much like clay - push or pull an area, smooth Xit, make a hollow or a hill. The entire process is both simple and Xorganic; you won't need years of modeling experience to create Xdetailed models in SharpConstruct. X XWWW: http://sharp3d.sourceforge.net/ END-of-sharpconstruct/pkg-descr echo x - sharpconstruct/pkg-plist sed 's/^X//' >sharpconstruct/pkg-plist << 'END-of-sharpconstruct/pkg-plist' Xbin/sharpconstruct X%%DATADIR%%/brushes/Default.png X%%DATADIR%%/brushes/Flat.png X%%DATADIR%%/brushes/HollowCircle.png X%%DATADIR%%/brushes/LargeBumps.png X%%DATADIR%%/brushes/Rectangle.png X%%DATADIR%%/interface/SharpConstruct.glade X%%DATADIR%%/interface/center.png X%%DATADIR%%/interface/double.png X%%DATADIR%%/interface/icon.png X%%DATADIR%%/interface/logo.png X%%DATADIR%%/interface/pressure.png X%%DATADIR%%/interface/smoothed.png X%%DATADIR%%/interface/speed.png X%%DATADIR%%/interface/wire.png X@dirrm %%DATADIR%%/brushes X@dirrm %%DATADIR%%/interface X@dirrm %%DATADIR%% END-of-sharpconstruct/pkg-plist exit --- sharpconstruct-0.11.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060315233032.F1B671EF>