Port details |
- p5-DBD-SQLite Provides access to SQLite3 databases through the DBI
- 1.76 databases =20 1.74Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-04-06 20:37:37
- Last Update: 2024-10-29 14:38:51
- Commit Hash: 54bf02f
- People watching this port, also watch:: p5-DBI, unzip, wget, p5-libwww, nmap
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/DBD-SQLite
- Description:
- DBD::SQLite
===========
SQLite is a small fast embedded SQL database engine.
DBD::SQLite embeds that database engine into a DBD driver, so if
you want a relational database for your project, but don't want
to install a large RDBMS system like MySQL or PostgreSQL, then
DBD::SQLite may be just what you need.
It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset
of SQL92 supported, and more.
See also: https://www.sqlite.org/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DBD-SQLite>0:databases/p5-DBD-SQLite
- To install the port:
- cd /usr/ports/databases/p5-DBD-SQLite/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-DBD-SQLite
- pkg install p5-DBD-SQLite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-DBD-SQLite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729994418
SHA256 (DBD-SQLite-1.76.tar.gz) = 0a33a7a935be63371071dbe600cfaefa67cd971b67580a917bbf6ebaf723c584
SIZE (DBD-SQLite-1.76.tar.gz) = 2747259
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:
-
- p5-DBI>=1.57 : databases/p5-DBI
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-DBI>=1.57 : databases/p5-DBI
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- databases/p5-Class-DBI-SQLite
- databases/p5-Class-Inflate
- databases/p5-DBD-PgLite
- databases/p5-DBICx-Deploy
- databases/p5-DBICx-TestDatabase
- databases/p5-DBIx-Class-Migration
- databases/p5-DBIx-Class-ResultSet-RecursiveUpdate
-
Deleted ports which required this port:
- for Run
-
- comms/yfklog
- databases/p5-Class-DBI-SQLite
- databases/p5-DBD-PgLite
- databases/p5-DBICx-TestDatabase
- databases/p5-DBIx-Class-Migration
- databases/p5-DBIx-Class-ResultSet-RecursiveUpdate
- databases/p5-DBIx-Class-UUIDColumns
-
Deleted ports which required this port:
- * - 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:
- ===> The following configuration options are available for p5-DBD-SQLite-1.76:
BUNDLED_SQLITE=on: Use bundled SQLite (otherwise, from databases/sqlite3)
===> Use 'make config' to modify these settings
- Options name:
- databases_p5-DBD-SQLite
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.76 29 Oct 2024 14:38:51 |
Po-Chuan Hsieh (sunpoet) |
databases/p5-DBD-SQLite: Update to 1.76
Changes: https://metacpan.org/dist/DBD-SQLite/changes |
1.74 22 Sep 2023 23:31:32 |
Po-Chuan Hsieh (sunpoet) |
databases/p5-DBD-SQLite: Update to 1.74
Changes: https://metacpan.org/dist/DBD-SQLite/changes |
1.72 08 Nov 2022 13:19:28 |
Wen Heping (wen) |
databases/p5-DBD-SQLite: Update to 1.72 |
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) |
1.70 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 ) |
1.70 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.70 08 Aug 2021 14:55:29 |
Po-Chuan Hsieh (sunpoet) |
databases/p5-DBD-SQLite: Update to 1.70
Changes: https://metacpan.org/dist/DBD-SQLite/changes |
1.68 24 Jul 2021 20:22:59 |
Po-Chuan Hsieh (sunpoet) |
databases/p5-DBD-SQLite: Update to 1.68
Changes: https://metacpan.org/dist/DBD-SQLite/changes |
1.66 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.66 30 Aug 2020 20:22:29 |
sunpoet |
Update to 1.66
Changes: https://metacpan.org/changes/distribution/DBD-SQLite |
1.64 12 Aug 2019 19:46:47 |
sunpoet |
Update to 1.64
Changes: https://metacpan.org/changes/distribution/DBD-SQLite |
1.62 03 Jan 2019 02:45:30 |
wen |
- Update to 1.62 |
1.60 01 Dec 2018 13:07:19 |
sunpoet |
Update to 1.60
- Add LICENSE_FILE
Changes: https://metacpan.org/changes/distribution/DBD-SQLite |
1.58 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.58 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.58 30 Mar 2018 23:46:14 |
sunpoet |
Update to 1.58
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.56 01 Mar 2018 15:19:55 |
sunpoet |
Update to 1.56
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.54 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.54 24 Dec 2016 12:48:37 |
wen |
- Update to 1.54
Changes: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.54/Changes |
1.52 19 Nov 2016 17:08:05 |
sunpoet |
- Update to 1.52
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.50 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.50 13 Feb 2016 17:34:55 |
adamw |
Update to 1.50. Many changes since 1.48 so it's worth a read through the
Changes file.
Also, add a BUNDLED_SQLITE option, which defaults to on, to choose
whether to use the included sqlite (as it has been) or the installed
library from ports.
Changes: https://metacpan.org/changes/distribution/DBD-SQLite |
1.48 29 Jun 2015 15:47:45 |
adamw |
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports. |
1.48 24 Jun 2015 15:16:24 |
adamw |
Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers). |
1.48 13 Jun 2015 13:52:26 |
sunpoet |
- Update to 1.48
- Strip shared library
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.46 22 Feb 2015 05:56:14 |
sunpoet |
- Add PORTSCOUT |
1.46 01 Jan 2015 16:09:45 |
sunpoet |
- Update to 1.46
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.42_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.42 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.42 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.42 25 Mar 2014 19:34:09 |
sunpoet |
- Update to 1.42
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.40 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
1.40 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.40 01 Aug 2013 13:37:22 |
jadawin |
- Update to 1.40
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.40/Changes |
1.39 10 Jun 2013 10:21:14 |
tobez |
Update to 1.39.
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.37 09 Jun 2012 21:07:38 |
sunpoet |
- Update to 1.37
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.35 25 Apr 2012 01:49:16 |
sunpoet |
- Fix LICENSE
- Pet portlint
- Add CPAN as primary WWW |
1.35 01 Dec 2011 10:50:31 |
tobez |
Update to 1.35.
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
Feature safe: yes |
1.33 31 May 2011 19:22:10 |
bapt |
- update to 1.33
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/DBD-SQLite-1.33/Changes
The build system never find the local sqlite but uses the bundled one so remove
the lib_depends on sqlite |
1.31 07 Dec 2010 19:35:25 |
linimon |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
1.31 05 Nov 2010 01:40:26 |
clsung |
- Update to 1.31
PR: ports/151928
Submitted by: leeym |
1.29 31 Jan 2010 01:04:40 |
pgollucci |
- Update to 1.29
PR: ports/142629
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (clsung; > 2 weeks) |
1.27 11 Dec 2009 07:15:48 |
clsung |
- Update to 1.27
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.25 20 May 2009 07:48:55 |
clsung |
- Update to 1.25
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes |
1.23 13 May 2009 02:29:49 |
clsung |
- Update to 1.23
PR: ports/133915
Submitted by: TERAMOTO Masahiro <markun_AT_onohara dot to> |
1.14 22 Sep 2007 03:55:59 |
clsung |
- Update to 1.14 |
1.13 18 Jun 2007 10:13:48 |
erwin |
Remove 4.x workaround. |
1.13 27 Mar 2007 10:15:40 |
tobez |
Fix dependency on [renamed] sqlite3.
PR: 110905
Submitted by: leafy <leafy7382@gmail.com> |
1.13 12 Sep 2006 13:29:00 |
mat |
Update to 1.13 |
1.12 12 Apr 2006 10:12:45 |
tobez |
Update to 1.12. |
1.11_2 22 Mar 2006 14:54:16 |
tobez |
Switch to always using sqlite library from databases/sqlite3 port as
opposed to using the version of the library bundled with this port.
Rationale: the recent versions of databases/sqlite3 introduced
incompatible changes to the DB file format, and we'd like to keep
interoperability between this port and databases/sqlite3.
Reported by: edwin
PR: 94668 |
1.11_1 11 Feb 2006 13:36:53 |
tobez |
Make it always use bundled sqlite source, since it does not work well if
it finds and uses installed databases/sqlite library. |
1.11 22 Jan 2006 01:29:10 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.11 04 Dec 2005 16:08:20 |
tobez |
Update to 1.11. |
1.10 03 Dec 2005 04:31:08 |
nork |
Fix build error on 4.x with perl5.005. |
1.10 02 Dec 2005 10:10:47 |
erwin |
Update to 1.10 |
1.09 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
1.09 28 Aug 2005 07:16:34 |
nork |
Fix build on 4.x.
Because perl 5.005 didn't have $Config{d_usleep},
$Config{d_usleep} was compulsorily used by replaceement to 1.
Pointed out by: pointyhat via kris
Reviewed by: tobez |
1.09 31 Jul 2005 12:07:31 |
nork |
Update to 1.09 (based on SQLite 3.2.2). |
1.08 28 Feb 2005 13:22:41 |
tobez |
Update to 1.08. |
1.07_1 28 Dec 2004 15:35:22 |
nork |
Fix runtime error on 4.x. |
1.07 14 Oct 2004 19:54:20 |
tobez |
Sync COMMENT with reality. |
1.07 12 Oct 2004 16:21:26 |
nork |
Update to 1.0.7 (based on SQLite 3.0.8).
Pointed out by: mat |
1.06 12 Oct 2004 16:10:31 |
nork |
Update to 1.06 (Based on SQLite 3.0.7). |
0.33 12 Oct 2004 15:59:16 |
nork |
Repocopy from p5-DBD-SQLite to p5-DBD-SQLite2.
o Update to 0.33.
o Remove unnecessary perl script.
o Remove a patch which was already merged.
Repo copied by: marcus (pcvs) |
0.31_1 13 Aug 2004 15:21:20 |
nork |
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.
Inspired by: freebsd-perl@ |
0.31_1 11 Jun 2004 14:22:57 |
nork |
Fix a crash problem.
PR: ports/63233 [1]
Reported by: Stefan `Sec` Zehl <sec@42.org> [1]
Submitted by: kuriyama
Obtained from: DBD::SQLite cvs repository |
0.31 16 Feb 2004 07:13:48 |
nork |
Update to 0.30 (based of SQLite 2.8.12). |
0.30 13 Feb 2004 08:02:05 |
nork |
Update to 0.30 (Based on SQLite 2.8.11). |
0.29 16 Jan 2004 08:53:19 |
nork |
Update to 0.29 (based on SQLite 2.8.7). |
0.28 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.28 16 Sep 2003 05:43:52 |
erwin |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
0.28 28 Aug 2003 11:23:31 |
nork |
Update to 0.28 (based on SQLite 2.8.6). |
0.25 23 Mar 2003 07:15:07 |
nork |
Update to 0.25 (based on SQLite 2.8.0). |
0.24 22 Feb 2003 16:16:12 |
nork |
De-pkg-comment. |
0.24 05 Feb 2003 09:44:43 |
nork |
Update to 0.24 (based on SQLite 2.7.6). |
0.22 01 Jan 2003 21:50:11 |
nork |
Update to 0.22(based on SQLite 2.7.4). pkg-descr minor fix with WWW:. |
0.21 31 Oct 2002 09:06:50 |
nork |
Update to 0.21 (based on SQLite 2.7.2) |
0.19 14 Aug 2002 16:32:58 |
nork |
Update to 0.19 (based on SQLite 2.6.3)
Approved by: knu (mentor) |
0.18 06 Aug 2002 07:14:37 |
nork |
Update to 0.18 (based on SQLite 2.5.6)
Approved by: knu (mentor) |
0.16 02 Jul 2002 08:40:55 |
nork |
Update to 0.16 (based on SQLite 2.5.0)
Reviewed by: knu (mentor)
Approved by: knu (mentor) |
0.15 06 Apr 2002 20:37:23 |
nork |
Reviewed by: knu (mentor)
Import of a perl5 module for accessing SQLite2 databases through the DBI |