From owner-freebsd-ports@FreeBSD.ORG Sat Dec 20 15:31:43 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2365616A4CE; Sat, 20 Dec 2003 15:31:43 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA7443D55; Sat, 20 Dec 2003 15:31:41 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [192.168.36.3]) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with SMTP id hBKNVdjB084857; Sun, 21 Dec 2003 08:31:39 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 21 Dec 2003 08:31:39 +0900 (JST) Message-Id: <200312202331.hBKNVdjB084857@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-java@FreeBSD.org X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Would you investigate Java3D port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 23:31:43 -0000 OISHI Masakuni 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 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 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -