#28763 closed request (fixed)
Add port for Dancer::Plugin::Database
Reported by: | nick@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | jpo@… | |
Port: | p5-dancer-plugin-database |
Description
Dancer without Dancer::Plugins::Database is not very useful, so if the submitter of bug #28645 could submit the portfile for the database port, that would be terrific.
Attachments (1)
Change History (13)
comment:1 follow-up: 2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jpo@… added |
---|---|
Port: | p5-dancer-plugins-database added |
comment:2 follow-up: 3 Changed 14 years ago by nick@…
comment:3 Changed 14 years ago by jpo@…
Replying to nick@…:
Replying to ryandesign@…:
Actually, my mistake, it should have been Dancer::Plugin::Database (without the 's' after 'Plugin'). So the port name should be p5-Dancer-Plugin-Database.
Nick,
Adding the module's CPAN URL to the request would be more helpful ;)
jpo
comment:4 Changed 14 years ago by jpo@…
Nick,
Could you test the attached Portfile? It should install without problems.
Regards, jpo
comment:5 follow-ups: 6 8 Changed 14 years ago by nick@…
It works. Thanks a lot!
Note: I did not check the dependencies as they were already installed, but the portfile contains them and it did not pull in anything extra, so it should be ok, I think.
Installing a portfile from a file isn't exactly trivial. Perhaps someone should write the code for it or otherwise document the steps somewhere. I used the description at http://fbflex.word press.com/2008/06/08/macport-port-file-for-grails/ (please concatenate those two parts in the URL bar in your browser).
comment:6 Changed 14 years ago by jpo@…
Replying to nick@…:
... Installing a portfile from a file isn't exactly trivial. Perhaps someone should write the code for it or otherwise document the steps somewhere. I used the description at http://fbflex.word press.com/2008/06/08/macport-port-file-for-grails/ (please concatenate those two parts in the URL bar in your browser).
The creation of local repositories is documented here:
http://guide.macports.org/#development.local-repositories
/jpo
Changed 14 years ago by jpo@…
Attachment: | p5-dancer-plugin-database-Portfile added |
---|
p5-dancer-plugin-database Portfile (updated)
comment:8 follow-up: 11 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | p5-dancer-plugin-database added; p5-dancer-plugins-database removed |
Status: | new → assigned |
Summary: | Dancer port is available, but Dancer::Plugins::Database isn't → Add port for Dancer::Plugin::Database |
Replying to nick@…:
Installing a portfile from a file isn't exactly trivial. Perhaps someone should write the code for it or otherwise document the steps somewhere.
Installing a port from a portfile that's not part of the tree yet actually is trivially easy. Download the portfile to anywhere on your disk, "cd" to that directory in the Terminal, and run "sudo port install". Done.
I used the description at http://fbflex.word press.com/2008/06/08/macport-port-file-for-grails/ (please concatenate those two parts in the URL bar in your browser).
Why did you not just paste the complete clickable URL?
comment:9 follow-up: 10 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I've added the port in r77347.
comment:10 Changed 14 years ago by jpo@…
comment:11 Changed 14 years ago by nick@…
I used the description at http://fbflex.word press.com/2008/06/08/macport-port-file-for-grails/ (please concatenate those two parts in the URL bar in your browser).
Why did you not just paste the complete clickable URL?
It complained about the wordpress based URL (spam protection).
comment:12 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Ah yes, sorry, I forgot we have it listed on BadContent. I guess we got some spam some time ago containing wordpress URLs.
Replying to ryandesign@…:
Actually, my mistake, it should have been Dancer::Plugin::Database (without the 's' after 'Plugin'). So the port name should be p5-Dancer-Plugin-Database.