mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
The stl2pov program creates POV-Ray mesh object from the STL files that can
be exported from most CAD programs. This makes it easy to incorporate CAD models in POV-Ray scenes. WWW: http://www.xs4all.nl/~rsmith/software/ PR: ports/80835 Submitted by: Roland Smith <rsmith@xs4all.nl>
This commit is contained in:
parent
04f5574229
commit
d5e8829bd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135018
@ -506,6 +506,7 @@
|
||||
SUBDIR += spcaview
|
||||
SUBDIR += springgraph
|
||||
SUBDIR += stamp
|
||||
SUBDIR += stl2pov
|
||||
SUBDIR += svg2png
|
||||
SUBDIR += svg2swf
|
||||
SUBDIR += svgalib
|
||||
|
33
graphics/stl2pov/Makefile
Normal file
33
graphics/stl2pov/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: stl2pov
|
||||
# Date created: 9 May 2005
|
||||
# Whom: rsmith@xs4all.nl
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stl2pov
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.xs4all.nl/~rsmith/software/
|
||||
|
||||
MAINTAINER= rsmith@xs4all.nl
|
||||
COMMENT= Converts STL models to POV-Ray meshes
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
PLIST_FILES= bin/stl2pov
|
||||
|
||||
MAN1= stl2pov.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
MAKE_ENV= NOPORTDOCS=yes
|
||||
.else
|
||||
PORTDOCS= LICENSE README INSTALL
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-pipe||; s|-fmerge-constants||; s|--fast-math||' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/stl2pov/distinfo
Normal file
2
graphics/stl2pov/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (stl2pov-2.2.1.tar.gz) = d4cd1c7e7bf05422efc902e336ced6d5
|
||||
SIZE (stl2pov-2.2.1.tar.gz) = 12420
|
5
graphics/stl2pov/pkg-descr
Normal file
5
graphics/stl2pov/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The stl2pov program creates POV-Ray mesh object from the STL files that can
|
||||
be exported from most CAD programs. This makes it easy to incorporate CAD
|
||||
models in POV-Ray scenes.
|
||||
|
||||
WWW: http://www.xs4all.nl/~rsmith/software/
|
Loading…
Reference in New Issue
Block a user