Index: head/java/Makefile =================================================================== --- head/java/Makefile (revision 451237) +++ head/java/Makefile (revision 451238) @@ -1,128 +1,129 @@ # $FreeBSD$ # COMMENT = Java language support SUBDIR += aparapi SUBDIR += avis SUBDIR += berkeley-db SUBDIR += bluej SUBDIR += bootstrap-openjdk SUBDIR += bootstrap-openjdk6 SUBDIR += bootstrap-openjdk8 SUBDIR += bouncycastle SUBDIR += bouncycastle15 SUBDIR += cacao SUBDIR += castor SUBDIR += classpath SUBDIR += cos SUBDIR += cryptix-jce SUBDIR += dbvis SUBDIR += eclipse SUBDIR += eclipse-EPIC SUBDIR += eclipse-cdt SUBDIR += eclipse-drjava SUBDIR += eclipse-ecj SUBDIR += eclipse-findbugs SUBDIR += eclipse-log4e SUBDIR += eclipse-lomboz SUBDIR += eclipse-pydev SUBDIR += eclipse-shelled SUBDIR += eclipse-windowbuilder SUBDIR += hamcrest SUBDIR += icedtea-web SUBDIR += infobus SUBDIR += intellij SUBDIR += intellij-fsnotifier SUBDIR += intellij-pty4j SUBDIR += intellij-rubymine SUBDIR += intellij-ultimate SUBDIR += jad SUBDIR += jaf SUBDIR += jai SUBDIR += jakarta-bcel SUBDIR += jakarta-commons-beanutils SUBDIR += jakarta-commons-cli SUBDIR += jakarta-commons-codec SUBDIR += jakarta-commons-collections SUBDIR += jakarta-commons-dbcp SUBDIR += jakarta-commons-discovery SUBDIR += jakarta-commons-httpclient SUBDIR += jakarta-commons-lang SUBDIR += jakarta-commons-lang3 SUBDIR += jakarta-commons-logging SUBDIR += jakarta-commons-pool SUBDIR += jakarta-commons-primitives SUBDIR += jakarta-oro SUBDIR += jakarta-regexp SUBDIR += jamvm SUBDIR += jasmin SUBDIR += java-checkstyle SUBDIR += java-cup SUBDIR += java-getopt SUBDIR += java-subversion SUBDIR += java-zoneinfo SUBDIR += java3d SUBDIR += javahelp SUBDIR += javamail SUBDIR += javavmwrapper SUBDIR += jaxen SUBDIR += jcalendar SUBDIR += jcckit SUBDIR += jcommon SUBDIR += jd-gui SUBDIR += jdbcpool SUBDIR += jdk8-doc SUBDIR += jdom SUBDIR += jflex SUBDIR += jfreechart SUBDIR += jgraph SUBDIR += jgrapht SUBDIR += jgraphx SUBDIR += jikes SUBDIR += jlex SUBDIR += jlint SUBDIR += jmf SUBDIR += jode SUBDIR += jomp SUBDIR += jrosetta SUBDIR += jta SUBDIR += jtiger SUBDIR += jump SUBDIR += junit SUBDIR += jxgrabkey SUBDIR += langspec SUBDIR += lightweight-java-profiler SUBDIR += linux-oracle-jdk18 SUBDIR += linux-oracle-jre18 SUBDIR += mmake SUBDIR += mx4j SUBDIR += netbeans SUBDIR += netbeans-devel SUBDIR += netcomponents SUBDIR += netrexx SUBDIR += netty SUBDIR += openjdk6 SUBDIR += openjdk6-jre SUBDIR += openjdk7 SUBDIR += openjdk7-jre SUBDIR += openjdk8 SUBDIR += openjdk8-jre SUBDIR += openjfx8-devel + SUBDIR += openjfx8-scenebuilder SUBDIR += phpeclipse SUBDIR += proguard SUBDIR += sablevm SUBDIR += sablevm-classpath SUBDIR += servingxml SUBDIR += sigar SUBDIR += springframework SUBDIR += springframework31 SUBDIR += sqlitejdbc SUBDIR += trove4j SUBDIR += veditor SUBDIR += visualvm SUBDIR += wildfly10 SUBDIR += wildfly90 SUBDIR += xdoclet .include Index: head/java/openjfx8-scenebuilder/Makefile =================================================================== --- head/java/openjfx8-scenebuilder/Makefile (nonexistent) +++ head/java/openjfx8-scenebuilder/Makefile (revision 451238) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= openjfx8 +DISTVERSION= 8u172-b00 +CATEGORIES= java x11-toolkits devel +MASTER_SITES= https://github.com/t6/openjfx/releases/download/release/ \ + http://hg.openjdk.java.net/openjfx/8u/rt/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/ +PKGNAMESUFFIX= -scenebuilder + +MAINTAINER= tobik@FreeBSD.org +COMMENT= JavaFX Scene Builder + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= openjfx8-devel>0:java/openjfx8-devel +RUN_DEPENDS= openjfx8-devel>0:java/openjfx8-devel + +USE_ANT= yes +USE_JAVA= yes +JAVA_VERSION= 1.8+ + +ALL_TARGET= jar-sb +NO_ARCH= yes +PLIST_FILES= bin/scenebuilder \ + ${JAVAJARDIR}/SceneBuilderApp.jar \ + ${JAVAJARDIR}/SceneBuilderKit.jar +SUB_FILES= scenebuilder +WRKSRC= ${WRKDIR}/rt-${DISTVERSION}/apps/scenebuilder + +do-install: + ${INSTALL_DATA} ${WRKSRC}/SceneBuilderApp/dist/SceneBuilderApp.jar \ + ${WRKSRC}/SceneBuilderKit/dist/SceneBuilderKit.jar \ + ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/scenebuilder ${STAGEDIR}${PREFIX}/bin + +.include Property changes on: head/java/openjfx8-scenebuilder/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/openjfx8-scenebuilder/distinfo =================================================================== --- head/java/openjfx8-scenebuilder/distinfo (nonexistent) +++ head/java/openjfx8-scenebuilder/distinfo (revision 451238) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506878786 +SHA256 (openjfx8-8u172-b00.tar.gz) = b6689302cb215b22b0b673d47b3738ac48a423149f2e047dbdebbc87fbefc8ac +SIZE (openjfx8-8u172-b00.tar.gz) = 109884684 Property changes on: head/java/openjfx8-scenebuilder/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/openjfx8-scenebuilder/files/scenebuilder.in =================================================================== --- head/java/openjfx8-scenebuilder/files/scenebuilder.in (nonexistent) +++ head/java/openjfx8-scenebuilder/files/scenebuilder.in (revision 451238) @@ -0,0 +1,2 @@ +#!/bin/sh +exec "%%LOCALBASE%%/bin/java" ${SCENEBUILDER_JAVA_ARGS} -cp "%%JAVAJARDIR%%/SceneBuilderKit.jar:%%JAVAJARDIR%%/SceneBuilderApp.jar" com.oracle.javafx.scenebuilder.app.SceneBuilderApp "$@" Property changes on: head/java/openjfx8-scenebuilder/files/scenebuilder.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/openjfx8-scenebuilder/pkg-descr =================================================================== --- head/java/openjfx8-scenebuilder/pkg-descr (nonexistent) +++ head/java/openjfx8-scenebuilder/pkg-descr (revision 451238) @@ -0,0 +1,12 @@ +JavaFX Scene Builder provides a visual layout environment that lets +you quickly design user interfaces for JavaFX applications without +needing to write any code. + +It allows simple drag-and-drop positioning of GUI components onto a +JavaFX scene. As you build the layout of your UI, the FXML code for +the layout is automatically generated. It provides a simple yet +intuitive interface that can help even non-programmers to quickly +prototype interactive applications that connect GUI components to the +application logic. + +WWW: http://openjdk.java.net/projects/openjfx/ Property changes on: head/java/openjfx8-scenebuilder/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property