From 78e82ab5c9cbb7bb7be18a66bdb50ce9229189c4 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 28 Jan 2006 20:58:57 +0000 Subject: This jar file comes from Computer Associates / SGI Cosmo Player. It contains classes to support VRML. It is used by OpenDX / JavaDX. --- graphics/cosmoplayer/Makefile | 34 ++++++++++++++++++++++++++++++++++ graphics/cosmoplayer/distinfo | 3 +++ graphics/cosmoplayer/pkg-descr | 6 ++++++ 3 files changed, 43 insertions(+) create mode 100644 graphics/cosmoplayer/Makefile create mode 100644 graphics/cosmoplayer/distinfo create mode 100644 graphics/cosmoplayer/pkg-descr (limited to 'graphics/cosmoplayer') diff --git a/graphics/cosmoplayer/Makefile b/graphics/cosmoplayer/Makefile new file mode 100644 index 000000000000..7134e6371986 --- /dev/null +++ b/graphics/cosmoplayer/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: cosmoplayer +# Date created: 25 January 2006 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= cosmoplayer +PORTVERSION= 2.1.1 +CATEGORIES= graphics +MASTER_SITES= http://opendx.npaci.edu/libs/ +DISTNAME= ${PORTNAME}-jar + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Java classes to support VRML + +RUN_DEPENDS= ${JAVALIBDIR}/java40.jar:${PORTSDIR}/devel/netscape-java40 + +USE_JAVA= yes +JAVA_VERSION= 1.3+ +NO_BUILD= yes + +JARFILES= npcosmop211.jar LICENSE.npcosmop211.txt + +PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|} + +post-extract: + ${MV} ${WRKDIR}/comsoplayer-jar ${WRKSRC} + ${MV} ${WRKSRC}/License ${WRKSRC}/LICENSE.npcosmop211.txt + +do-install: + ${INSTALL_DATA} ${JARFILES:S|^|${WRKSRC}/|} ${JAVAJARDIR} + +.include diff --git a/graphics/cosmoplayer/distinfo b/graphics/cosmoplayer/distinfo new file mode 100644 index 000000000000..2372ce38a15f --- /dev/null +++ b/graphics/cosmoplayer/distinfo @@ -0,0 +1,3 @@ +MD5 (cosmoplayer-jar.tar.gz) = e714c838a012bab0fcf670c21a716ed3 +SHA256 (cosmoplayer-jar.tar.gz) = 1a79351c2d5300c4e1ceb469852c922dcc24b6ac5a43859226749a35798b6d1e +SIZE (cosmoplayer-jar.tar.gz) = 44698 diff --git a/graphics/cosmoplayer/pkg-descr b/graphics/cosmoplayer/pkg-descr new file mode 100644 index 000000000000..487e99a9a85d --- /dev/null +++ b/graphics/cosmoplayer/pkg-descr @@ -0,0 +1,6 @@ +This jar file comes from Computer Associates / SGI Cosmo Player. +It contains classes to support VRML. + +It is used by OpenDX. + +WWW: http://www.sgi.com/products/software/cosmo/ -- cgit v1.2.3