Opened 15 years ago
Closed 15 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)
Change History (3)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | ZendFramework-1.10.0_1.diff added |
---|
comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r63190.