aboutsummaryrefslogtreecommitdiff
path: root/java/netbeans55/files
Commit message (Collapse)AuthorAgeFilesLines
* Removed older version of netbeans, they are unsupported upstream and their ↵Baptiste Daroussin2013-10-023-32/+0
| | | | | | | package name conflicts with java/netbeans Notes: svn path=/head/; revision=329111
* - Add netbeans55 with jdk 1.5/1.6 supportMartin Wilke2007-03-202-2/+2
| | | | | | | | | | | | | | | The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers. The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS. It is easy to install and use straight out of the box. The NetBeans IDE provides developers with all the tools they need to create professional cross-platform desktop, enterprise, web and mobile applications. PR: 110372 Submitted by: Nemo Liu<nemoliu@gmail.com> Repocopy by: marcus Notes: svn path=/head/; revision=187778
* Remove pkg-plist using code from ports/105254.Jimmy Olgeni2006-11-222-0/+18
| | | | Notes: svn path=/head/; revision=177820
* Remove stale files and use JAVA_HOME.Jimmy Olgeni2006-09-071-1/+1
| | | | Notes: svn path=/head/; revision=172462
* 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