Port details |
- p5-DBIx-Ease Less-code DBI interactions for all drivers
- 0.07_1 databases
=0 0.07_1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-08-20 08:28:11
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- Also Listed In: perl5
- License: not specified in port
- Description:
- DBIx::Ease is intended to allow less-code DBI interactions.
Upon creation of a new DBIx::Ease object you should pass the portion of the DSN
(Data Source Name) common to all connections the object is supposed to store.
Replace the variable portions with '<databasename>'. Whenever you wish to make
only one connection you may enter the complete DSN, also when you want to make
connections with the same source but as different users, then call exec() with
different names of your choice as initial argument.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DBIx-Ease>0:databases/p5-DBIx-Ease
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-DBIx-Ease
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (DBIx-Ease-0.07.tar.gz) = 666ab39019c12280750321768221c35cbe0d5c02303e2c52e5cab4d9ada83414
SIZE (DBIx-Ease-0.07.tar.gz) = 1851
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-DBI>=0 : databases/p5-DBI
- perl5>=5.30.r1<5.31 : lang/perl5.30
- Runtime dependencies:
-
- p5-DBI>=0 : databases/p5-DBI
- perl5>=5.30.r1<5.31 : lang/perl5.30
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
0.07_1 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.07_1 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.07_1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
0.07_1 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
0.07_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.07_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.07_1 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
0.07_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 ) |
0.07 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.07 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
0.07 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.07 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.07 03 Jun 2012 18:57:30 |
crees |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az |
0.07 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.07 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.07 15 Jun 2007 17:22:11 |
erwin |
- Remove 4.x workaround
- portlint
Approved by: maintainer (apriori) |
0.07 22 Jun 2006 14:53:06 |
mat |
Fixup the distfile shortage |
0.07 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) |
0.07 03 Jan 2006 04:48:51 |
edwin |
databases/p5-DBIx-Ease - WWW location is incorrect.
There seems to be no sign of DBIx::Ease module when trying
to access through the given URL in pkg-descr.
PR: ports/90231
Submitted by: Parv <parv@pair.com>
Approved by: maintainer timeout |
0.07 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
0.07 29 Jan 2004 13:37:55 |
mat |
Add SIZE field |
0.07 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.07 20 Aug 2003 08:26:23 |
mat |
Add p5-DBIx-Ease 0.07
DBIx::Ease is intended to allow less-code DBI interactions.
PR: 54706
Submitted by: mat
Approved by: demon (mentor) |