pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-DBIx-Simple: moved to pkgsrc proper.
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Wed Jan 10 11:33:36 2024 -0500
Changeset: 2bef6749edcac5967fc7fbfcb1a16f48ba24578d
Removed Files:
p5-DBIx-Simple/DESCR
p5-DBIx-Simple/Makefile
p5-DBIx-Simple/distinfo
Log Message:
p5-DBIx-Simple: moved to pkgsrc proper.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bef6749edcac5967fc7fbfcb1a16f48ba24578d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-DBIx-Simple/DESCR | 14 --------------
p5-DBIx-Simple/Makefile | 18 ------------------
p5-DBIx-Simple/distinfo | 5 -----
3 files changed, 37 deletions(-)
diffs:
diff --git a/p5-DBIx-Simple/DESCR b/p5-DBIx-Simple/DESCR
deleted file mode 100644
index d0d5a18ba2..0000000000
--- a/p5-DBIx-Simple/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-DBIx::Simple provides a simplified interface to DBI,
-Perl's powerful database module.
-
-This module is aimed at rapid development and easy maintenance.
-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 a empty list) for all methods
-when used in boolean context, is false. The dummy object
-lets you postpone (or skip) error checking, but it also
-makes immediate error checking simply
-$db->query(...) or die $db->error
diff --git a/p5-DBIx-Simple/Makefile b/p5-DBIx-Simple/Makefile
deleted file mode 100644
index 4abfedd521..0000000000
--- a/p5-DBIx-Simple/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/10/04 10:45:25 asau Exp $
-
-DISTNAME= DBIx-Simple-1.37
-PKGNAME= p5-${DISTNAME}
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
-
-MAINTAINER= ficovh%yahoo.com@localhost
-HOMEPAGE= https://metacpan.org/pod/DBIx::Simple
-COMMENT= DBIx::Simple - Easy-to-use OO interface to DBI
-
-DEPENDS+= p5-DBI>=1.21:../../databases/p5-DBI
-
-PERL5_PACKLIST= auto/DBIx/Simple/.packlist
-USE_LANGUAGES= # none
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-DBIx-Simple/distinfo b/p5-DBIx-Simple/distinfo
deleted file mode 100644
index 5a4f017932..0000000000
--- a/p5-DBIx-Simple/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/06/18 14:11:53 uccwen Exp $
-
-RMD160 (DBIx-Simple-1.37.tar.gz) = 5b3744d44d0c5506f36d49e8df80b420514f918f
-SHA512 (DBIx-Simple-1.37.tar.gz) = f79b26bf52db33629950bc95f6c17dd13a2af135deeaf6ff5b0570ad852911fd0d27196636e605a93e9b3d740699110f2ece7abc24fcbbfd08a2f3ddce5d65b0
-Size (DBIx-Simple-1.37.tar.gz) = 20397 bytes
Home |
Main Index |
Thread Index |
Old Index