Author: pere Date: 2008-09-20 09:33:18 +0000 (Sat, 20 Sep 2008) New Revision: 7018
Added: trunk/sun-vecmath/ trunk/sun-vecmath/debian/ trunk/sun-vecmath/debian/ant.properties trunk/sun-vecmath/debian/changelog trunk/sun-vecmath/debian/compat trunk/sun-vecmath/debian/control trunk/sun-vecmath/debian/copyright trunk/sun-vecmath/debian/patches/ trunk/sun-vecmath/debian/patches/series trunk/sun-vecmath/debian/rules Log: First draft on the vecmath package from SUN. Added: trunk/sun-vecmath/debian/ant.properties =================================================================== --- trunk/sun-vecmath/debian/ant.properties (rev 0) +++ trunk/sun-vecmath/debian/ant.properties 2008-09-20 09:33:18 UTC (rev 7018) @@ -0,0 +1,54 @@ +############################################################################### +# The host specific properties. The build will inform you of required +# properties. This file must be copied into your home directory (pointed +# to by the Java system property user.home) and the copy modified appropriately. +############################################################################### +# +# java.home.dir is usually inferred from the java.home variable. +# If it appears the build is failing because of an inability to +# find e.g. JAWT or JNI headers, override this to point to the +# root directory of your JDK. +# +# java.home.dir=C:/jdk1.4.2 + +# If you are building on Windows and have the Microsoft Visual C++ +# compilers installed, you can choose an alternate compiler with which +# to build the JOGL native code. Valid strings here are "vc6", "vc7", +# "vc8", and "mingw". +win32.c.compiler=vc6 + +# If you are building on a Mac OS X system supporting +# cross-compilation and want to generate fat (PPC and x86) binaries, +# uncomment the property below +# macosxfat=true + +# +# If you are building the Cg binding (by specifying -Djogl.cg=1 to the +# Ant build) and have installed the Cg SDK in somewhere other than the +# default location, modify the appropriate variable to point to the +# absolute path of the lib directory +# +windows.cg.lib=C:/Program Files/Nvidia Corporation/Cg/lib +x11.cg.lib=/usr/lib + +# +# The required antlr.jar property that is the full path to the antlr.jar +# including the name of the jar +# +# Windows +#antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar +# Linux +# antlr.jar=/home/kbr/antlr-2.7.2/antlr.jar +# Mac OS X +# antlr.jar=/Users/kbr/antlr-2.7.2/antlr.jar +# Solaris +# antlr.jar=/export/kbr/ANTLR/antlr-2.7.2/antlr.jar + +antlr.jar=/usr/share/java/antlrall.jar + +# commented because cg lib is not available under Debian +# jogl.cg=1 + + + +user.properties.file=true Added: trunk/sun-vecmath/debian/changelog =================================================================== --- trunk/sun-vecmath/debian/changelog (rev 0) +++ trunk/sun-vecmath/debian/changelog 2008-09-20 09:33:18 UTC (rev 7018) @@ -0,0 +1,6 @@ +sun-vecmath (1.5.2-1) unstable; urgency=low + + * Initial Release (closes: #) + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Fri, 19 Sep 2008 22:19:43 +0200 + Added: trunk/sun-vecmath/debian/compat =================================================================== --- trunk/sun-vecmath/debian/compat (rev 0) +++ trunk/sun-vecmath/debian/compat 2008-09-20 09:33:18 UTC (rev 7018) @@ -0,0 +1 @@ +5 Added: trunk/sun-vecmath/debian/control =================================================================== --- trunk/sun-vecmath/debian/control (rev 0) +++ trunk/sun-vecmath/debian/control 2008-09-20 09:33:18 UTC (rev 7018) @@ -0,0 +1,16 @@ +Source: sun-vecmath +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> +Uploaders: Petter Reinholdtsen <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), cdbs, quilt, default-jdk-builddep | sun-java6-jdk +Standards-Version: 3.8.0 +Homepage: http://java3d.dev.java.net +Vcs-Cvs: :pserver:[EMAIL PROTECTED]:/cvs +Vcs-Browser: http://bollin.googlecode.com/svn/libjava3d-java/trunk +XS-Autobuild: yes + +Package: libsun-vecmath-java +Architecture: all +Depends: java-gcj-compat | java1-runtime | java2-runtime +Description: Java3D API (java library) Added: trunk/sun-vecmath/debian/copyright =================================================================== --- trunk/sun-vecmath/debian/copyright (rev 0) +++ trunk/sun-vecmath/debian/copyright 2008-09-20 09:33:18 UTC (rev 7018) @@ -0,0 +1,7 @@ +This package was intially debianized by Petter Reinholdtsen +<[EMAIL PROTECTED]> on Fri Sep 19 22:12:39 CEST 2008. + +It was downloaded usinv svn from +<:pserver:[EMAIL PROTECTED]:/cvs> + +Copyright: XXX Fix, track down and document. Added: trunk/sun-vecmath/debian/patches/series =================================================================== Added: trunk/sun-vecmath/debian/rules =================================================================== --- trunk/sun-vecmath/debian/rules (rev 0) +++ trunk/sun-vecmath/debian/rules 2008-09-20 09:33:18 UTC (rev 7018) @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +# Probably better to use /usr/lib/jvm/default-java ? +JAVA_HOME := /usr/lib/jvm/java-6-sun + +DEB_JARS := ant-launcher +DEB_ANT_CLEAN_TARGET := clean +DEB_ANT_BUILD_TARGET := jar +DEB_BUILDDIR := vecmath + +install/libsun-vecmath-java:: + install -m 644 -D vecmath/build/opt/lib/ext/vecmath.jar debian/libsun-vecmath-java/usr/share/java/vecmath-$(DEB_UPSTREAM_VERSION).jar + ln -s vecmath-$(DEB_UPSTREAM_VERSION).jar debian/libsun-vecmath-java/usr/share/java/vecmath.jar + +clean:: + $(RM) -r gluegen/build + +CVS_TAG = rel-1_5_2-fcs +CVS_VER = 1.5.2 + +get-orig-source:: + @ echo "Password for the guest CVS user is an empty password (press [enter])" + cvs -d :pserver:[EMAIL PROTECTED]:/cvs login + mkdir source-cvs && cd source-cvs && \ + cvs -d :pserver:[EMAIL PROTECTED]:/cvs co -r $(CVS_TAG) vecmath + tar -zcv --exclude '*/CVS' --exclude .cvsignore -f ../sun-vecmath_$(CVS_VER).orig.tar.gz source-cvs + rm -rf source-cvs Property changes on: trunk/sun-vecmath/debian/rules ___________________________________________________________________ Name: svn:executable + * _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

