Commit graph

16 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
Michael Osipov
90e44770f5 */*: properly depend on Maven package
devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that
one comes from devel/maven-wrapper instead. Therefore, one should depend
on the package rather than a non-existing executable/script.

Approved by:	jrm (mentor), otis (mentor), vvd
Differential Revision:	https://reviews.freebsd.org/D44229
2024-03-11 10:09:45 +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
Yuri Victorovich
333ed68ec1 cad/digital: Fix build on aarch64
Java-8 crashes on aarch64. Changed to Java-17.

Reported by:	fallout
2022-06-10 10:06:06 -07:00
Yuri Victorovich
5d9cad22d6 cad/digital: Update 0.27 -> 0.29 2022-05-23 20:21:33 -07:00
Yuri Victorovich
eabb1532ca cad/digital: Install icons and desktop file provided by the project
PR:		256210
Reported by:	Duane <parakleta@darkreality.org>
2021-05-27 18:37:40 -07:00
Yuri Victorovich
d9e48e38f6 cad/digital: Update 0.26.1 -> 0.27 2021-04-23 00:56:17 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Yuri Victorovich
2e605ac195 cad/digital: Update 0.26 -> 0.26.1 2021-02-26 19:05:07 +00:00
Yuri Victorovich
ca1c61bbad cad/digital: Update 0.25 -> 0.26 2021-02-15 00:20:45 +00:00
Yuri Victorovich
76d4452689 cad/digital: Update 0.24 -> 0.25 2020-09-06 15:18:22 +00:00
Yuri Victorovich
793cf3d943 cad/digital: Update 0.22-250 -> 0.24 2020-05-30 01:55:24 +00:00
Yuri Victorovich
d395e34527 cad/digital: Update 0.22 -> 0.22-250
They just got rid of the git repository version lookup, and it can now be supplied through maven arguments.
2019-07-22 16:56:46 +00:00
Yuri Victorovich
44965fd5b2 New port: cad/digital: Digital logic designer and circuit simulator 2019-07-22 16:31:16 +00:00