notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
gradle761 Project automation tool
7.6.1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.6.1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-06-04 22:06:17
Last Update: 2024-12-31 08:57:55
Commit Hash: 0835676
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: java
License: APACHE20 BSD3CLAUSE CDDL EPL LGPL21+ MIT MPL20
WWW:
https://www.gradle.org/
Description:
Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. bin/gradle761
  2. /usr/local/share/licenses/gradle761-7.6.1/catalog.mk
  3. /usr/local/share/licenses/gradle761-7.6.1/LICENSE
  4. /usr/local/share/licenses/gradle761-7.6.1/APACHE20
  5. /usr/local/share/licenses/gradle761-7.6.1/BSD3CLAUSE
  6. /usr/local/share/licenses/gradle761-7.6.1/CDDL
  7. /usr/local/share/licenses/gradle761-7.6.1/EPL
  8. /usr/local/share/licenses/gradle761-7.6.1/LGPL21+
  9. /usr/local/share/licenses/gradle761-7.6.1/MIT
  10. /usr/local/share/licenses/gradle761-7.6.1/MPL20
Collapse this list.
Dependency lines:
  • gradle761>0:devel/gradle761
Conflicts:
CONFLICTS_INSTALL:
  • gradle
  • gradle5
  • gradle6
  • gradle62
To install the port:
cd /usr/ports/devel/gradle761/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/gradle761
  • pkg install gradle761
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gradle761
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1681750840 SHA256 (gradle-7.6.1-bin.zip) = 6147605a23b4eff6c334927a86ff3508cb5d6722cd624c97ded4c2e8640f1f87 SIZE (gradle-7.6.1-bin.zip) = 122052640

Packages (timestamps in pop-ups are UTC):
gradle761
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.6.17.6.1-7.6.17.6.1---
FreeBSD:13:quarterly7.6.17.6.17.6.17.6.17.6.1-7.6.17.6.1
FreeBSD:14:latest7.6.17.6.1-7.6.17.6.1--7.6.1
FreeBSD:14:quarterly7.6.17.6.1-7.6.17.6.1-7.6.17.6.1
FreeBSD:15:latest7.6.17.6.1n/a7.6.1n/a-7.6.17.6.1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Build
  1. biology/jalview

Configuration Options:
No options to configure
Options name:
devel_gradle761
USES:
cpe java zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://downloads.gradle.org/distributions/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.6.1
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
7.6.1
14 Sep 2024 22:41:57
commit hash: 1d1bce1f41daf2cfba4a4b32ac904f862ea3e116commit hash: 1d1bce1f41daf2cfba4a4b32ac904f862ea3e116commit hash: 1d1bce1f41daf2cfba4a4b32ac904f862ea3e116commit hash: 1d1bce1f41daf2cfba4a4b32ac904f862ea3e116 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
devel/gradle761: drop maintainership
7.6.1
04 Jun 2023 21:57:17
commit hash: 16dbb9b423fc2cc1228bbb115650bd246e679a0bcommit hash: 16dbb9b423fc2cc1228bbb115650bd246e679a0bcommit hash: 16dbb9b423fc2cc1228bbb115650bd246e679a0bcommit hash: 16dbb9b423fc2cc1228bbb115650bd246e679a0b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/gradle761: New port: Project automation tool

Number of commits found: 3