diff options
author | William Thomson <wltjr@gentoo.org> | 2006-11-04 10:01:54 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2006-11-04 10:01:54 +0000 |
commit | 7d8eb0d79f2444a7e20c7e53c32c563dec1e2fa8 (patch) | |
tree | 0f06104044773ed88b232866ba5a974578308fd8 /dev-util/netbeans/metadata.xml | |
parent | Added missing dep of app-arch/unzip (diff) | |
download | gentoo-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/metadata.xml')
-rw-r--r-- | dev-util/netbeans/metadata.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/dev-util/netbeans/metadata.xml b/dev-util/netbeans/metadata.xml index 7369d35cdd37..e78f15d30351 100644 --- a/dev-util/netbeans/metadata.xml +++ b/dev-util/netbeans/metadata.xml @@ -1,9 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>dev-tools</herd> -<herd>java</herd> -<longdescription> + + <herd>dev-tools</herd> + <herd>java</herd> + + <maintainer> + <email>wltjr@gentoo.org</email> + <name>William L. Thomson Jr.</name> + </maintainer> + + <longdescription> NetBeans is dedicated to providing rock solid software development products (NetBeans IDE, NetBeans Platform) that address the needs of developers, users and the businesses who rely on NetBeans as a basis for their products. NetBeans is also a vibrant community where people from just about any country you can think of, have the ability ask questions, give advice, make a wide variety of @@ -13,5 +20,6 @@ companies and individuals looking to sharpen their skills. In June of 2000 NetBeans was made Open Source by Sun Microsystems who remains the project sponsor. Today two products exist: the NetBeans IDE and NetBeans Platform. Both products are free for commercial and noncommercial use. The source code to both are available to anyone, to reuse as they see fit, under the terms of use. -</longdescription> + </longdescription> + </pkgmetadata> |