summaryrefslogtreecommitdiffstats
path: root/www/openvrml
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-10-09 07:51:02 +0000
committerthierry <thierry@FreeBSD.org>2005-10-09 07:51:02 +0000
commit1a0ee123ab185d771cb9a62379ee325067c043bd (patch)
treefaf89a6efa74b6e6d486c25eabc924ef5dcedb2d /www/openvrml
parent12f5281f3af58bba68768b6ce09e6c5a61d98989 (diff)
downloadFreeBSD-ports-1a0ee123ab185d771cb9a62379ee325067c043bd.zip
FreeBSD-ports-1a0ee123ab185d771cb9a62379ee325067c043bd.tar.gz
- Upgrade to 0.15.10 [1]
- remove a patch included upstream; - install examples; - add a test target. Reported by: edwin's version check [1]
Diffstat (limited to 'www/openvrml')
-rw-r--r--www/openvrml/Makefile10
-rw-r--r--www/openvrml/distinfo4
-rw-r--r--www/openvrml/files/patch-mozilla-plugin_src_openvrml.cpp14
-rw-r--r--www/openvrml/pkg-plist20
4 files changed, 30 insertions, 18 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile
index 5cf4f68..cdc2573 100644
--- a/www/openvrml/Makefile
+++ b/www/openvrml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openvrml
-PORTVERSION= 0.15.9
+PORTVERSION= 0.15.10
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -68,9 +68,17 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/manual/ ${DOCSDIR}
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/models/*.wrl ${EXAMPLESDIR}
.endif
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
+.if defined(MAINTAINER_MODE)
+test: build
+ (cd ${WRKSRC}/tests ; \
+ ./testsuite )
+.endif
+
.include <bsd.port.post.mk>
diff --git a/www/openvrml/distinfo b/www/openvrml/distinfo
index 494bb7b..d2214be 100644
--- a/www/openvrml/distinfo
+++ b/www/openvrml/distinfo
@@ -1,2 +1,2 @@
-MD5 (openvrml-0.15.9.tar.gz) = a4134d658685be71596c620169221e6f
-SIZE (openvrml-0.15.9.tar.gz) = 5523568
+MD5 (openvrml-0.15.10.tar.gz) = 9ed3fa9da6f74e2a0bf45cdab655db30
+SIZE (openvrml-0.15.10.tar.gz) = 5334341
diff --git a/www/openvrml/files/patch-mozilla-plugin_src_openvrml.cpp b/www/openvrml/files/patch-mozilla-plugin_src_openvrml.cpp
deleted file mode 100644
index 7b27bd9..0000000
--- a/www/openvrml/files/patch-mozilla-plugin_src_openvrml.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- mozilla-plugin/src/openvrml.cpp.orig Sun Jul 3 10:31:21 2005
-+++ mozilla-plugin/src/openvrml.cpp Fri Jul 22 18:51:12 2005
-@@ -45,6 +45,11 @@
- # endif
- # include "openvrml.h"
-
-+# if defined(__FreeBSD__)
-+# include <sys/types.h>
-+# include <signal.h>
-+# endif
-+
- namespace {
-
- void printerr(const char * str);
diff --git a/www/openvrml/pkg-plist b/www/openvrml/pkg-plist
index 43500f2..3e4153b 100644
--- a/www/openvrml/pkg-plist
+++ b/www/openvrml/pkg-plist
@@ -29,13 +29,31 @@ libdata/pkgconfig/openvrml.pc
libexec/openvrml-player
share/idl/openvrml-%%VER%%/openvrml.idl
share/pixmaps/lookat.xpm
-lib/mozilla/plugins/openvrml.la
lib/mozilla/plugins/openvrml.so
lib/mozilla/plugins/openvrml.xpt
+%%PORTDOCS%%%%EXAMPLESDIR%%/Anchor.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/Click.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/EventPROTO.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/ExternPROTO.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/Inline.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/Prox1.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/RefractiveMaterial.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/SimplePROTO.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/TestJSAI.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/bounce.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/groundPlane.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/jsTouch.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/orbit3.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/pixtex1.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/rotation_toy.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/scale.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/snoman.wrl
+%%PORTDOCS%%%%EXAMPLESDIR%%/warbird.wrl
@dirrm include/openvrml/openvrml/gl
@dirrm include/openvrml/openvrml
@dirrm include/openvrml
@dirrm share/idl/openvrml-%%VER%%
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@unexec rmdir %D/share/gtk-doc/html/gtkglext 2>/dev/null || true
@unexec rmdir %D/share/gtk-doc/html 2>/dev/null || true
@unexec rmdir %D/share/gtk-doc 2>/dev/null || true
OpenPOWER on IntegriCloud