Port details |
- jetbrains-datagrip JetBrains DataGrip IDE for your Databases
- 2023.2_1 databases =2 2023.2_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
- Port Added: 2021-12-04 08:21:14
- 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: IntelliJ-datagrip
- WWW:
- https://www.jetbrains.com/datagrip/
- Description:
- DataGrip - A cross-platform IDE for Databases
Native support for PostgreSQL, MySQL, Hive, SQLite, and many more
Cloud-hosted DBs, enabling you to introspect and modify objects,
schemas, columns, and rows. Supports parametrized SQL queries, entity
relationship diagrams using key relations, scripting and version control
support.
While this is trial software, there are commercial and academic licenses
available.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jetbrains-datagrip>0:databases/jetbrains-datagrip
- To install the port:
- cd /usr/ports/databases/jetbrains-datagrip/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/jetbrains-datagrip
- pkg install jetbrains-datagrip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jetbrains-datagrip
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1690740881
SHA256 (jetbrains/datagrip-2023.2.tar.gz) = f8344dad4f502a215440fb7ccbc4c69acdd0b18f33d855f0d0d0d2bbe44a5f26
SIZE (jetbrains/datagrip-2023.2.tar.gz) = 569402212
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- jna>0 : devel/jna
- Runtime dependencies:
-
- intellij-fsnotifier>0 : java/intellij-fsnotifier
- jetbrains-pty4j>=0.12.13 : devel/jetbrains-pty4j
- jetbrains-sqlite>=232.8660.185 : devel/jetbrains-sqlite
- lsof : sysutils/lsof
- java : java/openjdk17
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_jetbrains-datagrip
- USES:
- java python:run shebangfix
- pkg-message:
- For install:
- There is a native (faster) file watching support backed by kqueue which is
enabled by default. If you encounter problems with watching large
trees, you can disable it by adding the following property via the menu
entry Help -> Edit Custom Properties...
idea.filewatcher.disabled=true
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.2_1 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
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 |
2023.2_1 22 Feb 2024 18:19:34 |
Muhammad Moinur Rahman (bofh) |
databases/jetbrains-datagrip: Moved man to share/man
Approved by: portmgr (blanket) |
2023.2 05 Sep 2023 20:34:36 |
Dave Cottlehuber (dch) |
databases/jetbrains-datagrip: update to 2023.2
- return ownership to pool
- restrict to amd64 only after latest patches
PR: 272823 |
2023.1.2 13 Jun 2023 21:42:53 |
Dave Cottlehuber (dch) |
databases/jetbrains-datagrip: update to 2023.1.2
Inject ports-defined custom JAVA_HOME if not overridden by user.
PR: 270097
Tested by: jbo <jbo@insane.engineer> |
2022.3.3 23 Jan 2023 18:24:09 |
Dave Cottlehuber (dch) |
databases/jetbrains-datagrip: update to 2022.3.3 release
- make JAVA_HOME user-configurable via default env |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2021.3.4 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2021.3.4 08 Apr 2022 09:44:14 |
Dave Cottlehuber (dch) |
databases/jetbrains-datagrip: fix pkg-plist failure
While here, pet pkg-plist with sort(1)
Reported by: pkg-fallout
Reported by: Björn <maddbiondi@gmail.com> |
2021.3.4 23 Feb 2022 09:54:51 |
Dave Cottlehuber (dch) |
databases/jetbrains-datagrip: update to 2021.3.4
Reported by: portscout
Sponsored by: SkunkWerks, GmbH |
2021.3.1 04 Dec 2021 08:18:21 |
Dave Cottlehuber (dch) |
databases/jetbrains-datagrip: NEW PORT
A cross-platform Database IDE for PostgreSQL, MySQL, Hive,
SQLite, and many more Cloud-hosted DBs, enabling you to
introspect and modify objects, schemas, columns, and rows.
Differential Revision: https://reviews.freebsd.org/D33102 |
Number of commits found: 10
|