non port: java/jdk8-doc/Makefile |
Number of commits found: 19 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Thursday, 6 May 2021
|
11:47 Mathieu Arnold (mat)
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
3505159 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 15 Nov 2019
|
03:20 glewis
Update to 8u231
 |
Wednesday, 28 Aug 2019
|
13:54 glewis
* Update to 8u221
* Pet portlint
 |
Tuesday, 23 Apr 2019
|
00:03 glewis
Update to 8u212.
 |
Monday, 18 Mar 2019
|
05:58 glewis
Fix COMMENT
 |
Saturday, 27 Oct 2018
|
23:13 glewis
. Update to 8u192.
 |
Monday, 10 Sep 2018
|
13:14 mat
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
 |
Thursday, 30 Aug 2018
|
20:25 pi
java/jdk8-doc: update 8u172 -> 8u181
PR: 230811
Submitted by: Jonathan Chen <jonc@chen.org.nz>
 |
Monday, 2 Jul 2018
|
05:08 glewis
. Update to 8u172.
 |
Sunday, 25 Feb 2018
|
19:51 glewis
. Update to docs for 8u162.
 |
Monday, 11 Dec 2017
|
08:20 pi
java/jdk8-doc: update 8u131 -> 8u152
- docs for jdk8
PR: 223172
Changes: http://www.oracle.com/technetwork/java/javase/8u152-relnotes-3850503.html
http://www.oracle.com/technetwork/java/javase/8u151-relnotes-3850493.html
http://www.oracle.com/technetwork/java/javase/8u144-relnotes-3838694.html
http://www.oracle.com/technetwork/java/javase/8u141-relnotes-3720385.html
Submitted by: Jonathan Chen <jonc@chen.org.nz>
 |
Saturday, 27 May 2017
|
06:33 glewis
. Update to the 8u131 docs.
 |
Wednesday, 28 Dec 2016
|
23:28 glewis
. Update to 8u112
PR: 215424
Submitted by: Jonathan Chen <jonc@chen.org.nz>
 |
Sunday, 8 Mar 2015
|
00:31 glewis
. Update to the 8u40 docs.
PR: 198086
 |
Wednesday, 11 Jun 2014
|
18:16 jkim
Remove redundant uses of NO_CDROM with RESTRICTED.
Reported by: eadler
 |
Tuesday, 10 Jun 2014
|
00:02 jkim
Java Development Kit 8 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.
The documentation will be installed in ${PREFIX}/share/doc/jdk8/
WWW: http://www.oracle.com/us/technologies/java/index.html
 |
Number of commits found: 19 |