summaryrefslogtreecommitdiff
path: root/java/netbeans (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix path for grep and gconftool-2 in startup script.Jimmy Olgeni2007-12-192-0/+59
| | | | Notes: svn path=/head/; revision=204141
* Upgrade to version 6.0.Jimmy Olgeni2007-12-193-13/+11
| | | | Notes: svn path=/head/; revision=204088
* - Make fetchablePav Lucistnik2007-07-161-1/+2
| | | | | | | | PR: ports/114623 (based on) Submitted by: G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net> Notes: svn path=/head/; revision=195777
* Upgrade to version 5.5.1.Jimmy Olgeni2007-05-292-8/+8
| | | | Notes: svn path=/head/; revision=192301
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update port to version 5.5 and remove pkg-plist.Jimmy Olgeni2006-11-215-1379/+30
| | | | | | | | | | (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
* Remove stale files.Jimmy Olgeni2006-09-072-1/+4
| | | | Notes: svn path=/head/; revision=172463
* Allow package buildsKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172020
* Automatically detect netbeans_jdkhome.Jimmy Olgeni2006-03-202-1/+4
| | | | | | | Submitted by: hq Notes: svn path=/head/; revision=157774
* Upgrade to current bsd.java.mk syntax.Jimmy Olgeni2006-02-131-1/+2
| | | | Notes: svn path=/head/; revision=155955
* Upgrade to version 5.0.Jimmy Olgeni2006-02-133-1102/+1363
| | | | Notes: svn path=/head/; revision=155952
* Fix DOWNLOAD_URL.Jimmy Olgeni2006-01-311-1/+1
| | | | | | | | PR: ports/92534 Submitted by: Edwin Groothuis <edwin(at)mavetju.org> Notes: svn path=/head/; revision=154928
* Fix DOWNLOAD_URL.Jimmy Olgeni2005-05-171-1/+1
| | | | | | | Submitted by: Ralf Folkerts <ralf.folkerts(at)gmx.de> Notes: svn path=/head/; revision=135451
* Upgrade to version 4.1 (plus JDK home fix from ports/76670)Jimmy Olgeni2005-05-164-958/+1114
| | | | | | | | 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-214-1282/+965
| | | | | | | | PR: ports/75162 Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> Notes: svn path=/head/; revision=124682
* Remove extra file from pkg-plist.Jimmy Olgeni2004-10-122-1/+1
| | | | Notes: svn path=/head/; revision=118865
* Upgrade java requirement to 1.4+.Jimmy Olgeni2004-06-051-1/+1
| | | | | | | | PR: 67593 Submitted by: John Cochran <jdc(at)fiawol.org> Notes: svn path=/head/; revision=110867
* Upgrade to version 3.6.Jimmy Olgeni2004-04-164-434/+945
| | | | | | | Submitted by: Conrad Sabatier <conrads(at)cox.net> Notes: svn path=/head/; revision=107226
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Let DOWNLOAD_URL point to the actual 3.5.1 license page.Jimmy Olgeni2003-08-051-1/+1
| | | | | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=86358
* Upgrade to release 3.5.1.Jimmy Olgeni2003-08-052-4/+5
| | | | Notes: svn path=/head/; revision=86340
* Update to version 3.5.Jimmy Olgeni2003-06-114-614/+550
| | | | | | | 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-072-1/+6
| | | | | | | | | | | | | 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-022-53/+1
| | | | | | | | | 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
* Merge some fixes from ports/44275 and ports/49100:Jimmy Olgeni2003-06-022-5/+17
| | | | | | | | | | | | | | * Mark as RESTRICTED * Use java >= 1.3 * Add better package description PR: ports/44275 Submitted by: Stefan Schmidt <stefan.schmidt@twest.de> PR: ports/49100 Submitted by: Angel Todorov <angel.todorov@-u.de> Notes: svn path=/head/; revision=82021
* Add a port for NetBeans, fix the startup script ("expr" syntax) andJimmy Olgeni2003-06-025-0/+915
use the javavm command to start. Notes: svn path=/head/; revision=81986