Ticket #13220: rails-1.2.5+dependencies.diff
File rails-1.2.5+dependencies.diff, 6.6 KB (added by abhay+macports@…, 17 years ago) |
---|
-
rb-actionmailer/Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup ruby 1.0 5 ruby.setup actionmailer 1.3. 3 gem {} rubyforge:184085 ruby.setup actionmailer 1.3.5 gem {} rubyforge:26556 6 6 categories-append devel 7 7 maintainers rcavanaugh@gmail.com 8 8 description Simplifies the creation of mail service classes. 9 9 long_description Simplifies the creation of mail service classes \ 10 10 that uses Action View (from Action Pack) to render \ 11 11 the body templates. 12 checksums md5 46896773f58dfbd49a4a8dcaf86b142d\13 sha1 8dfaad7ace253f3c700a2e9bf300649ba98417d5\14 rmd160 555ae7f370e72a26b899c9fe1edd7c74a36a289a12 checksums md5 9ebbb742049141b2558f99ece8fa69db \ 13 sha1 508adc0b5ca56145585b60189f39b51dc8a3e626 \ 14 rmd160 cbff705ba73d0eb37a24f0bdc92466d2aa6cfd7b 15 15 16 16 depends_lib-append port:rb-actionpack -
rb-activesupport/Portfile
2 2 PortSystem 1.0 3 3 PortGroup ruby 1.0 4 4 5 ruby.setup activesupport 1.4. 2 gem {} rubyforge:183985 ruby.setup activesupport 1.4.4 gem {} rubyforge:26547 6 6 7 7 categories-append devel 8 8 maintainers rcavanaugh@gmail.com … … 11 11 long_description Utility classes and extension to the standard library \ 12 12 that were required by Rails, but found of general use. 13 13 14 checksums md5 b52b89c56bc653849f8a9a9027bbaad9 \15 sha1 c1a0381913763d7a51d35bb1c784a744e33bebf3\16 rmd160 70fefa6ec77f49142eaf2c0f255833b0b18938be14 checksums md5 8637bfe846c4b0171ebbd7f5a56efb19 \ 15 sha1 7cb1f5d07995df9838fff204dfe60aa9b74e1db2 \ 16 rmd160 b0441a0cb9c75da06bcb31a46c7a2030b7fbd498 -
rb-actionpack/Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup ruby 1.0 5 ruby.setup actionpack 1.13. 3 gem {} rubyforge:184015 ruby.setup actionpack 1.13.5 gem {} rubyforge:26553 6 6 categories-append devel 7 7 maintainers rcavanaugh@gmail.com 8 8 description Eases web-request routing, handling, and response. … … 10 10 half-way front, half-way page controller. Implemented \ 11 11 with specific emphasis on enabling easy unit/integration \ 12 12 testing that doesn't require a browser. 13 checksums md5 14eb31b2c9fdf318004a7cbafc80d5f5\14 sha1 ae076a820383384010b111279d8555cfb50b457b\15 rmd160 f2038df4a70e6230f81e438662785edb3fae129a13 checksums md5 ba0f69e4d4af687a68ad359f7c12230f \ 14 sha1 3b345a592679c1440f5f321767b8966fff4fd310 \ 15 rmd160 5fe5312d70bee56363598018e15bfe45dbaf4a40 16 16 17 17 depends_lib-append port:rb-activesupport 18 18 -
rb-actionwebservice/Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup ruby 1.0 5 ruby.setup actionwebservice 1.2. 3 gem {} rubyforge:184115 ruby.setup actionwebservice 1.2.5 gem {} rubyforge:26559 6 6 categories-append devel 7 7 maintainers rcavanaugh@gmail.com 8 8 description Simple support for publishing Web Service APIs for Rails applications. 9 9 long_description Simple support for publishing Web Service APIs for Rails \ 10 10 applications. Supports SOAP and XML-RPC, as well as \ 11 11 generating WSDL for SOAP bindings. 12 checksums md5 59604dcdf9c6d32d7cff9146f51eae13\13 sha1 c85c1bc885b869e1626e288f09f71bf47a7443f5\14 rmd160 501d4fd37b2ec1666946a0f29cbf63900b4c04a212 checksums md5 411e333c1bf9878522f8fffdcbc8dd2d \ 13 sha1 52e77c0ef103f2cb5b30918d290ddf08f928bfab \ 14 rmd160 4e6b241bff1248e0a6081dbf615ebf5134d1b95b 15 15 16 16 depends_lib-append port:rb-actionpack \ 17 17 port:rb-activerecord -
rb-rails/Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup ruby 1.0 5 ruby.setup rails 1.2. 3 gem {} rubyforge:184045 ruby.setup rails 1.2.5 gem {} rubyforge:26562 6 6 categories-append www devel 7 7 maintainers rcavanaugh@gmail.com 8 8 description Ruby web-application framework for the MVC pattern. … … 11 11 framework, and object-relational mapping package. \ 12 12 Everything needed to develop web-apps that can run \ 13 13 on CGI, FastCGI, and mod_ruby. 14 checksums md5 297d9c6e30a57f5f4794780293698c54\15 sha1 53302796daa82d5635d4044cb30f50d9cf4b3ad9\16 rmd160 7dcddf8dcad20a9c0cbda6a3924ccaf893ba6ce214 checksums md5 9d6911ef61fd26fca982f863f6ddad4f \ 15 sha1 27be3970056eeda3e22dea055368333fb083489d \ 16 rmd160 d0de64d0f99f1c60b61792d756cca414bec40c99 17 17 18 18 depends_lib-append port:rb-rake \ 19 19 port:rb-activesupport \ -
rb-activerecord/Portfile
3 3 PortSystem 1.0 4 4 PortGroup ruby 1.0 5 5 6 ruby.setup activerecord 1.15. 3 gem {} rubyforge:184056 ruby.setup activerecord 1.15.5 gem {} rubyforge:26550 7 7 8 8 categories-append devel 9 9 maintainers rcavanaugh@gmail.com … … 15 15 can find, save, and destroy themselves without resorting \ 16 16 to manual SQL. 17 17 18 checksums md5 fd461e595441731e34c8235a94bd0372\19 sha1 ea7a32d829c19476a45be7ba0c2419c3fc1e564f\20 rmd160 573c8c9ce5557ad478ef0bd9e8ffeffb7e594f5f18 checksums md5 b6e482a33044bc4fcedeba1291efd4b1 \ 19 sha1 8670c7a8e7fecb6caab14f6a3f1840eee43cfa98 \ 20 rmd160 4aba139e4032571ab9c01db1a1e12141c6d4b355 21 21 22 22 depends_lib-append port:rb-activesupport