Bug 154476 - [NEW PORT] www/p5-Plack-Middleware-Expires: mod_expires for Plack
Summary: [NEW PORT] www/p5-Plack-Middleware-Expires: mod_expires for Plack
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 00:50 UTC by gslin
Modified: 2011-03-09 16:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-Plack-Middleware-Expires-0.03.shar (2.82 KB, text/plain)
2011-02-03 00:50 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2011-02-03 00:50:06 UTC
Plack::Middleware::Expires is Apache's mod_expires for Plack. This
middleware controls the setting of Expires HTTP header and the max-age
directive of the Cache-Control HTTP header in server responses. Note:
Expires works only for successful response and If exists Expires HTTP
header already, this middleware does not override.

WWW:	http://search.cpan.org/dist/Plack-Middleware-Expires/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-03 00:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-09 16:42:46 UTC
miwi        2011-03-09 16:42:38 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Plack-Middleware-Expires Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  Plack::Middleware::Expires is Apache's mod_expires for Plack. This
  middleware controls the setting of Expires HTTP header and the max-age
  directive of the Cache-Control HTTP header in server responses. Note:
  Expires works only for successful response and If exists Expires HTTP
  header already, this middleware does not override.
  
  WWW:    http://search.cpan.org/dist/Plack-Middleware-Expires/
  
  PR:             ports/154476
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2833    +1 -0      ports/www/Makefile
  1.1       +31 -0     ports/www/p5-Plack-Middleware-Expires/Makefile (new)
  1.1       +2 -0      ports/www/p5-Plack-Middleware-Expires/distinfo (new)
  1.1       +7 -0      ports/www/p5-Plack-Middleware-Expires/pkg-descr (new)
  1.1       +8 -0      ports/www/p5-Plack-Middleware-Expires/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2011-03-09 16:44:01 UTC
State Changed
From-To: open->closed

New port added. Thanks!