Bug 164558 - New Port: www/p5-Dancer-Plugin-SiteMap
Summary: New Port: www/p5-Dancer-Plugin-SiteMap
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 23:40 UTC by Grzegorz Blach
Modified: 2012-01-28 12:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.71 KB, text/plain)
2012-01-27 23:40 UTC, Grzegorz Blach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2012-01-27 23:40:05 UTC
Automated site map for the Dancer web framework.

https://metacpan.org/module/Dancer::Plugin::SiteMap

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-27 23:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-01-28 09:17:55 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-28 11:51:47 UTC
culot       2012-01-28 11:51:38 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Dancer-Plugin-SiteMap Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Dancer::Plugin::SiteMap automagically adds sitemap routes to the webapp.
  Currently adds /sitemap and /sitemap.xml where the former is a basic
  HTML list and the latter is an XML document of URLS.
  
  WWW: http://search.cpan.org/dist/Dancer-Plugin-SiteMap/
  
  PR:             ports/164558
  Submitted by:   Grzegorz Blach <magik@roorback.net>
  
  Revision  Changes    Path
  1.3093    +1 -0      ports/www/Makefile
  1.1       +30 -0     ports/www/p5-Dancer-Plugin-SiteMap/Makefile (new)
  1.1       +2 -0      ports/www/p5-Dancer-Plugin-SiteMap/distinfo (new)
  1.1       +5 -0      ports/www/p5-Dancer-Plugin-SiteMap/pkg-descr (new)
  1.1       +7 -0      ports/www/p5-Dancer-Plugin-SiteMap/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 4 Frederic Culot freebsd_committer freebsd_triage 2012-01-28 11:52:45 UTC
State Changed
From-To: open->closed

Committed, with minor changes (s/BUILD_DEPENDS/RUN_DEPENDS/). Thanks 
Grzegorz!