pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Catalyst-*CDBI: remove deprecated packages
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Sep 19 22:25:40 2017 +0200
Changeset: 4d60e5ecee7698b2c3d5daddf69c4e084e9479de
Modified Files:
Makefile
Removed Files:
p5-Catalyst-Model-CDBI/DESCR
p5-Catalyst-Model-CDBI/Makefile
p5-Catalyst-Model-CDBI/distinfo
p5-Catalyst-Plugin-Authentication-CDBI/DESCR
p5-Catalyst-Plugin-Authentication-CDBI/Makefile
p5-Catalyst-Plugin-Authentication-CDBI/distinfo
p5-Catalyst-Plugin-Session-Store-CDBI/DESCR
p5-Catalyst-Plugin-Session-Store-CDBI/Makefile
p5-Catalyst-Plugin-Session-Store-CDBI/distinfo
Log Message:
p5-Catalyst-*CDBI: remove deprecated packages
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d60e5ecee7698b2c3d5daddf69c4e084e9479de
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 7 +++----
p5-Catalyst-Model-CDBI/DESCR | 2 --
p5-Catalyst-Model-CDBI/Makefile | 22 ---------------------
p5-Catalyst-Model-CDBI/distinfo | 5 -----
p5-Catalyst-Plugin-Authentication-CDBI/DESCR | 1 -
p5-Catalyst-Plugin-Authentication-CDBI/Makefile | 21 --------------------
p5-Catalyst-Plugin-Authentication-CDBI/distinfo | 5 -----
p5-Catalyst-Plugin-Session-Store-CDBI/DESCR | 1 -
p5-Catalyst-Plugin-Session-Store-CDBI/Makefile | 26 -------------------------
p5-Catalyst-Plugin-Session-Store-CDBI/distinfo | 5 -----
10 files changed, 3 insertions(+), 92 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 60811f9ce3..98f94023e1 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,7 @@ SUBDIR+= amaya
SUBDIR+= analizo
SUBDIR+= and
SUBDIR+= android-tools-adb
+SUBDIR+= android-tools-adb8
SUBDIR+= angelscript
SUBDIR+= ann
SUBDIR+= ansible
@@ -261,6 +262,7 @@ SUBDIR+= boost-poly_collection
SUBDIR+= boost-test-suite
SUBDIR+= boost-threadpool
SUBDIR+= boost-yap
+SUBDIR+= boringssl
SUBDIR+= bowtie
SUBDIR+= bowtie2
SUBDIR+= bpcscripts
@@ -891,6 +893,7 @@ SUBDIR+= gcc46-libs
SUBDIR+= gcc47
SUBDIR+= gcc47-libs
SUBDIR+= gcc6snapshot
+SUBDIR+= gcc7-contrib
SUBDIR+= gcc7snapshot
SUBDIR+= gcc8snapshot
SUBDIR+= gconf-cleaner
@@ -2346,11 +2349,9 @@ SUBDIR+= p5-Catalyst-Controller-DBIC-API
SUBDIR+= p5-Catalyst-Engine-Apache
SUBDIR+= p5-Catalyst-Helper-Model-Email
SUBDIR+= p5-Catalyst-Log-Log4perl
-SUBDIR+= p5-Catalyst-Model-CDBI
SUBDIR+= p5-Catalyst-Model-DBIC
SUBDIR+= p5-Catalyst-Model-DBIC-Plain
SUBDIR+= p5-Catalyst-Model-LDAP
-SUBDIR+= p5-Catalyst-Plugin-Authentication-CDBI
SUBDIR+= p5-Catalyst-Plugin-Authentication-Store-Htpasswd
SUBDIR+= p5-Catalyst-Plugin-Cache-FileCache
SUBDIR+= p5-Catalyst-Plugin-Compress-Zlib
@@ -2363,7 +2364,6 @@ SUBDIR+= p5-Catalyst-Plugin-Pluggable
SUBDIR+= p5-Catalyst-Plugin-Prototype
SUBDIR+= p5-Catalyst-Plugin-Session-FastMmap
SUBDIR+= p5-Catalyst-Plugin-Session-State-URI
-SUBDIR+= p5-Catalyst-Plugin-Session-Store-CDBI
SUBDIR+= p5-Catalyst-Plugin-Session-Store-DBI
SUBDIR+= p5-Catalyst-Plugin-Singleton
SUBDIR+= p5-Catalyst-Plugin-Static
@@ -2436,7 +2436,6 @@ SUBDIR+= p5-Lingua-StopWords
SUBDIR+= p5-Lingua-Translate
SUBDIR+= p5-MKDoc-XML
SUBDIR+= p5-MMapDB
-SUBDIR+= p5-Mail-Message
SUBDIR+= p5-MasonX-Apache2Handler
SUBDIR+= p5-Math-FixedPrecision
SUBDIR+= p5-Math-Gauss
diff --git a/p5-Catalyst-Model-CDBI/DESCR b/p5-Catalyst-Model-CDBI/DESCR
deleted file mode 100644
index 3fea860a41..0000000000
--- a/p5-Catalyst-Model-CDBI/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This is the Class::DBI model class for Catalyst. It's built on top
-of Class::DBI::Loader.
diff --git a/p5-Catalyst-Model-CDBI/Makefile b/p5-Catalyst-Model-CDBI/Makefile
deleted file mode 100644
index 3e0b8f17c4..0000000000
--- a/p5-Catalyst-Model-CDBI/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/10/04 09:13:28 asau Exp $
-
-DISTNAME= Catalyst-Model-CDBI-0.08
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MR/MRAMBERG/}
-PERL5_REQD+= 5.6.0
-
-MAINTAINER= kuli0020%umn.edu@localhost
-HOMEPAGE= http://search.cpan.org/dist/Catalyst-Model-CDBI/
-COMMENT= CDBI model class for Catalyst
-
-DEPENDS+= p5-Class-DBI-Loader>=0.2:../../wip/p5-Class-DBI-Loader
-DEPENDS+= p5-Catalyst-Runtime>=4:../../www/p5-Catalyst-Runtime
-DEPENDS+= p5-Class-DBI>=0:../../databases/p5-Class-DBI
-
-
-PERL5_PACKLIST= auto/Catalyst/Model/CDBI/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Catalyst-Model-CDBI/distinfo b/p5-Catalyst-Model-CDBI/distinfo
deleted file mode 100644
index 141c789666..0000000000
--- a/p5-Catalyst-Model-CDBI/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/08/26 18:07:24 kuli0020 Exp $
-
-SHA1 (Catalyst-Model-CDBI-0.08.tar.gz) = b5758b033abc7e52813bfe47b30e14b48c5882a4
-RMD160 (Catalyst-Model-CDBI-0.08.tar.gz) = a09df9e24215b963b585963a66f8915508a06f76
-Size (Catalyst-Model-CDBI-0.08.tar.gz) = 3239 bytes
diff --git a/p5-Catalyst-Plugin-Authentication-CDBI/DESCR b/p5-Catalyst-Plugin-Authentication-CDBI/DESCR
deleted file mode 100644
index f63058d020..0000000000
--- a/p5-Catalyst-Plugin-Authentication-CDBI/DESCR
+++ /dev/null
@@ -1 +0,0 @@
- Catalyst::Plugin::Authentication::CDBI - CDBI Authentication for Catalyst
diff --git a/p5-Catalyst-Plugin-Authentication-CDBI/Makefile b/p5-Catalyst-Plugin-Authentication-CDBI/Makefile
deleted file mode 100644
index 3d29f6ea04..0000000000
--- a/p5-Catalyst-Plugin-Authentication-CDBI/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/10/04 09:13:28 asau Exp $
-
-DISTNAME= Catalyst-Plugin-Authentication-CDBI-0.09
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
-
-MAINTAINER= kuli0020%umn.edu@localhost
-HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authentication-CDBI/
-COMMENT= CDBI Authentication for Catalyst
-
-DEPENDS+= p5-Catalyst-Plugin-Session-FastMmap>=0:../../wip/p5-Catalyst-Plugin-Session-FastMmap
-DEPENDS+= p5-Catalyst-Runtime>=2.99:../../www/p5-Catalyst-Runtime
-DEPENDS+= p5-Catalyst-Model-CDBI>=0:../../wip/p5-Catalyst-Model-CDBI
-
-
-PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/CDBI/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Catalyst-Plugin-Authentication-CDBI/distinfo b/p5-Catalyst-Plugin-Authentication-CDBI/distinfo
deleted file mode 100644
index cc9339930d..0000000000
--- a/p5-Catalyst-Plugin-Authentication-CDBI/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/09/28 05:58:02 rillig Exp $
-
-SHA1 (Catalyst-Plugin-Authentication-CDBI-0.09.tar.gz) = 5d6ead68b440a3440727a790899ffb8f6d09f552
-RMD160 (Catalyst-Plugin-Authentication-CDBI-0.09.tar.gz) = fc8bb25e9d04dfe8f7949c6999cccb65eaa75c0c
-Size (Catalyst-Plugin-Authentication-CDBI-0.09.tar.gz) = 3488 bytes
diff --git a/p5-Catalyst-Plugin-Session-Store-CDBI/DESCR b/p5-Catalyst-Plugin-Session-Store-CDBI/DESCR
deleted file mode 100644
index ee4c0c0853..0000000000
--- a/p5-Catalyst-Plugin-Session-Store-CDBI/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Class::DBI session storage plugin for Catalyst
diff --git a/p5-Catalyst-Plugin-Session-Store-CDBI/Makefile b/p5-Catalyst-Plugin-Session-Store-CDBI/Makefile
deleted file mode 100644
index f4930af23b..0000000000
--- a/p5-Catalyst-Plugin-Session-Store-CDBI/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/10/04 09:13:30 asau Exp $
-
-DISTNAME= Catalyst-Plugin-Session-Store-CDBI-0.03
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/Catalyst/}
-
-MAINTAINER= jfranz%bsdprojects.net@localhost
-HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-CDBI/
-COMMENT= Class::DBI storage backend for session data
-
-DEPENDS+= p5-Catalyst-Runtime>=5.0:../../www/p5-Catalyst-Runtime
-DEPENDS+= p5-Class-DBI>=3.0:../../databases/p5-Class-DBI
-DEPENDS+= p5-Catalyst-Plugin-Session>=0.01:../../www/p5-Catalyst-Plugin-Session
-DEPENDS+= p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor
-DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
-
-
-PERL5_REQD+= 5.8.0
-PERL5_MODULE_TYPE= Module::Build
-
-PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/CDBI/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Catalyst-Plugin-Session-Store-CDBI/distinfo b/p5-Catalyst-Plugin-Session-Store-CDBI/distinfo
deleted file mode 100644
index e8f9ee6173..0000000000
--- a/p5-Catalyst-Plugin-Session-Store-CDBI/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/06 09:27:01 netcap Exp $
-
-SHA1 (Catalyst-Plugin-Session-Store-CDBI-0.03.tar.gz) = b1b317117402de1be8b9c16c4cfd4cf91cdc7c55
-RMD160 (Catalyst-Plugin-Session-Store-CDBI-0.03.tar.gz) = 646d75309c3ce29dc95df8338e0162b53ce34464
-Size (Catalyst-Plugin-Session-Store-CDBI-0.03.tar.gz) = 4101 bytes
Home |
Main Index |
Thread Index |
Old Index