Port details |
- netbeans Modular, standards-based integrated development environment
- 17 java =23 17Version of this port present on the latest quarterly branch.
- Maintainer: kwm@FreeBSD.org
- Port Added: 2003-06-02 12:18:54
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: eclipse, firefox, apache-ant, wine
- Also Listed In: devel
- License: APACHE20
- WWW:
- https://netbeans.apache.org/
- Description:
- Apache NetBeans
The NetBeans IDE is a world-class development environment written
in Java. It can be used to develop code in Java, HTML, XML, JSP,
C/C++ and other languages. The IDE is modular, and there is a huge
variety of commercial and free extensions to it to support various
technologies.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/netbeans/ && make install clean
- To add the package, run one of these commands:
- pkg install java/netbeans
- pkg install netbeans
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: netbeans
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680975260
SHA256 (netbeans-17-bin.zip) = 518856002d8ed9a66617a380c877dac67ac5e92b1772106128619e4f9e456493
SIZE (netbeans-17-bin.zip) = 476844707
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- java_netbeans
- USES:
- cpe java shebangfix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
17 23 Apr 2023 12:16:47 |
Koop Mast (kwm) |
java/netbeans: Update to 17.
Changelog: https://github.com/apache/netbeans/releases/tag/17 |
16 29 Dec 2022 20:43:49 |
Koop Mast (kwm) |
java/netbeans: update to 16.
Update JAVA field to jdk 11 and 17, which are the offical supported jdk's.
Changes 16: https://github.com/apache/netbeans/releases/tag/16
Changes 15: https://github.com/apache/netbeans/releases/tag/15
Changes 14: https://github.com/apache/netbeans/releases/tag/14
Changes 13: https://github.com/apache/netbeans/releases/tag/13
PR: 268268
Reported by: i@vboldin.ru |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
12.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
12.6 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
12.6 30 Dec 2021 22:25:59 |
Koop Mast (kwm) |
java/netbeans: Update to 12.6
For the replacing of the python command, use the default python 3 version
instead of hardcoding python 2.7.
Drop the netbeans version from the .desktop file.
Don't use absolute path for the symlink and add a non-versioned.
This also makes netbeans fetchable again, all distfiles prior to 12.6 where
removed upsteam [1].
PR: ports/260414 [1]
Reported by: Marko Cupać <marko.cupac@mimar.rs> [1] |
12.3 08 Oct 2021 11:21:27 |
Bernhard Froehlich (decke) |
java/netbeans: Add CPE information
Approved by: portmgr (blanket) |
12.3 08 Apr 2021 20:59:07 |
Koop Mast (kwm) |
java/netbeans: update to 12.3.
Set execute bit on maven binary so netbeans can run it. [1]
PR: 248192 [1]
Submitted by: akruijff@dds.nl |
11.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.3 05 Mar 2020 10:56:19 |
kwm |
Update netbeans to 11.3.
Changelog: https://netbeans.apache.org/download/nb113/index.html |
11.1 07 Aug 2019 16:06:31 |
kwm |
Update netbeans to 11.1.
Full Changelog: http://netbeans.apache.org/download/nb111/index.html |
11.0 14 May 2019 12:40:04 |
kwm |
Update netbeans to 11.0. |
10.0 31 Dec 2018 15:18:58 |
kwm |
Update netbeans to 10.0.
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 |
8.2 16 Jan 2018 06:54:08 |
kwm |
Update netbeans to 8.2.
Limit java version to 1.8, netbeans does not run with another version.
PR: 218111, 224554
Submitted by: Hadi <rezaee.hadi@gmail.com> |
8.1 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
8.1 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
8.1 12 Dec 2015 18:06:21 |
kwm |
Update netbeans to 8.1.
PR: 204359
Submitted by: sergey.v.brunov@gmail.com |
8.0.2_1 28 Jul 2015 21:48:06 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
8.0.2 02 Apr 2015 18:45:36 |
kwm |
Update netbeans to 8.0.2.
PR: 197931
Submitted by: hardy.schumacher@gmx.de |
8.0.1 12 Dec 2014 18:42:25 |
kwm |
Take maintainer.
Remove something random in the MASTER_SITE section of netbeans. |
8.0.1 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
8.0.1 26 Sep 2014 13:15:12 |
gahr |
- Update to 8.0.1
* Release notes: https://netbeans.org/community/releases/80/
* New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB801 |
8.0 11 Apr 2014 08:07:34 |
gahr |
- Update netbeans to version 8.0
Release notes: https://netbeans.org/community/releases/80/relnotes.html
New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80
- IGNORE netbeans-devel |
7.4 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
7.4 08 Jan 2014 10:11:20 |
gahr |
- Add LICENSE
PR: 185423
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
7.4 30 Oct 2013 09:53:10 |
gahr |
- Update to 7.4
Release notes: https://netbeans.org/community/releases/74/relnotes.html
Submitted by: Federico Bernoldi <federico@bernoldi.com.ar> |
7.3 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
7.3 26 Feb 2013 11:02:27 |
gahr |
- Update to 7.3
Release notes: http://netbeans.org/community/releases/73/relnotes.html |
7.2.1_1 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
7.2.1 22 Oct 2012 08:51:35 |
gahr |
- Update to 7.2.1
Release notes: http://netbeans.org/community/releases/72/relnotes.html
Feature safe: yes |
7.2 29 Aug 2012 09:29:03 |
gahr |
- Update to 7.2
Release notes: http://netbeans.org/community/releases/72/
PR: 171144
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> |
7.1.2 11 Jun 2012 12:38:21 |
gahr |
- Update to 7.1.2
Release notes: http://netbeans.org/community/releases/71/relnotes.html |
7.1.1 12 Apr 2012 08:28:45 |
gahr |
- Add desktop entry
PR: 166785
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> |
7.1.1 12 Mar 2012 11:30:39 |
gahr |
- Update to 7.1.1
Release notes: http://netbeans.org/community/releases/71/relnotes.html
Feature safe: yes |
7.1 17 Feb 2012 09:09:15 |
gahr |
- Update to 7.1
Release notes: http://netbeans.org/community/news/show/1549.html |
7.0.1 27 Oct 2011 08:58:08 |
gahr |
- Update to 7.0.1
Release notes: http://netbeans.org/community/releases/70/relnotes.html |
7.0_2 03 Aug 2011 07:09:01 |
gahr |
- fix typo that caused failure to install
- bump portrevision
PR: 159407
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> |
7.0_1 02 Aug 2011 15:49:15 |
gahr |
- make maven binary executable |
7.0 25 May 2011 09:13:00 |
gahr |
- Update to 7.0
Release information: http://netbeans.org/community/releases/70/ |
6.9.1 14 Apr 2011 09:49:36 |
gahr |
- Fix PLIST by making sure that all patched files backups are removed before
COPYTREE_SHARE'ing into target directory
Reported by: PH (via pav) |
6.9.1 01 Apr 2011 09:38:20 |
gahr |
- Add patch to determine heap size
Reported by: Seva Fwd <seva_fwd@yahoo.com> |
6.9.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
6.9.1 18 Oct 2010 09:42:19 |
gahr |
- Update to 6.9.1
Thanks to: Mario G. Pavlov <mgp@e-soul.org> |
6.8 14 Dec 2009 09:59:07 |
gahr |
- Update to 6.8 |
6.7 02 Jul 2009 19:23:07 |
gahr |
- Update to 6.7 |
6.5_2 15 Dec 2008 16:57:21 |
gahr |
- Remove dependency on gconf2. If gnome is not used, it's not needed. [1]
- Bump PORTREVISION
Reported by: ale [1] (via private email) |
6.5_1 15 Dec 2008 14:12:33 |
gahr |
- Refactor executable script [1]
- Add dependency on gconf2
- Bump PORTREVISION
Reported by: Mats Andreassen <matsa@pvv.ntnu.no> (via private e-mail) |
6.5 09 Dec 2008 11:32:13 |
gahr |
- Add additional MASTER_SITES entry, in the case that the main one responds
with a 302.
Reported by: Ilya A Zhuravlev <i.a.zhuravlev@cbtnet.ru> (private e-mail) |
6.5 07 Dec 2008 15:07:14 |
gahr |
- Update to 6.5 |
6.1_2 05 Nov 2008 09:49:48 |
olgeni |
Release maintainership. |
6.1_2 25 Jun 2008 22:07:03 |
olgeni |
Unbreak and make fetchable again.
Implement memory detection in startup script.
Submitted by: Dr. A. Haakh <bugReporter(at)Haakh.de> |
6.1_1 22 Jun 2008 19:14:41 |
pav |
- Mark BROKEN: unfetchable |
6.1_1 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
6.1 14 May 2008 21:16:57 |
olgeni |
Upgrade to version 6.1. |
6.0.1 14 May 2008 19:59:29 |
olgeni |
Add support for running module suites in place on FreeBSD.
PR: ports/121001
Submitted by: Stefan Schmidt <stefan.schmidt(at)stadtbuch.de> |
6.0.1 12 Feb 2008 11:24:13 |
olgeni |
(forced commit) Upgrade to 6.0.1 was from:
PR: ports/120491 [reversed :-)]
Submitted by: Tobias Stadler <TS.Stadler@gmx.de> |
6.0.1 12 Feb 2008 11:12:00 |
olgeni |
Upgrade to version 6.0.1. |
6.0 19 Dec 2007 20:33:23 |
olgeni |
Fix path for grep and gconftool-2 in startup script. |
6.0 19 Dec 2007 11:31:01 |
olgeni |
Upgrade to version 6.0. |
5.5.1 16 Jul 2007 22:46:19 |
pav |
- Make fetchable
PR: ports/114623 (based on)
Submitted by: G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net> |
5.5.1 29 May 2007 13:36:11 |
olgeni |
Upgrade to version 5.5.1. |
5.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
5.5 21 Nov 2006 22:58:56 |
olgeni |
Update port to version 5.5 and remove pkg-plist.
(add support for empty directories and bin/netbeans symlink to ports/105254)
PR: ports/105254
Submitted by: David Sledge <dsledge(at)appriss.com> |
5.0 07 Sep 2006 10:16:34 |
olgeni |
Remove stale files. |
5.0 03 Sep 2006 06:05:22 |
kris |
Allow package builds |
5.0 20 Mar 2006 19:32:56 |
olgeni |
Automatically detect netbeans_jdkhome.
Submitted by: hq |
5.0 13 Feb 2006 18:53:33 |
olgeni |
Upgrade to current bsd.java.mk syntax. |
5.0 13 Feb 2006 18:38:38 |
olgeni |
Upgrade to version 5.0. |
4.1 31 Jan 2006 21:04:54 |
olgeni |
Fix DOWNLOAD_URL.
PR: ports/92534
Submitted by: Edwin Groothuis <edwin(at)mavetju.org> |
4.1 17 May 2005 08:59:25 |
olgeni |
Fix DOWNLOAD_URL.
Submitted by: Ralf Folkerts <ralf.folkerts(at)gmx.de> |
4.1 16 May 2005 18:57:59 |
olgeni |
Upgrade to version 4.1 (plus JDK home fix from ports/76670)
PR: ports/76670
Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> |
4.0 21 Dec 2004 10:42:22 |
olgeni |
I forgot to remove an empty patch file. |
4.0 21 Dec 2004 10:41:38 |
olgeni |
Upgrade to version 4.0.
PR: ports/75162
Submitted by: Miguel Mendez <flynn(at)energyhq.es.eu.org> |
3.6 12 Oct 2004 09:10:41 |
olgeni |
(forced) I forgot to add that last commit fixed ports/71551.
PR: ports/71551
Submitted by: parv <parv at pair.com> |
3.6 12 Oct 2004 08:58:15 |
olgeni |
Remove extra file from pkg-plist. |
3.6 05 Jun 2004 08:35:16 |
olgeni |
Upgrade java requirement to 1.4+.
PR: 67593
Submitted by: John Cochran <jdc(at)fiawol.org> |
3.6 16 Apr 2004 13:51:23 |
olgeni |
Upgrade to version 3.6.
Submitted by: Conrad Sabatier <conrads(at)cox.net> |
3.5.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.5.1 05 Aug 2003 20:32:33 |
olgeni |
Let DOWNLOAD_URL point to the actual 3.5.1 license page.
Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br> |
3.5.1 05 Aug 2003 11:23:52 |
olgeni |
Upgrade to release 3.5.1. |
3.5 11 Jun 2003 21:23:58 |
olgeni |
Update to version 3.5.
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> |
3.4.1_1 07 Jun 2003 19:55:11 |
olgeni |
The NetBeans startup script should be patched on -CURRENT only.
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). |
3.4.1_1 02 Jun 2003 18:18:49 |
olgeni |
Revert javavm hack, which prevents execution of jpda related modules.
JDK_HOME will have to be set by hand (or use the -jdkhome switch).
Submitted by: Khairil Yusof <kaeru@pd.jaring.my> |
3.4.1 02 Jun 2003 15:51:50 |
olgeni |
Merge some fixes from ports/44275 and ports/49100:
* 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> |
3.4.1 02 Jun 2003 12:18:17 |
olgeni |
Add a port for NetBeans, fix the startup script ("expr" syntax) and
use the javavm command to start. |