summaryrefslogtreecommitdiff
path: root/java/netbeans/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/netbeans: update to 12.3.Koop Mast2021-04-081-10/+0
| | | | | | | Set execute bit on maven binary so netbeans can run it. [1] PR: 248192 [1] Submitted by: akruijff@dds.nl
* Update netbeans to 11.0.Koop Mast2019-05-141-15/+2
| | | | Notes: svn path=/head/; revision=501652
* Update netbeans to 10.0.Koop Mast2018-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 Notes: svn path=/head/; revision=488794
* - Update netbeans to version 8.0Pietro Cerutti2014-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 Notes: svn path=/head/; revision=350897
* - Update to 7.4Pietro Cerutti2013-10-302-606/+23
| | | | | | | | | Release notes: https://netbeans.org/community/releases/74/relnotes.html Submitted by: Federico Bernoldi <federico@bernoldi.com.ar> Notes: svn path=/head/; revision=332088
* - Update to 7.3Pietro Cerutti2013-02-261-98/+602
| | | | | | | Release notes: http://netbeans.org/community/releases/73/relnotes.html Notes: svn path=/head/; revision=312972
* - Update to 7.0Pietro Cerutti2011-05-251-31/+29
| | | | | | | Release information: http://netbeans.org/community/releases/70/ Notes: svn path=/head/; revision=274614
* - Add patch to determine heap sizePietro Cerutti2011-04-011-0/+13
| | | | | | | Reported by: Seva Fwd <seva_fwd@yahoo.com> Notes: svn path=/head/; revision=272082
* - Update to 6.9.1Pietro Cerutti2010-10-181-17/+17
| | | | | | | Thanks to: Mario G. Pavlov <mgp@e-soul.org> Notes: svn path=/head/; revision=263180
* - Update to 6.8Pietro Cerutti2009-12-141-12/+23
| | | | Notes: svn path=/head/; revision=245762
* - Update to 6.7Pietro Cerutti2009-07-022-55/+90
| | | | Notes: svn path=/head/; revision=236929
* - Refactor executable script [1]Pietro Cerutti2008-12-151-0/+55
| | | | | | | | | | - Add dependency on gconf2 - Bump PORTREVISION Reported by: Mats Andreassen <matsa@pvv.ntnu.no> (via private e-mail) Notes: svn path=/head/; revision=224270
* - Update to 6.5Pietro Cerutti2008-12-076-118/+0
| | | | Notes: svn path=/head/; revision=223947
* Unbreak and make fetchable again.Jimmy Olgeni2008-06-251-0/+16
| | | | | | | | | Implement memory detection in startup script. Submitted by: Dr. A. Haakh <bugReporter(at)Haakh.de> Notes: svn path=/head/; revision=215778
* Upgrade to version 6.1.Jimmy Olgeni2008-05-141-5/+5
| | | | Notes: svn path=/head/; revision=213065
* Add support for running module suites in place on FreeBSD.Jimmy Olgeni2008-05-141-0/+14
| | | | | | | | PR: ports/121001 Submitted by: Stefan Schmidt <stefan.schmidt(at)stadtbuch.de> Notes: svn path=/head/; revision=213058
* Fix path for grep and gconftool-2 in startup script.Jimmy Olgeni2007-12-191-0/+56
| | | | Notes: svn path=/head/; revision=204141
* Upgrade to version 6.0.Jimmy Olgeni2007-12-191-4/+4
| | | | Notes: svn path=/head/; revision=204088
* Update port to version 5.5 and remove pkg-plist.Jimmy Olgeni2006-11-212-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> Notes: svn path=/head/; revision=177768
* Automatically detect netbeans_jdkhome.Jimmy Olgeni2006-03-201-1/+1
| | | | | | | Submitted by: hq Notes: svn path=/head/; revision=157774
* Upgrade to version 4.1 (plus JDK home fix from ports/76670)Jimmy Olgeni2005-05-161-0/+14
| | | | | | | | PR: ports/76670 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> Notes: svn path=/head/; revision=135393
* I forgot to remove an empty patch file.Jimmy Olgeni2004-12-211-0/+0
| | | | Notes: svn path=/head/; revision=124684
* Upgrade to version 4.0.Jimmy Olgeni2004-12-211-14/+0
| | | | | | | | PR: ports/75162 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> Notes: svn path=/head/; revision=124682
* Upgrade to version 3.6.Jimmy Olgeni2004-04-161-4/+4
| | | | | | | Submitted by: Conrad Sabatier <conrads(at)cox.net> Notes: svn path=/head/; revision=107226
* Update to version 3.5.Jimmy Olgeni2003-06-111-6/+6
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=82811
* The NetBeans startup script should be patched on -CURRENT only.Jimmy Olgeni2003-06-071-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). Notes: svn path=/head/; revision=82466
* Revert javavm hack, which prevents execution of jpda related modules.Jimmy Olgeni2003-06-021-53/+0
| | | | | | | | | JDK_HOME will have to be set by hand (or use the -jdkhome switch). Submitted by: Khairil Yusof <kaeru@pd.jaring.my> Notes: svn path=/head/; revision=82034
* Add a port for NetBeans, fix the startup script ("expr" syntax) andJimmy Olgeni2003-06-021-0/+67
use the javavm command to start. Notes: svn path=/head/; revision=81986