Date: Sun, 21 Dec 2003 08:31:39 +0900 (JST) From: Norikatsu Shigemura <nork@FreeBSD.org> To: freebsd-java@FreeBSD.org Cc: ports@FreeBSD.org Subject: Would you investigate Java3D port? Message-ID: <200312202331.hBKNVdjB084857@sakura.ninth-nine.com>
next in thread | raw e-mail | index | archive | help
OISHI Masakuni <yamasa@bsdhouse.org> supported Linux (Blackdown) Java3D 1.3.1 beta on FreeBSD native Java (tested on JDK1.4.2) using Linux Plugin Wrapper. # http://bsdhouse.org/yamasa/java/java3d/ # sorry, this provides only Japanese. I committed his patch, and release following new archive. http://people.FreeBSD.org/~nork/distfiles/linuxpluginwrapper-20031221.tar.gz I'll commit this to ports. But we have no Java3D ports. So I made these, but not good:-(. Please investigate these ports? I want 2 ports, one is linux-blackdown-java3d-131 (maybe), others java3d-14(symlink from installed files of linux-blackdown-java3d-131). (or java3d-13 like java3d-14). # hum... # Should java3d-14 depend on linuxpluginwrapper and linux-blackdown-java13? # Sorry, please, please! :D - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # linux-blackdown-java3d-13 # linux-blackdown-java3d-13/Makefile # linux-blackdown-java3d-13/distinfo # echo c - linux-blackdown-java3d-13 mkdir -p linux-blackdown-java3d-13 > /dev/null 2>&1 echo x - linux-blackdown-java3d-13/Makefile sed 's/^X//' >linux-blackdown-java3d-13/Makefile << 'END-of-linux-blackdown-java3d-13/Makefile' X# New ports collection makefile for: linux-blackdown-java3d X# Date created: 2003/12/19 X# Whom: nork@FreeBSD.org X# X# $FreeBSD$ X# X XPORTNAME= java3d XPORTVERSION= ${JDK_VERSION}.b XCATEGORIES= java graphics XMASTER_SITES= ftp://ftp.tux.org/pub/java/java3d/${JDK_VERSION}/i386/beta/ \ X ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/java3d/${JDK_VERSION}/i386/beta/ XPKGNAMEPREFIX= linux-blackdown- XDISTNAME= java3d-sdk-${JDK_VERSION}-beta-linux-i386 XEXTRACT_SUFX= .bin X XMAINTAINER= java@FreeBSD.org XCOMMENT= Blackdown Java3D Development Kit ${JDK_VERSION} for Linux X XBUILD_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper XRUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper X XEXTRACT_CMD= ${TAIL} XEXTRACT_BEFORE_ARGS= +360 XEXTRACT_AFTER_ARGS= | ${BZIP2_CMD} -dc | ${TAR} xf - XUSE_BZIP2= yes X XNO_WRKSUBDIR= yes X#PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION} X XNO_BUILD= yes XUSE_LINUX= yes XJDK_VERSION= 1.3.1 XONLY_FOR_ARCHS= i386 X XNO_CDROM= "License doesn\'t allow distribution" XNO_PACKAGE= "License doesn\'t allow binary distributions" X X#APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION} X X.include <bsd.port.pre.mk> X Xdo-install: X @${ECHO} -n ">> Creating destination directory ${APP_HOME}..." X @${MKDIR} ${APP_HOME} X @${ECHO} " [ DONE ]" X X @${ECHO} -n ">> Copying files..." X @${CP} -R ${WRKSRC}/* ${APP_HOME} X @${CHOWN} -h -R ${LIBOWN}:${LIBGRP} ${APP_HOME} X @${ECHO} " [ DONE ]" X X.include <bsd.port.post.mk> END-of-linux-blackdown-java3d-13/Makefile echo x - linux-blackdown-java3d-13/distinfo sed 's/^X//' >linux-blackdown-java3d-13/distinfo << 'END-of-linux-blackdown-java3d-13/distinfo' XMD5 (java3d-sdk-1.3.1-beta-linux-i386.bin) = 9d23489e7a5217f18ba9c7349cd37546 END-of-linux-blackdown-java3d-13/distinfo exit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312202331.hBKNVdjB084857>