| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changelog: https://github.com/apache/netbeans/releases/tag/17
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
* Eugene Grosbein <ports@grosbein.net>
* Filippo Natali <filippo@widestore.net>
* Gerrit Beine <gerrit.beine@gmx.de>
* Greg Lewis <glewis@FreeBSD.org>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Jason Helfman <jgh@FreeBSD.org>
* Jeremy <karlj000@unbc.ca>
* Johannes Dieterich <dieterich@ogolem.org>
* Johannes Dieterich <jmd@FreeBSD.org>
* Jonathan Chen <jonc@chen.org.nz>
* Jose Marques
* Jose Marques <noway@nohow.demon.co.uk>
* Lapo Luchini <lapo@lapo.it>
* Lev Serebryakov <lev@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Matthew Dillon <dillon@backplane.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Mikhail T. <mi@aldan.algebra.com>
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* OISHI Masakuni <yamasa@bsdhouse.org>
* OKAZAKI Tetsurou
* Pedro Giffuni
* Simeo Reig <reig.simeo@gmail.com>
* Sutra Zhou <zhoushuqun@gmail.com>
* Tom Judge <tj@FreeBSD.org>
* Volker Stolz <vs@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* gldisater@gldis.ca
* ijliao
* jake@checker.org
* jpbeconne
* lon_kamikaze@gmx.de
* mi
* nordwick@xcf.berkeley.edu
* nork@FreeBSD.org
* olgeni@FreeBSD.org
* rasputin
* rfarmer@predatorlabs.net
* rtdean@cytherianage.net
* tux@pinguru.net
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
Set execute bit on maven binary so netbeans can run it. [1]
PR: 248192 [1]
Submitted by: akruijff@dds.nl
|
| |
|
|
|
|
|
|
|
| |
Changelog: https://netbeans.apache.org/download/nb113/index.html
Notes:
svn path=/head/; revision=527823
|
|
|
|
|
|
|
| |
Full Changelog: http://netbeans.apache.org/download/nb111/index.html
Notes:
svn path=/head/; revision=508316
|
|
|
|
| |
Notes:
svn path=/head/; revision=501652
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Limit java version to 1.8, netbeans does not run with another version.
PR: 218111, 224554
Submitted by: Hadi <rezaee.hadi@gmail.com>
Notes:
svn path=/head/; revision=459157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=418767
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412342
|
|
|
|
|
|
|
|
| |
PR: 204359
Submitted by: sergey.v.brunov@gmail.com
Notes:
svn path=/head/; revision=403621
|
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=393122
|
|
|
|
|
|
|
|
| |
PR: 197931
Submitted by: hardy.schumacher@gmx.de
Notes:
svn path=/head/; revision=383043
|
|
|
|
|
|
|
| |
Remove something random in the MASTER_SITE section of netbeans.
Notes:
svn path=/head/; revision=374602
|
|
|
|
| |
Notes:
svn path=/head/; revision=374492
|
|
|
|
|
|
|
|
| |
* Release notes: https://netbeans.org/community/releases/80/
* New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB801
Notes:
svn path=/head/; revision=369324
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=347771
|
|
|
|
|
|
|
|
| |
PR: 185423
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Notes:
svn path=/head/; revision=339083
|
|
|
|
|
|
|
|
|
| |
Release notes: https://netbeans.org/community/releases/74/relnotes.html
Submitted by: Federico Bernoldi <federico@bernoldi.com.ar>
Notes:
svn path=/head/; revision=332088
|
|
|
|
|
|
|
| |
java)
Notes:
svn path=/head/; revision=327738
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/73/relnotes.html
Notes:
svn path=/head/; revision=312972
|
|
|
|
| |
Notes:
svn path=/head/; revision=310871
|
|
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/72/relnotes.html
Feature safe: yes
Notes:
svn path=/head/; revision=306260
|
|
|
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/72/
PR: 171144
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Notes:
svn path=/head/; revision=303325
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
Notes:
svn path=/head/; revision=299039
|
|
|
|
|
|
|
|
| |
PR: 166785
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
Notes:
svn path=/head/; revision=294717
|
|
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/71/relnotes.html
Feature safe: yes
Notes:
svn path=/head/; revision=293164
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/news/show/1549.html
Notes:
svn path=/head/; revision=291556
|
|
|
|
|
|
|
| |
Release notes: http://netbeans.org/community/releases/70/relnotes.html
Notes:
svn path=/head/; revision=284423
|
|
|
|
|
|
|
|
|
|
| |
- bump portrevision
PR: 159407
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Notes:
svn path=/head/; revision=278850
|
|
|
|
| |
Notes:
svn path=/head/; revision=278798
|
|
|
|
|
|
|
| |
Release information: http://netbeans.org/community/releases/70/
Notes:
svn path=/head/; revision=274614
|
|
|
|
|
|
|
|
|
| |
COPYTREE_SHARE'ing into target directory
Reported by: PH (via pav)
Notes:
svn path=/head/; revision=272716
|
|
|
|
|
|
|
| |
Reported by: Seva Fwd <seva_fwd@yahoo.com>
Notes:
svn path=/head/; revision=272082
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
Thanks to: Mario G. Pavlov <mgp@e-soul.org>
Notes:
svn path=/head/; revision=263180
|
|
|
|
| |
Notes:
svn path=/head/; revision=245762
|
|
|
|
| |
Notes:
svn path=/head/; revision=236929
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: ale [1] (via private email)
Notes:
svn path=/head/; revision=224279
|
|
|
|
|
|
|
|
|
|
| |
- Add dependency on gconf2
- Bump PORTREVISION
Reported by: Mats Andreassen <matsa@pvv.ntnu.no> (via private e-mail)
Notes:
svn path=/head/; revision=224270
|
|
|
|
|
|
|
|
|
| |
with a 302.
Reported by: Ilya A Zhuravlev <i.a.zhuravlev@cbtnet.ru> (private e-mail)
Notes:
svn path=/head/; revision=224029
|
|
|
|
| |
Notes:
svn path=/head/; revision=223947
|