Date: Sun, 28 Aug 2005 19:00:27 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85380: Update port: graphics/g3dviewer to 0.2.0 Message-ID: <20050828190027.162f5cab.tkato432@yahoo.com> Resent-Message-ID: <200508281010.j7SAAHMk028375@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85380 >Category: ports >Synopsis: Update port: graphics/g3dviewer to 0.2.0 >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: Sun Aug 28 10:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 0.2.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/g3dviewer/Makefile graphics/g3dviewer/Makefile --- /usr/ports/graphics/g3dviewer/Makefile Wed Jul 27 13:28:39 2005 +++ graphics/g3dviewer/Makefile Thu Aug 18 19:53:20 2005 @@ -7,7 +7,7 @@ # PORTNAME= g3dviewer -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= http://automagically.de/files/ @@ -28,11 +28,7 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|DBG_CFLAGS="-O2"|DBG_CFLAGS=""|g ; \ - s|$$datadir/$$PACKAGE/|$$libdir/$$PACKAGE/|g' ${WRKSRC}/configure -.for file in plugins/image/Makefile.in plugins/import/Makefile.in - @${REINPLACE_CMD} -e 's|= $$(pkgdatadir)|= $$(pkglibdir)|g ; \ - s|= -Wall|= -fPIC -Wall|g' ${WRKSRC}/${file} -.endfor + @${REINPLACE_CMD} -e \ + 's|DBG_CFLAGS="-O2"|DBG_CFLAGS=""|g' ${WRKSRC}/configure .include <bsd.port.mk> diff -urN /usr/ports/graphics/g3dviewer/distinfo graphics/g3dviewer/distinfo --- /usr/ports/graphics/g3dviewer/distinfo Wed Jul 27 13:28:39 2005 +++ graphics/g3dviewer/distinfo Thu Aug 18 19:51:09 2005 @@ -1,2 +1,2 @@ -MD5 (g3dviewer-0.1.1.tar.gz) = 1b2be262eef15aafa26bc33291a446b2 -SIZE (g3dviewer-0.1.1.tar.gz) = 184585 +MD5 (g3dviewer-0.2.0.tar.gz) = 800698ac338191e998e8cfd2943909a0 +SIZE (g3dviewer-0.2.0.tar.gz) = 196824 diff -urN /usr/ports/graphics/g3dviewer/pkg-descr graphics/g3dviewer/pkg-descr --- /usr/ports/graphics/g3dviewer/pkg-descr Fri Jul 22 19:41:04 2005 +++ graphics/g3dviewer/pkg-descr Thu Aug 18 20:05:14 2005 @@ -9,9 +9,12 @@ - 3D Metafile (.3dmf, .3mf, .b3d) - Caligari TrueSpace Objects (.cob) - Quick3D Objects & Scenes (.q3o, q3s) + - VRML 1.0 files (.wrl, .vrml) (still buggy) + - AC3D objects (.ac, .acc) Some of the features are: - Wireframe mode + - Texture support - Specular lighting (not really nice at the moment) - changable background color :) diff -urN /usr/ports/graphics/g3dviewer/pkg-plist graphics/g3dviewer/pkg-plist --- /usr/ports/graphics/g3dviewer/pkg-plist Wed Jul 27 13:28:39 2005 +++ graphics/g3dviewer/pkg-plist Thu Aug 18 20:02:04 2005 @@ -1,8 +1,11 @@ bin/g3dviewer include/g3dviewer_plugin.h lib/g3dviewer/plugins/image/img_bmp.so +lib/g3dviewer/plugins/image/img_gdkpixbuf.so +lib/g3dviewer/plugins/image/img_sgi.so lib/g3dviewer/plugins/import/imp_3dmf.so lib/g3dviewer/plugins/import/imp_3ds.so +lib/g3dviewer/plugins/import/imp_ac3d.so lib/g3dviewer/plugins/import/imp_cob.so lib/g3dviewer/plugins/import/imp_dxf.so lib/g3dviewer/plugins/import/imp_heightfield.so >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050828190027.162f5cab.tkato432>