CVS log for pkgsrc/www/p5-Squatting/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / p5-Squatting
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11
Fri Jul 31 17:53:15 2015 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.10: +1 -1
lines
Remove p5-Coro and packages depending on it.
Upstream says that it "can not" work with perl 5.22 and has even
forked perl as "stableperl" to allow his package to work instead
of fixing it differently.
See http://blog.schmorp.de/2015-06-06-stableperl-faq.html
Ok bsiegert@
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 12 10:52:11 2015 UTC (9 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 12 13:13:45 2015 UTC (10 years, 2 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3
lines
Update 0.81 to 0.83
0.83 Wed Feb 19 19:13:33 PST 2014
- bin/squatting :: wrapped qw() in parens to avoid syntax warning
0.82 2013-08-11
- Squatting::With::PerHostConfig was removed, because I realized
that it couldn't work the way I wanted it, too. By the time
it modified %CONFIG, it would be too late to affect the response
in a meaningful way.
- Small patch from Duncan Garland to remove warnings issued by perl 5.14
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 29 23:38:14 2014 UTC (10 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri May 31 12:42:50 2013 UTC (11 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 28 06:30:51 2012 UTC (12 years, 5 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3
lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:58:58 2012 UTC (12 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 18 11:58:42 2011 UTC (13 years, 5 months ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Update p5-Squatting to 0.81.
Changes from previous:
0.81 2011-04-27
- Slight improvements to Squatting::With::MockRequest were made
to facilitate doing static exports of Rhetoric sites.
0.80 2011-04-27
- [ MAJOR API CHANGE! ]
- You don't say: use base 'Squatting' anymore.
- When creating a Squatting app,
you just say: use Squatting;
- You don't say: use Squatting ':controllers' or
use Squatting ':views' anymore
- use Squatting takes care of what those statements used to do.
- Squatting::H->merge renamed to Squatting::H->extend to
be consistent w/ the way these words are used in contemporary
Javascript libraries.
- Added Squatting::With::PerHostConfig
- hacked bin/squatting so that the console experience is a bit nicer.
App->get and App->post will work a tiny bit more reliably.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 14 16:06:07 2011 UTC (13 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Revision bump after updating perl5 to 5.14.1.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:37:05 2010 UTC (14 years, 7 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jul 11 09:37:19 2010 UTC (14 years, 8 months ago) by seb
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of p5-Squatting version 0.70 in the NetBSD Packages
Collection.
The Perl 5 Squatting is a web microframework based on Camping. It
originally used Continuity as its foundation, but it has since been
generalized such that it can squat on top of any Perl-based web
framework (in theory).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 11 09:37:19 2010 UTC (14 years, 8 months ago) by seb
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>