diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-28 20:58:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-28 20:58:57 +0000 |
commit | 78e82ab5c9cbb7bb7be18a66bdb50ce9229189c4 (patch) | |
tree | fa69bd1178fedcf459491ea60a13f3fc745b61aa /graphics/cosmoplayer | |
parent | 51a58725b274dbad31688f7db9cdf3399e5e5ecd (diff) | |
download | ports-78e82ab5c9cbb7bb7be18a66bdb50ce9229189c4.tar.gz ports-78e82ab5c9cbb7bb7be18a66bdb50ce9229189c4.zip |
Notes
Diffstat (limited to 'graphics/cosmoplayer')
-rw-r--r-- | graphics/cosmoplayer/Makefile | 34 | ||||
-rw-r--r-- | graphics/cosmoplayer/distinfo | 3 | ||||
-rw-r--r-- | graphics/cosmoplayer/pkg-descr | 6 |
3 files changed, 43 insertions, 0 deletions
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 <thierry@pompo.net> +# +# $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 <bsd.port.mk> 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/ |