Port details |
- p5-DBIx-Simple Simplified object oriented interface to Perl DBI
- 1.37 databases =3 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: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-MIME-Tools, p5-Class-DBI-DATA-Schema, p5-CGI-Untaint, newfile, OpenSP
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/DBIx-Simple
- 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".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.37 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.37 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.37 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.37 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.37 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.37 12 Dec 2017 13:34:01 |
sunpoet |
Update to 1.37
Changes: http://search.cpan.org/dist/DBIx-Simple/Changes |
1.36 11 Dec 2017 10:41:16 |
sunpoet |
Update to 1.36
- Add NO_ARCH
Changes: http://search.cpan.org/dist/DBIx-Simple/Changes |
1.35_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.35_1 09 May 2015 16:50:00 |
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 |
1.35_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.35 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.35 28 Feb 2014 07:10:26 |
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) |
1.35 05 Feb 2014 13:43:06 |
ehaupt |
Support staging. |
1.35 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.35 17 Sep 2013 09:00:42 |
bapt |
Convert to new perl framework |
1.35 21 Mar 2013 17:43:46 |
bapt |
Convert to new options framework left unconverted ports in databases category |
1.35 09 Sep 2012 01:57:02 |
swills |
- Update to 1.35
PR: ports/171058
Approved by: maintainer timeout (parv@pair.com, >2 weeks) |
1.34 30 Jun 2012 14:48:31 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.34 15 Dec 2010 00:26:50 |
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 |
1.32 21 Feb 2008 12:19:25 |
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) |
1.26 08 Sep 2007 00:54:37 |
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 |
1.26 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.26 18 Dec 2005 09:33:37 |
erwin |
Add OPTIONS
PR: 90509
Submitted by: parv@pair.com (maintainer) |
1.26 11 Dec 2005 12:41:55 |
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> |