Bug 153320 - New Port: www/p5-Feersum
Summary: New Port: www/p5-Feersum
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: 2010-12-20 19:00 UTC by Grzegorz Blach
Modified: 2011-02-13 10:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.54 KB, text/plain)
2010-12-20 19:00 UTC, Grzegorz Blach
no flags Details
p5-Feersum.shar.txt (3.59 KB, text/plain; charset=US-ASCII)
2010-12-20 19:31 UTC, Grzegorz Blach
no flags Details
p5-Feersum.shar.txt (3.55 KB, text/plain)
2011-02-12 11:52 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 2010-12-20 19:00:22 UTC
New Port with Feersum.
A PSGI engine for Perl based on EV/libev.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-20 19:00:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-20 19:52:41 UTC
Responsible Changed
From-To: perl->pgollucci

I will take it.
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-21 03:56:10 UTC
State Changed
From-To: open->feedback

Request Feedback: 
http://people.freebsd.org/~pgollucci/FreeBSD/logs/9-CURRENT-amd64-perl/p5-Feersum-1.000.log
Comment 4 Grzegorz Blach 2010-12-22 16:11:26 UTC
I've build Feersum on FreeBSD snaposhot from
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201012/FreeBSD-9.0-CURRENT-201012-amd64-disc1.iso,
without any modification, so I don't known where is bug.

In Your log I see:

BUILD_DEPENDS=perl-5.10.1_3.tbz
RUN_DEPENDS=p5-Devel-StackTrace-1.26.tbz
p5-Devel-StackTrace-AsHTML-0.09.tbz p5-File-ShareDir-1.02.tbz
p5-Filesys-Notify-Simple-0.06.tbz p5-HTTP-Body-1.11.tbz
p5-Hash-MultiValue-0.08.tbz p5-Path-Class-0.21.tbz
p5-Try-Tiny-0.07.tbz p5-libwww-5.837.tbz p5-URI-1.56.tbz
p5-parent-0.223.tbz perl-5.10.1_3.tbz p5-Class-Inspector-1.24.tbz
p5-Params-Util-1.03.tbz p5-HTML-Parser-3.68.tbz
p5-HTML-Tagset-3.20.tbz p5-Plack-0.9952.tbz p5-common-sense-3.3.tbz
p5-EV-4.01,1.tbz p5-AnyEvent-5.28,1.tbz p5-Guard-1.021.tbz
p5-Scalar-List-Utils-1.23,1.tbz p5-JSON-XS-2.30.tbz

but BUILD_DEPENDS and RUN_DEPENDS should be equal.
In Makefile I defined this variables to:

RUN_DEPENDS=    p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack \
               p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
               p5-AnyEvent>=5.261:${PORTSDIR}/devel/p5-AnyEvent \
               p5-Guard>=1.012:${PORTSDIR}/devel/p5-Guard \
               p5-Scalar-Util>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
               p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS \
               p5-Test-More>=0.94:${PORTSDIR}/devel/p5-Test-Simple \
               p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \
               p5-Test-TCP>=0.16:${PORTSDIR}/devel/p5-Test-TCP
BUILD_DEPENDS=  ${RUN_DEPENDS}

Maybe You known something else?
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-23 20:27:09 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 6 Philip M. Gollucci freebsd_committer freebsd_triage 2011-01-12 00:58:33 UTC
Responsible Changed
From-To: pgollucci->freebsd-ports-bugs

E-NO-TIME right now, back to pool
Comment 7 Grzegorz Blach 2011-02-12 11:52:48 UTC
- Updated to 1.001
- Fixed build when lang/p5-Scalar-List-Utils is installed
- Fixed build when devel/p5-Test-Simple is installed
- Removed conventers/p5-JSON-XS from dependencies
Comment 8 Frederic Culot freebsd_committer freebsd_triage 2011-02-13 05:08:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 9 dfilter service freebsd_committer freebsd_triage 2011-02-13 10:46:13 UTC
culot       2011-02-13 10:46:07 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Feersum       Makefile distinfo pkg-descr pkg-plist 
  Log:
  Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec
  including the psgi.streaming interface and is compatible with Plack. PSGI 1.1,
  which has yet to be published formally, is also supported. Feersum also has
  its own "native" interface which is similar in a lot of ways to PSGI, but is
  not compatible with PSGI or PSGI middleware.
  
  Feersum uses a single-threaded, event-based programming architecture to scale
  and can handle many concurrent connections efficiently in both CPU and RAM.
  It skips doing a lot of sanity checking with the assumption that a "front-end"
  HTTP/HTTPS server is placed between it and the Internet.
  
  WWW: http://search.cpan.org/dist/Feersum
  
  PR:             ports/153320
  Submitted by:   Grzegorz Blach <magik AT roorback.net>
  
  Revision  Changes    Path
  1.2809    +1 -0      ports/www/Makefile
  1.1       +34 -0     ports/www/p5-Feersum/Makefile (new)
  1.1       +2 -0      ports/www/p5-Feersum/distinfo (new)
  1.1       +12 -0     ports/www/p5-Feersum/pkg-descr (new)
  1.1       +14 -0     ports/www/p5-Feersum/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 10 Frederic Culot freebsd_committer freebsd_triage 2011-02-13 10:48:53 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!