git: a74a69da5df0 - main - databases/p5-DBIx-QuickDB: Add p5-DBIx-QuickDB 0.000021
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 19 12:25:48 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a74a69da5df0215ec72a06d297212896d340e326
commit a74a69da5df0215ec72a06d297212896d340e326
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-19 12:21:54 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-19 12:25:40 +0000
databases/p5-DBIx-QuickDB: Add p5-DBIx-QuickDB 0.000021
DBIx::QuickDB makes it easy to spin up a temporary database server for any
supported driver. PostgreSQL and MySQL are the initially supported drivers.
WWW: https://metacpan.org/dist/DBIx-QuickDB
---
databases/Makefile | 1 +
databases/p5-DBIx-QuickDB/Makefile | 28 ++++++++++++++++++++++++++++
databases/p5-DBIx-QuickDB/distinfo | 3 +++
databases/p5-DBIx-QuickDB/pkg-descr | 4 ++++
databases/p5-DBIx-QuickDB/pkg-plist | 19 +++++++++++++++++++
5 files changed, 55 insertions(+)
diff --git a/databases/Makefile b/databases/Makefile
index 3c6719681136..3a49849f6387 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -397,6 +397,7 @@
SUBDIR += p5-DBIx-Password
SUBDIR += p5-DBIx-Perlish
SUBDIR += p5-DBIx-QueryLog
+ SUBDIR += p5-DBIx-QuickDB
SUBDIR += p5-DBIx-Recordset
SUBDIR += p5-DBIx-RetryOverDisconnects
SUBDIR += p5-DBIx-SQLEngine
diff --git a/databases/p5-DBIx-QuickDB/Makefile b/databases/p5-DBIx-QuickDB/Makefile
new file mode 100644
index 000000000000..f0e56c5dcd56
--- /dev/null
+++ b/databases/p5-DBIx-QuickDB/Makefile
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= DBIx-QuickDB
+PORTVERSION= 0.000021
+CATEGORIES= databases perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Quickly start a db server
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
+ p5-Importer>=0.024:devel/p5-Importer \
+ p5-Module-Pluggable>=2.7:devel/p5-Module-Pluggable \
+ p5-Test2-Suite>=0.000097:devel/p5-Test2-Suite
+TEST_DEPENDS= p5-Capture-Tiny>=0.20:devel/p5-Capture-Tiny
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-QuickDB/distinfo b/databases/p5-DBIx-QuickDB/distinfo
new file mode 100644
index 000000000000..c5e1a41ee1bc
--- /dev/null
+++ b/databases/p5-DBIx-QuickDB/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626542783
+SHA256 (DBIx-QuickDB-0.000021.tar.gz) = 5fec94052cab1b22543818d094553f317013003b7797db11ed7a0261220bbce8
+SIZE (DBIx-QuickDB-0.000021.tar.gz) = 50141
diff --git a/databases/p5-DBIx-QuickDB/pkg-descr b/databases/p5-DBIx-QuickDB/pkg-descr
new file mode 100644
index 000000000000..d3428836f527
--- /dev/null
+++ b/databases/p5-DBIx-QuickDB/pkg-descr
@@ -0,0 +1,4 @@
+DBIx::QuickDB makes it easy to spin up a temporary database server for any
+supported driver. PostgreSQL and MySQL are the initially supported drivers.
+
+WWW: https://metacpan.org/dist/DBIx-QuickDB
diff --git a/databases/p5-DBIx-QuickDB/pkg-plist b/databases/p5-DBIx-QuickDB/pkg-plist
new file mode 100644
index 000000000000..5aaead400333
--- /dev/null
+++ b/databases/p5-DBIx-QuickDB/pkg-plist
@@ -0,0 +1,19 @@
+%%SITE_PERL%%/DBIx/QuickDB.pm
+%%SITE_PERL%%/DBIx/QuickDB/Driver.pm
+%%SITE_PERL%%/DBIx/QuickDB/Driver/MySQL.pm
+%%SITE_PERL%%/DBIx/QuickDB/Driver/PostgreSQL.pm
+%%SITE_PERL%%/DBIx/QuickDB/Driver/SQLite.pm
+%%SITE_PERL%%/DBIx/QuickDB/Pool.pm
+%%SITE_PERL%%/DBIx/QuickDB/Util.pm
+%%SITE_PERL%%/DBIx/QuickDB/Util/HashBase.pm
+%%SITE_PERL%%/DBIx/QuickDB/Watcher.pm
+%%SITE_PERL%%/Test2/Tools/QuickDB.pm
+%%PERL5_MAN3%%/DBIx::QuickDB.3.gz
+%%PERL5_MAN3%%/DBIx::QuickDB::Driver.3.gz
+%%PERL5_MAN3%%/DBIx::QuickDB::Driver::MySQL.3.gz
+%%PERL5_MAN3%%/DBIx::QuickDB::Driver::PostgreSQL.3.gz
+%%PERL5_MAN3%%/DBIx::QuickDB::Driver::SQLite.3.gz
+%%PERL5_MAN3%%/DBIx::QuickDB::Pool.3.gz
+%%PERL5_MAN3%%/DBIx::QuickDB::Util::HashBase.3.gz
+%%PERL5_MAN3%%/DBIx::QuickDB::Watcher.3.gz
+%%PERL5_MAN3%%/Test2::Tools::QuickDB.3.gz
More information about the dev-commits-ports-all
mailing list