aboutsummaryrefslogtreecommitdiffstats
path: root/java/netbeans/files
Commit message (Collapse)AuthorAgeFilesLines
* Update netbeans to 11.0.kwm2019-05-141-15/+2
|
* Update netbeans to 10.0.kwm2018-12-311-14/+15
| | | | | | | | | | This is the second release of Apache Netbeans (incubating). The first release (9.0) was skipped because it only included java support. This version should support most if not all of the project types the older netbeans 8.2 did. PR: 230420
* - Update netbeans to version 8.0gahr2014-04-112-25/+14
| | | | | | Release notes: https://netbeans.org/community/releases/80/relnotes.html New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80 - IGNORE netbeans-devel
* - Update to 7.4gahr2013-10-302-606/+23
| | | | | | Release notes: https://netbeans.org/community/releases/74/relnotes.html Submitted by: Federico Bernoldi <federico@bernoldi.com.ar>
* - Update to 7.3gahr2013-02-261-98/+602
| | | | Release notes: http://netbeans.org/community/releases/73/relnotes.html
* - Update to 7.0gahr2011-05-251-31/+29
| | | | Release information: http://netbeans.org/community/releases/70/
* - Add patch to determine heap sizegahr2011-04-011-0/+13
| | | | Reported by: Seva Fwd <seva_fwd@yahoo.com>
* - Update to 6.9.1gahr2010-10-181-17/+17
| | | | Thanks to: Mario G. Pavlov <mgp@e-soul.org>
* - Update to 6.8gahr2009-12-141-12/+23
|
* - Update to 6.7gahr2009-07-032-55/+90
|
* - Refactor executable script [1]gahr2008-12-151-0/+55
| | | | | | | - Add dependency on gconf2 - Bump PORTREVISION Reported by: Mats Andreassen <matsa@pvv.ntnu.no> (via private e-mail)
* - Update to 6.5gahr2008-12-076-118/+0
|
* Unbreak and make fetchable again.olgeni2008-06-261-0/+16
| | | | | | Implement memory detection in startup script. Submitted by: Dr. A. Haakh <bugReporter(at)Haakh.de>
* Upgrade to version 6.1.olgeni2008-05-151-5/+5
|
* Add support for running module suites in place on FreeBSD.olgeni2008-05-151-0/+14
| | | | | PR: ports/121001 Submitted by: Stefan Schmidt <stefan.schmidt(at)stadtbuch.de>
* Fix path for grep and gconftool-2 in startup script.olgeni2007-12-201-0/+56
|
* Upgrade to version 6.0.olgeni2007-12-191-4/+4
|
* Update port to version 5.5 and remove pkg-plist.olgeni2006-11-222-0/+18
| | | | | | | (add support for empty directories and bin/netbeans symlink to ports/105254) PR: ports/105254 Submitted by: David Sledge <dsledge(at)appriss.com>
* Automatically detect netbeans_jdkhome.olgeni2006-03-211-1/+1
| | | | Submitted by: hq
* Upgrade to version 4.1 (plus JDK home fix from ports/76670)olgeni2005-05-171-0/+14
| | | | | PR: ports/76670 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org>
* I forgot to remove an empty patch file.olgeni2004-12-211-0/+0
|
* Upgrade to version 4.0.olgeni2004-12-211-14/+0
| | | | | PR: ports/75162 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org>
* Upgrade to version 3.6.olgeni2004-04-161-4/+4
| | | | Submitted by: Conrad Sabatier <conrads(at)cox.net>
* Update to version 3.5.olgeni2003-06-121-6/+6
| | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
* The NetBeans startup script should be patched on -CURRENT only.olgeni2003-06-081-1/+1
| | | | | | | | | | The -CURRENT /bin/expr command may get confused when matching regexps against strings that begin with "-", because they are interpreted as command flags. Using "--" as the first flag solves this, but it will in turn confuse -STABLE expr (syntax error), so it looks like there's no common way to do it (that I can think of).
* Revert javavm hack, which prevents execution of jpda related modules.olgeni2003-06-031-53/+0
| | | | | | JDK_HOME will have to be set by hand (or use the -jdkhome switch). Submitted by: Khairil Yusof <kaeru@pd.jaring.my>
* Add a port for NetBeans, fix the startup script ("expr" syntax) andolgeni2003-06-021-0/+67
use the javavm command to start.