Port details |
- p5-DBIx-Simple Simplified object oriented interface to Perl DBI
- 1.37 databases
=1 1.37Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2005-12-11 12:42:44
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Tie-EncryptedHash, p5-type1inst, p5-Net-Domain-TLD
- Also Listed In: perl5
- License: not specified in port
- Description:
- DBIx::Simple module aims to be a simplified object oriented interface to Perl
DBI. From its description ...
Query preparation and execution are combined in a single method, the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.
The "query" method returns either a result object, or a dummy object. The
dummy object returns undef (or an empty list) for all methods and when used in
boolean context, is false. The dummy object lets you postpone (or skip) error
checking, but it also makes immediate error check simply " $db->query(...) or
die $db->error".
WWW: https://metacpan.org/release/DBIx-Simple
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DBIx-Simple>0:databases/p5-DBIx-Simple
- To install the port:
- cd /usr/ports/databases/p5-DBIx-Simple/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-DBIx-Simple
- pkg install p5-DBIx-Simple
- PKGNAME: p5-DBIx-Simple
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1513077482
SHA256 (DBIx-Simple-1.37.tar.gz) = 46d311aa2ce08907401c56119658426dbb044c5a40de73d9a7b79bf50390cae3
SIZE (DBIx-Simple-1.37.tar.gz) = 20397
- 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.21 : databases/p5-DBI
- p5-DBD-SQLite>=0 : databases/p5-DBD-SQLite
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBI>=1.21 : databases/p5-DBI
- p5-DBD-SQLite>=0 : databases/p5-DBD-SQLite
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- mail/p5-Mail-DMARC
- for Run
-
- mail/p5-Mail-DMARC
- Configuration Options:
- ===> The following configuration options are available for p5-DBIx-Simple-1.37:
DBIX_XHTML_TABLE=off: Create XHTML tables from SQL queries
SQL_ABSTRACT=off: Generate SQL from Perl data structures
SQL_INTERP=off: Interpolate Perl variables into SQL
TEXT_TABLE=off: Create plain text table from data
===> Use 'make config' to modify these settings
- Options name:
- databases_p5-DBIx-Simple
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.37
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
1.37
|
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) |
27 May 2018 20:15:20
1.37
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
12 Dec 2017 13:34:01
1.37
|
sunpoet  |
Update to 1.37
Changes: http://search.cpan.org/dist/DBIx-Simple/Changes |
11 Dec 2017 10:41:16
1.36
|
sunpoet  |
Update to 1.36
- Add NO_ARCH
Changes: http://search.cpan.org/dist/DBIx-Simple/Changes |
01 Apr 2016 14:00:57
1.35_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
09 May 2015 16:50:00
1.35_1
|
adamw  |
Reassign databases/ perl modules to perl@.
Also:
- Sort plists
- Sort DEPENDS
- Add TEST_DEPENDS where necessary
- p5-Class-DBI-DDL: switch to USE_PERL5=configure
- Remove unnecessary or unusual stuff from pkg-descr's
- Regenerate patches using makepatch where necessary
- Based on the description from p5-DBIx-Password (most of which I've
excised), it isn't clear whether this module even works when it's
built non-interactive
- p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS
as well
- p5-T2: Fails 'make test' (as it did before). The module isn't even
present on CPAN or Meta::CPAN, and should probably be considered
for deletion |
26 Nov 2014 13:08:38
1.35_1
|
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 ) |
20 Oct 2014 10:41:13
1.35
|
bapt  |
Cleanup plist |
28 Feb 2014 07:10:26
1.35
|
sunpoet  |
- Reset maintainership
- While I'm here:
- Add BUILD_DEPENDS
- Convert to new options helper
- Sort PLIST
PR: ports/187127
Submitted by: parv <parv@pair.com> (maintainer) |
05 Feb 2014 13:43:06
1.35
|
ehaupt  |
Support staging. |
20 Sep 2013 16:13:49
1.35
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
17 Sep 2013 09:00:42
1.35
|
bapt  |
Convert to new perl framework |
21 Mar 2013 17:43:46
1.35 
|
bapt  |
Convert to new options framework left unconverted ports in databases category |
09 Sep 2012 01:57:02
1.35
|
swills  |
- Update to 1.35
PR: ports/171058
Approved by: maintainer timeout (parv@pair.com, >2 weeks) |
30 Jun 2012 14:48:31
1.34
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
15 Dec 2010 00:26:50
1.34
|
wen  |
- Update to 1.34
Changelog: http://search.cpan.org/src/JUERD/DBIx-Simple-1.34/Changes
PR: ports/153134
Submitted by: Wen Heping (myself)
Approved by: maintainer |
21 Feb 2008 12:19:25
1.32
|
gabor  |
- Update to 1.32
- Add SQL_INTERP OPTION
- Style
PR: ports/120895
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Parv <parv@pair.com> (maintainer) |
08 Sep 2007 00:54:37
1.26
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
22 Jan 2006 01:29:10
1.26
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
18 Dec 2005 09:33:37
1.26
|
erwin  |
Add OPTIONS
PR: 90509
Submitted by: parv@pair.com (maintainer) |
11 Dec 2005 12:41:55
1.26
|
erwin  |
DBIx::Simple module aims to be a simplified object oriented interface to Perl
DBI. From its description ...
Query preparation and execution are combined in a single method, the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.
The "query" method returns either a result object, or a dummy object. The
dummy object returns undef (or an empty list) for all methods and when used in
boolean context, is false. The dummy object lets you postpone (or skip) error
checking, but it also makes immediate error check simply " $db->query(...) or
die $db->error".
WWW: http://search.cpan.org/dist/DBIx-Simple/
PR: ports/90230
Submitted by: Parv <parv@pair.org> |