pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Devel pkgsrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d51aed9979ed
branches: trunk
changeset: 393362:d51aed9979ed
user: sno <sno%pkgsrc.org@localhost>
date: Tue May 19 22:25:55 2009 +0000
description:
pkgsrc changes:
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
- Adjusting dependencies according to META.yml
Upstream changes:
1.15 2009-05-13 20:02
- Remove -p option for pid file, and restore it to the port number,
as it should be -port|-p (t0m)
- Document -pidfile in myapp_server.pl POD (t0m)
1.14_02 2009-05-11 04:29
- Small changes to work with File::ChangeNotify 0.03.
1.14_01 2009-05-11 03:45
- This release moves the restarter functionality into a new
module Catalyst::Restarter, that is not a Catalyst Engine
subclass.
The new restarter is simpler and more reliable, because it
does not try to test if a changed piece of code can be
compiled. It simply restarts the server whenever it detects
changes. This also makes it much faster.
However, this does mean that the server can simply die when
a changed file cannot compile. This is different than the
old behavior, where the server remained running without
incorporating the change.
Finally, the new restarter relies on File::ChangeNotify,
which is designed to accomodate per-OS methods of detecting
changed files. As of this writing, it currently ships with a
file watcher that uses inotify on Linux systems, and a
default fallback class that does everything in pure Perl.
1.13 2009-05-11 02:50
- add [-pidfile|-p] option for myapp_server.pl (caelum)
- Bump dependency on Config::General (caelum)
- On perls with c3 method dispatch, make sure Class::C3 is recent
enough to not produce warnings if it is already installed (caelum)
- add resources to META.yml (caelum)
diffstat:
www/p5-Catalyst-Devel/Makefile | 12 +++++++-----
www/p5-Catalyst-Devel/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 9 deletions(-)
diffs (46 lines):
diff -r 3e7a5caa90b7 -r d51aed9979ed www/p5-Catalyst-Devel/Makefile
--- a/www/p5-Catalyst-Devel/Makefile Tue May 19 22:22:34 2009 +0000
+++ b/www/p5-Catalyst-Devel/Makefile Tue May 19 22:25:55 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2009/05/02 19:27:07 sno Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/19 22:25:55 sno Exp $
-DISTNAME= Catalyst-Devel-1.12
+DISTNAME= Catalyst-Devel-1.15
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -13,15 +13,17 @@
DEPENDS+= p5-Catalyst-Action-RenderView>=0.04:../../www/p5-Catalyst-Action-RenderView
DEPENDS+= p5-Catalyst-Manual>=5.70:../../www/p5-Catalyst-Manual
DEPENDS+= p5-Catalyst-Plugin-ConfigLoader-[0-9]*:../../www/p5-Catalyst-Plugin-ConfigLoader
-DEPENDS+= p5-Catalyst-Plugin-StackTrace-[0-9]*:../../www/p5-Catalyst-Plugin-StackTrace
+#DEPENDS+= p5-Catalyst-Plugin-StackTrace-[0-9]*:../../www/p5-Catalyst-Plugin-StackTrace
DEPENDS+= p5-Catalyst-Plugin-Static-Simple>=0.16:../../www/p5-Catalyst-Plugin-Static-Simple
DEPENDS+= p5-Catalyst-Runtime>=5.70:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
-DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General
+DEPENDS+= p5-Config-General>=2.42:../../devel/p5-Config-General
+DEPENDS+= p5-File-ChangeNotify>=0.03:../../devel/p5-File-ChangeNotify
+DEPENDS+= p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive
+DEPENDS+= p5-Module-Install>=0.64:../../devel/p5-Module-Install
DEPENDS+= p5-Path-Class>=0.09:../../devel/p5-Path-Class
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
-DEPENDS+= p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Devel/.packlist
diff -r 3e7a5caa90b7 -r d51aed9979ed www/p5-Catalyst-Devel/distinfo
--- a/www/p5-Catalyst-Devel/distinfo Tue May 19 22:22:34 2009 +0000
+++ b/www/p5-Catalyst-Devel/distinfo Tue May 19 22:25:55 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/05/01 11:52:08 sno Exp $
+$NetBSD: distinfo,v 1.4 2009/05/19 22:25:55 sno Exp $
-SHA1 (Catalyst-Devel-1.12.tar.gz) = 366da5a5943f48ab064828d56fa07b8e80d5a5b9
-RMD160 (Catalyst-Devel-1.12.tar.gz) = 257cea3ac0dfe0262ad98b61c98a8cd69f4445aa
-Size (Catalyst-Devel-1.12.tar.gz) = 76548 bytes
+SHA1 (Catalyst-Devel-1.15.tar.gz) = 28bfc49d1c26aa2cac88e7719a2825e292e778a8
+RMD160 (Catalyst-Devel-1.15.tar.gz) = 3cb72c1ccee6706ad8c313e852cb4519e2382eb6
+Size (Catalyst-Devel-1.15.tar.gz) = 81351 bytes
Home |
Main Index |
Thread Index |
Old Index