FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:34 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
p5-DBD-SQLite 1.29 databases on this many watch lists=22 search for ports that depend on this port
Provides access to SQLite3 databases through the DBI
Maintained by: clsung@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Apr 2002 21:37:37
Also Listed In: perl5


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.

WWW: http://www.sqlite.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: databases/sqlite3, databases/p5-DBI, lang/perl5.8
Required To Run: databases/sqlite3, databases/p5-DBI, lang/perl5.8, lang/perl5.8

To install the port: cd /usr/ports/databases/p5-DBD-SQLite/ && make install clean
To add the package: pkg_add -r p5-DBD-SQLite


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/DBD/
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/DBD/
http://www.cpan.dk/modules/by-module/DBD/
http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/DBD/
http://ring.k-opti.com/archives/lang/perl/CPAN/modules/by-module/DBD/
http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/DBD/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/DBD/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/DBD/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/DBD/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/DBD/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/DBD/
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/DBD/
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/DBD/
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/DBD/
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/DBD/
http://at.cpan.org/modules/by-module/DBD/
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/DBD/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/DBD/
http://backpan.cpan.org/modules/by-module/DBD/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 41

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
31 Jan 2010 01:04:40
Original commit files touched by this commit  1.29
pgollucci search for other commits by this committer
- Update to 1.29

PR:             ports/142629
Submitted by:   myself (pgollucci@)
Approved by:    maintainer timeout (clsung; > 2 weeks)
11 Dec 2009 07:15:48
Original commit files touched by this commit  1.27
clsung search for other commits by this committer
- Update to 1.27

Changes:        http://search.cpan.org/dist/DBD-SQLite/Changes
20 May 2009 08:48:55
Original commit files touched by this commit  1.25
clsung search for other commits by this committer
- Update to 1.25

Changes:        http://search.cpan.org/dist/DBD-SQLite/Changes
13 May 2009 03:29:49
Original commit files touched by this commit  1.23
clsung search for other commits by this committer
- Update to 1.23

PR:             ports/133915
Submitted by:   TERAMOTO Masahiro <markun_AT_onohara dot to>
22 Sep 2007 04:55:59
Original commit files touched by this commit  1.14
clsung search for other commits by this committer
- Update to 1.14
18 Jun 2007 11:13:48
Original commit files touched by this commit  1.13
erwin search for other commits by this committer
Remove 4.x workaround.
27 Mar 2007 11:15:40
Original commit files touched by this commit  1.13
tobez search for other commits by this committer
Fix dependency on [renamed] sqlite3.

PR:             110905
Submitted by:   leafy <leafy7382@gmail.com>
12 Sep 2006 14:29:00
Original commit files touched by this commit  1.13
mat search for other commits by this committer
Update to 1.13
12 Apr 2006 11:12:45
Original commit files touched by this commit  1.12
tobez search for other commits by this committer
Update to 1.12.
22 Mar 2006 14:54:16
Original commit files touched by this commit  1.11_2
tobez search for other commits by this committer
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
11 Feb 2006 13:36:53
Original commit files touched by this commit  1.11_1
tobez search for other commits by this committer
Make it always use bundled sqlite source, since it does not work well if
it finds and uses installed databases/sqlite library.
22 Jan 2006 01:29:10
Original commit files touched by this commit  1.11
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
04 Dec 2005 16:08:20
Original commit files touched by this commit  1.11
tobez search for other commits by this committer
Update to 1.11.
03 Dec 2005 04:31:08
Original commit files touched by this commit  1.10
nork search for other commits by this committer
Fix build error on 4.x with perl5.005.
02 Dec 2005 10:10:47
Original commit files touched by this commit  1.10
erwin search for other commits by this committer
Update to 1.10
14 Nov 2005 15:05:17
Original commit files touched by this commit  1.09
mat search for other commits by this committer
Take a perl@ hat and add SHA256 checksums
28 Aug 2005 08:16:34
Original commit files touched by this commit  1.09
nork search for other commits by this committer
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
31 Jul 2005 13:07:31
Original commit files touched by this commit  1.09
nork search for other commits by this committer
Update to 1.09 (based on SQLite 3.2.2).
28 Feb 2005 13:22:41
Original commit files touched by this commit  1.08
tobez search for other commits by this committer
Update to 1.08.
28 Dec 2004 15:35:22
Original commit files touched by this commit  1.07_1
nork search for other commits by this committer
Fix runtime error on 4.x.
14 Oct 2004 20:54:20
Original commit files touched by this commit  1.07
tobez search for other commits by this committer
Sync COMMENT with reality.
12 Oct 2004 17:21:26
Original commit files touched by this commit  1.07
nork search for other commits by this committer
Update to 1.0.7 (based on SQLite 3.0.8).

Pointed out by: mat
12 Oct 2004 17:10:31
Original commit files touched by this commit  1.06
nork search for other commits by this committer
Update to 1.06 (Based on SQLite 3.0.7).
12 Oct 2004 16:59:16
Original commit files touched by this commit  0.33
nork search for other commits by this committer
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)
13 Aug 2004 16:21:20
Original commit files touched by this commit  0.31_1
nork search for other commits by this committer
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.

Inspired by:    freebsd-perl@
11 Jun 2004 15:22:57
Original commit files touched by this commit  0.31_1
nork search for other commits by this committer
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
16 Feb 2004 07:13:48
Original commit files touched by this commit  0.31
nork search for other commits by this committer
Update to 0.30 (based of SQLite 2.8.12).
13 Feb 2004 08:02:05
Original commit files touched by this commit  0.30
nork search for other commits by this committer
Update to 0.30 (Based on SQLite 2.8.11).
16 Jan 2004 08:53:19
Original commit files touched by this commit  0.29
nork search for other commits by this committer
Update to 0.29 (based on SQLite 2.8.7).
24 Oct 2003 13:05:09
Original commit files touched by this commit  0.28
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
16 Sep 2003 06:43:52
Original commit files touched by this commit  0.28
erwin search for other commits by this committer
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)
28 Aug 2003 12:23:31
Original commit files touched by this commit  0.28
nork search for other commits by this committer
Update to 0.28 (based on SQLite 2.8.6).
23 Mar 2003 07:15:07
Original commit files touched by this commit  0.25
nork search for other commits by this committer
Update to 0.25 (based on SQLite 2.8.0).
22 Feb 2003 16:16:12
Original commit files touched by this commit  0.24
nork search for other commits by this committer
De-pkg-comment.
05 Feb 2003 09:44:43
Original commit files touched by this commit  0.24
nork search for other commits by this committer
Update to 0.24 (based on SQLite 2.7.6).
01 Jan 2003 21:50:11
Original commit files touched by this commit  0.22
nork search for other commits by this committer
Update to 0.22(based on SQLite 2.7.4). pkg-descr minor fix with WWW:.
31 Oct 2002 09:06:50
Original commit files touched by this commit  0.21
nork search for other commits by this committer
Update to 0.21 (based on SQLite 2.7.2)
14 Aug 2002 17:32:58
Original commit files touched by this commit  0.19
nork search for other commits by this committer
Update to 0.19 (based on SQLite 2.6.3)

Approved by:    knu (mentor)
06 Aug 2002 08:14:37
Original commit files touched by this commit  0.18
nork search for other commits by this committer
Update to 0.18 (based on SQLite 2.5.6)

Approved by:    knu (mentor)
02 Jul 2002 09:40:55
Original commit files touched by this commit  0.16
nork search for other commits by this committer
Update to 0.16 (based on SQLite 2.5.0)

Reviewed by:    knu (mentor)
Approved by:    knu (mentor)
06 Apr 2002 21:37:23
Original commit files touched by this commit  0.15
nork search for other commits by this committer
Reviewed by:    knu (mentor)
Import of a perl5 module for accessing SQLite2 databases through the DBI

Number of commits found: 41

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.196 seconds.