aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-warbler
Commit message (Collapse)AuthorAgeFilesLines
* - Re-assign all my ruby* ports to ruby@Alexander Logvinov2010-12-081-1/+1
| | | | | | | Discussed with: pgollucci, stas Notes: svn path=/head/; revision=265881
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - Fix dependency versions based on rubygems.orgAlexander Logvinov2010-10-021-2/+2
| | | | | | | | PR: ports/150816 Submitted by: pgollucci Notes: svn path=/head/; revision=262293
* RF -> RG Conversion (Part II)Philip M. Gollucci2010-06-231-1/+1
| | | | | | | | | | | | | PR: ports/147844 Submitted by: pgollucci (myself) Reviewed by: portmgr (flz) Discussed with: portmgr (pav) Tested by: make checksum Feature safe: yes Notes: svn path=/head/; revision=256881
* - Add missing dependency on devel/rubygem-jruby-jarsAlexander Logvinov2009-09-161-4/+5
| | | | | | | | | | Approved by: tabthorpe, glarkin (mentors, implicit) Submitted by: miwi, pav Pointyhat to: pgollucci Feature safe: yes Notes: svn path=/head/; revision=241511
* - Update to 0.9.14Philip M. Gollucci2009-09-102-4/+4
| | | | Notes: svn path=/head/; revision=241171
* - Update to 0.9.13Philip M. Gollucci2009-06-012-4/+4
| | | | | | | | | PR: ports/134679 Approved by: maintainer timeout (2 weeks) Submitted by: me Notes: svn path=/head/; revision=234955
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-281-1/+1
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* - convert to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-091-9/+2
| | | | | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas Notes: svn path=/head/; revision=231910
* - Update to 0.9.12Rong-En Fan2008-12-222-4/+4
| | | | | | | | PR: 129834 Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer) Notes: svn path=/head/; revision=224572
* - Update to 0.9.11Cheng-Lung Sung2008-10-022-4/+4
| | | | | | | | PR: ports/127737 Submitted by: maintainer (Alexander Logvinov) Notes: svn path=/head/; revision=221108
* Warbler is a gem to make a .war file out of a Rails project. The intent isMartin Wilke2008-08-073-0/+48
to provide a minimal, flexible, ruby-like way to bundle up all of your application files for deployment to a Java application server. Warbler provides a sane set of out-of-the box defaults that should allow most Rails applications without external gem dependencies (aside from Rails itself) to assemble and Just Work. Warbler bundles JRuby and the JRuby-Rack servlet adapter for dispatching requests to your application inside the java application server, and assembles all jar files in WARBLER_HOME/lib/*.jar into your application. No external dependencies are downloaded. WWW: http://caldersphere.rubyforge.org/warbler/ PR: ports/126327 Submitted by: Alexander Logvinov <ports at logvinov,com> Notes: svn path=/head/; revision=218219