Port details |
- p5-Class-DBI-DDL DDL for Class-DBI
- 1.02_1 databases =2 1.02_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2005-03-15 23:23:47
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Class-DBI-DDL
- Description:
- Combined with Class::DBI to create and dispose of tables
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Class-DBI-DDL>0:databases/p5-Class-DBI-DDL
- To install the port:
- cd /usr/ports/databases/p5-Class-DBI-DDL/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-Class-DBI-DDL
- pkg install p5-Class-DBI-DDL
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Class-DBI-DDL
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Class-DBI-DDL-1.02.tar.gz) = eeb54d95f71a97fb3f5f33772fadcc2ddcde4f42db1d18c6196ea2b5a760c78f
SIZE (Class-DBI-DDL-1.02.tar.gz) = 7896
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-Class-DBI>=0 : databases/p5-Class-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Class-DBI>=0 : databases/p5-Class-DBI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_p5-Class-DBI-DDL
- 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.02_1 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.02_1 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.02_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.02_1 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.02_1 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.02_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.02_1 11 May 2015 16:45:48 |
mat |
This *needs* Module::Build to build.
Pointy hat to: adamw
Sponsored by: Absolight |
1.02_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.02_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.02 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.02 03 Nov 2013 06:53:55 |
vanilla |
Support STAGEDIR. |
1.02 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.02 02 Aug 2013 21:38:10 |
mat |
- Convert to new perl framework
- Trim Makefile header |
1.02 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
1.02 04 Jun 2012 13:06:24 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.02 17 Sep 2011 06:50:17 |
sunpoet |
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.02 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.02 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.02 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.02 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.02 05 Mar 2007 07:16:03 |
linimon |
Reset daniel@itxl.nl by his request; he is too busy to keep up with these
ports right now. We hope to see him back in the future.
Hat: portmgr |
1.02 31 May 2006 17:47:09 |
aaron |
- Update from v1.01 to v1.02
- Update pkg-plist
1.02 Thu Sep 15 2005 Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
* Switched from ExtUtils::MakeMaker to Module::Build.
* Added dependencies on Class::DBI 0.96 (thanks to MJH
<mjh@liminalflux.net for the suggestion)
* Updated the README documentation.
* Changed the environment variables used for testing.
* Fixed testing so that tests are skipped when optional
prerequisites are not installed.
* Removed Class::DBI::DDL::mysql as it did nothing.
PR: 98180
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit) |
1.01 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
1.01 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.01 15 Mar 2005 23:23:12 |
flz |
- Add p5-Class-DBI-DDL 1.01, DDL for Class-DBI.
PR: ports/76406
Submitted by: Daniel Wijnands <daniel@itxl.nl> |