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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
sqlitejdbc Java JDBC driver for SQLite
056_2 java on this many watch lists=1 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 056_2Version of this port present on the latest quarterly branch.
Maintainer: lapo@lapo.it search for ports maintained by this maintainer
Port Added: 2008-12-16 08:14:45
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: pfstools, tmux
Also Listed In: databases
License: not specified in port
WWW:
http://web.archive.org/web/20120721075310/http://www.zentus.com/sqlitejdbc/
Description:
SQLiteJDBC is a Java JDBC driver for SQLite. It runs using either a native code library or a 100% Pure Java driver based on NestedVM emulation (but in this package only the native version is installed).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. /usr/local/share/java/classes/sqlitejdbc-native.jar
  2. lib/libsqlitejdbc.so
Collapse this list.
Dependency lines:
  • sqlitejdbc>0:java/sqlitejdbc
To install the port:
cd /usr/ports/java/sqlitejdbc/ && make install clean
To add the package, run one of these commands:
  • pkg install java/sqlitejdbc
  • pkg install sqlitejdbc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sqlitejdbc
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (sqlitejdbc-v056-src.tgz) = 000edd02dc1279da490aa332a9b053ba35a80e220904faab82aff06ed7937a49 SIZE (sqlitejdbc-v056-src.tgz) = 160491

Packages (timestamps in pop-ups are UTC):
sqlitejdbc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest056_2056_2-056_2056_2---
FreeBSD:13:quarterly056_2056_2056_2056_2056_2-056_2056_2
FreeBSD:14:latest056_2056_2056_2-056_2--056_2
FreeBSD:14:quarterly056_2056_2--056_2-056_2056_2
FreeBSD:15:latest056_2056_2n/a-n/a-056_2056_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
  2. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. java : java/openjdk8
Library dependencies:
  1. libsqlite3.so : databases/sqlite3
This port is required by:
for Libraries
  1. net-im/signald
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/visualparadigm*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
java_sqlitejdbc
USES:
gmake tar:tgz
pkg-message:
For install:
Warning: you need a sqlite3 port compiled with SQLITE_ENABLE_COLUMN_METADATA in order to use the following methods: String ResultSetMetaData.getCatalogName(int column) String ResultSetMetaData.getTableName(int column) any attemp to use them will close the JVM with an error of: Undefined symbol "sqlite3_column_table_name16"
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://files.zentus.com/sqlitejdbc/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
056_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
056_2
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
056_2
07 Jul 2022 12:30:52
commit hash: 0276f6d332dc6cea04c3e1da35f71297fdb453b5commit hash: 0276f6d332dc6cea04c3e1da35f71297fdb453b5commit hash: 0276f6d332dc6cea04c3e1da35f71297fdb453b5commit hash: 0276f6d332dc6cea04c3e1da35f71297fdb453b5 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
java/sqlitejdbc: this old port requires specific (8th) version of JDK

It should be fairly easy to make it compatible against Java 8~11, but
that's the task for another day.  While here, bump the source/target
version to 1.6 and get rid of bogus `post-patch' target: LOCALBASE is
already passed on the MAKE_ENV.

PR:	264748
056_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
056_2
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
056_2
13 Aug 2019 22:22:35
Revision:508880Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories h-k)
056_2
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
056_2
13 Apr 2016 16:21:42
Revision:413215Original commit files touched by this commit
madpilot search for other commits by this committer
Point WWW link to the archived home page of the project due to the
site being unavailable otherwise.

PR:		208781
Submitted by:	Lapo Luchini <lapo at lapo.it> (maintainer)
056_2
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
056_2
29 Jul 2014 19:11:53
Revision:363374Original commit files touched by this commit
adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
056_2
05 Jul 2014 19:27:04
Revision:360810Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
056_2
27 Jun 2014 17:21:07
Revision:359586Original commit files touched by this commit
miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
056_1
26 May 2014 12:19:33
Revision:355314Original commit files touched by this commit
miwi search for other commits by this committer
- Covert gmake, xz to USES

Approved by:	portmgr
056_1
30 Oct 2013 10:03:06
Revision:332090Original commit files touched by this commit
ale search for other commits by this committer
Fix build with clang and stagify.

Approved by:	maintainer
056_1
20 Sep 2013 19:48:32
Revision:327738Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
056_1
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
056_1
21 Jul 2011 05:03:02
Original commit files touched by this commit
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
056_1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
056_1
27 Jul 2009 22:28:55
Original commit files touched by this commit
miwi search for other commits by this committer
- Activat support for getGeneratedKeys() for prepared statements, which is
  supported as well as the non-prepared statement case, but it was
  currently returning a not implemented exception.

PR:             137001
Submitted by:   Lapo Luchini <lapo@lapo.it> (maintainer)
056
04 Jul 2009 16:20:35
Original commit files touched by this commit
wxs search for other commits by this committer
- Update to 056

PR:             ports/135831
Submitted by:   Lapo Luchini <lapo@lapo.it>
053
27 Mar 2009 22:53:03
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 053

PR:             132584
Submitted by:   Lapo Luchini <lapo@lapo.it> (maintainer)
052
03 Feb 2009 08:06:54
Original commit files touched by this commit
erwin search for other commits by this committer
Make java the primary category while it is in java, not databases.

Submitted by:   chkversion
Pointyat to:    fjoe
052
16 Dec 2008 08:14:26
Original commit files touched by this commit
fjoe search for other commits by this committer
New port: SQLiteJDBC is a Java JDBC driver for SQLite.

It runs using either a native code library or a 100% Pure Java driver
based on NestedVM emulation (but in this package only the native version
is installed).

PR:             124905
Submitted by:   Lapo Luchini

Number of commits found: 24