summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2006-11-04 10:01:54 +0000
committerWilliam Thomson <wltjr@gentoo.org>2006-11-04 10:01:54 +0000
commit7d8eb0d79f2444a7e20c7e53c32c563dec1e2fa8 (patch)
tree0f06104044773ed88b232866ba5a974578308fd8 /dev-util/netbeans/files
parentAdded missing dep of app-arch/unzip (diff)
downloadgentoo-2-7d8eb0d79f2444a7e20c7e53c32c563dec1e2fa8.tar.gz
gentoo-2-7d8eb0d79f2444a7e20c7e53c32c563dec1e2fa8.tar.bz2
gentoo-2-7d8eb0d79f2444a7e20c7e53c32c563dec1e2fa8.zip
Initial ebuild for Netbeans 5.5. Contributions from ali_bush & fordfrog on runtime issues & making packages for deps. Still uses some bundled stuff, but uses as much of the system resources as feasible.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-util/netbeans/files')
-rw-r--r--dev-util/netbeans/files/5.5/deps-txt.patch11
-rw-r--r--dev-util/netbeans/files/5.5/mdr_extras_jdbcstorage_build.xml.patch34
-rw-r--r--dev-util/netbeans/files/5.5/mdr_extras_mdrant_build.xml.patch34
-rw-r--r--dev-util/netbeans/files/5.5/modules-txt.patch10
-rw-r--r--dev-util/netbeans/files/5.5/public-packages-txt.patch25
-rw-r--r--dev-util/netbeans/files/5.5/startscript.sh21
-rw-r--r--dev-util/netbeans/files/digest-netbeans-5.59
7 files changed, 144 insertions, 0 deletions
diff --git a/dev-util/netbeans/files/5.5/deps-txt.patch b/dev-util/netbeans/files/5.5/deps-txt.patch
new file mode 100644
index 000000000000..0307ecf40c60
--- /dev/null
+++ b/dev-util/netbeans/files/5.5/deps-txt.patch
@@ -0,0 +1,11 @@
+--- ide/golden/deps.txt 2006-10-03 02:31:07.000000000 +0200
++++ deps.txt 2006-10-08 22:57:14.000000000 +0200
+@@ -2145,8 +2145,6 @@
+ REQUIRES org.openide.text (platform)
+ REQUIRES org.openide.util (platform)
+ REQUIRES org.openide.windows (platform)
+-MODULE org.netbeans.modules.tomcat5.bundled/1 (j2ee)
+- REQUIRES org.netbeans.modules.tomcat5/1 (j2ee)
+ MODULE org.netbeans.modules.updatecenters/1 (nb)
+ REQUIRES org.netbeans.modules.autoupdate/1 (platform)
+ REQUIRES org.openide.modules.ModuleFormat1
diff --git a/dev-util/netbeans/files/5.5/mdr_extras_jdbcstorage_build.xml.patch b/dev-util/netbeans/files/5.5/mdr_extras_jdbcstorage_build.xml.patch
new file mode 100644
index 000000000000..29de4607eeba
--- /dev/null
+++ b/dev-util/netbeans/files/5.5/mdr_extras_jdbcstorage_build.xml.patch
@@ -0,0 +1,34 @@
+--- netbeans-src/mdr/extras/jdbcstorage/build.xml 2006-10-05 16:58:43.000000000 +1300
++++ netbeans-src/mdr/extras/jdbcstorage/build-new.xml 2006-10-05 17:09:48.000000000 +1300
+@@ -1,20 +1,20 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+
+ <!-- The contents of this file are subject to the terms of the Common Development
+-<!-- and Distribution License (the License). You may not use this file except in
+-<!-- compliance with the License.
++ and Distribution License (the License). You may not use this file except in
++ compliance with the License.
+
+-<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html
+-<!-- or http://www.netbeans.org/cddl.txt.
+-<!--
+-<!-- When distributing Covered Code, include this CDDL Header Notice in each file
+-<!-- and include the License file at http://www.netbeans.org/cddl.txt.
+-<!-- If applicable, add the following below the CDDL Header, with the fields
+-<!-- enclosed by brackets [] replaced by your own identifying information:
+-<!-- "Portions Copyrighted [year] [name of copyright owner]"
++ You can obtain a copy of the License at http://www.netbeans.org/cddl.html
++ or http://www.netbeans.org/cddl.txt.
++
++ When distributing Covered Code, include this CDDL Header Notice in each file
++ and include the License file at http://www.netbeans.org/cddl.txt.
++ If applicable, add the following below the CDDL Header, with the fields
++ enclosed by brackets [] replaced by your own identifying information:
++ "Portions Copyrighted [year] [name of copyright owner]"
+
+ The Original Software is NetBeans. The Initial Developer of the Original
+-<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
++ Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ Microsystems, Inc. All Rights Reserved.
+ -->
+
diff --git a/dev-util/netbeans/files/5.5/mdr_extras_mdrant_build.xml.patch b/dev-util/netbeans/files/5.5/mdr_extras_mdrant_build.xml.patch
new file mode 100644
index 000000000000..53c2e76ab3bc
--- /dev/null
+++ b/dev-util/netbeans/files/5.5/mdr_extras_mdrant_build.xml.patch
@@ -0,0 +1,34 @@
+--- build.ns-src/mdr/extras/mdrant/build.xml 2006-10-05 17:19:25.000000000 +1300
++++ netbeans-src/mdr/extras/mdrant/build-new.xml 2006-10-05 17:43:31.000000000 +1300
+@@ -1,20 +1,20 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+
+ <!-- The contents of this file are subject to the terms of the Common Development
+-<!-- and Distribution License (the License). You may not use this file except in
+-<!-- compliance with the License.
++ and Distribution License (the License). You may not use this file except in
++ compliance with the License.
+
+-<!-- You can obtain a copy of the License at http://www.netbeans.org/cddl.html
+-<!-- or http://www.netbeans.org/cddl.txt.
+-<!--
+-<!-- When distributing Covered Code, include this CDDL Header Notice in each file
+-<!-- and include the License file at http://www.netbeans.org/cddl.txt.
+-<!-- If applicable, add the following below the CDDL Header, with the fields
+-<!-- enclosed by brackets [] replaced by your own identifying information:
+-<!-- "Portions Copyrighted [year] [name of copyright owner]"
++ You can obtain a copy of the License at http://www.netbeans.org/cddl.html
++ or http://www.netbeans.org/cddl.txt.
++
++ When distributing Covered Code, include this CDDL Header Notice in each file
++ and include the License file at http://www.netbeans.org/cddl.txt.
++ If applicable, add the following below the CDDL Header, with the fields
++ enclosed by brackets [] replaced by your own identifying information:
++ "Portions Copyrighted [year] [name of copyright owner]"
+
+ The Original Software is NetBeans. The Initial Developer of the Original
+-<!-- Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
++ Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ Microsystems, Inc. All Rights Reserved.
+ -->
+
diff --git a/dev-util/netbeans/files/5.5/modules-txt.patch b/dev-util/netbeans/files/5.5/modules-txt.patch
new file mode 100644
index 000000000000..198e8155e369
--- /dev/null
+++ b/dev-util/netbeans/files/5.5/modules-txt.patch
@@ -0,0 +1,10 @@
+--- ide/golden/modules.txt 2006-10-03 02:31:07.000000000 +0200
++++ modules.txt 2006-10-08 22:35:13.000000000 +0200
+@@ -148,7 +148,6 @@
+ MODULE org.netbeans.modules.tasklist.core/2 (ide)
+ MODULE org.netbeans.modules.tasklist.docscan/2 (ide)
+ MODULE org.netbeans.modules.tomcat5/1 (j2ee)
+-MODULE org.netbeans.modules.tomcat5.bundled/1 (j2ee)
+ MODULE org.netbeans.modules.updatecenters/1 (nb)
+ MODULE org.netbeans.modules.usersguide/1 (ide)
+ MODULE org.netbeans.modules.utilities/1 (ide)
diff --git a/dev-util/netbeans/files/5.5/public-packages-txt.patch b/dev-util/netbeans/files/5.5/public-packages-txt.patch
new file mode 100644
index 000000000000..b7e68f80ed09
--- /dev/null
+++ b/dev-util/netbeans/files/5.5/public-packages-txt.patch
@@ -0,0 +1,25 @@
+--- ide/golden/public-packages.txt 2006-05-09 04:48:57.000000000 -0400
++++ netbeans-src/nbbuild/build/generated/public-packages.txt 2006-09-21 01:43:29.000000000 -0400
+@@ -77,6 +77,7 @@
+ org.apache.xml.resolver.readers
+ org.apache.xml.resolver.tools
+ org.apache.xml.serialize
++org.apache.xmlcommons
+ org.jdesktop.layout
+ org.netbeans.api.db.explorer
+ org.netbeans.api.db.explorer.support
+@@ -274,5 +275,14 @@
+ org.openide.windows
+ org.openide.xml
+ org.openidex.search
++org.w3c.dom
++org.w3c.dom.css
++org.w3c.dom.events
+ org.w3c.dom.html
+ org.w3c.dom.ranges
++org.w3c.dom.stylesheets
++org.w3c.dom.traversal
++org.w3c.dom.views
++org.xml.sax
++org.xml.sax.ext
++org.xml.sax.helpers
diff --git a/dev-util/netbeans/files/5.5/startscript.sh b/dev-util/netbeans/files/5.5/startscript.sh
new file mode 100644
index 000000000000..91d573a7c9d3
--- /dev/null
+++ b/dev-util/netbeans/files/5.5/startscript.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+check_symlinks() {
+ for file in `find ${1} -type l` ; do
+
+ if ! test -e ${file} ; then
+ echo "Broken symlink:"
+ echo "${file}"
+ fi
+
+ done
+}
+
+NBDIR="/usr/share/netbeans-5.5"
+
+check_symlinks ${NBDIR}/ide7/modules/ext
+check_symlinks ${NBDIR}/ide7/modules/autoload/ext
+check_symlinks ${NBDIR}/enterprise3/config/TagLibraries/JSTL11
+check_symlinks ${NBDIR}/platform6/modules/ext
+
+${NBDIR}/bin/netbeans "$@"
diff --git a/dev-util/netbeans/files/digest-netbeans-5.5 b/dev-util/netbeans/files/digest-netbeans-5.5
new file mode 100644
index 000000000000..3851987fb154
--- /dev/null
+++ b/dev-util/netbeans/files/digest-netbeans-5.5
@@ -0,0 +1,9 @@
+MD5 72c8b1462df3a642285e2b4c9b197e82 netbeans-5.5-files-layout-txt.patch.bz2 2543
+RMD160 7650d3ede210872779164d78c0624468e29da9e8 netbeans-5.5-files-layout-txt.patch.bz2 2543
+SHA256 311b21d53b5f27b9c12d9139157179d908ae3c1a57a6f2adb46cbd1f4ddfc81a netbeans-5.5-files-layout-txt.patch.bz2 2543
+MD5 de16a300f772af6b7d29a9d8ddf5a043 netbeans-5_5-ide_sources.tar.bz2 109745446
+RMD160 075f33dbbc666ee00dc8b25281a43dcf49d84247 netbeans-5_5-ide_sources.tar.bz2 109745446
+SHA256 ee521fa4a4807cc41b567ff6bff6d927a61415a4246fd4e6cc24f511b5827999 netbeans-5_5-ide_sources.tar.bz2 109745446
+MD5 4adaf6574008cc05bc04585bdbcc887e netbeans-5_5-javadoc.tar.bz2 11345846
+RMD160 745641defdb56f0e860e3c46f0275f3b44efe808 netbeans-5_5-javadoc.tar.bz2 11345846
+SHA256 50851849d0121e5ffa36cd5e3b9c366d40f9e2cdce4b58f030bb6716e3438c33 netbeans-5_5-javadoc.tar.bz2 11345846