aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-10 19:45:30 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-10 19:45:30 +0000
commitd5e8829bd1bd7c64cf7c4a5dd6146ce459134ecb (patch)
tree244650f6f38f37689f644c0ce16db90d6dbaff39 /graphics
parent04f5574229eb38ecd3743c7faa1c88f039fe2dea (diff)
downloadports-d5e8829bd1bd7c64cf7c4a5dd6146ce459134ecb.tar.gz
ports-d5e8829bd1bd7c64cf7c4a5dd6146ce459134ecb.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/stl2pov/Makefile33
-rw-r--r--graphics/stl2pov/distinfo2
-rw-r--r--graphics/stl2pov/pkg-descr5
4 files changed, 41 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 54591c2448f4..411069937adf 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -506,6 +506,7 @@
SUBDIR += spcaview
SUBDIR += springgraph
SUBDIR += stamp
+ SUBDIR += stl2pov
SUBDIR += svg2png
SUBDIR += svg2swf
SUBDIR += svgalib
diff --git a/graphics/stl2pov/Makefile b/graphics/stl2pov/Makefile
new file mode 100644
index 000000000000..8c8c98a76111
--- /dev/null
+++ b/graphics/stl2pov/Makefile
@@ -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>
diff --git a/graphics/stl2pov/distinfo b/graphics/stl2pov/distinfo
new file mode 100644
index 000000000000..f123c12cd624
--- /dev/null
+++ b/graphics/stl2pov/distinfo
@@ -0,0 +1,2 @@
+MD5 (stl2pov-2.2.1.tar.gz) = d4cd1c7e7bf05422efc902e336ced6d5
+SIZE (stl2pov-2.2.1.tar.gz) = 12420
diff --git a/graphics/stl2pov/pkg-descr b/graphics/stl2pov/pkg-descr
new file mode 100644
index 000000000000..569659431a3e
--- /dev/null
+++ b/graphics/stl2pov/pkg-descr
@@ -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/