#11009 closed submission (fixed)
NEW: ZendFramework
Reported by: | alpha@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | alpha@…, roederja, markd@…, nox@…, myschizobuddy@… | |
Port: | ZendFramework |
Description
This is a port of the Zend Framework. The Zend Framework aims to provide an architecture for developing entire applications with no other library dependencies. This code will always be actively developed, tested, and supported by Zend and the PHP Collaboration Project.
Attachments (3)
Change History (19)
comment:1 Changed 18 years ago by kballard (Lily Ballard)
Milestone: | → New Ports |
---|
comment:2 Changed 18 years ago by roederja
Cc: | alpha@… jann@… added |
---|
Changed 18 years ago by markd@…
Attachment: | Portfile.2 added |
---|
comment:3 Changed 17 years ago by roederja
Cc: | markd@… added |
---|
Mark, why don't you commit this yourself ?
comment:4 Changed 17 years ago by markd@…
I should have said this, but I was not sure about whether the direectory should use upper case letters or not so I didn't want to commit it. I thought I'd leave it to someone who knew about this but forgot to say so.
comment:5 Changed 17 years ago by alpha@…
Sorry I didn't saw the comments earlier, but the notifications got caught in my spam filter.
Regarding the upper case letters: Zend Framework uses upper case letters for every subdirectory to keep class names and directories the same, i.e. Zend_Registry is in library/Zend/Registry.php. Thus that can't be changed. I guess the main directory name could be changed from ZendFramework to zend-framework, but AFAIK the FreeBSD and Gentoo packages use ZendFramework. I'm fine with whatever fits MacPorts.
I'm updating the Portfile to the newest version (1.0.0-RC1). The final release should be released in about a month. So maybe it's better to wait this short time and add it then. I'll update the Portfile with the final ASAP.
Changed 17 years ago by alpha@…
comment:6 Changed 17 years ago by alpha@…
PS: Incubator is not part of the final release so the Portfile needs an update before the final. So it's definitely a good idea to wait for the final release now.
comment:7 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | New Ports → Port Submissions |
---|
Milestone New Ports deleted
comment:8 Changed 17 years ago by nox@…
Cc: | nox@… added |
---|---|
Priority: | Nice to have → Low |
Why would you make a port for zend framework?! I mean, there is already PEAR for this kind of software.
comment:9 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Current version of Zend Framework is now 1.0.3.
Having a port for Zend Framework might be interesting.
Putting the Zend Framework files in ${prefix}/lib
is odd, though. That directory is for compiled libraries, not PHP code. Under ${prefix}/www
might be more appropriate, if the Zend Framework installation instructions don't have any other suggestions.
comment:12 Changed 16 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|---|
Port: | ZendFramework added |
Version: | → 1.7.0 |
Do we have a maintainer timeout?
comment:13 Changed 16 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… removed |
---|---|
Owner: | changed from macports-tickets@… to snc@… |
Priority: | Low → Normal |
Status: | new → assigned |
Install completed successfully on my system — going to commit as nomaintainer.
comment:14 Changed 16 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed as r46502.
comment:15 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:16 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Could you update this to the latest version and replace configure {} by use_configure no ? I will commit it after you you do that.