Opened 14 years ago

Closed 14 years ago

#23454 closed enhancement (fixed)

ZendFramework new directory layout

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ZendFramework

Description

I find the ZendFramework port's directory layout peculiar. It's a web development framework, but doesn't live in ${prefix}/www. It's composed entirely of PHP scripts, which are not compiled, but parts of it are in ${prefix}/lib, a directory which is for compiled libraries. It installs scripts the user is meant to run, but doesn't put them in ${prefix}/bin so the user has to jump through hoops to run them.

I'm attaching a patch (to be applied after the port is updated to 1.10.0) with my proposed new directory layout, and an improved notes message.

Attachments (1)

ZendFramework-1.10.0_1.diff (2.5 KB) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: ZendFramework-1.10.0_1.diff added

comment:1 Changed 14 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

comment:2 Changed 14 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Committed in r63190.

Note: See TracTickets for help on using tickets.