Commit graph

84 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
0835676e36
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
2024-12-31 09:57:55 +01:00
Koop Mast
eee74bf9b0 java/netbeans: Update to 17.
Changelog: https://github.com/apache/netbeans/releases/tag/17
2023-04-23 14:16:47 +02:00
Koop Mast
a2b7f89d83 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
2022-12-29 21:43:49 +01:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
526869d8dc 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>
  *  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
2022-07-20 16:22:12 +02:00
Koop Mast
1af70d2d34 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]
2021-12-30 23:25:59 +01:00
Bernhard Froehlich
c937ce50a3 java/netbeans: Add CPE information
Approved by:    portmgr (blanket)
2021-10-08 11:21:27 +00:00
Koop Mast
acc1dff37c 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
2021-04-08 22:59:07 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Koop Mast
0c5c580b1c Update netbeans to 11.3.
Changelog: https://netbeans.apache.org/download/nb113/index.html
2020-03-05 10:56:19 +00:00
Koop Mast
49d53e1f81 Update netbeans to 11.1.
Full Changelog: http://netbeans.apache.org/download/nb111/index.html
2019-08-07 16:06:31 +00:00
Koop Mast
6061e73425 Update netbeans to 11.0. 2019-05-14 12:40:03 +00:00
Koop Mast
ca13b006a9 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
2018-12-31 15:18:58 +00:00
Koop Mast
5066831583 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>
2018-01-16 06:54:08 +00:00
Mathieu Arnold
f899c758a6 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
2016-07-19 11:04:13 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Koop Mast
ba6fe6b204 Update netbeans to 8.1.
PR:		204359
Submitted by:	sergey.v.brunov@gmail.com
2015-12-12 18:06:21 +00:00
Dmitry Marakasov
30048433c2 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-28 21:48:05 +00:00
Koop Mast
f31c84a98e Update netbeans to 8.0.2.
PR:		197931
Submitted by:	hardy.schumacher@gmx.de
2015-04-02 18:45:35 +00:00
Koop Mast
2d83dcc94d Take maintainer.
Remove something random in the MASTER_SITE section of netbeans.
2014-12-12 18:42:24 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Pietro Cerutti
b7aaf05a86 - Update to 8.0.1
* Release notes: https://netbeans.org/community/releases/80/
  * New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB801
2014-09-26 13:15:12 +00:00
Pietro Cerutti
30cf4a8a62 - 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
2014-04-11 08:07:34 +00:00
Baptiste Daroussin
4af74fc7f1 Convert j* to USES=zip 2014-03-10 15:21:21 +00:00
Pietro Cerutti
c0b57219c9 - Add LICENSE
PR:		185423
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-01-08 10:11:20 +00:00
Pietro Cerutti
32a45817eb - Update to 7.4
Release notes: https://netbeans.org/community/releases/74/relnotes.html

Submitted by:	Federico Bernoldi <federico@bernoldi.com.ar>
2013-10-30 09:53:10 +00:00
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Pietro Cerutti
b2ea77ac11 - Update to 7.3
Release notes: http://netbeans.org/community/releases/73/relnotes.html
2013-02-26 11:02:27 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Pietro Cerutti
74e911d477 - Update to 7.2.1
Release notes: http://netbeans.org/community/releases/72/relnotes.html

Feature safe:	yes
2012-10-22 08:51:35 +00:00
Pietro Cerutti
8e6a07fa93 - Update to 7.2
Release notes: http://netbeans.org/community/releases/72/

PR:		171144
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
2012-08-29 09:29:02 +00:00
Pietro Cerutti
63a1f84627 - Update to 7.1.2
Release notes: http://netbeans.org/community/releases/71/relnotes.html
2012-06-11 12:38:21 +00:00
Pietro Cerutti
5f5ca88d19 - Add desktop entry
PR:		166785
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2012-04-12 08:28:45 +00:00
Pietro Cerutti
90e1563f75 - Update to 7.1.1
Release notes: http://netbeans.org/community/releases/71/relnotes.html

Feature safe:	yes
2012-03-12 11:30:39 +00:00
Pietro Cerutti
d3e266952d - Update to 7.1
Release notes: http://netbeans.org/community/news/show/1549.html
2012-02-17 09:09:14 +00:00
Pietro Cerutti
030c5b2582 - Update to 7.0.1
Release notes: http://netbeans.org/community/releases/70/relnotes.html
2011-10-27 08:58:07 +00:00
Pietro Cerutti
aa8d971c85 - fix typo that caused failure to install
- bump portrevision

PR:		159407
Submitted by:	Andrei Lavreniyuk <andy.lavr@gmail.com>
2011-08-03 07:09:01 +00:00
Pietro Cerutti
872ed4fe27 - make maven binary executable 2011-08-02 15:49:14 +00:00
Pietro Cerutti
658e0fa6da - Update to 7.0
Release information: http://netbeans.org/community/releases/70/
2011-05-25 09:13:00 +00:00
Pietro Cerutti
743b002be1 - Fix PLIST by making sure that all patched files backups are removed before
COPYTREE_SHARE'ing into target directory

Reported by:   PH (via pav)
2011-04-14 09:49:36 +00:00
Pietro Cerutti
2482d63c7d - Add patch to determine heap size
Reported by:	Seva Fwd <seva_fwd@yahoo.com>
2011-04-01 09:38:20 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Pietro Cerutti
db9a1185a4 - Update to 6.9.1
Thanks to:	Mario G. Pavlov <mgp@e-soul.org>
2010-10-18 09:42:19 +00:00
Pietro Cerutti
495b1b4712 - Update to 6.8 2009-12-14 09:59:07 +00:00
Pietro Cerutti
817138d86f - Update to 6.7 2009-07-02 19:23:07 +00:00
Pietro Cerutti
89da6c950f - Remove dependency on gconf2. If gnome is not used, it's not needed. [1]
- Bump PORTREVISION

Reported by:	ale [1] (via private email)
2008-12-15 16:57:20 +00:00
Pietro Cerutti
b55e62e4a6 - Refactor executable script [1]
- Add dependency on gconf2
- Bump PORTREVISION

Reported by:	Mats Andreassen <matsa@pvv.ntnu.no> (via private e-mail)
2008-12-15 14:12:33 +00:00
Pietro Cerutti
2df5b1baf2 - 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)
2008-12-09 11:32:13 +00:00
Pietro Cerutti
ff6be1f09f - Update to 6.5 2008-12-07 15:07:14 +00:00