aboutsummaryrefslogtreecommitdiff
path: root/java/netbeans3
Commit message (Collapse)AuthorAgeFilesLines
* 2011-03-31 java/netbeans3: old, unmaintainedBaptiste Daroussin2011-03-316-93/+0
| | | | | | | | 2011-03-31 java/netbeans4: old, unmaintained 2011-03-31 java/netbeans5: old, unmaintained Notes: svn path=/head/; revision=272031
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Mark for deletion on 2011-03-31Ion-Mihai Tetcu2010-12-111-0/+3
| | | | Notes: svn path=/head/; revision=266038
* Release maintainership.Jimmy Olgeni2008-11-051-1/+1
| | | | Notes: svn path=/head/; revision=222414
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-2/+0
| | | | Notes: svn path=/head/; revision=200773
* - 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
* Remove pkg-plist using code from ports/105254.Jimmy Olgeni2006-11-224-1261/+23
| | | | Notes: svn path=/head/; revision=177820
* Allow package buildsKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172020
* Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES.Jimmy Olgeni2006-02-131-2/+3
| | | | Notes: svn path=/head/; revision=155953
* Whitespace.Jimmy Olgeni2006-02-051-6/+6
| | | | Notes: svn path=/head/; revision=155265
* Make portlint happy.Jimmy Olgeni2006-02-051-2/+2
| | | | Notes: svn path=/head/; revision=155264
* SHA256ify (and sometimes SIZEify)Edwin Groothuis2006-01-301-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154796
* Change netbeans -> netbeans3 in in pathnames and executable to avoidJimmy Olgeni2004-12-212-1267/+1266
| | | | | | | conflicts with java/netbeans. Notes: svn path=/head/; revision=124679
* 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